Archive

Category Archives for "Networking"

What is NFV and what are its cost, performance and scaling benefits?

Network functions virtualization (NFV) enables IT pros to modernize their networks with modular software running on standard server platforms.Over time, NFV will deliver high-performance networks with greater scalability, elasticity, and adaptability at reduced costs compared to networks built from traditional networking equipment.  NFV covers a wide range of network applications, but is driven primarily by new network requirements, including video, SD-WAN, Internet of Things and 5G.To read this article in full, please click here

What is NFV and what are its cost, performance and scaling benefits?

Network functions virtualization (NFV) enables IT pros to modernize their networks with modular software running on standard server platforms.Over time, NFV will deliver high-performance networks with greater scalability, elasticity, and adaptability at reduced costs compared to networks built from traditional networking equipment.  NFV covers a wide range of network applications, but is driven primarily by new network requirements, including video, SD-WAN, Internet of Things and 5G.To read this article in full, please click here

Help Make the Internet a Safer Place for Everyone

Ash Ball, a young person in Australia, is working to end cyberbullying as part of the Project Rockit team. Ball, one of the Internet Society’s  25 Under 25 awardees, says he believes that it’s important to empower the younger generation to step in when they see someone being harassed online.

That message is especially important today, which is Safer Internet Day, a call to action to make the Internet safer for everyone.

Linda Patiño is another 25 Under 25 awardee leading the charge. “I was a victim of online harassment, receiving kidnapping and rape threats,” she says. Patiño’s work with the Colombia-based organization Colnodo uses ICTs to promote Internet safety and gender equality. “A tool can be so harmful. I enter this world [of activism] so other girls know they are not alone, that we are creating things to help them get through this. Even though these tools have serious impacts, we are doing good change” in the world.

We all have the power to help make the Internet a more welcoming and accessible place, but Ash Ball and Linda Patiño show that it’s a Continue reading

History of Networking: Paul Vixie on the Origins of DNS

Paul Vixie joins us on the History of Networking to talk about the spread of the DNS system—like a virus through the body network. All those radios in the background at a bit of history; Paul is an Amateur Radio Operator of many years, though, like me, he is not as active as he used to be in this realm.

AMD lands Dell as its latest Epyc server processor customer

AMD scored a significant win in its efforts to retake ground in the data center with Dell announcing three new PowerEdge servers aimed at the usual high-performance workloads, like virtualized storage-area networks (VSAN), hybrid-cloud applications, dense virtualization, and big data analytics. The servers will run AMD's Epyc 7000 series processors.What’s interesting is that two of the three new Dell servers, the PowerEdge R6415 and R7415, are single-socket systems. Usually a single-socket server is a small tower stuck in a closet or under a desk and running as a file and print server or departmental server, not something running enterprise workloads. The R7425 is the only dual-socket server being introduced.To read this article in full, please click here

AMD lands Dell as its latest Epyc server processor customer

AMD scored a significant win in its efforts to retake ground in the data center with Dell announcing three new PowerEdge servers aimed at the usual high-performance workloads, like virtualized storage-area networks (VSAN), hybrid-cloud applications, dense virtualization, and big data analytics. The servers will run AMD's Epyc 7000 series processors.What’s interesting is that two of the three new Dell servers, the PowerEdge R6415 and R7415, are single-socket systems. Usually a single-socket server is a small tower stuck in a closet or under a desk and running as a file and print server or departmental server, not something running enterprise workloads. The R7425 is the only dual-socket server being introduced.To read this article in full, please click here

BrandPost: Manufacturer improves app performance, productivity with SD-WAN

IMMI is an Indiana-based manufacturer of safety products, such as seat belts, car seats, and other specialized vehicle safety devices. It has more than 1,600 employees in six countries across the Americas, Europe, and Asia.IMMI has invested heavily in computer-assisted manufacturing for its main plant locations. In addition, it relies on Oracle ERP and Microsoft Office 365 in hosted locations for day-to-day productivity.The company continues to expand through acquisition and requires agile WAN to facilitate communications between its locations and to ensure optimal user experience with cloud-based applications.Deployment details IMMI had been using Cisco ASA firewalls to provide secure IP VPN connections to its 12 main locations (headquarters, main data centers, and manufacturing plants). WAN connectivity is provided by a mix of high-speed broadband Internet, private links, and 4G LTE (as back up). IMMI found the Cisco ASAs complex and time consuming to manage, especially in remote locations. Application performance across the company was negatively affected by high latency and occasional brownouts due to reliance on Internet connectivity from distant locations (e.g., China).To read this article in full, please click here

Ubuntu 16.04 git lfs broken install

When something simple goes wrong, frustration is never proportionate to the anticipated ease.

On Ubuntu 16.04 on a Fresh install, I came across this cracker.

sudo apt-add-repository ppa:git-core/ppa
Cannot add PPA: 'ppa:~git-core/ubuntu/ppa'.
ERROR: '~git-core' user or team does not exist.

Ok. Must be a typo. After spending twenty seconds or so on this, which is still way too long to be looking for typos on something so simple, it isn’t a typo.
This information comes straight out of the

git
community. Pun intended; what a git.

After cracking some knuckles and blowing warm air on my finger tips, I went on the hunt for a fix.

Most of the Google results for this issue gravitates around proxy devices interfering with the traffic. Being on corporate wifi, this is entirely possible.
After tethering to my cell phone, rebooting the OS and clearing out some caches, the issue persisted. Adding the sources to

apt
manually also failed.

There is always more than one way to skin a cat and in my case, installing via package cloud worked.

curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | sudo bash
sudo apt-get install git-lfs

In this world of virtualisation and micro-services, things like this are Continue reading