03 Jan, 2011

Dreamhost add mysql database to different server

Articles related to dreamhost add mysql database to different server

Free Light weight Social media sharing javascript for Facebook, Twitter, Stumble Upon, Digg and Reddit

http://digitalpbk.com/javascript/free-light-small-social-media-sharing-javascript-facebook-twitter-stumble-upon-digg-and-r Free Light weight Social media sharing javascript for Facebook, Twitter, Stumble Upon, Digg and Reddit Social Media Buttons or buttons that help you share the content on bookmarking websites such as Stumble Upon, Reddit or Digg or social networking Websites such as Facebook or Twitter. Adding the buttons helps you to expose your content to a broader audience. There are lots of social media button providers such as AddThis or ShareThis. I think it is overloaded with features that makes your ...
Published 2 years, 1 month ago

Increasing the karma ratings on Orkut

http://digitalpbk.blogspot.com/2007/01/increasing-karma-ratings-on-orkut.html , the 3 get requests must not be sent to the server together. Leave a time delay of about 100ms between each of the GET requests.You can accomplish this in javascript by the following this template: function fn(index){ var links=new Array("Link 1 for cool/trusty/sexy/fan", "etc fill in"); var i= new Image(); i.src = links[index]; if(index != Count) { window.setTimeout("fn("+(index+1)+")",100); } else window.location = "Somewhere"; //Redirect ...
Published 5 years, 3 months 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 Resync iPod to new iTunes Library without Erasing or loosing your music IntroIt is a mess if you reinstall your computer or lost your iTunes library or you want to add a song from your office computer but your iTunes keeps on saying about "Erase and Resync" your library. Erasing and Resyncing is foolish, because you will loose all your favorite songs on your iPod. Follow these steps to resynch iTunes from iPod.Close iTunes if running and Goto the iTunes folder(My Documents\My Music ...
Published 2 years, 11 months ago

Reset the root password on a linux box

http://digitalpbk.blogspot.com/2009/03/reset-root-password-linux-fedora-debian.html .Edit Choose the OS you want to boot into and press "e" to edit.Edit Find the line that corresponds to kernel, and again press "e". Add the following line to the end of the line. single init=/bin/bashThen press enter, and then "b" to boot the OS. After booting you will get a root shell.Mounting the filesystem in readwrite mode: Type in the following command to remount the filesystem in read write mode.mount -o remount,rw / Not doing this step might give the following error ...
Published 3 years, 2 months ago

Installing Google Go on Linux Ubuntu

http://digitalpbk.com/google-go/installing-google-go-linux-ubuntu ://go.googlecode.com/hg/ $GOROOT cd $GOROOT/src ./all.bash Installing Google Go in Steps The following packages are required for installing Google Go : bison, make, gcc, libc6-dev, ed, mercurial. To install run the command sudo apt-get install bison make gcc libc6-dev ed mercurial Edit the .bashrc file to set up the environment variables, .bashrc file resides in your home folder (/home/username/). Add the following lines if you are using ubuntu x86 (or unsure) export GOROOT=$HOME/go export GOARCH=386 export GOOS ...
Published 2 years, 5 months ago

HDMI port on laptop

http://digitalpbk.com/hdmi-port/hdmi-port-on-laptop HDMI port on laptop HP Envy 14-1190ea HP G62-b18SA Notebook PC (List is not exhaustive, please do comment if you need to add to the list) Laptop HDMI Dell Inspiron Hardware ...
Published 1 year, 5 months ago

Less CSS Compiler for Windows (lessc.exe)

http://digitalpbk.com/less-css/less-css-compiler-windows-lesscexe Less CSS Compiler for Windows (lessc.exe) of things. Like it adds a less extension to the filename you passed, even though you dont have a less extension to the actual file. Source code The source code is forked on github, Check it out https://github.com/madaboutcode/dotless :) Thanks to Ajeesh Mohan for the new code that accepts less from std input. Django CSS Software ...
Published 1 year ago

Fun with UNICODE and Mirroring Character

http://digitalpbk.blogspot.com/2006/11/fun-with-unicode-and-mirroring.html Fun with UNICODE and Mirroring Character What is UNICODE?Everything you see on your computer is represented by 0's and 1's. Characters are also encoded in the form of 0's and 1's. In this method each character is represented by a number. A common method of encoding is called ASCII (American Standard for Information Interchange). In this method each character is represented by 8 bits. Therefore 256 different characters can be represented using this method. But 256 characters ...
Published 5 years, 6 months ago

jwgkvsq.vmx - Conficker virus manual removal

http://digitalpbk.blogspot.com/2009/04/jwgkvsqvmx-conficker-virus-manual.html , this is the virus. A list of valid entries in the field (from Microsoft) is given below to help you find the random string. (Usually at the end).AppMgmtAudioSrvBrowserCryptSvcDMServerEventSystemHidServIasIpripIrmonLanmanServerLanmanWorkstationMessengerNetmanNlaNtmssvcNWCWorkstationNwsapagentRasautoRasmanRemoteaccessSacsvrScheduleSeclogonSENSSharedaccessThemesTrkWksTrkSvrW32TimeWZCSVCWmiWmdmPmSpwinmgmtwuauservBITSShellHWDetectionuploadmgrWmdmPmSNxmlprovAeLookupSvchelpsvcNote the random string. (in this case ...
Published 3 years, 1 month ago

CAPTCHA - What ?

http://digitalpbk.blogspot.com/2007/07/captcha-what.html $text = randomkeys(rand(6,8));setcookie("secrethash",secret_function($text),time()+3600,"/"); // make your own secret function// Replace path by your own font path$font = 'tahoma.ttf';$thsc=$colors[rand(0,11)];// Add the text$x=0;for($i=0;$i $angle=rand(-2,5);$x+=18;imagettftext($im, 24, $angle*2, 10+$x, 24, $thsc, $font, $text[$i]);//Add some tilts to make bots tough to read}// Using imagepng() results in clearer text compared with imagejpeg()imagecolortransparent($im,$colors[12]);imagepng($im); //Outputs the PNGimagedestroy($im);?>This CAPTHCA uses no background and hence ...
Published 4 years, 10 months ago

Related help topics for dreamhost add mysql database to different server More keywords like dreamhost add mysql database to different server
More pages for dreamhost add mysql database to different server


Email Newsletter
Email:
Popular Posts
Recent Posts
Tags
Random photo
Tender Coconut water anyone ? Tender Coconut water anyone ? in Havelock Island Andaman
On Facebook
Recent Comments


digitalpbk