03 Jan, 2011

Linux operating system problem in sony vaio vpceb16fg

Articles related to linux operating system problem in sony vaio vpceb16fg

10 cricket balls one is heavier or lighter. Find the ball in 3 weighing chances.

http://digitalpbk.com/interview-questions/10-cricket-balls-one-heavier-or-lighter-find-ball-3-weighing-chances balanced, the problem is limited to 6 7 8 9. Step 1.2.1 : Weigh any 2 in the set against 0 1. Weigh 2 Step 1.2.1.1 : If both are balanced, Step 1.2.1.1.1 : Weigh one of the other set against 0 and find the odd one out. Weigh 3 Step 1.2.1.2 : If both are not balanced, follow the same above in step 1.2.1.1.1. Weigh 3 Phew :D Interview Questions ...
Published 1 year, 3 months ago

Opening/Closing of CD Drive from VB

http://digitalpbk.blogspot.com/2006/11/openingclosing-of-cd-drive-from-vb.html open", strReturn, 127, 0)End SubPublic Sub CloseCDDrive() 'Call me to close the CD Drive Call mciSendString("set CDAudio door closed", strReturn, 127, 0)End SubmciSendString is an alias of function mciSendStringA in winmm.dllI guess the code speaks for itself. (Tested on XP, VB6).Related: In Linux, from the command line:To open the drive:eject DriveNameHereTo close the drive:eject -t DriveNameHereIf your not sure what the drive name is, just look in /etc/fstab:cat /etc/fstabIn my ...
Published 5 years, 2 months ago

Perl Script to Login to Orkut

http://digitalpbk.blogspot.com/2007/05/perl-script-to-login-to-orkut.html and GET the redirect page URLGoto the redirect pageGoto Orkut.com/home.aspxYour done.Note:Tested on Linux (FC6, Perl 5.8.8)The following script is for linux, Will run on Windows too but the ANSI coloring may not work...Windows Program is given below the program for Linux (without ANSI coloring).For Linux (with ANSI coloring)use WWW::Mechanize;use HTTP::Cookies;use HTTP::Request::Common;$cj=HTTP::Cookies->new(file => "cookie.jar",autosave=>1,ignore_discard=>1);$mech ...
Published 4 years, 9 months ago

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

Error Installing PERL modules "unrecognized command line option -fstack -protector"

http://digitalpbk.com/perl/install-modules-unrecognized-command-line-option-fstack-protector Error Installing PERL modules "unrecognized command line option -fstack -protector" .609.tar.gz /usr/bin/make -- NOT OK Running make test Can't test without successful make Running make install Make had returned bad status, install seems impossible This error is due to older version of GCC in your system. The stack protector was introduced as of GCC 4. Look the version in your system by running gcc -v. Update your system if you are using cygwin run setup.exe and from the package list check GCC4, as shown below. (Search for GCC) Now try reinstalling the PERL module ...
Published 1 year, 10 months ago

Increasing the karma ratings on Orkut

http://digitalpbk.blogspot.com/2007/01/increasing-karma-ratings-on-orkut.html to a nice page.}Hope this works for you ....Did it work ? Please leave a feedback or comment about other problems you faced ...Keep orkutting .... ...
Published 5 years ago

Laptop to TV connection HDMI No Audio Fixed

http://digitalpbk.com/hdmi/hdmi-laptop-tv-connection-fix-no-audio Laptop to TV connection HDMI No Audio Fixed device. Now your sound should start playing. But whether audio is played on the target TV is dependent on the TV model, Some TV's might need some conifguration for the sound to play from it, otherwise the sound plays from the Laptop. So go over your TV menu to see if there is anything related. Check for common problems like muted laptop or muted TV and check all volumes. If still audio plays on laptop get an audio cable and connect your laptop audio to TV audio in. HDMI cable connected ...
Published 4 months, 4 weeks ago

Apache Solr MySQL Sample Data Config

http://digitalpbk.com/apachesolr/apache-solr-mysql-sample-data-config If you get this problem when SOLR says none of them are indexed, Then your input data did not have one more required columns specified in the fields in schema.xml. Recheck your SQL and provide all required fields, or make them optional or remove them. Laptop TV Software ...
Published 1 year, 11 months ago

UNIX Networking : Sockets TCP Transmitter and Reciever

http://digitalpbk.blogspot.com/2007/11/unix-networking-sockets-tcp-transmitter.html UNIX Networking : Sockets TCP Transmitter and Reciever IntroNetworking in UNIX or Linux is done with sockets. The following are 2 programs I made up. 1. Sends messages in TCP, Client2. Listens and Recieves messages from TCP, ServerTCP or Transmission Control Protocol is a 2way connection which is more like a stream or a pipe. Both the ends must be connected.The TransmitterReads messages from input and sends it to localhost:34000.To Setup a transmitter following must be done:1. Setup a port ...
Published 4 years, 3 months ago

Dataone Account Usage Checker in PERL

http://digitalpbk.blogspot.com/2008/06/free-dataone-account-usage-checker-perl.html : %s\n",$sl[$i],$sl[$i+5]);}$mech->get("../logout.jsp");InstallationOn LinuxCopy paste to a new file data1.plInstall WWW::Mechanize if not already installed.Download WWW-Mechanize-1.XX.tar.gzDo the following in a terminaltar -xvvf WWW-Mechanize-1.XX.tar.gzcd WWW-Mechanize-1.XXperl Makefile.PLmakesudo make installchmod 755 data1.plOn WindowsCopy paste to a new file data1.plGet Active Perl and install if PERL is not installed.Install Module WWW::Mechanize.UsageLinux./data1.pl OptionsWindows, not TESTEDperl data1.pl OptionsPS : Comment `stty` lines when using ...
Published 3 years, 7 months ago

Related help topics for linux operating system problem in sony vaio vpceb16fg More keywords like linux operating system problem in sony vaio vpceb16fg
More pages for linux operating system problem in sony vaio vpceb16fg


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