Posts

Showing posts from 2016

Windows theme for Ubuntu just in 5 Steps

Image
  Do you like Windows 10 Look but Love LINUX here is the solution for you. Here you can learn how to install Windows theme in Ubuntu Operating System. Lets Start!..   Step 1: Open Terminal in your system           ctrl + a lt+t  Step 2 : Login as root user         ~$ su          or         ~$ sudo -i   Step 3 : Now we need to add repository         ~$ add-apt-repository ppa:noobslab/themes    Step 4 : Next we need to update          ~$ apt-get update   Step 5 : Now you can install the windows theme         ~$ apt-get install windows-10-theme   Thats it!... Now your machine will look like windows . H appy Win dows !..

Recover root user (with admin password)

Image
Do you forgot your root password and you know your administrator user password then here is the solution Recover the root password(Know admin password): Step 1: Open Terminal in your system           ctrl + a lt+t  Step 2 : Login as root user         ~$ su          or         ~$ sudo -i   Step 3 : Now we need to add repository         ~$ add-apt-repository ppa:noobslab/themes    Step 4 : Type type the following command         ~$ passwd   Enter the new password to root re-type the password Enjoy!.. Your root password Changed Successfully.............

Set Proxy In ubuntu

Image
  Is you institution / office is using proxy, then here is the solution to bypass the proxy in your Ubuntu system. here is the solution How to set Proxy In Ubuntu: STEP 1: Open network connection open network connection–>make a manual proxy type the proxy ip address and port number say 172.16.8.1 port number 3128 and click set to system wide button. STEP 2: Open Terminal Login to root user :         ~$ su   then type the root user password STEP 3: Open Config file type the following command         ~$ gedit /etc/atp/apt.config now the config file will open in the text editor. STEP 4: Enter username and password of proxy now copy and paste the following in the text editor Acquire::http::proxy “ http://username:password@proxyserver:port/ Acquire::https::proxy “ https://username:password@proxyserver:port/ Acquire::socks::proxy “socks://username:password@proxyserver:port/”; change the username as your given username and password as your given p