So you logged in a box and your keys are messed up ? loadkeys ukĀ or loadkeys us Other maps also there .. nJoy š
Month: May 2013
Bacula firewall settings
Console -> DIR:9101 DIR -> SD:9103 DIR -> FD:9102 FD -> SD:9103 nJoy š
Configuring Hadoop for Failover
Introduction As of 0.20, Hadoop does not support automatic recovery in the case of aĀ NameNodeĀ failure. This is a well known and recognized single point of failure in Hadoop. Experience at Yahoo! shows thatĀ NameNodesĀ are more likely to fail due to misconfiguration, network issues, and bad behavior amongst clients than actual hardware problems. Out of fifteen grids…
Windows way to create large file for testing
Very easy and cool tool very unused .. fsutil file createnew <filename> <length> nJoy š
Processing on Linux when using web cam UnsatisfiedLinkErrors with Native Library Suffixes gstreamer missing
Simple fix : sudo apt-get install libgstreamer-plugins-base0.10-dev libgstreamer0.10-dev libglib2.0-dev nJoy š
Measuring Apache bandwidth from a bash script
So reason : double checking Sawmill and AWstats. (sawmill won..) echo “$(awk ‘{print $10}’ prd.logs | grep -v “-” | paste -sd + – | bc )/1024/1024/1024″ | bc result is in GB. nJoy;