Computers
l2tp over IPSec scenario
by tnk on May.10, 2009, under Huawei, Networking, Security Links, windows
So this is the long promised scenario that can be used with windows XP (even though it is not really user friendly).
If you need a “PC-client – VPN-concentrator” scenario. Huawei does offer only one-way ticket for you and it is l2tp over IPSec. Unless you want to use some MPLS over IPSec which is in theory also… Continue reading
FireHOL
by tnk on Apr.19, 2009, under Linux, Networking, Security Links
Firehol is an nice and easy overlay for IPtables – which means it will allow you to manage IPtables without going really learn their syntax by providing simple config file and few scripts that will do the work for you.
For better description see the FireHOL’s homepage. As this is not a firewall in the real meaning of the Continue reading
Screen and rTorrent
by tnk on Apr.06, 2009, under Computers, Linux, Software
After some serious stuff about networking there is going to be a small article about some useful Linux thingies.
First of all small reminder about programmes and background processes. If you want to run programme in background there is a very easy way how to do it. Just add & sign after the command. Like in this example with top.
tnk@charon:~$ top &
[1] Continue reading
Dell’s Hell
by tnk on Mar.18, 2009, under Computers
At first place i would like to apologize to my readers for long delay between posts – it is partly because of personal changes (moving out of country, looking for new job) and partly because of this sad story which I would like to share so anyone reading this will not repeat my mistakes.
About a month ago my very Continue reading
Mysql and utf8
by tnk on Oct.08, 2008, under Linux, Software
As time passed I encountered an very strange behaviour of phomyadmin – all tables were created in Swedish language by default which is not very useful when all your application are written to use utf8. I made some digging around the web and found following information
- My first thoughts were that the problem with misinterpreted characters in phpmyadmin were only problem
