Currently browsing category

Computers, Page 55

How to Remove a Stash File

Become superuser on the KDC that contains the stash file. Remove the stash file. # rm stash-file Where stash-file is the path …

[linux notes] CA

mkdir /var/myca cd /var/myca vi /etc/ssl/openssl.cnf /usr/share/ssl/misc/CA -newca openssl req -newkey rsa:1024 -nodes -keyout newreq.pem -out newreq.pem /usr/share/ssl/misc/CA -sign openssl x509 -in …

you have another copy of skype running

Deleting preferences ~/Library/Application Support/Skype/ ~/Library/Preferences/com.skype.skype.plist also delete the possibly corrupt cache files (i.e. the following folder and everything in it). make sure …

Changing Yum Channel

edit /etc/sysconfig/rhn/sources yum scientific-base http://ftp.scientificlinux.org/linux/scientific/45/$ARCH/SL/RPMS/ yum scientific-errata http://ftp.scientificlinux.org/linux/scientific/45/$ARCH/errata/SL/RPMS/

RPM query the package owning

-f <file> — Query the Package Owning <file> How many times have you found a program sitting on your system and wondered …