Category Archives: Ubuntu

Create/Modify LVM Physical Volumes, Volume Groups and Logical Volumes on Ubuntu 16.04

It’s pretty straight-forward, but before you start, you need to check for block devices that can be used to create physical volumes: sudo lvmdiskscan You will see a result that looks like this: /dev/ram0 [ 64.00 MiB] /dev/sda [ 50.00 … Continue reading

Posted in Linux, linuxmint, Ubuntu, Uncategorized | Tagged , | Leave a comment

Compile & Install virt-manager 1.4 on Ubuntu 16.04 and Linux Mint 18

The latest virt-manager supports configuring VMs for OpenGL passthrough for 3D acceleration in virtual machines plus a SPICE console that can make good use of that, which I have been waiting A LOOONG TIME for! Unfortunately, the default package on … Continue reading

Posted in Linux, Ubuntu | Tagged , , , , , | 3 Comments

How to mount a file created using dd command

I created an exact copy of a bootable USB drive using the dd command (which is an extremely cool tool by the way) using the following command: dd if=/dev/sdb of=myFile.img After that, to mount it, you can simply use the … Continue reading

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

How to reset your administrative user password in ubuntu

It’s useful in case you forget your password and unable to access your system. All you have to do is: startup your machine and select the kernel that you use at the grub menu press e to start editing Find … Continue reading

Posted in Linux, Mint, Ubuntu | 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