linux vps setup guide
Thanks for all the likes, good words and support you gave us in the first two part of this article. In the first article we discussed commands for those users... Read more
As system administrators, we would have got requirements wherein we need to configure raw hard disks to the existing servers as part of upgrading server capacity or sometimes disk replacement... Read more
Assuming you have two files or you have just created a new file and want it to have the same permissions and ownership of an older file. In this article,... Read more
One of the easiest ways to boost the readability and context of the text in a configuration file or your source code for various programing languages, is by using a... Read more
Sometimes it may happens in some stage, you may have to access data on a Windows partition, USB device or any similar device. Today most of the modern Linux systems... Read more
The Silver Searcher is a free and open source, cross platform source code searching tool similar to ack (a grep-like tool for programmers) but faster. It runs on Unix-like systems... Read more
The ‘dmesg‘ command displays the messages from the kernel ring buffer. A system passes multiple runlevel from where we can get lot of information like system architecture, cpu, attached device,... Read more
DNF aka Dandified YUM is a next generation Package Manager for RPM based Distribution. It was first introduced in Fedora 18 and it has replaced YUM utility in recent release of... Read more
Normally, removing a package using YUM package management system will remove that package together with its dependencies. However, certain dependencies will not be removed on the system, these are what... Read more
The rm command is a UNIX and Linux command line utility for removing files or directories on a Linux system. In this article, we will clearly explain what actually “rm... Read more