28 Apr, 2010

Connect laptop to a lcd tv using a hdmi cable

Articles related to connect laptop to a lcd tv using a hdmi cable

Installing Putty SSH Client on Nokia E63

http://digitalpbk.com/e63-ssh/installing-putty-ssh-client-nokia-e63 Installing Putty SSH Client on Nokia E63 Installing Putty SSH Client on Nokia E63 This post is about installing an SSH client in Nokia E63 (E63 ssh) with a Symbian S60 OS (3rd edition). Download the Putty client for Symbian S60 from SourceForge at this link, download it from your E63 mobile browser or transfer it to your Nokia E63 handset using bluetooth or usb connection. Now follow the steps below to disable installing of only signed applications on your mobile. By default the installation of non signed and self signed ...
Published 1 year, 8 months ago

SSH Tunneling Proxy using Putty on Windows and Linux (Unblock YouTube / Orkut / Facebook)

http://digitalpbk.blogspot.com/2009/05/ssh-proxy-windows-linux-orkut-bypass.html earlier)Check Socks v5 Option.Click on Ok and again Ok (in the options Window)Internet Explorer And Google ChromeTake Start Menu > Control Panel > Internet OptionsClick on Connections Tab > Lan Settings (Highlighted in Figure Above)Check use a proxy server and click advanced.Now fill up Socks as localhost, and Port 9090 or the one you gave earlier.Click Ok and Ok and Ok as needed :)That's all Enjoy Browsing :)...Visit "www.orkut.com" "www.facebook.com" and verify ...
Published 2 years, 8 months ago

How to Prevent my Computer from going to sleep when I am running big process ?

http://digitalpbk.com/windows/prevent-my-computer-going-sleep-run-process-without-stop How to Prevent my Computer from going to sleep when I am running big process ? How to Prevent my Computer from going to sleep when I am running big process ? By default on Windows 7, the computer sleeps after 30 minutes. Usually power plans and options are more required on laptops, but desktops also do use this setting. This is bad if you want to run some process which has to run for a long time like downloading from the internet or running torrents or running huge scripts. If you leave your computer unattended the computer sleeps after 30 minutes. This interrupts ...
Published 1 year, 10 months ago

PERL Code to change Google talk status

http://digitalpbk.blogspot.com/2009/02/perl-change-google-talk-status.html PERL Code to change Google talk status Code : stat.plThe following code changes the status of gmail/gtalk user status.Requires NET::XMPP module, and with SSL modules installed.#!/usr/bin/perl #usage : perl stat.pl use strict;use Net::XMPP;## Pls fill in these here :)my $username = "";my $password = "";my $hostname = 'talk.google.com';my $port = 5222;my $componentname = 'gmail.com';my $connectiontype = 'tcpip';my $tls = 1;my $Con = new ...
Published 3 years ago

Automate Rsync without Password using Rsync Daemon

http://digitalpbk.com/linux/automate-rsync-passwordless-daemon-rsyncd-conf-cron Automate Rsync without Password using Rsync Daemon In order to automate rsync without any password or transports, we need to setup the rsync daemon on one of the server. Suppose we want to sync data from a slave server to a live server. Configuring the Slave Server In the slave server we have to run the rsync daemon which accepts connections from live. Inorder to do this, we have to first edit the /etc/rsyncd.conf Add an entry in /etc/rsyncd.conf with the following template [Module ...
Published 1 year, 12 months ago

Sony Vaio VPCCW26FG

http://digitalpbk.blogspot.com/2010/02/sony-vaio-vpccw26fg.html Sony Vaio VPCCW26FG Sony has introduced a new Laptop in its CW Series, Sony Vaio VPCCW26FG. Looks stylish and has good configuration... Check out my posts on my new blog... Sony Vaio VPCCW26FG vs Macbook White ...
Published 1 year, 11 months ago

Boot Time comparison Sony Vaio CW series VPCCW26FG versus E series VPCEB16FG

http://digitalpbk.com/hardware/boot-time-comparison-sony-vaio-cw-series-vpccw26fg-versus-e-series-vpceb16fg Boot Time comparison Sony Vaio CW series VPCCW26FG versus E series VPCEB16FG Boot Time comparison Sony Vaio CW series VPCCW26FG versus E series VPCEB16FG This video compares boot time of two sony vaio laptops. Sony Vaio E series versus the Sony Vaio CW series (VPCCW26FG vs VPCEB16FG). The major difference is the E series has an Intel i3 Processor and the CW series has an Intel i5 Processor. E series is 15 inch and CW series is 14 inch. Laptop Sony Vaio Hardware ...
Published 1 year, 9 months ago

Reset forgot unlock pattern on Android

http://digitalpbk.com/android/reset-forgot-unlock-pattern Reset forgot unlock pattern on Android will be asked to enter your google credentials Now if you are successfully authorized, you will be presented a screen to set a new lock pattern. Put in a new pattern and confirm the pattern once. Now you should be at the home screen with your unlock pattern reset. Don't have a Google Account connected / No internet on your phone? After creating an unlock pattern be sure to do a sync to google using WiFi so that google can verify your username / password without internet in case you forgot your ...
Published 7 months ago

Network Traffic Calculator using VC++ 6 on XP

http://digitalpbk.blogspot.com/2006/11/network-traffic-calculator-using-vc-6.html Network Traffic Calculator using VC++ 6 on XP An IntroductionThis is a simple VC++ (made in 6) program that calculates the total number of bytes transfered in a network connection. Made in and tested for Windows XP.main.cpp/*Network Traffic Calculator(c) digitalpbk.blogspot.com*/#include #include #include #include #define REGULAR 0#define BOLD 1#define ITALIC 2#define ULINE 3void getInterfaceList(char list[][17],int max);int ConnectSock(char sck[],int port,HWND hwnd);void process ...
Published 5 years, 2 months ago

Resolve Net::MySQL Hang problem if the database result has only 1 row or is empty

http://digitalpbk.com/perl/solve-netmysql-hang-problem-if-database-result-has-only-1-row-or-empty Resolve Net::MySQL Hang problem if the database result has only 1 row or is empty Net::MySQL is a simple MySQL perl Client to connect to MySQL servers. But Net::MySQL hangs if your result set is having just one row. Sample Net::MySQL code #!/usr/bin/perl use Net::MySQL; $mysql = Net::MySQL->new( hostname => 'localhost', database => 'db', user => 'user', password => 'password', ); $gid = 1; $mysql->query('SELECT * FROM table ...
Published 1 year, 10 months ago

Related help topics for connect laptop to a lcd tv using a hdmi cable More keywords like connect laptop to a lcd tv using a hdmi cable
More pages for connect laptop to a lcd tv using a hdmi cable


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


digitalpbk