here it is – Linuxcamp ver. 0.8
After almost a year break, we have next Linuxcamp meeting. All the details are available here: linuxcamp.pl All are welcome
After almost a year break, we have next Linuxcamp meeting. All the details are available here: linuxcamp.pl All are welcome
Here is small but powerfull aliast for .bashrc file. It will generate strong passwords. Just put this in Your .bashrc file: genpasswd() { local l=$1 [ “$l” == “” ] && l=20 tr -dc A-Za-z0-9_ < /dev/urandom | head -c …
Recently I have to do some redirection based on iptables on DD-WRT powerd router. I didn’t find any useful information on google, so this is how I had done this. First of all, redirection will be done for all packets …
redirect specified traffic to external server with dd-wrt Read more »
Recently I had a problem with my vpn – I couldn’t connect to my vpn server because of network limitation. Despite 1194 port was blocked by academy network administrators, they do not block ssh port. So I used very simple …
So I think it’s time to start blogging. I will post here things that I am currently working on. I think this blog will be like diary – for me to remember some things that I had done once and …