htdigest

debianlabs:~# htdigest -c password.txt knowledge.store jeffrin Adding password for jeffrin in realm knowledge.store. New password: Re-type new password: debianlabs:~# vi password.txt debianlabs:~# cat password.txt jeffrin:knowledge.store:64a3386f95d7380f0fe8d22cf81bec98 debianlabs:~# http://httpd.apache.org/docs/1.3/programs/htdigest.html

files. 1

$ourFileName = “workethics.txt”; $ourFileHandle = fopen($ourFileName, ‘w’) or die(“can’t open file”); fclose($ourFileHandle); http://www.tizag.com/phpT/filecreate.php ahiliation:~$php -r workethics.php Parse error: syntax error, unexpected $end in Command line code on line 1 ahiliation:~$

Re: Best Video Capture Device for Debian?

On Fri, Feb 19, 2010 at 01:39:53AM +0530, Jeffrin Jose wrote: > On Thu, Feb 18, 2010 at 08:08:48AM -0500, Thomas H. George wrote: > > > > Any recommendations or experience with this problem? > > > hello. > You can try > http://www.mythtv.org/download > You can get MythTV from working debian-multimedia.org > repositories. …

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