Linux RedHat Checking what processes need to be restarted after a system upgrade March 24, 2015 / May 27, 2015 by Tim Groeneveld | 2 Comments on Checking what processes need to be restarted after a system upgrade With updates going on in the last couple of months for various packages, such as OpenSSL and GLibC which have fixed a number of important security vulnerabilities, I thought I might share a one liner that might save you one day. sudo lsof -n | grep -v \#prelink\# | grep -e '\.so' | grep -e […] Read more »
Experimental RedHat Installing all* the fonts on Red Hat EL6 February 17, 2014 by Tim Groeneveld | Leave a Comment I am currently working on a project that takes screenshots of websites, and needed a quick way to get the most common fonts installed on the screenshot server. This worked wonders (although, it still needs a bit of tuning, I will work on that later. yum install google-\*-fonts wine-fonts dejavu-\*-fonts Read more »
Computers Linux RedHat CentOS 5.7 has been released September 14, 2011 / September 14, 2011 by Tim Groeneveld | Leave a Comment I know I might bag out CentOS at the best of times, but Karanbir Singh – our fearless leader of all CentOS developers has announced the immediate availability of CentOS-5.7 for i386 and x86_64 Architectures. Well, what are you waiting for? yum upgrade. Read more »
Clustering Random Thoughts RedHat Xen libguestfs: library for accessing and modifying VM disk images January 18, 2011 / January 23, 2011 by Tim Groeneveld | 1 Comment on libguestfs: library for accessing and modifying VM disk images Imagine if there was an application that you could feed a disk image to, wether it be Microsoft Windows 2008 or Red Hat EL 6 and see a list of applications that are installed – no step back – imagine if there was an application that you could feed a disk image to and just […] Read more »
Linux RedHat Red Hat Enterprise Linux 5.6 is out! January 17, 2011 / January 23, 2011 by Tim Groeneveld | Leave a Comment Red Hat is pleased to announce the availability of the latest update to Red Hat Enterprise Linux 5, release 5.6 (with kernel-2.6.18-238.el5)! In virtualisation land, one of the major changes have been the addition of the virtio balloon driver. This new driver in Red Hat 5.6 allows guests to express to the hypervisor how much […] Read more »
Linux RedHat Where is CentOS 6? January 8, 2011 / January 23, 2011 by Tim Groeneveld | Leave a Comment Want to know what the status is of CentOS 6 is and how far away it is to being completed? There is a page on the CentOS wiki which contains a list of all the packages which the developers are currently focusing their attention on. Head over to http://wiki.centos.org/QaWiki/6/AuditStatus for more information on the status […] Read more »