linux

Csoportos átnevezés prefix / suffix-el

Bájos kis script a jó öreg mv használatával: for f in * ; do mv "$f" PREFIX_"$f" ; done  

11 years ago

iptables tartalom kiiratas

iptables szabalyainak kiratasa: $sudo iptables -t nat -L -vn

11 years ago

Ha Gentoo széthullik update-kor

Ha meghal a gentoo és se einfo, se rc-service emerge -ave system emerge -ave world revdep-rebuild

11 years ago

VNC beállítások(k)

#!/bin/sh # Uncomment the following two lines for normal desktop: #unset SESSION_MANAGER #exec /etc/X11/xinit/xinitrc [ -x /etc/vnc/xstartup ] && exec…

12 years ago

Gentoo install

A következő leírásban bemutatom röviden, hogyan tudunk egy alap Gentoo rendszert feldobni gépünkre, vagy egy virtuális gépre.   Töltsük le…

12 years ago

Xbox IrDA Ubuntu 10.04 alá

Haven't found any consistant instructions on how to do this so here it is. This is not my work it's…

12 years ago

umask leírás

Akkor lássuk a medvét: az umask után egy 3-jegyű szám adható meg (hasonlóan ahhoz amikor chmod-nál 3 számjegyet adunk meg),…

12 years ago

Wifi AP készítése

Procedure apt-get install dhcp3-server hostapd Modify /etc/hostapd/hostapd.conf and put the following interface=wlan0 driver=nl80211 ssid=ronhks hw_mode=g channel=11 wpa=3 wpa_passphrase=<PASSWORD> wpa_key_mgmt=WPA-PSK wpa_pairwise=TKIP CCMP wpa_ptk_rekey=600…

12 years ago

This website uses cookies.