Solaris 11 messages log file

Logfiles on solaris can be found under var, specifically /var/adm The messages file should also be contained within that directory root@solaris:/var/adm# pwd /var/adm root@solaris:/var/adm# cat […]

Install PIP for python on CentOS

I didn’t have python-pip in my repository so needed to download it from the website wget https://bootstrap.pypa.io/get-pip.py Now run python to install python get-pip.py Collecting […]