About : Anoop Nair
Boot an ISO from Hard disk using GRUB 2
I was googling on how to boot an ISO in hard disk/USB disk, so that I can avoid the hectic CD/DVD burning process to test my favorite GNU/Linux distribution, but sadly I couldn’t find any straight forward method to achieve this. I am blessed to attend ILUG-cochin (Indian Libre User Group) meeting on 4th Sunday [...]
Enable SSH access in Cisco ASA 5510
Once you are done with the basic configuration of Cisco ASA 5510, the next step is to enable SSH access from remote computers internally or externally, Steps involved in configuring SSH is as follows Firewall_5510#config t Firewall_5510(config)# enable password xxxxx(your password) Enable password is necessary to enable ssh access Firewall_5510(config)# username test password test123 User [...]
Server / Network Documentation with SYSID
Documentation is always tedious task for system administrators, especially there are 50′s and 100′s of servers. Recently I planned to document all my servers. After a long search I reached SYSID site, it is an open source, nice VB Script and python script for creating decent looking documents, It is very nice to document windows [...]
GlassFish Performance Tunning
GlassFish is an application/web server for deploying Java based web application. To obtain best performance in production environment, some modification has to be made to the default GlassFish installation. Tip 1: Java Version Typically, many performance optimizations are always being incorporated in newer releases of Java SE. Whenever possible, it is a good idea to [...]
keytool IUI to manage SSL Certificate in Glassfish Web Server
To setup SSL in different java based web servers like Apache, Tomcat, Glassfish, we generally use the keytool command line to create certificate, generate CSR etc…, which is a bit complicated and confusing if you are not well versed with the keytool command line, We can make our life much more easier, by using Keytool [...]
Use AWK to print column’s from file
In many times, we all may required an output of specific column in a file, for example we want to know the users in the system, for this we need to open passwd file in /etc folder and view, but the file is having so much of information, it is time consuming to takeout user [...]
“alias” use it for a good reason
In Linux we all work with lots of log files, like mail, squid, application etc…., all these files located in its own folder, for example, if we want to look for squid access log to monitor the site access, generally we do tail -f /var/log/squid/access.log, this involves lots of typing, we can make this simple [...]
Printing command from history without executing
We all know that, BASH stores the commands we entered in the terminal to .bash_history, we can see those commands using history command. Commands in the history can be executed by ! followed by the number, !5 (5th command in the history will get executed). But what if we only need to print the command, [...]
Listing only active configuration from filename using grep
Imagine a situation that you want to see only the active configuration of squid.conf which is having 3532 line, to see the configuration you have to navigate through whole file from top to bottom, use this command to make your life easier.
Recent Post
Popular Post
- Install Android 2.1 UI on Nokia S60v5 mobile (189009 views)
- Manual GPRS Settings for Airtel, Idea, Hutch, Bsnl, Aircel (160545 views)
- Divx player on Nokia 5800 Touch Screen (122560 views)
- Download Epic Browser – First Indian Browser (59944 views)
- Mobile DivX Player for Touch screen Phones released (49159 views)
- Default Time To Live (TTL) values (46976 views)
- Trade from mobile FLIP-ME (38513 views)
- Download Windows 7 SP1 (33953 views)
- How to install Tor on Backtrack 5 (31377 views)
- Find which application/service is running in a port - Windows (31298 views)
Tag Cloud
Categories
Archives
- January 2012
- December 2011
- November 2011
- August 2011
- July 2011
- June 2011
- May 2011
- April 2011
- March 2011
- February 2011
- January 2011
- December 2010
- November 2010
- October 2010
- September 2010
- August 2010
- July 2010
- June 2010
- May 2010
- April 2010
- March 2010
- February 2010
- January 2010
- December 2009
- November 2009
- October 2009
- September 2009
- May 2009
- April 2009
- March 2009
- February 2009
- January 2009
- December 2008
- October 2008






