Monthly Archives: November 2015

Monitor Linux CPU Frequency in RealTime

watch grep \”cpu MHz\” /proc/cpuinfo Source

Posted in Linux | Tagged , , | 1 Comment

How to change the Linux prompt

Sometimes the Linux prompt doesn’t look really attractive and/or practical, like for example bash:/ or sh:/ which is really annoying. To solve this, you need to use the PS1 environment variable and append to it what you need: Go to … Continue reading

Posted in Linux | Tagged , , | Leave a comment

How to add Ubuntu Server to a Windows Active Directory

Setup: Server: Ubuntu 14.04.3 LTS 64-bit pbis-open version: 8.3 First of all, install these packages: libpam-winbind (available in repository) nfs-common (available in repository) pbis-open (download latest version from http://download1.beyondtrust.com/Technical-Support/Downloads/PowerBroker-Identity-Services-Open-Edition/?Pass=True) Now that you have all the necessary packages, you have to … Continue reading

Posted in Ubuntu, Windows | Tagged , , , | Leave a comment

How to install vmware-tools and use shared folders on an Ubuntu VM inside VMWare Workstation 12 Pro

Although when you I tried to enable the guest additions using the suggested open-vm-tools, it doesn’t run correctly and I’ve been unable to use shared folders between the host and guest in order to copy some files. I accordingly used the … Continue reading

Posted in Virtualization | Tagged , , , | Leave a comment

Getting VMWare Workstation 12 Pro to work on Ubuntu Wily (15.10)

Just add this line to the  “/usr/bin/vmware” file: export LD_LIBRARY_PATH=/usr/lib/vmware/lib/libglibmm-2.4.so.1/:$LD_LIBRARY_PATH immediately after the “export PRODUCT_NAME bla bla bla” line. That’s it! Enjoy! Source: http://askubuntu.com/questions/689123/vmware-wont-work-after-ubuntu-upgrade

Posted in Ubuntu | Tagged , , , , , , | Leave a comment