As I mentioned in previous post. I enrolled to Linux as server course immediatly when
Author: Tuukka
HTML5 cheat sheet
Just a simple HTML5 document Sometimes it is very frustrating when you are starting a new project and you can not remember how to include javascripts or how to do a comment in HTML5. Of course you can find the way but if it takes more than one minute it is kinda annoying when you […]
How to crack macbook admin password
Introduction I have been worried about security for a long time. When you read regular articles about security you will almost always face paragraph which tells you that it is very important to have a good password. Last time I tested how easy/hard it is to crack my wap2 secured wlan with weak password. I […]
Puppet module which secures your Ubuntu/Debian
For those who just want this module head to: https://github.com/RakField/puppet-secure-like-linode Introduction For the past year I have done Linodes securing your server guide configurations for so many times. Finally I decide to make puppet module to automate the process. Alright you might have heard about Puppet already, if not you propably should. I have been […]
Linux cheat sheet
Introduction Some things are just hard to remember. Nasty moment comes when you have to do something but you just do not remember the right order. These are my weak points. All tested on Ubuntu 14.04 LTS. Miscellaneous tar: create – full backup of /, dont tar /mnt $ sudo tar -cvpzf backup.tar.gz –exclude=/mnt […]