Categories
- ALCATEL (2)
- Blog Personal (135)
- Cisco (35)
- Cluster (2)
- elearn (13)
- Nix (381)
- OpenVMS (5)
- Programación (37)
- C++ (2)
- javaScript (11)
- PHP mySQL (22)
- travel (1)
- Windows (44)
- Exchange (3)
- SQL Server (6)
- www (7)
- apache (3)
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