Category: linux

How to remove pages from a PDF in command line on Linux

To remove pages from a PDF in command line on Linux, we'll use PDFtk. Install pdftk with your favorite packet manager (ex: sudo zypper install pdftk) And run one of those commands: To extract only o

Virtualbox : change the UUID of a virtual disk

To change the UUID of a virtual disk: VBoxManage internalcommands sethduuid <filepath> [<uuid>] Examples# With a vdi disk : VBoxManage internalcommands sethduuid disk.vdi With a vmdk disk

Virtualbox : shared folder with guest

This how-to works independently of the host platform. On virtualbox : Open the Configuration window of the VM (guest) Select Shared folder on the left menu Click on the icon corresponding to Add a sh

How to find out the Linux distribution name and version

There is the old method cat /etc/*-release to match distribution release file. For example on openSUSE this will match with /etc/SuSE-release. This method is deprecated and will be removed in the futu

How to convert VirtualBox vdi to KVM qcow2

VBoxManage can't directly convert vdi to qcow2, so there is two options : With VBoxManage convert vdi to raw and with qemu-img convert raw to qcow2 With qemu-img convert vdi to qcow2 Notes : vdi are

Examine the codes sent by the keyboard

A usefull command if are want to read keyboard input : showkey. Very useful to know keycodes when programming. What is showkey ?# showkey - examine the codes sent by the keyboard How does it work ?# s

How to change of terminal in command-line with Linux

Changing of TTY (TeleTYpewriter), text console or text terminal without keyboard shortcut may be useful for remote administration or virtualization. So to change of TTY in CLI (Command-Line Interface)

Migrate from openSUSE 13.1 to openSUSE 13.2

Check that update repository is existing and activated, so display repository list with URLs display: zypper repos --uri. Check you have this repository: # | Alias | Name | Ena