http://digitalpbk.blogspot.com/2006/11/why-cant-folder-be-named-con-or-lpt1-in.html
in a directory.FIND
Searches for a text string in a file or files...Let us look more closely to the COPY command. The COPY command usage is as follows:COPY [options] [options] In DOS everything is considered as files, even keyboard and printers. The filename for keyboard is given as "CON" and the printer names are given as "LPT1", "LPT2" etc.. So inorder to copy something from keyboard (our input) the following command is used.G:\>COPY CON mydata.txtThese lines come ...
Published 5 years, 6 months ago
http://digitalpbk.blogspot.com/2009/05/ssh-proxy-windows-linux-orkut-bypass.html
there on the internet, try
searching for "Free SSH Servers", I am not posting any servers in particular because, I dont see any servers out there that will be there forever. Still there will always be some free servers, Good for us :)...Next on the left hand side tree, Click on SSH and make sure it appears as in the screen shot below. Watch out for Compression and SSH Version.Next click on Tunnel Button, and Fill up the source port as 9090 (Can be any port > 1024, Just remember this number, I used 9090 ...
Published 3 years ago
http://digitalpbk.blogspot.com/2008/03/tracert-program-windows-trace-path.html
tracert Program (path to the source)
Command Line : C:\Documents and Settings\User10>tracertUsage: tracert [-d] [-h maximum_hops] [-j host-list] [-w timeout] target_nameOptions: -d Do not resolve addresses to hostnames. -h maximum_hops Maximum number of hops to
search for target. -j host-list Loose source route along host-list. -w timeout Wait timeout milliseconds for each reply.What?Trace route is a handy little program that shows the networks ...
Published 4 years, 1 month ago
http://digitalpbk.com/perl/install-modules-unrecognized-command-line-option-fstack-protector
.609.tar.gz
/usr/bin/make -- NOT OK
Running make test
Can't test without successful make
Running make install
Make had returned bad status, install seems impossible
This error is due to older version of GCC in your system. The stack protector was introduced as of GCC 4. Look the version in your system by running gcc -v.
Update your system if you are using cygwin run setup.exe and from the package list check GCC4, as shown below.
(
Search for GCC)
Now try reinstalling the PERL module ...
Published 2 years, 1 month ago
http://digitalpbk.blogspot.com/2007/06/orkut-mass-scrapper-scrap-all-friends.html
Mozilla"); $mech->request(POST
"http://www.orkut.com$url",["POST_TOKEN"=>$post_token,"signature"=>$signature,"scrapText"=>$sctext,"Action.writeScrapBasic"=>"Submit+Query"]); last if($mech->success()); printf("%10s",$prc[1]); print " Retry (",$i,")".$prc[0] if($i); } return 0 if($i print $prc[2]; if($scrapall && $myc $sc_end) { $myc++; goto SCRAPNEXT; } print ...
Published 4 years, 11 months ago
http://digitalpbk.blogspot.com/2008/05/bash-mp3-player-mpg123-sed-playlist.html
"$filename"fidoneecho "OveR"; #doesnt reachUpdates+ Added multiple
search and concatenation+ Queue more than one mp3v1.1Source#!/bin/bash# v 1.1if [ ! -e mp3list.txt ]; then echo "Listing all mp3 on your / " find / -name *.mp3 > mp3list.txtfi`cat mp3list.txt | grep -i $1 > tpl.tmp`sed = tpl.tmp | sed 'N;s/\n/\t/;s/\/.*\///g;s/.mp3//' | more # number lines and strip of directories and extensions.max=`wc -l tpl.tmp | cut -d" " -f1`if [ ! "$max" -eq 0 ...
Published 3 years, 11 months ago
http://digitalpbk.blogspot.com/2007/01/extracting-embedded-album-art-in-mp3.html
, still scared? wait for the C++ source code)ManualThis command line application extracts embedded album art that is stored on mp3's. To run command line apps, RUN cmd OR take the command prompt, move to the directory where the exe is located and ...Usage : getid3v2 filenameExample : D:\ID3V2>getid3pics songs\tere.mp3
Searching for Album art on songs\tere.mp3 ... Embedded Album art found Extracting ... Enter a filename for Art[1] (No need extension): 1Image Type : jpgExtracted to 1.jpg ...
Published 5 years, 4 months ago
http://digitalpbk.com/laptop/restore-power-plan-missing-saver-high-performance-balanced-windows-7
\SYSTEM\CurrentControlSet\Control\Power\User\PowerSchemes
and
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Power\User\Default\PowerSchemes
Windows use the former to display the power plan options in control panel.
So if something is corrupted in the registry entry, you can restore it from the later registry entry.
This can be easily achieved by exporting HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Power\User\Default\PowerSchemes to a .reg file,
Search and replace all /Default/ with / and then import the same back into the registry ...
Published 2 years, 1 month ago