When i try to launch apt-get update i got error “Problem with MergeList ……” on my ubuntu 12.04
To fix this “Problem with MergeList” simply do following:
sudo rm /var/lib/apt/lists/* -vf
apt-get update
When i try to launch apt-get update i got error “Problem with MergeList ……” on my ubuntu 12.04
To fix this “Problem with MergeList” simply do following:
sudo rm /var/lib/apt/lists/* -vf
apt-get update
To clone existing VM on vmware esxi simply browse to the datastore:
thanx to http://serverfault.com/questions/16320/is-there-a-way-to-clone-an-existing-vm-on-an-esxi-server-without-having-to-re-im
MyTab 7 – its 7 inch tablet from http://www.mytab.eu There is no firmware available for end users on site. So after a bit of searching i found it!
Firmware http://www.concordetablet.com/uploads/termekek/86V2tabONEJellyBean20121016.rar
Flashed with LiveSuite 1.07
So i fixed this grub problem with Ubutnu boot repair disk located at
http://sourceforge.net/projects/boot-repair-cd/?source=dlp
I’ve download iso image, burn in into my flash using Unetbootin, a then simply boot computer using this flash. After boot process appear new window called “Boot Repair”.

In that window to fix “alloc magic is broken” i click on button named “Recommended repair”.
After few minutes of repairing problem “alloc magic is broken” solved
Создал скидку в панели управления virtuemart (id скидки =2 )
Для того, чтоб применить скидку для всех товаров запустил в БД запрос:
update `jos_vm_product` set `product_discount_id`= 2
Well i found some error in check_snmp_load.pl plugin for Nagios
Solution: in check_snmp_load change line 685
my $resultat = (Net::SNMP->VERSION < 4) ?
to
my $resultat = (Net::SNMP->VERSION lt 4) ?
http://nagios.manubulon.com/nagios-snmp-plugins.1.1.1.tgz
https://github.com/github/ledbetter
Ledbetter is a simple script for gathering Nagios problem statistics and submitting them to Graphite. It focuses on summary (overall, servicegroup and hostgroup) statistics and writes them to the nagios.problems metrics namespace within Graphite.