Enable JavaScript to use search. / 検索を使用するには JavaScript を有効にしてください。
Posts with #centos
Tue, November 1, 2011
3 min read
Installing Apache from Source Code on CentOS
End-to-end steps for installing Apache 2.2.21 from source on CentOS 5.7.
read more →
Tue, November 20, 2012
1 min read
Installing Git on CentOS 6.3 with yum
A short note on installing Git 1.7.1 on CentOS 6.3 with plain yum.
Steps to install Java 1.7 on CentOS 6.3
Installing OpenJDK-based Java 1.7 on CentOS 6.3 with yum.
Steps to install Solr 3.6.1 on CentOS 6.3
Installing Solr 3.6.1 on CentOS 6.3 and starting it with the bundled Jetty sample.
[Ruby] Installing Nokogiri on CentOS 6.3
Fixing the 'libxml2 is missing' error when installing Nokogiri on CentOS 6.3.
Tue, January 30, 2018
How to check CentOS support end-of-life dates
Where to look up the end-of-life date for each CentOS release.
Sun, May 17, 2015
[CentOS] Commands to Check Version and 32bit/64bit Architecture
Commands to check the CentOS release version and 32bit/64bit architecture.
Tue, March 26, 2013
[Linux] Steps to Install ImageMagick from Source Files
Building ImageMagick from source on CentOS 6 with configure, make, and make install.
[CentOS] Installing ImageMagick with yum
Installing ImageMagick on CentOS 6.3 with yum, then verifying with identify and convert.
Thu, March 7, 2013
[CentOS] Character Encoding Settings
A short memo on switching the CentOS locale to ja_JP.UTF-8 by editing /etc/sysconfig/i18n.
Wed, November 2, 2011
5 min read
Procedure to Install MySQL5.5 from Source Code on CentOS6.3
Installing MySQL 5.5 from source on CentOS 6.3 with cmake, from build to initial setup and startup troubleshooting.
Sun, September 11, 2011
Nginx Installation Steps and Methods
Installing Nginx on CentOS with yum, from dependencies to auto-start configuration.
[Linux] # yum -y install yum-fastestmirror for Automatic Fast Repository Selection
Installing the yum-fastestmirror plugin on CentOS so yum automatically picks the fastest mirror.
Thu, August 30, 2018
Manually Renewing Let's Encrypt SSL [CentOS + Nginx Edition]
Manually renewing a Let's Encrypt SSL certificate on CentOS + Nginx with certbot-auto.
Tue, June 12, 2018
Setting up SSL with Let's Encrypt [CentOS + Nginx Edition]
Setting up a Let's Encrypt SSL certificate on CentOS + Nginx with certbot-auto.
Sat, September 24, 2011
error while loading shared libraries: /lib/libc.so.6: file too short Kernel panic: Attempted to kill init!
A CentOS-on-VMware kernel panic caused by libc.so.6 that I recovered from via backup.
Mon, September 5, 2011
[Linux] How to Auto-execute Commands or Programs at Login
Configuring .bash_profile on CentOS to run proxy setup and ntpdate at login.
Sat, September 21, 2013
[Linux] How to Change Hostname
Changing a CentOS server hostname via /etc/hosts and /etc/sysconfig/network.
Sun, November 11, 2012
4 min read
[Server] Initial Setup of CentOS 6.3 on Sakura VPS
Initial setup for Sakura VPS's CentOS 6.3 — admin user, SSH, iptables, and yum.
Sun, July 24, 2016
When 'Updating RPMS on system' appears on console during Sakura VPS first boot, wait patiently
If Sakura VPS first boot is stuck on `Updating RPMS on system`, wait about 20 minutes.
Thu, September 1, 2011
[Virtual OS] Installing CentOS on VirtualBox as a Development Server [Mac OS X (Snow Leopard)]
A memo on installing CentOS 5.6 on VirtualBox as a dev server on Mac OS X Snow Leopard.
Sat, September 3, 2011
[Virtual OS] VirtualBox NAT + Host-Only Adapter Network Configuration / Solution When SSH from Host OS Fails
Fixing SSH from host OS to a VirtualBox CentOS guest with NAT + host-only adapter and pinned eth1.
Wed, September 5, 2012
[VMware] Solution for Device eth0 does not seem to be present, delaying initialization Error
Fixing the eth0 does not seem to be present error on a cloned VMware VM.
Mon, August 29, 2011
[Virtual OS] Installing CentOS on VMware Player as a Development Server
Installing CentOS 5.6 as a dev server on VMware Player on Windows 7.