14 Aug, 2010

Mp3 player has folder.exe on it

Articles related to mp3 player has folder.exe on it

WORM_RONTOKBRO.Y versus me

http://digitalpbk.blogspot.com/2007/01/wormrontokbroy-versus-me.html by the virus, it restarted the computer ! But I got the exe name "eksplorasi.exe".Battle 2: RegeditIn an effort to save my system, after rebooting tried to run the "regedit" registry editor where most viruses register in the HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Runto start when the computer starts. But I failed in the battle again. It has disabled the registery editor. Battle 3:Safe modeIn the next battle, I rebooted the computer in safe mode (F8 before booting ...
Published 5 years ago

Automate Rsync without Password using Rsync Daemon

http://digitalpbk.com/linux/automate-rsync-passwordless-daemon-rsyncd-conf-cron . rsync_user : Name of the user that has access to the Module with Module_Name rsync_host : The server running rsync daemon rsync_module : Name of the rsync module Target_Folder : The target folder that has to be synced with the module. Password_File : The location of the file containing the password A sample command would be rsync -r user123@192.168.1.1::images /live/images --password-file rsync.pwd Contents of rsync.pwd password123 The password file would also have the same properties ...
Published 1 year, 12 months ago

Perl ImageMagick convert Images from one format to another

http://digitalpbk.blogspot.com/2009/07/perl-imagemagick-convert-jpeg-png-bmp.html these in C reading files uncompressing based on the extensions, compressing, write the encoders and do whole lot of "Reinventing the wheel" stuff. So I found this software called ImageMagick which already wrote the codes to do all these for you, and what more? It has a neat Perl API so that you can do the fun stuff that you do on perl on images. Now that's sweet. Hello WorldNow just check out this simple script to convert files from one format to another.#!/usr/bin/perl##usage: perl im ...
Published 2 years, 6 months ago

Timezone: PHP, Shell and Crontab

http://digitalpbk.blogspot.com/2009/05/crontab-server-timezone-php-date.html if you are in IST and the server is in GMT, which has an offset of +05:30 from IST, add your cron such that it runs localtime - 05:30 hrs on the server. ielocaltime - (offset time).It would be easy to write a script to do this for you. ...
Published 2 years, 8 months ago

Windows Registry : Something you must know

http://digitalpbk.blogspot.com/2007/03/windows-registry-something-you-must.html _LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run : This location consists of all the programs that are executed by the computer after windows has loaded. Check this location periodically, most virus makes an entry here to startup when windows runs.Shell Folders HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders Stores all shell folder locations like My Documents, Music, Pictures etc,.System Settings HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System : Certain critical applications such as the task ...
Published 4 years, 11 months ago

Buttons with Rollover Effect

http://digitalpbk.blogspot.com/2007/06/buttons-with-rollover-effect.html Buttons with Rollover Effect IntroIn this article, I am going to explain how to make a simple link that looks like a button with roll over effects using only CSS.First we have to decide on the dimensions of the image etc. And make an image that has the following format: The default image and then the rollover images.The above image is 382x225 containing 3 images each of 382x75 stacked top to bottom.The first image is the default image. The second is the hover image i.e., the image that is shown ...
Published 4 years, 8 months ago

Windows Folder Extensions

http://digitalpbk.blogspot.com/2007/05/windows-folder-extensions.html Windows Folder Extensions IntroWell you all know about file extensions and what they mean etc... But have you heard about a Folder Extension ? I suppose not. Windows has some set of pretty extraordinary extensions for folders, to mark them as something different. Read more to get what I mean...List of extensions.{21EC2020-3AEA-1069-A2DD-08002B30309D} Control Panel.{9E56BE61-C50F-11CF-9A2C-00A0C90A90CE} Desktop.{645FF040-5081-101B-9F08-00AA002F954E} Recycle Bin.{20D04FE0-3AEA-1069-A2D8 ...
Published 4 years, 9 months ago

Optimize Javascript files with Google Closure compiler

http://digitalpbk.com/javascript/optmizie-javascript-files-google-closure-compiler Optimize Javascript files with Google Closure compiler Optimize Javascript files with Google Closure compiler Google has released / open sourced one of its internal tools, the javascript closure compiler. The closure compiler is used to optimize javascript files. It works by analyzing the code and removing redundancies and shortening variable names. This tool can be used to compress javascript files, (similar to the famous packer), results in lesser code to download, execute, obfuscation and faster user experience. Since most web 2.0 or 3 ...
Published 2 years, 3 months ago

JQuery make dynamic draggable and droppable containers

http://digitalpbk.com/jquery/drag-drop-make-dynamic-draggable-and-droppable-containers JQuery make dynamic draggable and droppable containers The jquery UI javascript has the Draggable and Droppable Interactions inorder to implement a drag drop UI. By default draggable and droppable containers are marked draggable and droppable by jQuery when the page loades, As shown in the code snippet below for the jQuery Drag code and jQuery Drop Code, jQuery Drop Code using jQuery droppable $(".dropTarget").droppable({ drop: function(event, ui) { // Drop Logic ...
Published 1 year, 11 months ago

Sony Vaio CW VPCCW26FG Windows Experience Index

http://digitalpbk.com/hardware/sony-vaio-cw-vpccw26fg-windows-experience-index-7 Sony Vaio CW VPCCW26FG Windows Experience Index Adapter Intel(R) Centrino(R) Advanced-N 6200 AGN Notes -------------------------------------------------------------------------------- The gaming graphics score is based on the primary graphics adapter . If this system has linked or multiple graphics adapters, some software applications may see additional performance benefits. Windows Sony Vaio Hardware ...
Published 1 year, 11 months ago

Related help topics for mp3 player has folder.exe on it More keywords like mp3 player has folder.exe on it
More pages for mp3 player has folder.exe on it


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