Tuesday, June 14, 2016

Howto Screenshot in Centos 6x

Simple way, in order to make a screenshot in Centos 6.x
[rx@localhost ~]$ cat /etc/redhat-release 
CentOS release 6.8 (Final)

[rx@localhost ~]$ uname -a
Linux localhost.localdomain 2.6.32-573.el6.x86_64 #1 SMP Thu Jul 23 15:44:03 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux

[rx@localhost ~]$ su -

Install this by typing:
yum install gnome-utils

 S a m p l e  of Screnshoot:



Friday, April 22, 2016

Nagios Core

Working on my Nagios Core 3.5.1 on my virtual Centos 6.4 Minimalist

Thursday, April 21, 2016

Wednesday, April 20, 2016

Android Starter

Howto install Android Studio for beginners.
1. Download Android Studio http://developer.android.com/sdk/index.html
2. Unpack the .zip file and point it to your preferred localtion such as /usr/local/ for your user profile or /opt/ for shared users.
root@Inspiron-1525:~/Download# unzip android-studio-ide-143.2739321-linux.zip  -d /opt
3.To launch Android Studio, open a terminal, navigate to the /opt/android-studio/bin/ directory and execute the studio.sh 
root@Inspiron-1525:~/Download#cd /opt/android-studio/bin
root@Inspiron-1525:~/opt/android-studio/bin#sh studio.sh
4. The  Android Studio Wizard guides you though the rest of the setup, and includes download SDK components which is required for development.

Note: If you are running 64 bit Linux OS, install the following:
  For Ubuntu
     sudo apt-get install lib32z1 lib32ncurses5 lib32bz2-1.0 lib32stdc++6
  For Fedora
     sudo yum install zlib.i686 ncurses-libs.i686 bzip2-libs.i686