how-to
Web Server Setup Series - Setup Domain Name To Point To CWP Server Paid Members Public
Welcome to the third part of web server setup series. In the last article, I fixed all the errors and warnings of CWP. We’re now ready to point a domain to our server. In this article, we’ll setup our domain name to point to our hosting and then
How To Make Good Use Of 'grep' Command Paid Members Public
Linux and UNIX systems come with a shell command known as ‘grep’. This simply looks for a specified text, or pattern, in a file or an entire directory. The most common usage is for quickly searching a file for occurrences of a pattern, which can be in plain text, or
Web Server Setup Series - How To Setup And Manage Your Own Web Server Paid Members Public
Today I am starting a web server setup series. In this series of articles, I’ll teach you how you can setup a web server or turn your own computer into a web server. I’ll also teach you how you can manage your web server, increase server security and
How To Start Learning A Programming Language Paid Members Public
Have you ever wonder how everything works? From Smartphones Operating Systems to even each and every Linux Distro and every Operating System created by Microsoft and Apple. How does it play my favorite music? How does it save my files to the cloud? How does actually everything work? All these
Save Some Battery On Our Linux Machines With TLP Paid Members Public
I have always found battery life with Linux to be relatively lesser than windows. Nevertheless, this is Linux and we always have something up our sleeves. Now talking about this small utility called TLP, that can actually save some juice on your device. TLP – Linux Advanced Power Management is a
Store Files In An Encrypted Image Paid Members Public
Imagine this scenario: you have files on your computer that you would much rather keep safe. Such files could contain sensitive data such as passwords and bank details. Keeping them on your computer is a convenient solution; however, if your computer was hacked or stolen, someone could easily access your
How To Install Themes Or Icons In Elementary OS Paid Members Public
After installing Elementary OS, you may feel that you want to customize it to look more than the Out-of-the-box system, and more of a personalized Operating system per se. It’s very easy to install themes and icons for your Elementary OS. The process is pretty much the same as
How To Create Virtual Hosts On Apache Server To Host Multiple Websites Paid Members Public
If you have apache installed, you probably know what localhost is. Localhost allows a single website to be hosted locally. However, when using virtual hosts, you can host multiple websites on a single server. The process is fairly simple and I will demonstrate it here itself. I am assuming you