How to Add SSH Keys on Ubuntu 20.04
This article explains you the process to add SSH keys authentication on Ubuntu 20.04 server and disable password based authentication.
This article explains you the process to add SSH keys authentication on Ubuntu 20.04 server and disable password based authentication.
Lighttpd is a fast and flexible open-source web server that’s comparable in performance to Nginx. For hosting PHP applications like WordPress, Magento, etc. on a Lighttpd server, you need to set up an LLMP stack on your server. LLMP stands for Linux, Lighttpd, MySQL, and PHP. Thanks to Lighttpd’...
Magento is a popular eCommerce platform build and written in PHP, it is used by many small scale businesses to sell products and create an online presence. It allows you to create a full-fledged online store with features such as inventory management, product catalogues, shipping, invoicing and much more. If...
Laravel is a very popular open-source PHP framework with the expressive and elegant syntax used to design modern and beautiful web applications. Laravel aims to take the pain out of web development and make it an enjoyable and creative experience, turning web devs into web artisans. In this guide, you...
Docker is a popular tool used by DevOps teams to create, deploy and run applications as portable containers. The containerization is a process in which applications, its components, configurations and dependencies are packed in a single file known as containers. Containers are similar to virtual machines, but instead of running...
Skype is still one of the most popular VoIP and video chat application available in the video conference software market. This popularity is justified as the application have an already established user base and it is available on multiple platforms such as Windows, macOS and Linux. With the quite sudden...
A step-by-step tutorial on how to install and use Composer on Ubuntu 20.04 LTS
GCC used to stand for GNU C Compiler back when it only had one compiler support, but since then it has grown into the set of compilers & libraries we know today. GCC now known as GNU Compiler Collection is a set of multiple compilers and libraries for programming languages...
Nginx is an open-source and popular reverse proxy web server available on multiple platforms. The software was developed by Igor Sysoev as a solution to C10K problem and first released in 2004. C10K problem is the problem of handling ten thousand clients concurrently which was quite not easy in the...
Looking for a worthy alternative to Notepad++ on Ubuntu? Look no further than the free Notepadqq app
If you have ever felt the pain of high Database load causing the slowdowns in your web-apps and wondered “Is there a way to decrease the latency caused by DB queries?”, then the answer to that question is a big yes. Memcached a friendly neighbourhood memory cache daemon is here...
KVM or Kernel-based Virtual Machine is a module in Linux Kernel which allows users to run Virtual Machines on their system. It boasts nearly bare-metal performance compared to other virtualization software as it is closely knit into Linux kernel. KVM coupled with its API/Toolkit called libvirt is used to...