hot add disk linux vmware esx
- No Comments
- Dec, 20, 2009
- Angelo Schalley
- Linux, vmware
Add disk using vmware ( if your expanding a disk i suppose you know how to add one )
ls /sys/class/scsi_host ( to check wich scsi id the host has )
Read more on hot add disk linux vmware esx…
show directory size linux
- No Comments
- Dec, 20, 2009
- Angelo Schalley
- Linux
du -h –max-depth=1
joomla chmod directory’s
- No Comments
- Dec, 17, 2009
- Angelo Schalley
- joomla
chmod 777 administrator/backups/
chmod 777 administrator/components/
chmod 777 administrator/language/
chmod 777 administrator/language/en-GB/
chmod 777 administrator/language/nl-NL/
chmod 777 administrator/modules/
chmod 777 administrator/templates/
chmod 777 components/
chmod 777 images/
chmod 777 images/banners/
chmod 777 images/stories/
chmod 777 language/
chmod 777 language/en-GB/
chmod 777 language/nl-NL/
chmod 777 language/pdf_fonts/
chmod 777 modules/
chmod 777 plugins/
chmod 777 plugins/content/
chmod 777 plugins/editors/
chmod 777 plugins/editors-xtd/
chmod 777 plugins/search/
chmod 777 plugins/system/
chmod 777 plugins/user/
chmod 777 plugins/xmlrpc/
chmod 777 tmp/
chmod 777 templates/
chmod 777 cache/
Read more on joomla chmod directory’s…