Archives
-
How to force yum to reinstall a package…
rpm -e –justdb –nodeps packagename —— Some explanation is needed. –justdb will only update the installed lists in the rpmdb, and not remove any files. –nodeps will not process dependencies. I normally consider –nodeps to be evil as it can seriously break things by forcing their removal. yum will never do the equivalent of either [...]
Yorumlar KapalıMar 11th, 2009 | Filed under Ivir Zivir, Kategorisiz Yazilar -
catalyst control centre on windows 2008 server 64 bit.
I am running windows server 2008 64 bit. I had 8.8 i guess. installed 8.9 to fix my 60 fps max problems on CS source. 8.9 driver fixed the problem (probably was locking vsync). But the CCC kept crashing. One would think when you installed the package the new drivers for the display adapater would [...]
Yorumlar KapalıMar 2nd, 2009 | Filed under Kategorisiz Yazilar -
Make SSH connections with PHP
nasil yaptim Make SSH connections with PHP libssh2 Now we need libssh2 from sourcefourge. We have to compile this, but no worries, this is all you need to do: cd /usr/src wget http://surfnet.dl.sourceforge.net/sourceforge/libssh2/libssh2-0.14.tar.gz tar -zxvf libssh2-0.14.tar.gz cd libssh2-0.14/ ./configure make all install sonra locate ssh2.so sonra onu usr/local/lib altina kopyala sonra php.ini de extension diri [...]
Yorumlar KapalıMar 2nd, 2009 | Filed under Linux