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 :Enable code auto-completion in Notepad++
How to : Install Google Earth 6.2 in Ubuntu 11.10 [32 & 64 Bit]
How to : Install Mobile Media Convertor in Ubuntu 11.10
Using Regular Expression Search in Notepad++
5 Best Notepad++ plugins for programmers
How to: Install Adobe Flash Player in Ubuntu 11.10
doesnt seem to work for me