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:
Convert your Ubuntu 11.10 into Mac OS X Lion
[How to] Turn on 2 Factor verification in Gmail
How to : Reduce package size in Ubuntu by installing only required components
How to : Install Wine 1.4 in Ubuntu 11.10/Ubuntu 12.04
[How to] Copy data from one cloud storage to another
How to : Remove the Guest Session from the Logon screen in Ubuntu 11.10
doesnt seem to work for me