admin
This user hasn't shared any profile information
Posts by admin
Fix for Munin MySQL Monitoring Plugin Graph Not Showing or Blank
0Munin is a monitoring tool used to survey and monitor the performance of computers, networks, SANs, applications, databases, weather measurements and other parameters. Munin remembers and records information it captured and presents them in graphs through a web interface. cPanel, through WebHost Manager (WHM) has added the Munin Service Monitor as easily installed plugin to monitor the web host and check the capacity of resources available. (more…)
How to Change the Shared IP of a cPanel Server
0Simple arhive extracting alias in linux
0Add this to your ~/.bashrc
extract () {
if [ -f $1 ] ; then
case $1 in
*.tar.bz2) tar xvjf $1 && cd $(basename "$1" .tar.bz2) ;;
*.tar.gz) tar xvzf $1 && cd $(basename "$1" .tar.gz) ;;
*.tar.xz) tar Jxvf $1 && cd $(basename "$1" .tar.xz) ;;
*.bz2) bunzip2 $1 && cd $(basename "$1" /bz2) ;;
*.rar) unrar x $1 && cd $(basename "$1" .rar) ;;
*.gz) gunzip $1 && cd $(basename "$1" .gz) ;;
*.tar) tar xvf $1 && cd $(basename "$1" .tar) ;;
*.tbz2) tar xvjf $1 && cd $(basename "$1" .tbz2) ;;
*.tgz) tar xvzf $1 && cd $(basename "$1" .tgz) ;;
*.zip) unzip $1 && cd $(basename "$1" .zip) ;;
*.Z) uncompress $1 && cd $(basename "$1" .Z) ;;
*.7z) 7z x $1 && cd $(basename "$1" .7z) ;;
*) echo "don't know how to extract '$1'..." ;;
esac
else
echo "'$1' is not a valid file!"
fi
}
Now just type “extract filename” and you’re golden.
Show hidden files on Mac OS X Lion
0- Open the Terminal application (Applications > Utilities > Terminal.app)
- Type in the following without the quotes “defaults write com.apple.Finder AppleShowAllFiles TRUE”
- Hit the ‘Enter’ key
- Restart the Finder by holding ‘Option’, click and hold on the icon. Click ‘Relaunch’
- To re-hide the files type “defaults write com.apple.Finder AppleShowAllFiles FALSE”
- Then restart the Finder again.
Simple way to install Midnight Commander in Mac OS Lion
3The simplest way I’ve found to install Midnight Commander in Mac OS Lion is to use rudix package.
Rudix is a collection of Unix software packages for OS X Lion (plus Snow Leopard).
http://code.google.com/p/rudix/
If you need step by step instruction go inside
0Day Vulnerability in WordPress themes
0Included in many wordpress themes utility for image resizing timthumb.php, is vulnerable to arbitrary loading PHP-code.
Финальный релиз Google Chrome 12
0Вчера компания Google объявила о выпуске очередной стабильной версии своего веб-браузера Chrome — 12.
Никаких революционных новшеств в релизе Google Chrome 12 нет, а главными изменениями стали поддержка аппаратного ускорения для трехмерных преобразований в каскадных таблицах стилей (3D CSS) — сама технология была представлена в WebKit летом 2009 года, а также возможность удаления Flash cookies (Local Shared Objects, LSO) прямо из браузера (раньше это можно было делать только с сайта Adobe).
Среди прочих изменений можно выделить улучшения в Safe Browsing (теперь пользователей предупреждают о скачивании потенциально подозрительных файлов) и запуск приложений по их названию из Omnibox, а также удаление Google Gears. Это все конечно обезапасит вас, но отчасти замедлит работу в Сети и вне ее.
Делаем Skype 5 для mac еще лучше
0Пользователи маков давно ждали новой версии Skype, в то время как пользователи Windows получали апдейт за апдейтом. Казалось что разработчики совсем забыли о нас, однако недавно вышла новая beta-версия этого замечательного клиента.
Самое первое что замечает пользователь во всех этих изменениях — обновленный интерфейс. Тут нужно отдать должное компании, потому что на этот раз разработчики решили не идти по пути развития Windows-версии, а создали совершенно новый интерфейс для маков. Тем не менее, есть и минусы, главным из которых является большие пробелы между сообщениями в чате.








