Monday, August 1, 2016

how to decrease temperature on ubuntu 16.04 laptop or desktop

                                                                   step 1
                                                                         
                                                                                 sudo apt-get install lm-sensors  
                                                                                   sensores

step 2

sudo gedit /etc/modules

step 3
add battery
ac
thermal
processor
acpi-cpufreq
cpufreq-userspace


REBOOT


Tuesday, May 17, 2016

How to install google chrome on ubuntu 16.04

                                                                                              sudo apt-get update
                                                                                              sudo apt-get install libgconf2-4 libnss3-1d libxss1
                                                                            https://www.google.com/intl/en/chrome/browser/desktop/                                                                              


                                                                                  cd Dowloads/
                                                                                  ls
                                                                                  sudo chmod 775 google-chrome-stable_current_amd64.deb

                                                                                  sudo dpkg -i  google-chrome-stable_current_amd64.deb


REBOOT YOUR HOST.

Saturday, May 14, 2016

End of life, freezes the soul

no comment.


                                                                             

Thursday, May 12, 2016

how to reconfigure apt-get

                                                              sudo dpkg-reconfigure apt


                                                                                 
   

Wednesday, April 27, 2016

How to change launcher from the left to bottom of the screen ubuntu 16.04


                                                                                                         step 1

                                                                                 

Wednesday, November 25, 2015

How to change root PASSWORD in MySQL in terminal

                                                                   1

                                                                   
 
  service mysql stop
  service mysql status
  mysqld_safe --skip-grant-tables &
  mysql -u root

mysql> SHOW DATABASES;
mysql> use mysql;
mysql> update user set password=PASSWORD("yourverystrongpassword") where user='root';
mysql> flush privileges;

 service mysql restart
 service mysql status
 mysql -u root -p

Wednesday, November 11, 2015

How to add google translate button to your website

                                                                   1
                                                                    Go to  http://translate.google.com/manager/website/?hl=en

                                                                 


                                                                    2

                                                                 
                                                                        3
                                                                   4
                                                                      5



Monday, November 2, 2015

failed to fetch http://us.archive.ubuntu.com/ubuntu/dists/precise/main/source/Sources Hash Sum mismatch


sudo rm -fR /var/lib/apt/lists/*
                    

                                                                                                  results

                                                                     

                                                                      
  

Sunday, November 1, 2015

How add user in to mysql db using phpMyadmin

                                                              step 1

                                                                 

                                                                                  step 2
                                                                      
                                                                  

                                                                                   step 3
                                                                                        
                                                        Permitions ? > As an administrator, you decide that permissions for users.





How to delete user from mysql database using phpMyadmin ver 4.0.10deb1

                                                                                                                                            step 1

                        Go to    mysql>user>Delete.

                                                                    
                                                                   


wordpress problem with plugin updates

                                                           changing permissions will solve the problem                                    ...