Categories
Archive
![]() Blogroll
|
Posted in Linux Server, Virtual Machine Manager, Windows Server | No Comment | 300 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 | No Comment | 117 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 | 112 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 | 124 views | 27/12/2011 09:27
You can transfer data between two linux servers directly via SCP. scp -r root@10.10.10.2:/var/www/html/production/common /var/www/html/production It transfer common directory from 10.10.10.2 to under production directory.
Posted in Linux Server | No Comment | 148 views | 27/12/2011 09:21
You can mount NFS share on a Linux Server with following commands: mount 10.10.10.2:/NFSName /var/www/html After that, you should also add that to fstab.
Now you can see NFS share in /var/www/html.
Posted in Linux Server, Virtual Machine Manager | 5 Comments | 1,458 views | 08/10/2011 12:23
Before installing FFmpeg-PHP, you need to install FFmpeg, MPlayer and MEncoder for video processing. Because I have CPanel on my CentOS, I won’t install Apache, MySQL or PHP. I’m just going with FFmpeg-PHP installation. So I assume you did previous installations. Now let’s go with FFmpeg-PHP installation. 1. Download ffmpeg-php in to /usr/src directory.
Posted in Linux Server, Virtual Machine Manager | 5 Comments | 1,614 views | 03/10/2011 13:52
You need FFmpeg, MPlayer and MEncoder for video processing. I’ll show you how to install and configure it on Hyper-V. You can see CentOS 6 installation on Hyper-V at the following posts: http://www.yusufozturk.info/linux-server/centos-6-desktop-installation-on-hyper-v-and-mouse-support-part1.html
http://www.yusufozturk.info/linux-server/centos-6-desktop-installation-on-hyper-v-and-mouse-support-part2.html So I assume you have a CentOS 6 with Hyper-V LIS v3.1. So lets continue with our installation. 1. Install the DAG GPG key. rpm --import http://apt.sw.be/RPM-GPG-KEY.dag.txt |