Daily Archives: November 23, 2008

Updating patching solaris 10

You probably want to get your systems up to date. I rather like the tool smpatch. You can just do “smpatch update” and it will apply most of the patches you need. Or you can do it step by step: … Continue reading

Posted in solaris | Comments Off

bash colors y hostname

ssybl0:~]$cat ~/.bashrc export LS_OPTIONS=’–color’ eval “‘gdircolors’” alias ls=’gdir $LS_OPTIONS’ alias ll=’gdir $LS_OPTIONS -l’ alias l=’gdir $LS_OPTIONS -lA’ export PS1=’[\h:\w]\$’ Añadir: ssybl0:~]$cat .bash_profile source ~/.bashrc

Posted in solaris | Comments Off