VMware ESX logging files location explained
- No Comments
- Aug, 09, 2011
- Angelo Schalley
- Linux, vmware
Quite a few customers have asked me how to look in ESX logs themselves. They know support often requests these logs to diagnose problems and want to know what’s in these logs. Here you go. A short list of the log files found in VMware ESX Server.
Read more on VMware ESX logging files location explained…
Make a php info test file on your webserver
- No Comments
- Mar, 12, 2011
- Angelo Schalley
- html / php, IIS, joomla, Linux, Plesk Linux, Plesk Windows
put a file in your websites root directory or a in some folder :
info.php :
<?php
phpinfo();
?>
save and give execute writes : chmod +x
Linux–Unix VI Search en replace
- No Comments
- Mar, 12, 2011
- Angelo Schalley
- Linux
Vi: Search and Replace
Change to normal mode with <ESC>.
Search (Wraped around at end of file):
Search STRING forward : / STRING. Search STRING backward: ? STRING. Repeat search: n Repeat search in opposite direction: N (SHIFT-n)
Read more on Linux–Unix VI Search en replace…