piatok 30. októbra 2009

fix modprobe kernel problem

uname -r

return something

depmode something

utorok 20. októbra 2009

how to recompile pure-ftpd to use on VPS

short tutorial

apt-get source pure-ftpd
cd pure-ftpd-1.0.21/
nano debian/rules

line 12 add --without-capabilities

optflags=--with-everything --with-largefile --with-pam --with-privsep --with-tls --without-capabilities

apt-get build-dep pure-ftpd
dpkg-buildpackage -uc -b
cd ..
dpkg -i pure-ftpd-mysql_1.0.21-11.4_amd64.deb

Instead of using apt-pinning you can just set packages on hold:
echo package hold | dpkg --set-selections
To undo that:
echo package install | dpkg --set-selections
To view a list of "on hold" packages:
dpkg --get-selections | grep hold

streda 26. augusta 2009

How to mount UDF image

mount -t udf -o loop /image.mdf /mnt/Image

utorok 7. apríla 2009

Konvertnutie crt a key do pem

1. convert crt to pem format
openssl x509 -in mycompany.crt  -out mycom_crt.der -outform DER
openssl x509 -in mycom_crt.der -inform DER -out mycom_crt.pem -outform PEM

2. convert key to pem format
openssl rsa -in mycompany.key -out mycom_key.pem

nedeľa 7. septembra 2008

Problem s updatom Fedora core 8 64bit

pri update sa vyskytne konflikt s networkmanagerom. Treba odstranit 32bit verziu:
yum remove NetworkManager.i386

nedeľa 29. júna 2008

flash on opensuse


nspluginwrapper -a -i

Wifi b43xx (Compaq nx6325) on OpenSuse

Jednoduchy prikaz ktorý stiahne, vykuchá:) a nainstaluje driver pre wifinu

sudo /usr/sbin/install_bcm43xx_firmware