How to Install and Use locate Command in Linux
When you are working with the command line in Linux you need to know how to find files quickly. There are few utilities that can get the job done but you should know how to
When you are working with the command line in Linux you need to know how to find files quickly. There are few utilities that can get the job done but you should know how to
Setting up hostname is an important task when you are installing the operating system. Hostnames are invented to make human life easy. When you have 100’s of machines in your network it is not easy
The LAMP stack (LAMP for short) is a set of open-source software that consists of Linux, Apache, MySQL or MariaDB, and PHP. LAMP is used to develop and deploy dynamic websites and web applications. This
Hardlinks and Softlinks are important concepts to understand when you are working in a Unix-like environment. In this article, we will discuss what is the hard link and soft link and how to create them
NGINX (pronounced as Engine-X) is a free and open-source web server software, load balancer, and reverse proxy optimized for very high performance and stability. NGINX offers low memory usage and high concurrency — which is
The Apache HTTP Server (commonly referred to simply as Apache), is a free and open-source web server software brought to you by the Apache Software Foundation. Apache has been around for more than 2 decades
Before installing Virtualbox, check if virtualization is enabled in BIOS. During bootup press the bios key and navigate through the bios option to enable/disable virtualization. Depending upon your machine product, the bios key may vary.
LinuxShellTips is happy to present a series on oracle VirtualBox, the most popular open-source (GPL V2) cross-platform hosted hypervisor in the market that supports X86, AMD/Intel virtualization. In this series, we will show all the
SSH keys are commonly used without a passphrase. This is especially true when automating tasks because no human is expected to be available to type in the passphrase. Nevertheless, the use of SSH key passphrases
Ideally, SSL certificates are issued by publicly trusted certificate authorities (e.g. Let’s Encrypt, Comodo, Verisign) to provide authentication and encryption on the internet. However, you could obtain an SSL certificate without going through a third-party