Install full Ubuntu on USB flash drive
This is a repost of the forum topic! Link below. Here I’m going to explain on how to install a fully working linux specifically Ubuntu 12.04 LTS on USB Flash drive Pro’s of installing linux in a USB...
View ArticleInstall Pantheon shell on Ubuntu Linux
Today i’am going to show you how to install great minimalistic and beautiful Linux shell named Pantheon on Ubuntu. First of all, install Ubuntu minimal from...
View ArticleKeyboard layout configuration with setxkbmap in Linux
To get worked keyboard layout well follow next steps: 1. Install x11-xkb-utils package: # apt-get install x11-xkb-utils 2. Add the line to your ~/.xinitrc file: setxkbmap -layout 'us,ru' -option...
View ArticleXrdp configuration to connect existing session
The RDP protocol is very convenient to manage windows and linux servers. But if you use Xrdp as terminal server, you may notice new session always creates when connection established. The CentOS...
View ArticleInstall Oracle Java 8 on Ubuntu Linux
To install Oracle JDK 8 on Ubuntu you can choose one of two methods: A. Automatic installation: sudo apt-get install python-software-properties sudo add-apt-repository ppa:webupd8team/java sudo...
View Article