- Published:
- March 25, 2009 – 4:15 pm
- Author:
- By Dave
I just found a quick tip on the Installatron forums.
By default Installatron disables all Wordpress plugins when doing an upgrade. This is due to the Wordpress best practices for upgrading the version of their system. When you have a lot of Wordpress installs to go through this is a big pain because it usually [...]
Categories: Configurations, Software, System Administration, Webdesign
Tagged: installatron, wordpress
- Published:
- March 23, 2009 – 9:14 am
- Author:
- By Dave
Recently I started seeing this error while provisioning Xen VPSes on a server with 8GB of RAM:
[2009-03-23 15:51:40 xend.XendDomainInfo 3310] DEBUG (XendDomainInfo:1603) XendDomainInfo.destroy: domid=None
[2009-03-23 15:51:40 xend 3310] ERROR (xmlrpclib2:184) (12, ‘Cannot allocate memory’)
I checked the memory, and sure enough, all of the VPSes were using up the memory. More specifically, dom0 (the main server) had [...]
Categories: CentOS, Configurations, System Administration, Xen
Tagged: CentOS, dom0, memory, Xen
- Published:
- March 18, 2009 – 6:57 am
- Author:
- By Dave
I presented this paper to my class on March 17th, 2009.
Hybrid Stealthy Networks – Paper Presentation
Original paper: Hybrid Stealthy Communication Protocol
(I got a 25/25!)
Categories: Reviews, Tech
Tagged: ad hoc, fiber, Security, wireless
- Published:
- March 17, 2009 – 3:58 pm
- Author:
- By Dave
Running sudo apt-get upgrade, I started getting this error:
Reading package lists… Done
W: GPG error: http://ppa.launchpad.net intrepid Release: The following signatures couldn’t be verified because the public key is not available: NO_PUBKEY 313D312748A22A95
W: You may want to run apt-get update to correct these problems
Ah ha! But apt-get update is the command causing this problem.
The solution is [...]
Categories: Configurations, Shell, System Administration, Ubuntu
Tagged: apt-get, gpg, Ubuntu