Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re: Slow startup on raspberry pi

by marto (Cardinal)
on Jan 16, 2015 at 10:21 UTC ( #1113477=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sudo su
    
  2. or download this
    apt-get purge consolekit desktop-base* desktop-file-utils* gnome-icon-
    +theme* gnome-themes-standard* hicolor-icon-theme* leafpad* lxde* lxde
    +-core* midori* xserver-common* xserver-xorg* xserver-xorg-core* xserv
    +er-xorg-input-all* xserver-xorg-input-evdev* xserver-xorg-input-synap
    +tics* xserver-xorg-video-fbdev*
    
  3. or download this
    apt-get -y update && apt-get -y dist-upgrade && apt-get -y autoremove 
    +&& apt-get -y autoclean
    
  4. or download this
    apt-get install dropbear openssh-client
    
  5. or download this
    /etc/init.d/ssh stop
    
  6. or download this
    sed -i 's/NO_START=1/NO_START=0/g' /etc/default/dropbear
    
  7. or download this
    /etc/init.d/dropbear start
    
  8. or download this
    apt-get purge openssh-server
    
  9. or download this
    dpkg-reconfigure dash
    
  10. or download this
    sed -i '/[2-6]:23:respawn:\/sbin\/getty 38400 tty[2-6]/s%^%#%g' /etc/i
    +nittab
    
  11. or download this
    gpu_mem=16
    
  12. or download this
    echo "net.ipv6.conf.all.disable_ipv6=1" > /etc/sysctl.d/disableipv6.co
    +nf
    
  13. or download this
    echo 'blacklist ipv6' >> /etc/modprobe.d/blacklist
    
  14. or download this
    sed -i '/::/s%^%#%g' /etc/hosts
    
  15. or download this
    reboot
    
  16. or download this
    pi@shemp ~ $ free -h
                 total       used       free     shared    buffers     cac
    +hed
    ...
    -/+ buffers/cache:        14M       471M
    Swap:          99M         0B        99M
    
  17. or download this
    pi@raspberrypi ~ $ free -h
                 total       used       free     shared    buffers     cac
    +hed
    ...
    -/+ buffers/cache:        24M       414M
    Swap:          99M         0B        99M
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1113477]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this? | Other CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (3)
As of 2023-05-28 07:23 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found

    Notices?