Quantcast
Channel: Linux Report » Linux Tutorials
Browsing latest articles
Browse All 11 View Live

Quick Guide: Build a Router for Your Home Network with Debian Linux

Install Debian Linux Distribution For this project you will need the first CD from Debian Linux. Download the CD image, burn it and do a minimal Debian installation. Installing Debian will not be...

View Article



Quick Guide to Ubuntu Package Management

To see installed packages from your system run: sudo apt --installed list or $ apt list --installed | grep clang   WARNING: apt does not have a stable CLI interface. Use with caution in scripts....

View Article

How to install LEMP in Ubuntu 14.04

Add your user to the same group as nginx. sudo usermod -aG www-data $USER Enter root to install and configure the packages. sudo -s apt-get update If in LXC container: apt-get install...

View Article

Create a web development environment using LXC

What is and why use LXC? LXC is a linux container system that offers an environment as close as possible as of a virtual machine, without emulating any hardware and sharing the same kernel with the...

View Article

Authenticate with Public and Private Keys on CentOS 6 Linux

If you want to disable password authentication and only authenticate with Public/Private keys on a CentOS 6 Linux machine when connecting via ssh here’s what you need to do. How ssh keys auth works We...

View Article


Create a GPT partition and a filesystem on CentOS Linux.

Let’s say we’ve just added a secondary drive to our CentOS Linux machine and we want to add GPT partition table and then create a GPT partition that will fill our disk. In order to do that we will use...

View Article

Configure Network Interface in Ubuntu Linux

If you want to configure a static IP on your Ubuntu or Debian from command line, here is what you have to do. First we will switch login user to root. sudo su Then we will edit /etc/network/interfaces...

View Article

Install MySQL Client and Server on Centos6 Linux

This quick tutorial shows you how to install MySQL Server and Client on CentOS 6.6 Linux. First we check if MySQL Server is installed or not: yum list installed | grep mysql Then we search for...

View Article


Compile latest version of ImageMagick and PHP imagick on Ubuntu 14.04

Packages required to be able to compile sudo apt-get install build-essential automake pkg-config checkinstall php5-dev Delegates dependencies sudo apt-get install ghostscript libgs-dev libautotrace-dev...

View Article


Configure Networking in OpenSUSE Linux with manual IPv4

Here is a Quick Guide to configure networking in OpenSUSE Linux using manual IPv4. First let’s see where config files are located. # ls /etc/sysconfig/network/ifcfg-* /etc/sysconfig/network/ifcfg-eth0...

View Article

My Ubuntu 16.04 Networking is configured but I cannot find config files

If your Ubuntu machine has networking configured but there’s nothing in: /etc/network/interfaces (maybe only loopback interface is configured there) and there’s no file in /etc/network/interfaces.d...

View Article
Browsing latest articles
Browse All 11 View Live




Latest Images