Pages
(Move to ...)
Home
Info
HowTo
Code
Publications
Finance
Links
Legal
▼
Showing posts with label
LUbuntu
.
Show all posts
Showing posts with label
LUbuntu
.
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, ...
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...
23/05/2016
[LXDE] LUbuntu desktop composition enable key shortcuts
›
The openbox window manager bundled with LUbuntu is powerful enough to provide the same functionality as similar applications, but it's u...
09/04/2016
[LXDE] LUbuntu change clock format
›
Again, out of all the nice to have stuff people left out of LXDE, an easy way to edit the clock date and time format is missing. Luckily, ...
[LXDE] LUbuntu change keyboard shortcuts
›
LXDE is extremely lightweight, maybe a bit too much, in the sense that they left out some user-friendly portions such as an easy graphical w...
[LXDE] LUbuntu auto num lock on boot
›
If you experience issues with the keyboard num lock not being automatically activated at boot or after lock screen wakeup in LXDE, try this:...
[LXDE] Lock screen in LUbuntu via shortcut
›
LUbuntu users may encounter a bug that prevents them from locking the screen either from command line or keyboard shortcut. In my case, s...
›
Home
View web version