This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Kernel sysctl configuration file for Red Hat Linux | |
# | |
# For binary values, 0 is disabled, 1 is enabled. See sysctl(8) and | |
# sysctl.conf(5) for more details. | |
# Controls IP packet forwarding | |
net.ipv4.ip_forward = 0 | |
# Controls the System Request debugging functionality of the kernel | |
kernel.sysrq = 0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# pecl install memcached | |
downloading memcached-2.1.0.tgz ... | |
Starting to download memcached-2.1.0.tgz (39,095 bytes) | |
..........done: 39,095 bytes | |
11 source files, building | |
running: phpize | |
Configuring for: | |
PHP Api Version: 20100412 | |
Zend Module Api No: 20100525 | |
Zend Extension Api No: 220100525 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ cat Gemfile | |
source "http://rubygems.org" | |
group :development do | |
gem 'rake', '~> 10.0.3' | |
gem 'rack', '~> 1.5.0' | |
gem 'jekyll', '~> 0.12.0' | |
gem 'redcarpet', '~> 2.2.2' | |
gem 'pygments.rb', '~> 0.3.4' | |
gem 'RedCloth', '~> 4.2.9' |
NewerOlder