This tutorial will explain instructions to disable bluetooth and Wifi in Ubuntu 11.10 during start up .
Step 1: Go to terminal and type following commands to edit /etc/rc.local file.
gksudo gedit /etc/rc.local
Step 2: Add following line before exit 0 line :
rfkill block bluetooth
Similarly for Wifi ,Add following line
rfkill block wifi
Related posts:
How to : Install HandBrake 0.9.6 in Ubuntu 11.10 Via PPA
Ubuntu 11.10 (Oneiric Ocelot) Released
How to : Change Start Up Sound in Ubuntu 11.10
How to : Display Multiple Time Zone in Ubuntu 11.10 (Oneiric Ocelot)
How to : Create Desktop Icon in Ubuntu 11.10
How to : Disable Autohide Option of Unity in Ubuntu 11.10

