14 Aug, 2010

Connecting sony vaio to tv

Articles related to connecting sony vaio to tv

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

PERL Code to change Google talk status

http://digitalpbk.blogspot.com/2009/02/perl-change-google-talk-status.html Net::XMPP::Client(debuglevel=>0);my $status = $Con->Connect( hostname => $hostname, port => $port, componentname => $componentname, connectiontype => $connectiontype, tls => $tls, timeout => 10);if (!(defined($status))) { exit(0);}my $sid = $Con->{SESSION}->{id};$Con->{STREAM}->{SIDS}->{$sid}->{hostname} = $componentname;my @result = $Con->AuthSend( username => $username, password => $password, resource ...
Published 3 years, 3 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 10 months, 2 weeks 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 2 years, 1 month ago

Acer Aspire 4520 vs Compaq Presario V3000AU : A wifi comparison

http://digitalpbk.blogspot.com/2009/05/compaq-presario-v3000-wifi-problem.html % loss),Approximate round trip times in milli-seconds: Minimum = 2ms, Maximum = 4236ms, Average = 801msApparently the connection was too poor in Compaq, I had to use a pen drive to copy the statistics and post it here. Do you have a Compaq Presario??Do let me know ... ...
Published 3 years 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

How to easily unlock and root the Samsung Google Nexus S on Windows

http://digitalpbk.com/nexus-s/how-to-root-nexus-s-windows How to easily unlock and root the Samsung Google Nexus S on Windows or other important information using apps available from Android Market Contacts if synced to Google's servers would be synced back Make a list of applications and gadgets installed if you want to install them back. Procedure - Unlock your bootloader After backup, Shutdown your phone, (Let your friends know you are rooting just in case :D ). Press power button and choose Power off. Connect your phone to your laptop via the data cable. Press the Volume Up button and then the power button to turn ...
Published 6 months, 1 week ago

Related help topics for connecting sony vaio to tv More keywords like connecting sony vaio to tv
More pages for connecting sony vaio to tv


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