Category: centos

Add debuginfo repo in CentOS 1

Add debuginfo repo in CentOS

Error : Missing separate debuginfos, use: debuginfo-install glibc-2.12-1.132.el6.x86_64 libgcc-4.4.7-4.el6.x86_64 libstdc++-4.4.7-4.el6.x86_64 Problem during install $> sudo debuginfo-install glibc-2.12-1.132.el6.x86_64 libgcc-4.4.7-4.el6.x86_64 libstdc++-4.4.7-4.el6.x86_64 (...) Could not find debuginfo for main pkg: glibc-2.12-1.132.el6.x86_64 Could not find debuginfo pkg for...

Change hostname on CentOS 0

Change hostname on CentOS

Greeting mortal friend, welcome to my shorter tech-help article ever ! I wrote it because I always forget it myself : $> sudo gedit /etc/sysconfig/network Then edit the line with HOSTNAME=donkey Click here to...

Install OpenVPN on CentOS 6.4 or 6.5 0

Install OpenVPN on CentOS 6.4 or 6.5

  1. Add RPMForge as a software source: Update, RPMFORGE is offline. Now you can use epel repo 1. Install EPEL Repo http://tech.yipp.ca/linux/adding-epel-repo-centos-6-6/ 2. Install openvpn $> sudo yum install openvpn 3. Find the...

Install VirtualBox Guest Additions on CentOS 6.4 0

Install VirtualBox Guest Additions on CentOS 6.4

As part of setting up a CentOS virtual machine, installing the virtualbox guest additions is an important part of the process. Note : This is for CentOS 6.X. For other distributions see : install-virtualbox-guest-additions-on-fedora-centos-red-hat-rhel 1. Add...

[HELP NEEDED] Increase space of home folder in CentOS 6 0

[HELP NEEDED] Increase space of home folder in CentOS 6

Problem : /dev/mapper/vg_centos-lv_home has become full, however there is still some free space on device, what's going on?!? [root@centos ~]# df Filesystem 1K-blocks Used Available Use% Mounted on /dev/mapper/vg_centos-lv_root 46287864 4627216 39309340 11% / tmpfs...