Archive for June, 2014

UDA install

Tuesday, June 24th, 2014

Ultimate Deployment Appliance — Pxe Multi OS boot auf Knoppix 7.3 Erstmal besorgt man sich das VMWARE Image auf http://www.ultimatedeployment.org/uda20.build17.zip die Patches werden erst später beachtet… nun entpackt man die Zipfile mit : unzip ./uda20.build17.zip im Download Ordner. Da VMWare nicht out of the Box in Knoppix läuft konvertieren wir in das qemu-kvm format mit […]

xserver neue config

Monday, June 23rd, 2014

dpkg-reconfigure xserver-xorg

crypt laufwerke in knoppix einbinden

Sunday, June 22nd, 2014

commands: cryptsetup cryptedswap cryptdisks_start cryptdisks_stop weiterführender link >> http://www.planamente.ch/emidio/pages/linux_howto_dmcrypt.php hier für das root fs >> http://emidio.planamente.ch/pages/linux_howto_root_lvm_dmcrypt.php

Setze den ntpd SerVer durch enen ProXy

Sunday, June 15th, 2014

easy working >> sudo date -s “$(wget -qSO- –max-redirect=0 google.com 2>&1 | grep Date: | cut -d’ ‘ -f5-8)Z” ^^WORKS^^ sudo date -s “$(curl -x IP:PORT -sD – google.com | grep ^Date: | cut -d’ ‘ -f3-6)Z” time sudo date $(wget -O – “http://www.timeapi.org/utc/in+four+hours” 2>/dev/null | sed s/[-T:+]/\ /g | awk ‘{print $2,$3,$4,$5,”.”,$6}’ | tr […]

mount a smb share for partimage

Sunday, June 15th, 2014

http://www.x-fish.org/blog/1104052/partimage_%C3%BCber_das_Netzwerk_auf_SMB-Share/

Zuwenig Platz für das apt update?

Saturday, June 7th, 2014

einfach ne ramdisk als deb verzeichniss aufbauen oder auf eine externe hd auslagern? hier die moves http://askubuntu.com/questions/178909/not-enough-space-in-var-cache-apt-archives

dIAshow auF stICK oDDa cD mit IrFANvIEW

Wednesday, June 4th, 2014

http://www.heise.de/ct/hotline/Diashow-von-CD-starten-310462.html

tunneling through socks5 ssh stream

Wednesday, June 4th, 2014

ssh -D 9999 ip /usr/lib/proxychains3/proxyresolv ip vim proxychains.conf /etc/proxychains.conf sudo vim /etc/resolv.conf proxychains links2 fireball.de #!/bin/sh #s script is called by proxychains to resolve DNS names # DNS server used to resolve names DNS_SERVER=4.2.2.2 if [ $# = 0 ] ; then echo ” usage:” echo ” proxyresolv ” exit fi export LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libproxychains.so.3 dig $1 […]