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 Wine 1.4 in Ubuntu 11.10/Ubuntu 12.04
[How to] Turn on 2 Factor verification in Gmail
How to : Change Start Up Sound in Ubuntu 11.10
Screenshots of Ubuntu 4.10 (Warty Warthog) Cd Cover
Pasaffe : Password Manager for GNOME | How to Install in Ubuntu 11.10
Best way to store passwords in MYSQL database
doesnt seem to work for me