http://digitalpbk.blogspot.com/2009/03/reset-root-password-linux-fedora-debian.html
when running passwd, passwd: Authentication token lock busy.passwd Next just use the passwd command, and give a new root password, Now that's simple. Reboot or init 5That's really all I did. OR from the root shell, you can also edit the /etc/shadow file to
remove the password.OR copy the /etc/shadow /etc/passwd file and use John-The-Ripper software to try cracking the password.Stuck? Let me know ...
Published 3 years, 2 months ago
http://digitalpbk.blogspot.com/2006/11/why-cant-folder-be-named-con-or-lpt1-in.html
in mydata.txt and inorder to stop input press Ctrl+Z^ZG:\>COPY mydata.txt LPT1So now you suppose that a folder or file named "con" could be created and you give a COPY CON command. What is DOS supposed to do? copy the CON file or use the keyboard console as input? Thus an ambiguity arises. So Microsoft has purposely disabled making of files or folders named CON / LPT1 / LPT2 etc. in order to
remove this ambiguity.Could you make a CON or LPT1 .. file on WINDOWS?Found more invalid names? Let ...
Published 5 years, 6 months ago
http://digitalpbk.com/drupal/remove-flash-tracking-addthis-module-drupal-5
Remove Flash Tracking on AddThis module on Drupal 5
If you use AddThis module on drupal, you might have noticed that a 1px by 1px flash object is created which sets tracking cookies on your pages. This is transparent to the user most time and you will see it only under generated source view. The flash button is added dynamically by the addThis module on the top of the page. This sometimes can be annoying since a white bar can appear at the top of the page due to this.
In drupal 6, the flash ...
Published 2 years, 6 months ago
http://digitalpbk.com/apachesolr/apache-solr-mysql-sample-data-config
If you get this problem when SOLR says none of them are indexed, Then your input data did not have one more required columns specified in the fields in schema.xml.
Recheck your SQL and provide all required fields, or make them optional or
remove them.
Laptop
TV
Software ...
Published 2 years, 2 months ago
http://digitalpbk.blogspot.com/2007/01/get-smart-against-phishing.html
Scripting holes) vulnerabities in your site. A fraud/hacker can manipulate the site and put fake login pages on your server. So all XSS vulnerabilities must be scanned and
removed.Related+ Intro to XSS+ Mirroring character+ Protect yourselves from PhishingSpread the wordPlease spread the info to help protect yourselves and those near and dear from this peril !Any more info to share? Leave a comment... ...
Published 5 years, 4 months ago
http://digitalpbk.blogspot.com/2006/12/drag-n-drop-files-from-explorer-to-vb.html
a drop Dropped wParam 'wparam stores the Hdrop handle End If WindowProc = CallWindowProc(PrevProc, hwnd, uMsg, wParam, lParam) 'Call the default window procedure !IMPORTANTEnd
Function'Remove our default window procedure.Private Function UnHookForm(ByVal hwnd As Long) If PrevProc 0 Then SetWindowLong hwnd, GWL_WNDPROC, PrevProc PrevProc = 0 End IfEnd Function''' interface api '''Public Sub EnableDragDrop(ByVal hwnd As Long) Drag ...
Published 5 years, 5 months ago
http://digitalpbk.blogspot.com/2008/05/bash-mp3-player-mpg123-sed-playlist.html
.52.5 2.52.5 2.52.6 2.62.7 2.72.7 2.72.8 2.82.9 2.93.0 3.03.0 3.0Updates1.1 : + Added equalizer file "like.eq"+
Removed input if only 1 selection+ Exits automatically if no matches1.0 : Everything new ...
Published 3 years, 11 months ago
http://digitalpbk.blogspot.com/2007/06/orkut-mass-scrapper-scrap-all-friends.html
=$sc_start=$1; $sc_end=$2; } if($myc > $no) { print "Invalid Response!!!".$prc[0];return; } print "Enter Scrap Text : "; $sctext = ; $sctext =~ s/\\n/\n/g;#PS: Please do not
remove the following if you really like this .... :)#Please post a link to my website http://digitalpbk.blogspot.com #thank you :) $sctext = $sctext."\n[red](Powered by [blue]digitalpbk[/blue].blogspot.com)"; chomp $sctext; SCRAPNEXT: $friendid = $fkeys[$myc-1]; print " Scrapping $myc $friendid ...
Published 4 years, 11 months ago