how-to

Setup Domain Name To Point To CWP Server

Web Server Setup Series - Setup Domain Name To Point To CWP Server 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

sohail
sohail
Setup web server
make good use of grep command line

How To Make Good Use Of 'grep' Command 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

sohail
sohail
Linux Tutorials
How To Setup And Manage Your Own Web Server

Web Server Setup Series - How To Setup And Manage Your Own Web Server 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

sohail
sohail
Setup web server
how to learn a programming language

How To Start Learning A Programming Language 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

sohail
sohail
Linux Tutorials
Save Some Battery On Our Linux Machines With TLP

Save Some Battery On Our Linux Machines With TLP 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

sohail
sohail
Linux tools
Store Files In An Encrypted Image

Store Files In An Encrypted Image 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

sohail
sohail
Linux Tutorials
Install Themes Or Icons In elementary os

How To Install Themes Or Icons In Elementary OS 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

sohail
sohail
Linux Tutorials
How To Create Virtual Hosts On Apache Server To Host Multiple Sites

How To Create Virtual Hosts On Apache Server To Host Multiple Websites 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

sohail
sohail
Linux Tutorials