virtualmachinez.blogspot.com
virtual machinez: January 2008
http://virtualmachinez.blogspot.com/2008_01_01_archive.html
All about VMWare, Xen, OpenVZ, VirtualBox and other Virtual Appliances. Desktop Virtualization, Virtual Desktop Infrastructure, Server Appliances, Server Consolidation, Network Appliances, Virtual Infrastructure, Virtual Machine, Virtual PC, LivePC, and everything in between. Tuesday, January 29, 2008. Now, i'm downloading and trying myself few linux i never heard off. Virtual Machinez blog on Virtualization. Posted by Denny Halim. Friday, January 25, 2008. Virtual Machinez blog on Virtualization. PBXwar...
creacog.wordpress.com
install Bugzilla on a HyperVM VPS running LXAdmin | creacog
https://creacog.wordpress.com/2007/05/24/install-bugzilla-on-a-hypervm-vps-running-lxadmin
Install Bugzilla on a HyperVM VPS running LXAdmin. Following my quest to find a suitable VPS. For my needs, it was time to get the newly released Bugzilla 3. Installed and running. It did take me 3 or 4 attempts to get this right. As I’ve stated previously, I am no sysadmin, so my failures were probably simple inexperience. These are my notes to save myself some time should I need to do this again. Note: What follows assumes a clean install of the VPS. And I started again…. Once the shell script has comp...
markus.revti.com
Linux | Markus Blog
http://markus.revti.com/tag/linux
Searching text on multiple files in Linux. August 18, 2014. To search for certain text inside multiple files in Linux we can use ‘grep’ command, here is how i do it:. Grep - include= *.{ file ext } -rnw directory -e " text to search ". Text to search ". So for example you want to find all .php and .conf files inside the directory “config” that contain the word “mysql” the command should look like this:. Grep - include= *.{php,conf} -rnw /path/to/config/ -e "mysql". December 3, 2013. Error on all of my VMs.