
How to Host Web Server: A Beginner's Guide Paid Members Public
Welcome to small tutorial series to host web server on your own Linux machine. This series of articles will teach how to set up a web server on a Linux computer and make it available online. In this article, we will install all the required tools to set up a

[Discontinued] Antergos Linux One Of Best Arch Based Distros Paid Members Public
Sadly, Antergos Linux has been discontinued. One of the most difficult tasks for Linux newbies is to install Arch Linux. Unlike most other Linux distributions, Arch Linux does not have a graphical installer. It’s completely CLI. Users have always been interested to use Arch-based distros and luckily there are

Wiznote An Evernote Alternative - Linux Note Taking App Paid Members Public
Since Evernote client is not available for Linux, Linux users always search for an Evernote alternative. Today we have come up with Wiznote, a note-taking app that is available for all major platforms including Linux. Wiznote is developed by Wozhi Tech Beijing Co. Ltd. a team of 20 developers. It

10 Basic Linux Commands That Every Linux Newbies Should Remember Paid Members Public
Linux has had a significant impact on our lives. At the very least, your Android phone contains a Linux kernel. Getting started with Linux, on the other hand, will only cause you inconvenience for the first time. Because on Linux, rather of simply clicking the launcher icon, you should usually

Check Weather And Surf StackOverflow In Linux Terminal Paid Members Public
Today, let’s have some fun with Linux Terminal. Also, if you’re a developer, let’s reduce one context switch that you make while developing: switching to the browser to look for a solution on StackOverflow. It’s a well-known fact that fewer context switches mean fewer distractions and

Cron Expressions To Run Command At Predefined Interval Paid Members Public
Linux Crontab allows you to run commands, apps, or scripts at a predefined interval. You can schedule the run to occur at the desired interval. Crontab runs in the background as a daemon and checks the crontab files in the /etc/crontab and /etc/cron.*/ directories. These include cron.d/
[Solved] Dependency Is Not satisfiable: libvpx1 Error While Installing VirtualBox In Linux Mint 18 Beta Paid Members Public
Linux Mint 18 Beta was recently released. Though it’s beta since its release, I have been using it without any issue. There is no crash, no stuck. Pretty stable. But, today when I tried to install VirtualBox in Linux mint, it gave me an error that the dependency not

Linux File Sharing Over Network Computers Using scp And rsync Paid Members Public
In this article, we will look at scp and rsync, two powerful Linux utilities for sharing files and folders across networks. scp allows you to simply copy directories or files from or to any remote destination, whereas rsync, in addition to simply copying files, also acts as a synchronising tool,