Just another trying-to-be-a-geek's blog
Posts tagged git
/etc+git: great redundant backup solution
Nov 17th
I love backups, and specially redundant backups. Right now i have duplicity which takes encrypted backups of my systems and transfers it to my lappi. (more…)
Easy LAMP + PHPMyAdmin Setup in minutes
Oct 5th
If you use ubuntu and want to setup a quick LAMP server (actually just AMP as you should have Ubuntu installed already) with phpmyadmin then you are in for a treat. Try:
tasksel install lamp-server && apt-get install phpmyadmin
(more…)