X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=grml_tips;h=1d2db86ec3110aae5bc824d94dde48746b50eee6;hb=7acb006be715eb674eb2ed74a572fba53c5124b6;hp=34e2e8ffba52d16a3f4d452faf275711c871803a;hpb=5ea36996e45d4ce9fd55f6a07f49f5a22bd774aa;p=grml-tips.git diff --git a/grml_tips b/grml_tips index 34e2e8f..1d2db86 100644 --- a/grml_tips +++ b/grml_tips @@ -3180,3 +3180,13 @@ Simple mailserver with python: % python -m smtpd -n -c DebuggingServer localhost:1025 -- +finger via netcat: + +echo $USER | nc $HOST 79 +-- +Install Archlinux using Grml: + +https://wiki.archlinux.org/index.php/Install_from_Existing_Linux +or +wget http://tokland.googlecode.com/svn/trunk/archlinux/arch-bootstrap.sh +--