hcitool

ahiliation:~$hcitool inq Inquiring … Inquiry failed.: No such device ahiliation:~$ hcitool is used to configure Bluetooth connections and send some special command to Bluetooth devices. http://en.wikipedia.org/wiki/Bluetooth

apt-get update

ahiliation:~$sudo apt-get update [sudo] password for jeffrin: Get:1 http://dl.google.com stable Release.gpg [189B] Ign http://dl.google.com stable/main Translation-en_IN Hit http://http.us.debian.org sid Release.gpg Get:2 http://dl.google.com stable Release [2,540B] Ign http://dl.google.com stable/main Packages/DiffIndex Get:3 http://dl.google.com stable/main Packages [871B] Ign http://http.us.debian.org sid/main Translation-en_IN Ign http://http.us.debian.org sid/contrib Translation-en_IN Hit http://http.us.debian.org sid Release Hit http://http.us.debian.org sid/main Packages/DiffIndex Hit http://http.us.debian.org sid/contrib Packages/DiffIndex Hit …

echo

H:\>date The current date is: Mon 02/15/2010 Enter the new date: (mm-dd-yy) H:\>echo off date The current date is: Mon 02/15/2010 Enter the new date: (mm-dd-yy) echo on H:\>echo hello hello H:\> Turns the command-echoing feature on or off, or displays a message. Used without parameters, echo displays the current echo setting. http://en.wikipedia.org/wiki/Echo_%28command%29

aping.py

ahiliation:~$sudo ./aping.py -P i www.kernel.org * Starting APing at: Sun Feb 7 05:45:32 2010 IST * Sending ICMP Information request ./aping.py:132: DeprecationWarning: raising a string exception is deprecated raise “timeout” Halt reason: Retransmission exceeded after 3 probe(s) Status: – All is OK ++++++++++++++ statistics ++++++++++++++ Packets: Total sent:3 | lost:3 | received:0 | lost:100.00% | …

Re: Bug#568292: auto-install: pulls netcfg into images that should

On Wed, Feb 03, 2010 at 06:16:57PM +0100, Frans Pop wrote: Package: auto-install Version: 1.6 Severity: important auto-install is included in most types of images and for some reason depends on netcfg. But for example cdrom and hd-media images don’t include any network driver kernel modules, so the network is completely unusable. In those cases …