Categories
Linux Tips & Tricks

Choosing Linux distribution, which one and why, tips

Hello friends, today I am going to write little bit about choosing Linux distribution, for your needs. There are hundreds of distributions and most of them are useless for certain usages. I am willing to give you everyone a few tips about what distribution or distributions you should use, when, and why. So stay with […]

Categories
HowTo Linux Tips & Tricks

Upgrading Debian 8 “Jessie ” to Debian 9 “Stretch”

Upgrading Debian 8 “Jessie ” to Debian 9 “Stretch” In this article, we will be upgrading Debian 8 “Jessie ” to Debian 9 “Stretch” by Linux command line. Method will work both, desktop and server systems. You might also want to read Debians “Whats new on Debian 9” article to make sure you really wanna […]

Categories
HowTo Linux Tips & Tricks

Configure sudo and add user to sudoers group on Debian

Configure sudo and add user to sudoers group on Debian In this article you will learn how to configure sudo and add user to sudoers group on Debian. This method will work both desktop and server versions of Debian. About sudo sudo is a program for Unix-like computer operating systems that allows users to run […]

Categories
All HowTo Linux Tips & Tricks

How to install LAMP Stack on Ubuntu 16.04 VPS

A quick guide on “How to install LAMP Stack on Ubuntu 16.04 VPS [PHP, MYSQL, APACHE2] Done this yet? You should do it before you install LAMP stack on Ubuntu Ubuntu 16.04 VPS Setup Update your package list and install Apache2 sudo apt-get update sudo apt-get install apache2 Open up /etc/apache2/apache2.conf with your favorite text […]

Categories
All HowTo Linux

Ubuntu 16.04 VPS Setup – Easy step by step guide

What to do after buying an Ubuntu 16.04 VPS? Ubuntu 16.04 VPS Setup Lets get to Ubuntu 16.04 VPS Setup. First of all of course, you should login to your server. With windows you can use PuTTy, with linux, open terminal and type in ssh root@your_server_ip After that, we will create a new user and […]