an Accelerate the path to PCI DSS data compliance using IBM Guardium By www.ibm.com Published On :: 01 Jan 2018 05:00:00 +0000 This article gives you a step-by-step overview of using the Payment Card Industry (PCI) Data Security Standard (DSS) accelerator that is included with the standard IBM Guardium data security and protection solution. The PCI DSS is a set of technical and operational requirements designed to protect cardholder data and applies to all organizations who store, process, use, or transmit cardholder data. Failure to comply can mean loss of privileges, stiff fines, and, in the case of a data breach, severe loss of consumer confidence in your brand or services. The IBM Guardium accelerator helps guide you through the process of complying with parts of the standard using predefined policies, reports, group definitions, and more. Full Article data
an Cleansing, processing, and visualizing a data set, Part 2: Gaining invaluable insight from clean data sets By www.ibm.com Published On :: 04 Jan 2018 05:00:00 +0000 Learn about VQ and ART algorithms. VQ quickly and efficiently clusters a data set; ART adapts the number of clusters based on the data set. Full Article data
an 10 steps to set up a multi-data center Cassandra cluster on a Kubernetes platform By www.ibm.com Published On :: 09 Jan 2018 05:00:00 +0000 Learn how to deploy an Apache Cassandra NoSQL database on a Kubernetes cluster that spans multiple data centers across many regions. The benefits of such a setup are automatic live backups to protect the cluster from node- and site-level disasters, and location-aware access to Cassandra nodes for better performance. Full Article data opensource
an IBM Lotus Domino 8.0.1 for 64-bit server performance By www.ibm.com Published On :: 11 Jan 2018 05:00:00 +0000 Learn how the 64-bit IBM® Lotus® Domino® 8.0.1 server performs against 32-bit Lotus Domino 8.0.1 using the N8Mail workload. Full Article Collaboration
an Get started with Docker and Kubernetes By www.ibm.com Published On :: 16 Jan 2018 05:00:00 +0000 Docker and Kubernetes are the building blocks of the next generation of DevOps. In this tutorial, you'll see how to build Docker images, run them locally, and then push those images to your IBM Cloud account so you can deploy them to a Kubernetes cluster running in the IBM Cloud. Full Article cloud Agile
an Achieving high performance on IBM AIX using Coherent Accelerator Processor Interface (CAPI) By www.ibm.com Published On :: 24 Jan 2018 05:00:00 +0000 This article describes the Coherent Accelerator Processor Interface (CAPI) Flash support on IBM AIX. CAPI technology has been used on AIX to accelerate I/O operations to IBM Flash storage. AIX CAPI Flash driver stack has been optimized into a monolithic driver model which further reduced the I/O code path length. CAPI Flash technology provides a superior performance advantage in terms of IOPS per processor when compared to the traditional Fibre Channel I/O. We also describe at a high level how a user can use CAPI-based flash devices on AIX. Full Article aix
an Build a simple word game app using Cloudant on IBM Cloud By www.ibm.com Published On :: 01 Feb 2018 05:00:00 +0000 IBM Cloud is an open platform for developing and deploying web and mobile applications. In this two-part tutorial, we walk you through the steps to create a simple GuesstheWord game application using IBM Cloud and its cloud-based development environment: open toolchains and the IBM Cloud Continuous Delivery service. You will start from scratch and end up with a simple game you can play in a web browser with server code running in the cloud. Full Article cloud
an An introduction to data science, Part 1: Data, structure, and the data science pipeline By www.ibm.com Published On :: 01 Feb 2018 05:00:00 +0000 Data is meaningless if you can't process it to gain insights. The field of data science gives you the tools and methods you need to process data sets effectively and so get the most from the data you collect. In this tutorial, you will Get the basics of machine learning, including data engineering, model learning, and operations. Full Article data
an Use management APIs and Jenkins as a continuous integration engine for IBM App Connect Professional deployment automation By www.ibm.com Published On :: 05 Feb 2018 05:00:00 +0000 Check out deployment automation on IBM App Connect (formerly known as WebSphere Cast Iron) by using IBM App Connect Management APIs, the SoapUI client, and Jenkins. Full Article Agile opensource
an Changing IBM Connections behavior with IBM Connections Customizer By www.ibm.com Published On :: 15 Feb 2018 05:00:00 +0000 If you’ve ever wanted to change the way IBM Connections looks or behaves, the new IBM Connections Customizer gives you the control you’ve been looking for. In this article, you’ll learn how Customizer lets you change the behavior of Connections to suit your business processes. Full Article Collaboration
an Getting started with the IBM Cloud, Part 2: Build an advanced Cloud Foundry app on the IBM Cloud platform By www.ibm.com Published On :: 08 Mar 2018 05:00:00 +0000 See how to develop and deploy advanced Cloud Foundry applications in the IBM Cloud. Doug Tidwell shows you how to create a globally available app that uses a cloud-hosted NoSQL database. Full Article cloud
an Build a connected-car IoT app with Geospatial Analytics By www.ibm.com Published On :: 19 Mar 2018 04:00:00 +0000 Deploy and extend an Internet of Things (IoT) Connected Vehicle starter kit on IBM Cloud with the Internet of Things Platform and Geospatial services. The starter kit enables you to simulate, view, and manage vehicles driving through a city and set up geofences for notification. Full Article Internet of Things cloud
an Analyzing the contextual content of hierarchical data by using IBM Watson Explorer By www.ibm.com Published On :: 08 Apr 2018 04:00:00 +0000 This tutorial demonstrates how to implement a custom crawler plug-in with IBM Watson Explorer to analyze a hierarchical data structure within the context of content analytics. The strategy outlined here permits the retaining of the hierarchical structure or grains of the model being analyzed. Full Article Cognitive computing
an Beginner's Guide to Rust: Start coding with the Rust language By www.ibm.com Published On :: 07 May 2018 04:00:00 +0000 What better way to learn a new programming language than to create a favorite old game? In this tutorial, learn how to create a simple game of Tic-Tac-Toe. Full Article opensource
an An introduction to Kafka By www.ibm.com Published On :: 05 Jun 2018 04:00:00 +0000 An introduction to one of the most popular platforms for distributed messaging or streaming data. Full Article Analytics opensource
an On demand data in Python, Part 1: Python iterators and generators By www.ibm.com Published On :: 21 Jun 2018 04:00:00 +0000 The oldest known way to process data in Python is building up data in lists, dictionaries and other such data structures. Though such techniques work well in many cases, they cause major problems when dealing with large quantities of data. It's easy to find that your code is running painfully slowly or running out of memory. Generators and iterators help address this problem. These techniques have been around in Python for a while but are not well understood. Used properly, they can bring big data tasks down to size so that they don't require a huge hardware investment to complete. Full Article cloud
an On demand data in Python, Part 2: The magic of itertools By www.ibm.com Published On :: 22 Jun 2018 04:00:00 +0000 Python's motto has always been "Batteries included," to highlight its extensive standard library. There are many well-kept secrets among the standard modules, including itertools, which is less well known in part because iterators and generators are less well known. This is a shame because the routines in itertools and related modules such as functools and operators can save developers many hours in developing big data operators. Learn by copious examples how to use itertools to address the most common MapReduce-style data science tasks. Full Article cloud
an Hosted VMware environments and recovery solutions in IBM PureApplication Platform, Part 2: Setting up a PureApplication Software workload environment By www.ibm.com Published On :: 30 Aug 2018 04:00:00 +0000 With the release of IBM Bluemix Local System and PureApplication System firmware V2.2.3, you can create automatically configured hosted VMware environments for more flexibility on how you run and manage your workloads. This tutorial series provides a step-by-step guide for users of the Bluemix Local System W1500, W2500, W3500, and W3550 models to work with these advanced capabilities. In Part 2, you install and configure a PureApplication Software workload environment. Full Article Middleware cloud
an Hosted VMware environments and recovery solutions in IBM PureApplication Platform, Part 1: Getting started with hosted VMware environments By www.ibm.com Published On :: 30 Aug 2018 04:00:00 +0000 With the release of IBM Bluemix Local System and PureApplication System firmware V2.2.3, you can create automatically configured hosted VMware environments for more flexibility on how you run and manage your workloads. This series of articles provides a step-by-step guide for users of the W1500, W2500, W3500, and W3550 models to work with these advanced capabilities. In Part 1, you get started with creating and deploying hosted VMware environments in Bluemix Local System. Specifically, you learn how to allocate resources, configure external access to VMware components, and configure and deploy virtual machines in VMware. Full Article cloud Middleware
an Hosted VMware environments and recovery solutions in IBM PureApplication Platform, Part 3: Building a disaster recovery solution with PureApplication Software By www.ibm.com Published On :: 09 Sep 2018 04:00:00 +0000 With the release of IBM PureApplication Platform and PureApplication System firmware V2.2.3, you can create automatically configured hosted VMware environments for more flexibility on how you run and manage your workloads. This series of articles provides a step-by-step guide for users of the PureApplication Platform W1500, W2500, W3500, and W3550 models to work with these advanced capabilities. In Part 3, you set up disaster recovery and learn how to perform three different disaster recovery procedures. Full Article Middleware cloud
an Vic premier considers COVID-19 changes By www.dailytelegraph.com.au Published On :: As Victorians wait to learn what freedoms will return after the weekend, the state's number of confirmed coronavirus cases has risen again. Full Article
an Roy from Vegas duo Siegfried and Roy dies By www.dailytelegraph.com.au Published On :: Magician Roy Horn, who was one half of the German duo "Siegfried & Roy," has died after contracting Covid-19, his spokesman says. Full Article
an UK to quarantine travellers for 14 days By www.dailytelegraph.com.au Published On :: The British government has told airlines it will introduce a 14-day quarantine period for most people arriving from abroad to try to avoid a second peak of the coronavirus pandemic, an association representing the airlines said on Saturday. Full Article
an China demand drives record trade surplus By www.dailytelegraph.com.au Published On :: A solid growth in mineral exports in March after Chinese factories reopened following the coronavirus shutdown has driven Australia's trade surplus to a record $10.6 billion, in seasonally adjusted terms. Full Article
an Pandemic to hasten digital disruption: QBE By www.dailytelegraph.com.au Published On :: QBE's chief executive says the eventual recovery from COVID-19 will hasten the trend of digital disruption that was underway before the pandemic began. Full Article
an JC Penney to file for bankruptcy: sources By www.dailytelegraph.com.au Published On :: JC Penney Co Inc is preparing to file for bankruptcy protection as soon as next week with plans to permanently close about a quarter of its roughly 850 stores, becoming the latest major US retailer to succumb to fallout from the coronavirus outbreak, according to people familiar with the matter. Full Article
an Aussies most screwed by pandemic By www.dailytelegraph.com.au Published On :: Hoping your boss quits to play golf and you get their job? Not going to happen. Promotions at work will be few and far between for millennials as older workers refuse to vacate their positions, gumming up the job market. Full Article
an Fast food companies target isolation nation By www.dailytelegraph.com.au Published On :: The fast food industry has been accused of using marketing strategies to cash in on the pandemic lockdown. Full Article
an PM’s right-hand-man foils Barra’s by-election hopes By www.dailytelegraph.com.au Published On :: Nationals leader John Barilaro could have had a clear run in Eden-Monaro, with senior Liberals working on a deal to not put up a candidate in exchange for an unopposed run elsewhere. Full Article
an Cheap beer and long lunches to revive economy By www.dailytelegraph.com.au Published On :: Cheaper beer and the return of the long lunch is on the menu as the hospitality sector tries to revive restaurants, pubs and cafes on the other side of the coronavirus pandemic. Full Article
an Trump and Biden’s bitter election race hinges on new crisis By www.dailytelegraph.com.au Published On :: When Americans were yesterday learning of the country’s worst employment numbers since the Great Depression, the reaction of their president was a window into how he is setting up to fight the general election. Full Article
an Harry Potter star ‘wanted PM to die’ By www.dailytelegraph.com.au Published On :: Harry Potter star Miriam Margolyes left British viewers shocked as she unleashed a vile rant saying she “wanted Boris Johnson to die” from the coronavirus. Full Article
an Bike-stunt internet star Fabio Webner’s lockdown antics go viral By www.dailytelegraph.com.au Published On :: Bike stunts, pet birthdays and a baby names which stumped the world are some of the trending topics on social media in Australia. Full Article
an Overnight Spring Snowstorm Blankets Northern New Jersey By www.dailytelegraph.com.au Published On :: A spring snowstorm overnight on May 8 into May 9 blanketed northern New Jersey with cold and snow, weather reports said. Parts of New York, Pennsylvania, Maryland and Delaware were also affected by the storm. The National Weather Service’s Mount Holly office recorded temperatures in the low 30s, some going below freezing into the mid-to-high 20s across the northeast. A local resident in Newton, New Jersey, filmed video of the storm blowing snow across their backyard. In the morning, the yard and garden were covered. “Snow on the ground with a pool open seems odd,” J&B Landscape wrote on one video. On another they wrote, “Nice winter morning in May.” Credit: J&B Landscape via Storyful Full Article
an Polar Vortex Brings Snow, Wintry Conditions to New England By www.dailytelegraph.com.au Published On :: A polar vortex brought rare winter weather conditions to the Northeast of the US on May 9, with freezing temperatures and snow reported across parts of New England, including Vermont. Up to 9 inches of snow was recorded in parts of Vermont with freeze or frost advisories reported in 20 states across the Midwest and Northeast. Video filmed by Mitch @VermonsterWx shows several inches of “light and fluffy” snow accumulation near Readsboro, Vermont. Credit: Mitch @VermonsterWx via Storyful Full Article
an Erin Molan: ‘Marriage is the last thing on our minds’ By www.dailytelegraph.com.au Published On :: Erin Molan will never forget her very first day working at the Nine Network. As she sat in the newsroom, intimidated by the powerful environment, a young reporter who was doing her first live cross came up on the television screen. Full Article
an Banks trying to lock up your loan By www.dailytelegraph.com.au Published On :: It seems that banks and other lenders are doing their best to lock in our mortgages. Full Article
an Where to order fresh food boxes and hampers By www.dailytelegraph.com.au Published On :: Restaurants and cafes are closed to sit-down customers so food services across the Sydney are getting creative, offering you an easier way to do-it-yourself from the comfort of your own home. Full Article
an Meaning of items seen in Queen’s address By www.dailytelegraph.com.au Published On :: The Queen has told locked down Brits to “never give up, never despair” in a stirring televised address. Full Article
an Karl’s bizarre online appearance By www.dailytelegraph.com.au Published On :: Karl Stefanovic has given his first interview since welcoming daughter Harper with wife Jasmine Yarborough. Full Article
an History behind Meghan and Harry’s home By www.dailytelegraph.com.au Published On :: Prince Harry and Meghan Markle’s new digs sit on a nine-hectare piece of prime real estate in Beverly Hills, where the couple and their one-year-old son Archie can play endless games of hide-and-seek in the eight-bedroom, 12-bathroom mansion. Full Article
an Russian influencer to marry stepson By www.dailytelegraph.com.au Published On :: Popular Russian blogger Marina Balmasheva is gearing up to marry her stepson – after recently divorcing his dad. Full Article
an Kim Kardashian sizzles in tiny bikini By www.dailytelegraph.com.au Published On :: For anyone wondering where Kim Kardashian has been (believe it or not, she hasn’t been photographed outside her house in a few months) – it seems the paparazzi ‘found’ her in this glittery maroon bikini outside her rented home in Malibu this week. Full Article
an Kanye goes west as Kim goes east amid lockdown tensions By www.dailytelegraph.com.au Published On :: It’s the same story whether you’re a celeb or a pleb - we’re all getting on each other’s nerves in lockdown. And it’s the same story for Kim and Kanye. Full Article
an Hilltop Hoods, Sia and Ariana drop new tunes By www.dailytelegraph.com.au Published On :: Musicians may be doing it tough with zero income from gigs any time soon but those big-hearted legends are rising to the occasion with a bunch of new tunes to benefit those needing a hand during the pandemic. Full Article
an Paramore star’s struggle for solo sanity By www.dailytelegraph.com.au Published On :: Every day has the potential to be a perfect storm for Hayley Williams. Full Article
an Stefanovic’s baby heads home By www.dailytelegraph.com.au Published On :: Karl and Jasmine Stefanovic’s newborn baby girl Harper May is headed home for the first time after her birth on Friday night. Full Article
an WAG: ‘Strong core’ of anti-vaxxing families in the NRL By www.dailytelegraph.com.au Published On :: Anti-vax WAG Taylor Winterstein has said that there is a “strong core of families” in the NRL who are also anti-vaxxers that Australians would be “seriously surprised” about. Full Article
an Erin Molan lifts lid on feud with NRL great Andrew Johns By www.dailytelegraph.com.au Published On :: Erin Molan has put to rest her rumoured feud with rugby league great Andrew Johns. Full Article
an ‘Frowned upon’: Secret behind new Home and Away hunk By www.dailytelegraph.com.au Published On :: Home And Away’s new hottie Ethan Browne had to get over his own preconceived ideas of what he thought an actor was to follow his dream path. Full Article