FEM and not only
Wednesday, March 12, 2014
How to mount a VirtualBox VDI image
sudo apt-get install qemu-utils
modprobe nbd
qemu-nbd -c /dev/nbd0 <vdi-file>
mount /dev/nbd0p1 /mnt
umount /mnt
qemu-nbd -d /dev/nbd0
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
How to Encrypt and Decrypt Files With GPG on Linux
https://www.howtogeek.com/427982/how-to-encrypt-and-decrypt-files-with-gpg-on-linux/
Comsol: Tuning the Java heap size
If you get an error message like this: Error in sweep: Java heap space try to increase the Java heap. Open the com...
Unable to start the geometry editor ANSYS WB on CENTOS
export LD_LIBRARY_PATH=/usr/ansys_inc/v172/Framework/bin/Linux64/Mesa sudo nano ~/.bashrc export LD_LIBRARY_PATH=/usr/ansys_inc/v180/...
No comments:
Post a Comment