Posted By: admin

admin

This user hasn't shared any profile information

by admin 6 years ago

Linux Skills Most Wanted: Open Source Jobs Report

The 2018 Open Source Technology Jobs Report shows rapid growth in the demand for open source technical talent, with Linux skills a must-have requirement for entry-level positions. The seventh annual report from The Linux Foundation and...

by admin 6 years ago

Red Hat Enterprise Linux 7.6 Beta now available

The hybrid cloud requires a consistent foundation and today, we are pleased to refine and innovate that foundation with the availability of Red Hat Enterprise Linux 7.6 beta. The latest update to Red Hat Enterprise Linux 7 is designed to...

by admin 6 years ago

Is the Linux 4.18 kernel heading your way?

The recently released 4.18 Linux kernel has already moved up to 4.18.5. How soon it lands on your system or network depends a lot on which Linux distributions you use. How soon the 4.18 kernel lands on your system or network depends a lot...

by admin 6 years ago

How to redirect standard output and error to a file.

1. To redirect standard output to a file This will redirect the content of /etc/issue to a file /tmp/issue.txt # cat /etc/issue > /tmp/issue.txt To redirect the output to a file which is already having a content and don’t want...

by admin 7 years ago

How to configure Network Bonding

Network bonding is aggregation of multiple network interfaces to single interface for load balancing, high availability, fault tolerance etc., This can be achieved by using the kernel module bonding. By default this will not loaded which...

by admin 7 years ago

Useful SAR commands

An abbreviation of SAR is System Activity Reporter which is an important tool for system administrators to get the performance overview of the server at different point of time. Using sar commaned, we can know the cpu, memory , disk etc,...

by admin 7 years ago

Useful Vim Commands

What is Vim ? Vim is a highly configurable text editor built to enable efficient text editing. It is an improved version of the vi editor distributed with most UNIX systems. Vim is often called a “programmer’s editor,”...