Skip to content

Instantly share code, notes, and snippets.

@tareqy
tareqy / http_codes.txt
Created August 30, 2018 17:35
HTTP Response Codes
[Informational 1xx]
100=“Continue”
101=“Switching Protocols”
[Successful 2xx]
200=“OK”
201=“Created”
202=“Accepted”
203=“Non-Authoritative Information”
204=“No Content”
@tareqy
tareqy / gluster_bootstrap.sh
Created August 30, 2018 17:37
CentOS7 Gluster Node Bootstrap
yum -y groupinstall Base
yum -y install epel-release
yum -y install centos-release-gluster
yum -y install htop
yum -y install gcc
yum -y install net-snmp
yum -y install hdparm
yum -y update
yum -y remove abrt*
yum -y install glusterfs-server
@tareqy
tareqy / my.cnf
Created March 9, 2016 16:27
Starter MySQL config file for a server with 8GB RAM, innodb and MyISAM.
[mysqld]
datadir=/var/lib/mysql
socket=/var/lib/mysql/mysql.sock
key_buffer_size=32M
query_cache_type=1
query_cache_size=4M
query_cache_limit=24M
tmp_table_size=128M
max_heap_table_size=128M
innodb_buffer_pool_size = 4000M
@tareqy
tareqy / install_handbrake_ffmpeg_centos7.sh
Created June 18, 2017 14:20
Install HandBrake and FFmpeg on CentOS 7
#!/bin/sh
yum -y install http://li.nux.ro/download/nux/dextop/el7/x86_64/nux-dextop-release-0-5.el7.nux.noarch.rpm
yum -y install
yum install ffmpeg HandBrake-cli