Tagged: centos

0

Compiling Hue on CentOS

Tested on CentOS 6.8 Minimal ISO install with Hue 3.11 Downloads Hue 3.11   Steps Download Hue tarball Install dependencies yum install python-devel libffi-devel gcc openldap-devel openssl-devel libxml2-devel libxslt-devel mysql-devel gmp-devel sqlite-devel openldap-devel gcc-c++ rsync Compile You can either compile...

0

Disable THP on CentOS 6

For the impatient Disable Transparent Huge Pages on CentOS 6 During Runtime echo never > /sys/kernel/mm/redhat_transparent_hugepage/enabled echo never > /sys/kernel/mm/redhat_transparent_hugepage/defrag   Surviving reboot sudo vi /etc/init.d/disable-transparent-hugepages #!/bin/sh ### BEGIN INIT INFO # Provides: disable-transparent-hugepages # Required-Start: $local_fs # Required-Stop: # X-Start-Before:...

0

How To Install MySQL / MariaDB on CentOS 7

Source: http://www.liquidweb.com/kb/how-to-install-mysql-mariadb-on-centos-7/ MariaDB is a drop-in replacement for MySQL. It is easy to install, offers many speed and performance improvements, and is easy to integrate into most MySQL deployments. Answers for compatibility questions can be found at: MariaDB versus MySQL –...

0

Add Graphical User Interface (GNOME) to a CentOS Minimal Install

Impatient? follow through 😉 Install Desktop Packages # yum -y groupinstall “Desktop” “Desktop Platform” “X Window System” “Fonts” Optional GUI packages # yum -y groupinstall “Graphical Administration Tools” # yum -y groupinstall “Internet Browser” # yum -y groupinstall “General Purpose...

0

How to install Eclipse on Ubuntu for all users

Source: http://askubuntu.com/questions/26632/how-to-install-eclipse/219974#219974   How to install Eclipse 4.2 on Ubuntu 12.04 for all users Since the Eclipse packages in the Ubuntu repositories are out of date, if we want to install latest releases, we are going to have to do...

0

What can I do with CentOS?

Index I want to install EPEL repository How to mount ‘ntfs’ partition in CentOS? How do I create CentOS local repository? Create local yum repository Setting up passwordless SSH Install firefox 15 on CentOS Download rpm packages locally to a...

0

Install Firefox 15 on Fedora 17/16, CentOS/Red Hat (RHEL) 6.3

Source: http://www.if-not-true-then-false.com/2011/install-firefox-on-fedora-centos-red-hat-rhel/ Mozilla Firefox 18 is released and this is guide, howto install Firefox 18 on Fedora 18/17/16/15/14, CentOS 6.3/6.2/6.1/6 and Red Hat (RHEL) 6.3/6.2/6.1/6 using YUM. Firefox 10 is currently available on CentOS 6.3/5.9 and Red Hat (RHEL) 6.3/5.9 own repos,...

0

How to Change the Hostname on Linux CentOS 6.3 Server

In this post, i will show you on how to change the Hostname on linux CentOS 6.3. I have tested this on RHEL 6, CentOS 5.5 and CentOS 6.2.  and Centos 6.3. Reboot is required for both options (A) and...

0

Create your own local yum repositories

Points of interest Q: Where are my yum files downladed while the install is in progress A: Temporary cache directory on CentOS – /var/cache/yum/In my case it was /var/cache/yum/x86_64/6  Source: http://forums.fedoraforum.org/showthread.php?t=256125     Create your own local yum repositories   I’d like...

0

Centos – Configuring network interfaces

System Config Network Tool Installation 6.x $ yum intall system-config-network-tui   Manual setup Source: http://www.centos.org/docs/5/html/Deployment_Guide-en-US/s1-networkscripts-interfaces.html 13.2. Interface Configuration Files   Interface configuration files control the software interfaces for individual network devices. As the system boots, it uses these files to determine what...