Thursday, November 7, 2013

How to get rid of sending error reports to canonical

                                                           step 1


step 2 


step 3


step 4

then close window

The end

Tuesday, November 5, 2013

How to wake-on-lan ubuntu server 12.04

                                                     step 1
                                                 
                                 on your server type command is   apt-get install ethtool
                                                           
                                                               
                                                        step 2
                 
                                 verify  the wol is supported command is  ethtool eth0
                                                           
                                                          step 3

                                 see results  (don't forget use  sudo)
                                                           
                                                         step 4

                                 enable ethtool command is  ethtool -s eth0 wol g 

                                                          step 5

                                  verify  command is  ethtool eth0                  


step 6

step 7

on your host (from where you will send wake signal to your server)
command sudo apt-get install wakeonline

step 8

chek mac address on your server  
command is      sudo ifconfig  


step 9 

record and remember your mac address
   

step 10


send command to your server to start boot
wakeonlan  00:13:8f:c0:d7:90 

 in you case use mac address from your terminal ( see picture step 9 )


Monday, November 4, 2013

How to navigate in terminal CLI + GUI

                                                     1 step
                                                   
                                                     step 2
                                                             
how to start     ranger                   

step 3
move cursor Up , Down ,Left ,Right. 

step 4
hit Enter to see files


step 5

Depending on Linux version , if you got nano or vi or vim
for nano exit file command is Ctrl+x then press y
for vi or vim exit files command is :q  then press Enter

step 6 
to quit programm just type letter   q

How to make guake auto start on login

step 1 
gnome-session-properties

                                                         
                                                                     step 2


                                                                     The end
                                                   

wordpress problem with plugin updates

                                                           changing permissions will solve the problem                                    ...