Solaris

poor mans watch, watch for solaris

2013/01/01

Here is a simple script that you can use as watch in Solaris as well.

Check out all the colors on you X window system.

2012/02/24

If you ever wondered what combination of some colors would look like but did not really feel like setting them in your xterm just to check them out. Or if you wanted to know about all the colors on …

BASH Script Performace

2012/01/06

Today we will look at some bash code snippests and the performance issues. Lets first look at the problem and the implemented solution: Problem: We needed to log the output of the ps command for all …

Rekursive Grep on Solaris or AIX Systems without GNU egrep -r funcionality

2011/12/16

If you work regularly on a Solaris or systems which do not have the “-r” (recursive grep) for grep, then you know what a lifesaver this command can be. Here is one from command line fu: find . -type f …

Add ssh key to remote host

2011/11/15

Image via Wikipedia […] If you are working on recent versions of the *nix OS like Fedora or Ubuntu then you would know about the commad ssh-copy-id. But if you land up using one of the older …

Solaris dump analysis

2011/05/18

I had to debug a solaris crash dump and had no ides. Google search wasn’t much useful until finally I found this article: http://cuddletech.com/blog/?p+AD0-448 have a look at this article, this …

install all solaris software from http

2011/02/23

If you are behind a firewall and install some software like top or wget then you can not use sunfreeware, and why because ftp is blocked. Now that is not the case any more, you can go the http mirror …

intercept stdout/stderr of another process or disowned process

2010/11/23

The command is definately going to save your day if you have disowned the process by mistake. Only uses strace so might as well work on Solaris also, though not tried it. intercept stdout/stderr of …

bash script to run a command and take screenshot in every loop.

2010/09/24

Couple of days back, I had posted a command to display a stop timer with bash and echo. There I had also put the following gif file: <img class="size-medium wp-image-2555" …

[Solution] Solaris issue with wget not resolving Domain name (DNS name lookup failure)

2010/08/09

Today I was working with <a class="zem_slink" title="Solaris (operating system)" rel="homepage" href="http://oracle.com/solaris">Solaris and after I had …

Free Solaris Ebook

2010/07/15

Please consider donating to the authour of the book if you can afford to. The book is really good. <a href="http://teachmesun.com" target="_blank">http://teachmesun.com

Solaris one liners

2010/06/29

http://www.unixguide.net/sun/sunoneliners.shtml […] Unix/Solaris: One-Liners Source: http://www.kevlo.com/~ebs/unix_commands.txt […] Listed here are a bunch of unix commands. […] …


This website uses cookies to ensure you get the best experience on our website. Learn more Got it