mount -t udf -o loop /image.mdf /mnt/Image
streda 26. augusta 2009
utorok 7. apríla 2009
Konvertnutie crt a key do pem
1. convert crt to pem format
2. convert key 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
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
Wifi b43xx (Compaq nx6325) on OpenSuse
Jednoduchy prikaz ktorý stiahne, vykuchá:) a nainstaluje driver pre wifinu
sudo /usr/sbin/install_bcm43xx_firmware
pondelok 26. mája 2008
Fedora core 9 64bit - Flash plugin
Install the nspluginwrapper.i386, nspluginwrapper.x86_64, pulseaudio-libs.i386, and libflashsupport.i386 packages:
Run
yum -y install nspluginwrapper.{i386,x86_64} pulseaudio-libs.i386 libflashsupport.i386Run
mozilla-plugin-config to register the flash plugin. (NOTE: This step is not always necessary.)mozilla-plugin-config -i -g -v
Prihlásiť na odber:
Príspevky (Atom)