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
Category Archives: Uncategorized
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: How to enforce use of dhcpcd instead of dhclient in
On Thu, Feb 18, 2010 at 02:27:33PM +0000, Liam O’Toole wrote: > On 2010-02-18, wzab wrote: > > Hi, > > > > I have a problem with wireless networking on my laptop (uses iwl3945 > > wireless). > > When dhclient3 is used to obtain IP address via DHCP, the connection is > > …
Continue reading “Re: How to enforce use of dhcpcd instead of dhclient in”
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. …
Continue reading “Re: Best Video Capture Device for Debian?”
Re: Amarok 2.2.1 proxy issue
On Fri, Feb 19, 2010 at 09:41:16PM +0530, Jeffrin Jose wrote: > On Thu, Feb 18, 2010 at 02:51:28PM -0700, Bjorn Meyer wrote: > > Hi all. > > > > I am wondering if anyone else has run into this issue, and found a resolution. > > > > I am finding that Amarok …
glxinfo – show information about the GLX implementation
UNIX Command $glxinfo | grep direct direct rendering: Yes GL_EXT_Cg_shader, GL_EXT_depth_bounds_test, GL_EXT_direct_state_access, $ UNIX Explanation The glxinfo program shows information about the OpenGL and GLX implementations running on a given X display. http://www.opengl.org/documentation/ http://en.wikipedia.org/wiki/OpenGL
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 …
Re: Bash question: get output as a variable?
On Fri, Feb 05, 2010 at 09:01:45AM -0700, Paul E Condon wrote: On 20100205_135919, Alexey Salmin wrote: On Fri, Feb 5, 2010 at 1:20 PM, Javier Barroso wrote: On Fri, Feb 5, 2010 at 1:06 AM, Stephen Powell wrote: > >> On Thu, 4 Feb 2010 17:42:45 -0500 (EST), Javier Barroso wrote: > >>> In …
Continue reading “Re: Bash question: get output as a variable?”