03 Jan, 2011

Virus changes javascript files

Articles related to virus changes javascript files

Power plans missing - Restore power plans on Windows 7

http://digitalpbk.com/laptop/restore-power-plan-missing-saver-high-performance-balanced-windows-7 Power plans missing - Restore power plans on 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 1 year, 9 months ago

Perl Download Manager

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, 7 months ago

Sony Vaio CW VPCCW26FG EDID (Extended display identification data)

http://digitalpbk.com/hardware/sony-vaio-cw-vpccw26fg-edid-extended-display-identification-data 1D 38 0B 00 00 20 20 20 20 20 00 00 48 This file is used by drivers to detect monitor capabilities. This file can be used in linux Xorg.conf to detect this monitor, in case the monitor doesnt get detected as in the case of Sony Vaio CW on Ubuntu. Attached is the binary format EDID file. Sony Vaio Software ...
Published 1 year, 10 months ago

Laptop to TV connection HDMI No Audio Fixed

http://digitalpbk.com/hdmi/hdmi-laptop-tv-connection-fix-no-audio Laptop to TV connection HDMI No Audio Fixed is required to play media on your TV. How to fix audio playback on TV? HDMI configuring audio output on Windows The audio device which plays the sound can be chosen in windows by choosing the appropriate audio output device. Follow the steps given below to change your audio output device to TV so that the sound plays on your TV instead of laptop. Open Control Panel > Hardware and Sound > Sound, and you see a screen as shown below: Now Right click on your TV and select set as default ...
Published 4 months, 4 weeks ago

Resync iPod to new iTunes Library without Erasing or loosing your music

http://digitalpbk.blogspot.com/2009/06/ipod-resynch-itunes-apple-library-copy.html \iTunes\ on Windows XP) Clear your current iTunes library by deleting iTunes Library.itl and iTunes Music Library.xml Note:This step will erase your iTunes library only not your music files :) Now plug in your iPod and it will be detected as a removable media on Windows.Goto My Computer and open the driveIf it is empty, goto Tools > Folder Options > And tick Show Hidden Files and Folders OptionCopy the iPod_control folder to any drive on your computer.After copying now run iTunes and press erase and resync ...
Published 2 years, 8 months ago

Reset the root password on a linux box

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 2 years, 11 months ago

Virtual Hosts on Apache 2.2.6 [Windows]

http://digitalpbk.blogspot.com/2007/12/virtual-hosts-apache-226-windows.html Virtual Hosts on Apache 2.2.6 [Windows] What ?Virtual Hosts allow you to simulate multiple sites on a single server.i.e, One Server many Websites.Virtual Hosts is enabled by uncommenting the line :# Virtual hosts#Include conf/extra/httpd-vhosts.conf #Uncomment this lineon httpd.confThe virtual host conf file ./conf/extra/httpd-vhosts.confEg:## Virtual Hosts## If you want to maintain multiple domains/hostnames on your# machine you can setup VirtualHost containers for them. Most configurations ...
Published 4 years, 2 months ago

Apache 2.2.6 Getting 403 Forbidden on all pages

http://digitalpbk.blogspot.com/2007/12/apache-403-forbidden-virutal-host.html ... :) # # Controls who can get stuff from this server. # Order allow,deny Allow from allIf you have virtual hosts, you will have to allow permission to access those directories too which contain the sites. For eg. if you have another site on C:/anotherwww/, you should includeDirectory Path, eg C:/anotherwww/> Options Indexes FollowSymLinks # # AllowOverride controls what directives may be placed in .htaccess files. # It can be "All", "None", or any combination ...
Published 4 years, 2 months ago

Solved TV in Black and White Problem in Ubuntu 8.04 with Compaq Laptop

http://digitalpbk.blogspot.com/2008/06/ubuntu-compaq-presario-black-white-xorg.html .Xorg.conf# nvidia-xconfig: X configuration file generated by nvidia-xconfig# nvidia-xconfig: version 1.0 (buildmeister@builder26) Thu Feb 14 18:13:41 PST 2008# nvidia-settings: X configuration file generated by nvidia-settings# nvidia-settings: version 1.0 (buildd@yellow) Tue Mar 4 20:28:57 UTC 2008# xorg.conf (X.Org X Window System server configuration file)## This file was generated by dexconf, the Debian X Configuration tool, using# values from the debconf database.## Edit this file with caution ...
Published 3 years, 7 months ago

Introduction to Windows - Programming for Windows

http://digitalpbk.blogspot.com/2007/09/windows-and-c-programming.html Introduction to Windows - Programming for Windows History - DOSDisk Operating System aka DOS was one of the earlier operating systems, it was a single task system, where the whole system and the OS was devoted to executing a single program and was basically a text based OS.With the advent of the Windows Operating System, multiple process or applications could be run and it became a graphical OS (interface). So in order to support new features the basic structure of C/C++ programs changed from ...
Published 4 years, 4 months ago

Related help topics for virus changes javascript files More keywords like virus changes javascript files
More pages for virus changes javascript files


Email Newsletter
Email:
Popular Posts
Recent Posts
Tags
Random photo
A Crab Hole A Crab Hole in Havelock Island Andaman
On Facebook
Recent Comments


digitalpbk