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 ArticleQuick 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 ArticleInstalling 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 ArticleInstalling 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 ArticleInstallation 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 ArticleAuthenticating 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 ArticleQuick 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 ArticleQuick 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 ArticleQuick 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 ArticleQuick 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 ArticleConfiguring 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 ArticleQuick 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 ArticleInstalling 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 ArticleInstalling 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 ArticleInstallation 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 ArticleAuthenticating 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 ArticleTop 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 ArticleTop 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 ArticleTop 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 ArticleFixing 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