MacOS
Personal bibliographic management software
Handling references and bibliographic information is an essential part of all research. If you are writing just one article or just your diploma thesis maybe you don’t need to use this kind of software because you will not have a lot of references. BUT, if you are writing A LOT of [...]
Quick configuration for Munin
From project website:
“Munin the monitoring tool surveys all your computers and remembers what it saw. It presents all the information in graphs through a web interface. Its emphasis is on plug and play capabilities. After completing a installation a high number of monitoring plugins will be playing with no more effort.
Using Munin you can easily [...]
Installing wget on Mac OS X
Wget is a great command line for grabbing things from the web, but it doesn’t ship with macs. So if you want to install it here are a few steps:
1. download the source file: http://ftp.gnu.org/pub/gnu/wget/wget-1.11.tar.gz
2. compile and install it:
tar -zxvf wget-1.11.tar.gz
cd wget-1.11/
./configure
make
sudo make install
Now the binary file is located in /usr/local/bin/. If you use bash [...]
