Welcome to My Website

In This Site We Share Linux Apple Windows And DOS Tips,Tricks,How To,Security Issue,Hacking Stuff And Solve Your OS Problems

I Have Found The Computer Tips & Tricks ,How-To,Security Information On Many Different Website So Now I'm Launch My Blog Which Contains All The Knowledge Which I'm Collected From Different Sites Blogs & Youtube Videos So The New User Can Find All The Stuff In a Single Blog.

Shutdown Properly

Posted by MYOS Tips Friday, August 14, 2009

Shutdown Properly

Open the file /etc/init.d/alsa-utils with the following command:



sudo gedit /etc/init.d/alsa-utils



The file opens in Gedit and around the line 353 you'll find the instruction "stop)". Below this instruction you should add these two instructions:



ifconfig wlan0 down

ifconfig eth0 down



So, the file should be this way:



stop)

ifconfig wlan0 down

ifconfig eth0 down

EXITSTATUS=0



After doing this, save the file, close it and restart or shutdown Ubuntu and verify if the problem continues.

0 comments

Share/Save/Bookmark

Labels

Followers