** Lakshman's interface to world **

Sunday, June 05, 2011

search filter

›
find . -name "*jar" -print -exec jar -tvf {} \; | grep pattern ...
4 comments:
Thursday, April 21, 2011

Search for a class file in a set of jars

›
Lot of times we get the following errors: Exception in thread "main" java.lang.NoClassDefFoundError: server And we just don't ...
Friday, April 01, 2011

KDE environment for Linux

›
Install Nomachine client, node and server on Linux machine and restart then http://www.nomachine.com/download-package.php?Prod_Id=2519 Resta...
2 comments:
Friday, March 18, 2011

linux rpm commands

›
For help, rpm --help or tar --help from the command line. Install a package rpm –ivh packagename upgrade a package rpm –Uvh packagename crea...
Friday, February 25, 2011

Converting html character to actual character

›
Source : http://webglimpse.net/docs/howto_uml.html #!/usr/local/bin/perl # converts html files into ascii by just stripping anything between...
11 comments:
Monday, December 20, 2010

Windows: Determine processor type 32 bit or 64 bit

›
http://support.microsoft.com/kb/827218 http://windows.microsoft.com/en-US/windows-vista/32-bit-and-64-bit-Windows-frequently-asked-questions
8 comments:
Wednesday, March 17, 2010

Adding users to Remote Desktop Users Group

›
Applies To: Windows Server 2003, Windows Server 2003 R2, Windows Server 2003 with SP1, Windows Server 2003 with SP2 To add users to the Remo...
1 comment:
Sunday, March 14, 2010

Restoring ipod touch to its factory settings

›
Hold down the power and home keys down for about 10 seconds each while plugged into itunes. When the screen goes black, release the power bu...
Wednesday, January 13, 2010

Telugu TV Channels Live Transmission

›
iNews Live TV: http://www.inewslive.net/index.php ABN Andhra Jyothi TV: http://www.abnandhrajyothi.net/ Sakshi TV live: http://www.sakshitv....
3 comments:
Monday, December 14, 2009

Enable remote root login and sshd on Solaris-10 after fresh Solaris-10 installation

›
Enable sshd on solaris-10 1. Change the file /etc/ssh/sshd_config from PermitRootLogin no to PermitRootLogin yes 2. restart the services #sv...
Thursday, November 19, 2009

sys-unconfig on solaris

›
To change solaris config info like NIS server, login as root and do sys-unconfig. Provide configuration info as needed.
Friday, October 23, 2009

Java 1.5 Certification resources (310-055)

›
Online Resources : ----------------- SCJP Tiger Study Guide ( Link ) Javabeat.net Notes ( Link ) Examulator.com ( Link ) An SCJP 5.0 Certifi...

How to test a product?

›
1. Requirements based testing - Test it based on Product Requirements doc 2. Parallel testing - Test it against competitor and peer products...
Monday, September 07, 2009

Installing thunderbird on Jaunty Ubuntu Linux

›
Do: sudo apt-get install thunderbird Go to: Applications --> Internet --> Thunderbird To login as root in Ubuntu Jaunty, do: sudo bash...

Install vpn client on Ubuntu linux - jaunty

›
mkdir vpnclient Change to that directory: cd vpnclient * Download cisco-decrypt file which will be used to decrypt the group password fr...
Wednesday, August 26, 2009

How to find out if solaris machine is 32 or 64 bits?

›
# /usr/bin/isainfo -kv 64-bit amd64 kernel modules # uname -a SunOS jack 5.10 Generic_137138-09 i86pc i386 i86pc # cat /etc/release ...

Configure FTP for root logins

›
1. Remove 'root' line from /etc/ftpusers. 2. Edit file /etc/ftpaccess and comment out 'deny-uid' and 'deny-gid' line...

Configure Telnet for root logins

›
Edit file /etc/default/login and comment out the following line as follows: # If CONSOLE is set, root can only login on that device. # Comme...
1 comment:

Enable ssh root login in Solaris 10

›
1. Change the file /etc/ssh/sshd_config with PermitRootLogin yes to replace PermitRootLogin no 2. restart the services #svcadm restart svc:/...
22 comments:
Thursday, August 06, 2009

Booting solaris from CD

›
Open terminal Enter command: halt in command line. White screen will appear. Enter command: boot cdroom
‹
›
Home
View web version
Powered by Blogger.