In addition to the previously presented article on the subject Howto do QEMU full virtualization with MacVTap networking this one shows how to run a…
Tag: console
Bacula – show configuration, status and information with bconsole tool
The following list of commands could be used to get a brief or detailed view of a Bacula backup server from the management utility bconsole…
Install GO language in Ubuntu 16 LTS from the official site package
Ubuntu 16 LTS comes with too old GO language version, the version in the official repository is golang-1.6. Many programs released past couple of years…
Reset any linux system from the console as if the reset button was pushed
What if you do not have the physical access to your server and you know there is a great possibility your server won’t shutdown properly,…
xmr-stak GPU disabled after kernel or driver updated
Sometime when the user upgrades the kernel or the graphic card driver (NVIDIA or ATI) under Ubuntu (it is essentially the same with the other…
Avoiding Esc (escape) key, a key combination to simulate it
Writing the last howto there was an idea: how to simulate the ESC key, when the key is not available in our keyboard, which is…
vim – edit, save and exit, it is too simple!
Do not blame admins (or in general users, too) of using nano (pico) it is away too simple for simple tasks, which are probably the…
Rename gnu screen session name
Ever wonder how you can rename your screen session name? You are in a hurry make a screen session execute some program and then you…
GNU Screen with scrolling history under X window system
Screen program is really a good piece of software for every one in the console. We use it every day to execute programs in the…
Busybox ash, Debian dash and simulating bash arrays
Busybox ash (Almquist shell) shell and Debian dash (Debian Almquist shell) are lightweight Unix shell and they are a variant of System V.4 variant of…