03 Jan, 2011

Linux style batch windows 7

Articles related to linux style batch windows 7

JQuery make dynamic draggable and droppable containers

http://digitalpbk.com/jquery/drag-drop-make-dynamic-draggable-and-droppable-containers } }); jQuery Drag Code using jQuery Draggable $(".drag").draggable({ helper: 'clone', opacity: 0.7, revert: 'invalid' }); If you clone the dragagble or droppable object, via $(this).clone(), the New cloned object that is created is not draggable or droppable. In order to make the new object draggable and droppable, we have to use a plugin called livequery. When you clone an object jQuery doesn't clone its internal events and functions ...
Published 2 years, 2 months ago

Install Wireless Wifi drivers on Sony Vaio CW on Linux Ubuntu

http://digitalpbk.com/ubuntu/install-wireless-wifi-drivers-linux-karmic-9.1-sony-vaio-cw Install Wireless Wifi drivers on Sony Vaio CW on Linux Ubuntu Out of the box Ubuntu 9.10 wireless/wifi did not work on my Sony Vaio CW Series (VPCCW26FG), The following error message is shown on start up and on dmesg command. Could not read microcode: -2 The solution was to install backports modules. Installing Wireless Drivers on Ubuntu In order to make wireless (WiFi) work on the new Sony Vaio CW series, you have to run the following commands on Ubuntu 9.10 Karmic. sudo apt-get clean ...
Published 2 years, 1 month ago

Disable Autorun Windows XP

http://digitalpbk.blogspot.com/2007/10/disable-autorun-windows-xp.html Disable Autorun Windows XP Do this very important!!Most viruses uses the autorun.inf to get itself infected on your computer. Autorun.inf is a small file that instructs the windows os to do when the CD is inserted into the computer. In genuine cases , it runs a setup in case of a Software Installation Disc. In the other case it may run a virus and gets your system infected. All you got to do to get the virus is put the CD. Same is the case for Mass Storage Devices like Memory Sticks, Pen Drives ...
Published 4 years, 7 months ago

Show Desktop missing?

http://digitalpbk.blogspot.com/2007/12/show-desktop-missing.html Show Desktop missing? Show DesktopAfter opening hundreds of windows and you want to desperately do something with your desktop, you have to go on minimizing all the windows. This is where the Show Desktop is used. For those who have not seen it, it is there in the quick launch section of the Task Bar.And for the more unlucky guys who have not enabled the quick launch, a google search would be more than enough to know more. And for the lucky guys like me, who occassionally find it interesting ...
Published 4 years, 4 months ago

UNIX Networking : Sockets UDP Transmitter and Reciever

http://digitalpbk.blogspot.com/2007/10/unix-networking-sockets-udp-transmitter.html UNIX Networking : Sockets UDP Transmitter and Reciever IntroNetworking in UNIX or Linux is done with sockets. The following are 2 programs I made up. 1. Sends messages in UDP.2. Listens and Recieves messages from UDP.User Datagram Protocol or in short UDP is like a letter or telegram, its arrival is not anticipated and there is no connect and disconnect procedures to send and recieve UDP messages unlike TCP/IP. So the program is a little more easier and simpler to understand.The Transmitter ...
Published 4 years, 6 months ago

Freeing up more disk space

http://digitalpbk.blogspot.com/2007/04/freeing-up-more-disk-space.html are temporary or log files that simply clog up valuable disk space on your system, Its safe to delete them.Clean the TEMP directoriesX:\Windows\TEMPX:\Documents and Settings\User\Local Settings\TEMPRemove unused User AccountsDelete any users that no longer existsChange the pagefiling quota on the diskControl Panel -> Click System -> Advanced Tab -> Performance Frame -> Click Settings -> Advanced Tab -> Virtual Memory Frame -> Click Change Button -> ...Remove DMP fileSometimes a RAM ...
Published 5 years, 1 month ago

FTPCHK3 : Virus that adds malicious scripts to your website.

http://digitalpbk.blogspot.com/2009/10/ftpchk3-virus-php-pl-hacked-website.html server programs and/or the anonymous user access being activated in your FTP configuration. What it does?It adds scripts to html, javascript files and adds a unique php script code to the beginning of every php file. It looks like kYVswXSBhcyAkdilpZihjb3VudChleHBsb2RlKCJcbiIsJHYpKT41KXskZT1wcmVnX21hdGNoKCcjW1wnIl1bXlxzXCciXC4sO1w/IVxbXF06Lzw+XChcKV17MzAsfSMnLCR2KXx8cHJlZ19tYXRjaCgnI1tc..//Truncated..ZW5kX2NsZWFuKCk7fW9iX3N0YXJ0KCdiMHNyJyk7Zm9yKCRpPTA7JGk8Y291bnQoJHMpOyRpKyspe29iX3N ...
Published 2 years, 7 months ago

List of Publically accessible drupal sites you can play around with

http://digitalpbk.com/2009/12/list-publically-accessible-drupal-sites-you-can-play-around List of Publically accessible drupal sites you can play around with Here's a list of sites for drupal developers to play around with. HTML Comments without moderation www.themallblog.com www.eatsleepandcode.com www.layt.net Anonymous node editing mature-ip.eu/node/115/edit drupal.kldp.net (Its all Korean I dont know what all is possible) drupal.x73.ch proves2.iws.es/drupal emusic.mozdev.org/drupal www.news7newslinc.net futuregrid.org www.aidsvancouver.org jennycrumiller ...
Published 2 years, 5 months ago

Installing Misc Softwares on FC6

http://digitalpbk.blogspot.com/2007/05/installing-vlc-on-fc6.html /lib/firefox/firefoxIn the first step we untar the downloaded files to /usr/libcompat-libstdc++-33 is a module that is required for Firefox, skip this step if you are sure you have the moduleNext we remove the previous link/ init script of Firefox from /usr/binFinally we make a new link in /usr/bin to the new Firefox 2.NVidia Graphics DriverDownload the latest nvidia driver (1.0-9626) from here.# init 3Command not found# /sbin/init 3# sh NVIDIA-Linux-x86-1.0-9629-pkg1.run# rebootNTFS file system support$ suPassword: # yum ...
Published 5 years ago

Making Sony Ericsson Mobile Themes

http://digitalpbk.blogspot.com/2007/04/making-sony-ericsson-mobile-themes.html Making Sony Ericsson Mobile Themes IntroSony Ericsson mobile themes (.thm files) is simply a collection of a lot of images and an xml file that specifies the colour codes. Take a theme file rename it to .tar (use archive manager on linux or any standard compresssing utility) and unzip it using any standard unzipping utility. Just play with the files and images and you can make your self a new theme. Be it for W550i, W800i, W880i, K310i, K750i, K700i, etc ... Re-zip the contents and rename ...
Published 5 years, 1 month ago

Related help topics for linux style batch windows 7 More keywords like linux style batch windows 7
More pages for linux style batch windows 7


Email Newsletter
Email:
Popular Posts
Recent Posts
Tags
Random photo
One of the vertex of havelock island One of the vertex of havelock island in Havelock Island Andaman
On Facebook
Recent Comments


digitalpbk