You can clear the arp cache using following commands: Current arp cache root@server [~]# arp -n Address HWtype HWaddress Flags Mask Iface 70.167.140.1 ether 00:00:0C:9F:F0:04 C eth0 Clearing arp cache with verbose root@server [~]# ip -s -s neigh flush all 70.167.140.1 dev eth0 lladdr 00:00:0c:9f:f0:04 ref 42 used 17/0/65 REACHABLE *** Round 1, deleting…
Villustrator
From bilalquadri.com Here is a nice little addition to vi or vim. You can create a custom theme for vi/vim and download it to use locally. Nice! From their FAQ: Where do I put the colorscheme I just downloaded? The colorscheme should be put in “~/.vim/colors”. If those directories don’t already exist, you will need…
Install Mongodb
From mongodb.org From if-not-true-then-false.com From php.net To install mongodb, add the appropriate repo information below for your distribution version (x86_64 or i686) to /etc/yum.repos.d/10gen.repo: vim /etc/yum.repos.d/10gen.repo add [10gen] name=10gen Repository baseurl=http://downloads-distro.mongodb.org/repo/redhat/os/x86_64 gpgcheck=0 or [10gen] name=10gen Repository baseurl=http://downloads-distro.mongodb.org/repo/redhat/os/i686 gpgcheck=0 then run yum update && yum install mongo-10gen mongo-10gen-server Check the basic mongodb configuration settings before starting…
Edit cPanel nameserver IP’s
As of WHM 11.30, the nameservers’ IP assignments are now read from the Zonefiles and actual DNS queries after recent updates. If you are not seeing the needed IPs in /etc/nameserverips please do not attempt to edit that file, as it is now overwritten by cPanel. Check under WHM: Main >> DNS Functions >> Nameserver…
IO wait Load Tracking
From http://balajitheone.blogspot.com IO wait load tracking to a process. How to identify what processes are generating I/O wait load. ————————————————————- An easy way to identify what process is generating your IO Wait load is to enable block I/O debugging. This is done by setting /proc/sys/vm/block_dump to a non zero value like: echo 1 > /proc/sys/vm/block_dump…
Installing the H264 Streaming Module for Apache
Installing the streaming module can be a problem sometimes. This is a simple install guide which worked fine in a standard Cent5/cpanel server: cd /usr/src wget http://h264.code-shop.com/download/apache_mod_h264_streaming-2.2.7.tar.gz tar -xzvf apache_mod_h264_streaming-2.2.7.tar.gz cd mod_h264_streaming-2.2.7 ./configure –with-apxs=’which apxs’ make && make install add the following entries via vim /usr/local/apache/conf/httpd.conf add AddHandler h264-streaming.extensions .mp4 LoadModule h264_streaming_module /usr/local/apache/modules/mod_h264_streaming.so then… service…
Define
Just a quick script for looking up the definition of a word via the commandline… touch define vim define add the following code then :wq to save #! /bin/bash # display definition of a word # curl –stderr /dev/null dict://dict.org/d:$1 | sed ‘/^[.,0-9].*$/d’ then, chmod +x define mv define /usr/bin/define Usage # define linux Linux…
Mikogo
Looking to host an online meeting without paying through the teeth? Look no further. Mikogo is a free desktop sharing tool full of features to assist you in conducting the perfect online meeting or web conference. Take advantage of the opportunity to share any screen content or application over the Internet in true color quality…
-
Recent Posts
-
Archives
- June 2022
- May 2022
- April 2022
- March 2022
- February 2022
- January 2022
- December 2021
- November 2021
- October 2021
- September 2021
- August 2021
- July 2021
- June 2021
- May 2021
- April 2021
- March 2021
- October 2020
- September 2020
- June 2020
- May 2020
- April 2020
- March 2020
- February 2020
- January 2020
- December 2019
- November 2019
- October 2019
- August 2019
- June 2019
- March 2019
- February 2019
- January 2019
- November 2018
- August 2018
- July 2018
- May 2018
- April 2018
- March 2018
- February 2018
- January 2018
- October 2017
- June 2017
- December 2016
- October 2016
- September 2016
- August 2016
- June 2016
- May 2016
- March 2016
- February 2016
- September 2015
- March 2015
- February 2015
- January 2015
- December 2014
- November 2014
- October 2014
- September 2014
- August 2014
- July 2014
- May 2014
- April 2014
- March 2014
- February 2014
- January 2014
- October 2013
- September 2013
- August 2013
- July 2013
- June 2013
- May 2013
- April 2013
- March 2013
- February 2013
- January 2013
- December 2012
- November 2012
- October 2012
- September 2012
- August 2012
- July 2012
- March 2012
- February 2012
- January 2012
- December 2011
- November 2011
- October 2011
- September 2011
- August 2011
- July 2011
- June 2011
- May 2011
- April 2011
- March 2011
- February 2011
- January 2011
- December 2010
- November 2010
- October 2010
- September 2010
- August 2010
- July 2010
- June 2010
- May 2010
- April 2010
- March 2010
- February 2010
- January 2010
- December 2009
- November 2009
- October 2009
- September 2009
- August 2009
- July 2009
- June 2009
- May 2009
- March 2009
-
Meta