http://digitalpbk.blogspot.com/2007/03/auto-mounting-file-systems-in-linux.html
to mount a local Filesystem,
add the following line.Device ID Mount Directory FileSystem OptionsEg:/dev/sda8 /mnt/sda1 vfat rw,umask=0000,uid=500,gid=500 0 0where the uid=500, gid=500 must be replaced by the proper user ids which can be got from System > Administration > Users and Groups in Fedora Core 6.Automounting NTFSAppend /dev/sda8 /mnt/hddD ntfs-3g default 0 0Help meI did this in Fedora Core 6. If any of you guys have any information on how to do the same on other linux distros ...
Published 5 years, 1 month ago
http://digitalpbk.blogspot.com/2006/11/how-to-make-more-fans-on-orkut.html
.Hope it works for you ...Happy OrkuttingFor advanced uses with knowledge in PHP and
server accessYou guys can make a PHP script that takes a GET argument the id of your friend, and embend a img or script such that a GET request is made to the correct url. eg: http://www.yoursite.com/makefan.php?to=US1010101010makefan.php:if(isset($_GET["to"])){$to = $_GET["to"];}else {$to="US00000000";}?>function ld(){var img ...
Published 5 years, 6 months ago
http://digitalpbk.blogspot.com/2006/12/introduction-to-xss-part-1.html
http://www.propmart.com/search/pm_IdSearch.asp?txtPropertyId=alert("xsjavascript:void(0)Publishs");It didn't work. To understand why it didn't work we gotta look at its source.This is how the rendered source (source that is outputted with your code) looks. To find out whether your injection has worked, take the source and search for your injected script. In this case it was found here : Our script did not work because it was encapsulated within a string. So to break it out , we
add extra code so that the new url would become ...
Published 5 years, 5 months ago
http://digitalpbk.blogspot.com/2008/06/perl-download-manager.html
Perl Download Manager
IntroThis is my PERL downloader program, with resume.Only works if
SERVER has Parts enabled.Well pretty much thats it #!/usr/bin/perluse strict;use threads;use threads::shared;use HTTP::Request;use HTTP::Response;use Math::Round qw(nearest);use LWP;exit unless(defined $ARGV[0] && -e $ARGV[0]);open HND,$ARGV[0];NEXT:while(my $url = ){ my $file = substr($url,rindex($url,"/")+1); $file =~ s/%20/_/g; chomp $url; exit if($url eq "" || $file eq ...
Published 3 years, 11 months ago
http://digitalpbk.com/nexus-s/how-to-root-nexus-s-windows
or other important information using apps available from Android Market
Contacts if synced to Google's
servers would be synced back
Make a list of applications and gadgets installed if you want to install them back.
Procedure - Unlock your bootloader
After backup, Shutdown your phone, (Let your friends know you are rooting just in case :D ). Press power button and choose Power off.
Connect your phone to your laptop via the data cable.
Press the Volume Up button and then the power button to turn ...
Published 6 months, 1 week ago