ZTE Slashes Q1 Bottom Line by $1B
That swing was attributed to the impact of being banned from purchasing U.S. components and $1.4 billion in total fines ZTE agreed to pay to the U.S. government to lift the ban.
That swing was attributed to the impact of being banned from purchasing U.S. components and $1.4 billion in total fines ZTE agreed to pay to the U.S. government to lift the ban.
The announcement comes just days after Nokia CEO Rajeev Suri admitted the company lost some of its Verizon business in certain markets.
It has taken time and a lot of changes in the industry, but HPC in the cloud might actually be something that can work not just technically, but as a business model that is reasonable and sustainable. …
Rescaling to Meet the Needs of HPC Cloud was written by Timothy Prickett Morgan at .
Without a doubt, this will be a busy week for the Internet Society in Latin America and the Caribbean! Various activities will take place alongside the 11th edition of LACIGF, including discussions on gender and youth, as well as the Workshop for Chapter Leaders of the region. As usual, ISOC will have an important presence in several activities.
LACIGF 11: the maturity of the regional space
From July 31 to August 2, the regional community will meet in Buenos Aires to celebrate the 11th edition of the Regional Preparatory Meeting for the Internet Governance Forum (LACIGF). More than ten years after the first meeting took place, LACIGF is now an established event of high importance, where issues related to Internet Governance in Latin America and the Caribbean are discussed.
The agenda includes diverse topics, in which ISOC will be participate. Raquel Gatto will join the discussions on personal data protection, in addition to co-organizing the session on National and Regional Internet Governance Initiatives. In addition, Sebastián Bellagamba will join the debate around Community Networks. And let’s not forget about the keynote speech that will be given by Raúl Echeberría about the future of the global IGF.
The event will be Continue reading
At Google Cloud Next '18, hot topics included security, artificial intelligence and machine learning, containers, and hybrid cloud.
You look like a criminal: Amazon.com’s facial recognition technology falsely flagged 28 U.S. lawmakers as criminals in a test run by the American Civil Liberties Union, The Guardian reports. Whoops! Five members of Congress have demanded an explanation from Amazon, CNET says.
Amazon instead of libraries? It was a bit of a weird week for Amazon. After a Forbes article – since pulled from the website – suggested the giant retailer should replace libraries, the Internet went nuts, not in a good way. The Daily Dot looks at the controversy.
AI as the terminator: Billionaire businessman Mark Cuban has joined the ranks of luminaries warning about the dangers of Artificial Intelligence. “If you don’t think by the time most of you are in your mid-40s that a Terminator will appear, you’re crazy,” he said at a gathering of conservative high school students. CNBC.com has the details of his speech.
AI as a money saver: Meanwhile, AI backers say the technology can bring huge benefits. London’s Metropolitan Police Service could save £30 million and put 545 officers on the streets by using AI to analyze large volumes of data and cross-reference information from databases and surveillance systems, according Continue reading
In this video, Tony Fortunato explains some WiFi troubleshooting basics and demonstrates a free WiFi utility for Windows.
DPDK (Data Plane Development Kit) is a set of open-source high-performance packet processing libraries and user space drivers.
oVirt support for DPDK was introduced in 2017, and is now enhanced in terms of deployment via Ansible and usage via Open Virtual Network.
While still experimental, OVN-DPDK in oVirt is now available in version 4.2.
Host configuration for DPDK usage is now automated using Ansible. This primarly includes:
The role is installed via Ansible galaxy:
# ansible-galaxy install oVirt.dpdk-setup
An example playbook:
- hosts: dpdk_host_0
vars:
pci_drivers:
"0000:02:00.1": "vfio-pci"
"0000:02:00.2": "igb"
"0000:02:00.3": ""
configure_kernel: true
bind_drivers: true
set_ovs_dpdk: false
roles:
- ovirt-ansible-dpdk-setup
The role is controlled by 3 boolean variables (all set to true
by default) and a dictionary of devices and their drivers:
configure_kernel
– determines whether the kernel should be configured for DPDK usage (hugepages, CPU partitioning). WARNING: When set to true
it is very likely to trigger a reboot of the host, unless all required configuration is already Continue readingDPDK (Data Plane Development Kit) is a set of open-source high-performance packet processing libraries and user space drivers.
oVirt support for DPDK was introduced in 2017, and is now enhanced in terms of deployment via Ansible and usage via Open Virtual Network.
While still experimental, OVN-DPDK in oVirt is now available in version 4.2.
Host configuration for DPDK usage is now automated using Ansible. This primarly includes:
The role is installed via Ansible galaxy:
# ansible-galaxy install oVirt.dpdk-setup
An example playbook:
- hosts: dpdk_host_0
vars:
pci_drivers:
"0000:02:00.1": "vfio-pci"
"0000:02:00.2": "igb"
"0000:02:00.3": ""
configure_kernel: true
bind_drivers: true
set_ovs_dpdk: false
roles:
- ovirt-ansible-dpdk-setup
The role is controlled by 3 boolean variables (all set to true
by default) and a dictionary of devices and their drivers:
configure_kernel
– determines whether the kernel should be configured for DPDK usage (hugepages, CPU partitioning). WARNING: When set to true
it is very likely to trigger a reboot of the host, unless all required configuration is already Continue readingLinux once used to be strict NO for Network engineer, we as network engineer always preferred to be comfortable with windows. But time has changed now ,Linux is everywhere starting from mobile device ,computers, servers, Hypervisor, network switches . Most of the network devices operating system is based on Linux.
Few important reason for network engineers to Learns Linux :-
So lets start with basics of Linux which can help us in our day to day task:-
Sudo
Pwd
ls
Man <Command>
Cd..
Change current directory to parent directory
cd
Back to home directory
Cd ../..
Back two directory
Cd..
Moves back to previous working directory
Mkdir
makes new director
Mkdir -p
makes all Continue reading