logo

Let’s Work Together

Partner with you to deliver responsive and cost-effective IT & Support solutions
Reponsive
Cost-Effective
Partner with you
Focus
Attitude to Serve
Professional
These are the reasons why AionSolution is your vendor when you are seeking someone to support your IT in your office.
info@aionsolution.com
+852 2636 6177

Install Chrome on RHEL/CentOS 7/6 and Fedora 21-15

Google Chrome 40 Released – Install on RHEL/CentOS 7/6 and Fedora 21-15 http://www.tecmint.com/install-google-chrome-on-redhat-centos-fedora-linux/ Google Chrome is a freeware web browser developed by Google Inc. Google Chrome team proudly announced the release of...

Read More

How I installed virtualbox 4.3 on CentOS 6.5 x86_64

All of these steps must be done as root unless otherwise specified. Step 1: Install the EPEL repository 1 2 $rpm-Uvh http://download.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm $yum repolist Step 2: Create /etc/yum.repos.d/virtualbox.repo It should contain this: 1 2 3 4 5 6 [virtualbox] name=Oracle Linux/RHEL/CentOS-$releasever/$basearch-VirtualBox baseurl=http://download.virtualbox.org/virtualbox/rpm/el/$releasever/$basearch enabled=1 gpgcheck=1 gpgkey=http://download.virtualbox.org/virtualbox/debian/oracle_vbox.asc Step 3: Install the necessary...

Read More

LVM Resizing

LVM Resizing Overview In our LVM Configuration KB, we showed how to create a linear mapped logical volume (LV).  In this KB, we are going to build on our LVM knowledge...

Read More

Using DD for disk cloning

There's been a number of questions regarding disk cloning tools and dd has been suggested at least once. I've already considered using dd myself, mainly because ease of use, and...

Read More