Uncategorized
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
LinuxAndUbuntu Distro Review Of PCLinuxOS Paid Members Public
I have reviewed a very good Linux distribution that I first used full-time as opposed to just playing around with it 8 years ago. You could say that I was suckled on it so to speak. What attracted me to PCLinuxOS distribution was mainly how simple to use it was.
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
Web Server Setup Series - Install & Configure CentOS Web Panel Paid Members Public
In the first article of the series, I’m going to start off setting up the web server using the CentOS web panel. CentOS web panel is a web hosting panel with a bunch of GUI tools to manage servers. The panel is designed to provide an easy and secure
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
antiX A Fast And Lightweight Linux Distribution Paid Members Public
antiX is a fast and lightweight Linux distribution. It is based on Debian stable. antiX is a very different distro, it isn’t like Debian or Ubuntu. It doesn’t use systemd. Actually, most Linux distros are using systemd to manage the system processes, but antiX doesn’t like systemd.
12 Practical Examples Of wget Command In Linux Paid Members Public
Wget command is a useful GNU command line utility used to download files from the internet. This utility can download the files from servers using popular protocols like HTTP, HTTPS, and FTP. It runs in the background (non-interactive) and hence can be used in scripts and cron jobs. GNU Wget