Host Website On Our Own Server

How to Host Web Server: A Beginner's Guide 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

LinuxAndUbuntu
LinuxAndUbuntu
Setup web server
a quick review of antergos

[Discontinued] Antergos Linux One Of Best Arch Based Distros 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

LinuxAndUbuntu
LinuxAndUbuntu
Arch Linux
WizNote Evernote alternative

Wiznote An Evernote Alternative - Linux Note Taking App 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

LinuxAndUbuntu
LinuxAndUbuntu
Reviews
10 best linux commands

10 Basic Linux Commands That Every Linux Newbies Should Remember 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

LinuxAndUbuntu
LinuxAndUbuntu
Linux tools
Check Weather And Surf StackOverflow In Linux Terminal

Check Weather And Surf StackOverflow In Linux Terminal 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

LinuxAndUbuntu
LinuxAndUbuntu
Linux tools
Crontab Cron Expressions To Run Command

Cron Expressions To Run Command At Predefined Interval 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/

LinuxAndUbuntu
LinuxAndUbuntu
Linux tools

[Solved] Dependency Is Not satisfiable: libvpx1 Error While Installing VirtualBox In Linux Mint 18 Beta 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

LinuxAndUbuntu
LinuxAndUbuntu
Uncategorized
Linux File Sharing Over Network Computers Using scp And rsync

Linux File Sharing Over Network Computers Using scp And rsync 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,

LinuxAndUbuntu
LinuxAndUbuntu
Linux tools