XEN PV :: Installing CentOS Linux Guest VM
Posted by blackonsole on April 10th, 2013 01:43 AM | No Comment
:: How to installing CentOS Guest VM in XEN PV
+ Create disk image for save CentOS Guest VM
seek=80000 if you want create image 80 GB
+ Download vmlinuz and initrd for installation via network
+ Create VM Configration file for installation CentOS
Add ...
XEN:: How to reset root password in guest vm
Posted by blackonsole on October 20th, 2012 03:18 PM | No Comment
:: How to reset root password in guest vm
+ Find info for guest disk file
+ mounting disk file and reset the root password
+ unmounting the disk
+ reboot the guest vm
:: Link
+ Google
+ LinuxTechy
XenServer:: View Physical Memory and CPU Core
Posted by blackonsole on July 15th, 2012 03:06 AM | No Comment
:: How to view physical memory on xen server
run this command:
so you will see like these:
* Mem: 16776044k total = 16 GB RAM
* CPUs: 8 @ 2500MHz = 8-Core CPU
:: Links
+ Google
+ iTechnology
:: Clear BlackList Authentication on SolusVM
Posted by blackonsole on April 19th, 2012 02:59 AM | No Comment
:: Issue
If you enter wrong logins number of times for the SolusVM it can lock you by adding your IP to blacklist.
:: How to clear blacklist wrong logins authentication on SolusVM
Login to SolusVM Server via ssh and run this command ...
:: Enable PPTP in OpenVZ Container
Posted by blackonsole on February 27th, 2012 03:15 AM | No Comment
:: What is PPTP
The Point-to-Point Tunneling Protocol (PPTP) is a method for implementing virtual private networks. PPTP uses a control channel over TCP and a GRE tunnel operating to encapsulate PPP packets.