A few pictures from my trip to Mexico. Can’t say enough about Iberostar, they do a great job. The staff is very friendly. They go above and beyond if you leave a tip once in a while too…
How to remove duplicate lines in vim
To remove duplicate lines in vim, type:
:g/^\(.*\)$\n\1$/d
How to remove lines that begin with a specific character in vim
To remove all lines that begin with # in vim, type:
:g/^\#/d
How to Create a SolusVM KVM Template
SolusVM doesn’t provide a lot of good documentation for this process, so I tried to document as I went along. If you have any questions, leave a comment and I’ll try my best to help.
Download CentOS 6.x ISO to SolusVM master in /home/solusvm/kvm/iso
In SolusVM: Media -> Add ISO
-Choose the correct ISO from the dropdown and fill out name/description/arch and click ‘Add iso’.
Sync ISO to slave:
-Media -> Media Sync -> ‘Create’ tab.
-Under ISOS, select the new ISO and the destination node.
-Click create Sync Job. Give it a minute before continuing. Continue reading
Undefined subroutine &Cpanel::Update:: automatic_updates_enabled called at /scripts/upcp
If you receive the following error when running /scripts/upcp:
# /scripts/upcp /scripts/upcp syntax OK Running Futex Check/Fix......Done Undefined subroutine &Cpanel::Update::automatic_updates_enabled called at /scripts/upcp line 273.
Try running:
# /scripts/upcp --force
If that yields the same results, try the following: Continue reading
Pearl Necklace Oyster Stout Beer
lfd on server.domain.com: Suspicious process running under user haldaemon
If you have ConfigServer Firewall installed, you may see emails regarding the user haldaemon after a system update: Continue reading








