Quantcast
Channel: Free Linux Tutorials
Browsing all 73 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

Configuring Multiple Interfaces and Multiple Default Routes in Linux

Scenario: Multiple network interfaces in your server and each connected to different network and getting the IP via DHCP Objective: Make all IP pingable and accessible remotely e.g. SSH Solution:...

View Article


Image may be NSFW.
Clik here to view.

Quick Tip: Get or Find your Public IP Address using curl

Some sample websites that you can use with curl to display your external public IP. As you know, especially if you are connected to a router, it will provide you private IP via the DHCP and it is...

View Article


Image may be NSFW.
Clik here to view.

Installing WordPress in Raspberry Pi with Nginx, MySQL and PHP

It is meant to function as a staging or testing server where you can  do compatibility test  latest wordpress version on your existing sites, or try themes, plugins,widgets or practice your coding...

View Article

Image may be NSFW.
Clik here to view.

Installing Openstack RDO Packstack in CentOS

Want to deploy Openstack and experience your own cloud platform the easier way? One way is to install Openstack via RDO Packstack*. *Packstack is a utility that uses Puppet modules to deploy various...

View Article

Installation of KVM( Kernel-based Virtual Machine) Virtualization and Eve-NG...

Installation of KVM and Eve-NG  Kernel-based Virtual Machine or KVM is an open source virtualization solution that can make your Linux Server as hypervisor. I will demonstrate also how to install...

View Article


Authenticating Ubuntu Client to Windows Active Directory

I got the chance to configure one of the old system of my friend running Windows 2000 and Ubuntu 7, (yes it’s not typo) and he wants to authenticate some of his old Ubuntu PCs to Windows AD. Here’s...

View Article

Quick Tip: Installing GNS3 in Ubuntu (64-bit)

Installing a graphical network simulator GNS3 is quite easy for Ubuntu based distribution for 64-bit systems. Tested using Ubuntu 16.04. sudo add-apt-repository ppa:gns3/ppa sudo apt-get update sudo...

View Article

Quick Tip: Installation of Sublime Text in Ubuntu Linux

Sublime Text is one of the best text or code editor that you can have in Linux as it supports different programming languages and markup languages. There’s a list of features that you can check from...

View Article


Quick Tip: Install Spotify in Ubuntu or Debian Linux

Spotify is considered the king of digital music streaming service that offers millions of songs.  There are 4 steps to install Spotify client in Debian-based Linux. Tested in Ubuntu 16.04 LTS. Enjoy!...

View Article


Quick Tip: Create GNS3 Launcher in Ubuntu Linux

After installing GNS3 or Graphical Network Simulator 3 in Ubuntu Linux, you can run it via the command “gns3” but it does not come with a default launcher or shortcut. To have a nice shortcut to place...

View Article

Configuring Multiple Interfaces and Multiple Default Routes in Linux

Scenario: Multiple network interfaces in your server and each connected to different network and getting the IP via DHCP Objective: Make all IP pingable and accessible remotely e.g. SSH Solution:...

View Article

Quick Tip: Get or Find your Public IP Address using curl

Some sample websites that you can use with curl to display your external public IP. As you know, especially if you are connected to a router, it will provide you private IP via the DHCP and it is...

View Article

Image may be NSFW.
Clik here to view.

Installing WordPress in Raspberry Pi with Nginx, MySQL and PHP

It is meant to function as a staging or testing server where you can  do compatibility test  latest wordpress version on your existing sites, or try themes, plugins,widgets or practice your coding...

View Article


Image may be NSFW.
Clik here to view.

Installing Openstack RDO Packstack in CentOS

Want to deploy Openstack and experience your own cloud platform the easier way? One way is to install Openstack via RDO Packstack*. *Packstack is a utility that uses Puppet modules to deploy various...

View Article

Installation of KVM( Kernel-based Virtual Machine) Virtualization and Eve-NG...

Installation of KVM and Eve-NG  Kernel-based Virtual Machine or KVM is an open source virtualization solution that can make your Linux Server as hypervisor. I will demonstrate also how to install...

View Article


Authenticating Ubuntu Client to Windows Active Directory

I got the chance to configure one of the old system of my friend running Windows 2000 and Ubuntu 7, (yes it’s not typo) and he wants to authenticate some of his old Ubuntu PCs to Windows AD. Here’s...

View Article

Top 20 Must Know Basic Commands in Linux with Examples Part 1

Here’s the list of basic commands a Linux user  needs to know and familiarize  for them to feel comfortable in working with command line interface/shell/terminal. We all know that mostly all Linux...

View Article


Top 20 Must Know Basic Commands in Linux with Examples Part 2

11. chmod-command to change file mode bits. This is used to assign or change permissions of files and directories. We need to understand first the file permission Three types of permissions (can assign...

View Article

Top 10 Basic virsh commands for KVM Hypervisor management

The virtual shell or  virsh program is the main interface for managing virsh guest domains. This program can be used to list, create, pause, and shutdown domains. 1. Display information about the...

View Article

Fixing KVM guest virsh console hangs at Escape character

virsh is a tool to manage virsh guest domains and the command “virsh console [domain id/name]” can be use to connect the virtual serial console for the guest. But sometimes the connection with the...

View Article
Browsing all 73 articles
Browse latest View live