CentOS |
These notes are my personal online notebook of useful commands and "how-to's". You are welcome to make use of them if you find them helpful. They obviously don't come with any warranty! Click on one of the category tags above for the notes in any category. |
|||
yum list installed | grep php | cut -d' ' -f1 typical result: php.x86_64 php-cli.x86_64 php-common.x86_64 php-devel.x86_64 php-gd.x86_64 php-imap.x86_64 php-ldap.x86_64 php-mbstring.x86_64 php-mcrypt.x86_64 php-mhash.x86_64 php-mysql.x86_64 php-odbc.x86_64 php-pdo.x86_64 php-pear.noarch php-xml.x86_64 php-xmlrpc.x86_64
yum remove php php-* |
|||
|
|||
Recent exploits that use phpMyAdmin highlight the need to keep this code up to date. For more info, see: #first set up the basic info. |
|||
|
|||
Documentation: http://www.centos.org/docs/5/html/yum/index.html You can install repository priorities: http://wiki.centos.org/PackageManagement/Yum/Priorities |
|||
Note that this now only works for the 64 bit version of CentOS useful link: http://itscblog.tamu.edu/startup-guide-for-kvm-on-centos-6/ yum groupinstall "Virtualization*" |
|||
This is very "quick and dirty" using the CentOS gui tools as much as possible -install server & open firewall to samba -create office and supervisor groups and a /home/common folder -create all users on server and make them part of office, (+supervisor) -add all users to Samba with Windows names and passwords -share all home drives and set user access on shares as appropriate -set permissions in the directory at the root of each share, appropriate to users -chmod g+w -R * #at the top level of each shared directory so groups can read and write |
|||
The process is very straightforward, with only one minor complication: the MBR and GRUB must be set up on both drives for alternate boot if one drive fails. |
|||
<Location /svn> DAV svn SVNParentPath /var/www/svn # Limit write permission to list of valid users. |
|||

