Skip to content

Instantly share code, notes, and snippets.

View zoechi's full-sized avatar

Günter Zöchbauer zoechi

View GitHub Profile
@zoechi
zoechi / DNSMasq leases
Created May 20, 2013 14:35
DNSMasq leases
cat /var/lib/misc/dnsmasq.leases
@zoechi
zoechi / Install deb package
Created May 20, 2013 14:14
Install deb package
sudo gdebi xxx.deb
@zoechi
zoechi / Make Debian installation medium
Created May 20, 2013 14:09
Make Debian installation medium
unetbootin
@zoechi
zoechi / SSH connect
Created May 20, 2013 14:07
SSH connect
ssh -q -X [email protected]
@zoechi
zoechi / show partitions
Created May 20, 2013 14:04
show partitions
fdisk /dev/sda
p
@zoechi
zoechi / Volume Groups info
Created May 20, 2013 14:02
Volume Groups info
vgs
@zoechi
zoechi / list routes
Created May 20, 2013 13:58
list routes
route -nee
@zoechi
zoechi / Debian X file manager
Created May 20, 2013 13:56
Debian X file manager
nautilus &
@zoechi
zoechi / check SSH
Created May 20, 2013 13:53
check SSH connection/authentication
ssh -t [email protected]
oder war es
ssh -Tv [email protected]
@zoechi
zoechi / configure user
Created May 20, 2013 13:50
configure user
git config --global user.name "Günter Zöchbauer"
git config --global user.email [email protected]