Author Archives: Michael Abboud

About Michael Abboud

Linux / Unix Technical Specialist

Huh? Why ‘service vmware-tools status’ no longer works on newer Linux VMs – Tip of the Week

After deploying a CentOS v6.6 VM via vCloud Director today, I was puzzled that I couldn’t confirm whether VMware Tools was running after installing it. [root@ZenOSS-POC ~]# service vmware-tools status vmware-tools: unrecognized service Huh? Surely not! [root@ZenOSS-POC ~]# ps -ef|grep … Continue reading

Posted in Linux / Unix Tips | Tagged , , , , , , , , , | Leave a comment

How to hide the menubar in Mac OS X (Mavericks) Yosemite while using (OpenNX) X2Go- Tip of the Week

NOTE: I’ve updated the below post after recently upgrading my MBP to Yosemite. I’ve moved away from using OpenNX to X2Go. This because I found X2Goclient better at handling full screen mode than OpenNX. In X2Goclient, click on the maximise … Continue reading

Posted in Mac OS X | Tagged , , , , , , , , , , , , , , , , , , | 12 Comments

Ubuntu / Debian equivalent to yum check-update – Tip of the Week

…been searching for the equivalent command to yum check-update for Ubuntu and Debian, and thanks to some Google searching, found what I needed, as follows: 1.  sudo apt-get update …to ensure you have the latest package index files, then 2.  … Continue reading

Posted in Linux / Unix Tips | Tagged , , , , , , , , , , | Leave a comment

VPNC and Mac OS X Lion, Mavericks (NOTE: Broken on Yosemite) – Tip of the Week

NOTE: Update 23 October 2014: This is broken on Yosemite because of tighter controls on unsigned kernel extensions. These are NO LONGER allowed to either load or run as unsigned extensions. This prevents the /dev/tun* or /dev/tap* devices from being … Continue reading

Posted in Mac OS X | Tagged , , , , , , , , , , , , , , , , , , | 29 Comments

search / find by size on Unix / Linux systems – Tip of the Week

Searching by size on *nix systems by using the find command may not be readily apparent. Say you have a file system approaching 100% full (/var/log is an example which comes to mind), and you want to do some housekeeping. … Continue reading

Posted in Linux / Unix Tips | Tagged | Leave a comment

bash shell – Tip of the Week: Those pesky comments!

Have you grown tired of going through lines and lines of comments in a configuration file, when all you want to see is what parameters are actually set? Are you tired of using ‘grep -v‘ to eliminate the lines you … Continue reading

Posted in Linux / Unix Tips | Tagged , , , , , , , | Leave a comment