Pages
(Move to ...)
Home
Info
HowTo
Code
Publications
Finance
Links
Legal
▼
Showing posts with label
Ubuntu
.
Show all posts
Showing posts with label
Ubuntu
.
Show all posts
15/07/2020
[bash] Extract all distinct lines from file
›
Using a combination of cut and uniq , it is possible to extract all distinct lines from a given file: cut -d\; -f1 file.txt | uniq It is op...
[bash] Extract characters before marker from all lines in a file with sed
›
Using sed, it is possible to quickly extract all characters before a given marker from all lines in a file with: sed 's/MARKER.*//' ...
29/04/2020
[Docker] Move docker directory to different location on NTFS filesystem
›
The default location of docker files (images, volumes, networks, etc) on most distributions is /var/lib/docker This can be easily changed ...
28/04/2020
[GNOME] Create application shortcut that can be added to favorites
›
Some applications you install come as archives that you extract in a desired location. However, not all come with an installer that takes ca...
[Linux] Find WM_CLASS value for an application
›
In order to group application windows together, the WMClass and WMInstance attributes have been specified in the Inter-Client Communicatio...
25/04/2020
[Linux] Custom keyboard layout QWERTZ to QWERTY
›
We already saw how to customize a keyboard layout on Windows , now it's the turn of Linux, using XKB for Xorg . Remapping keys is as s...
18/03/2019
[Ubuntu] Install Microsoft fonts
›
Most of the world uses Microsoft Windows and Office, therefore it might be sometimes necessary to generate documents using Microsoft fonts, ...
05/03/2019
[Ubuntu] Boot USB after error mmx64.efi not found
›
UEFI, great leap into the future and also great pain. There is a funny error that can happen after creating a UEFI bootable USB to install...
2 comments:
15/08/2018
[Ubuntu] Revert kernel back to older version
›
Intro story: So much luck in a single day. I always keep only 2 kernel versions after every update, so that I can boot back if something g...
04/06/2016
[Ubuntu] fix plymouthd splash load boot error
›
We sometimes struggle to keep up with all the things that are constantly evolving, so I like how Ubuntu still gives us reassurances that som...
18/10/2014
[Ubuntu] Calibri and Microsoft fonts not displayed correctly
›
When using or displaying fonts from the Microsoft family on Ubuntu, they sometimes appear to be displayed incorrectly, rendering them unread...
[Ubuntu] Change terminal background color
›
On Ubuntu Linux, the default gnome terminal theme doesn't lend itself easily to screenshots, since they decided for some reason that vio...
05/07/2014
[Ubuntu] Enable hibernation
›
Ubuntu by default has the hibernation option disabled , even if the system is installed with enough swap space. Before enabling it, first ...
[Ubuntu] Fix volume reset after reboot
›
A small but annoying bug in Ubuntu causes the sound volume to be unmuted and reset to 100% after a reboot or logout. This can be fixed by...
6 comments:
24/05/2014
[Ubuntu] Add swap partition and change swappiness
›
If for some reason(s) you decided to install Ubuntu without specifying a swap partition , you can still add one (or a swapfile ) later on wi...
26/04/2014
[Linux] Replace Unity with another desktop environment
›
If you too feel like Unity is a nightmare and would like to switch to another desktop environment, but do not fancy to reinstall everything...
[Linux] Add/remove PPA repositories
›
You can easily add and remove PPA repositories to your software sources with the apt-add-repository command. Use: sudo apt-add-repository...
[Linux] Install VMWare Player
›
After downloading VMWare Player for Linux , you may feel a bit stuck on how to install it. Luckily, it's as easy as: gksudo bash PATH_...
20/05/2009
How to force package removal when apt fails on Ubuntu / Come forzare la rimozione di pacchetti quando fallisce apt su Ubuntu
›
IN ENGLISH: Sometimes lacking the super-cow powers is a problem. Apt may in fact have trouble removing certain malformed packages. To force...
1 comment:
26/04/2009
View tv on Ubuntu linux / Vedere la tv su Ubuntu linux
›
IN ENGLISH: After swearing all the known gods and whishing sudden death for all the fake "howto" nerds I found on the internet, I ...
›
Home
View web version