Cortex init.d Script Failure on Centos7
If you install Cortex from Yum on Centos7 you will most likely receive this error: /etc/init.d/cortex: […]
If you install Cortex from Yum on Centos7 you will most likely receive this error: /etc/init.d/cortex: […]
Instead of using wireshark on Linux to capture traffic try ngrep # sudo ngrep -d <interface> […]
here’s a nohup example: nohup nice -n -19 /bin/bash cidr_to_ipset.sh all_countries.txt 2>&1 >/root/cidr_to_ipset_output.log </dev/null & nohup […]
To use Apache ProxyPass directives with dynamic hostnames you will need to also use ModRewrite. Objective […]
Problem When running curl you get this response: curl: (35) error:14077458:SSL routines:SSL23_GET_SERVER_HELLO:reason(1112) Solution curl -ssl3
Here’s a handy alias for shredding files on CentOS alias shred=’shred -v -n 1 -z -u’
alias chkconfig=”chkconfig | perl -pe ‘use Term::ANSIColor; s/\bon\b/color(\”green\”).on.color(\”reset\”)/ige;'” or to permit passing an agrument: function chkconfig(){ […]
nano syntax highlighting This article describes how to get syntax highlighting in the command line emacs […]
Installation Modify ~/.bashrc and append this line PS1=”\n\[\e[32;1m\][\[\e[37;1m\]\u@\h:\[\e[37;1m\]\w\[\e[32;1m\]]\\$ \[\e[0m\]” My Bash Prompt To replace yours in […]
To setup email on Centos 6 run these commands yum -y install sendmail mailutils chkconfig –levels […]