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.

                                                                    
                                                                   


Saturday, June 13, 2015

How to add external usb divice to VM in PROXMOX

                                                               






wordpress problem with plugin updates

                                                           changing permissions will solve the problem                                    ...