cli

How To Create a Moveable VM with VirtualBox

VirtualBox works good when you use the same VMs all the time. It organizes the disk images in one directory and the configuration files in another. It kees a record of all known disk images and virtual machines.

If you try to carry a VM around with you on an USB stick or want to put it on an encrypted image, then you will get trouble.

jps - Java Virtual Machine Process Status Tool

The Java Virtual Machine has a jps tool wich is a bit like the ps command.
jps lists all java processes of a user.

Tags:

fstyp

''fstyp'' reports the type of file system.
With the ''-v'' (verbose) option reports even more informations.

Mac: Command Line Audio

Change Mac Audio Volume from Command Line

To change the audio volume from remote of my Mac at home, I needed a command line tool which I can use via ssh. I've found it here: OS X Daily - Change the system volume from the command line. It's as easy as

sudo osascript -e "set Volume 10"

You can enter numbers from 0 (mute) to 10 (maximum).

Play Audio File

Syndicate content