Categories
Archive
![]() Blogroll
|
Posted in Linux Server | No Comment | 244 views | 01/04/2013 17:15
If you need to extend your logical volume, do following first:
Then reboot your server! After that, you should do following to extend LVM:
You can control final size with this command:
You should see new disk size after this process.
Posted in Linux Server, Virtual Machine Manager | 4 Comments | 3,778 views | 26/03/2012 04:19
Ubuntu 12 is coming with Hyper-V drivers for the best integration and usability. Ubuntu 12 is still in Beta like Hyper-V v3 but results are promising. I’m posting some important screenshots from Ubuntu 12. You can also find benchmark results of new Ubuntu 12 on Hyper-V v3. 1. Ubuntu Login Screen and no “SMBus Base Address Uninitialized” warning anymore! 2. Ubuntu 12 recognizes Hyper-V synthetic network driver by default. 3. Let’s see installed Hyper-V modules.
Posted in Linux Server, Virtual Machine Manager, Windows Server | 13 Comments | 15,879 views | 28/01/2012 21:12
You installed CentOS 6.2 on Hyper-V and you want to install Linux Integration Services v3.2. So let’s do it on CentOS server.
Posted in Linux Server, Virtual Machine Manager | 1 Comment | 1,833 views | 28/01/2012 20:07
You may need to uninstall Hyper-V Linux Integration Services v3.2 due to some reasons. After my first look, i don’t see any difference between x86 and x64.
Posted in Linux Server | No Comment | 535 views | 27/12/2011 09:33
You can create MySQL database and user via command line.
That gives only localhost grant on MySQL server.
Posted in Linux Server | No Comment | 607 views | 27/12/2011 09:27
You can transfer data between two linux servers directly via SCP.
It transfer common directory from 10.10.10.2 to under production directory.
Posted in Linux Server | No Comment | 676 views | 27/12/2011 09:21
You can mount NFS share on a Linux Server with following commands:
After that, you should also add that to fstab.
Now you can see NFS share in /var/www/html. |