Fix default font in LibreOffice Writer is Times New Roman, not Liberation Sans
If for some reason the default font looks like Times New Roman, even thought the default fron is set to Liberation Sans, you might have to re-set the default font:
If for some reason the default font looks like Times New Roman, even thought the default fron is set to Liberation Sans, you might have to re-set the default font:
Setting up a Linux installation can be done in many different ways, but preserving your settings and bookmarks is nice, so you don't have to redo them after a re-installation. This set-up uses another partition (in the example, called "documents") to store your photos, documents, settings for installed programs and your mail program, and connecting to them via symlinks.
Sometimes, the font size on a web site is too small, for example at https://www.retsinformation.dk/ where the font-size is 11.2 pixel. You can override the text size locally, via the userContent.css file.
Also, highlighting links can be useful, to allow tabbing between them.
If you need to resize a lot of images, doing it manually in Gimp is an option, but can take a long time.
In stead, you could do it from the command line, with the mogrify tool, which is included in imagemagick.
Install it like this:
Ubuntu 18.04 comes with a lot of variations of English, which can clutter the spellchecker in Thunderbird and Firefox.
A quick way of removing some of the variations of English, the safest method is uninstalling the unneeded language packages.
In my case, I had these in my /usr/share/hunspell
folder:
Electrum is a light weight Bitcoin wallet. There are many advantages of using a Desktop wallet, as opposed to keeping your digital currency on an exchange, where you have less control. Another, and possibly safer solution, would be using a hardware wallet.
If your Ubuntu installation sometimes drops into a black screen showing something like /dev/sda1: clean, 227147/30269440 files, 3330843/121068288 blocks
, try to get get back to your installation by pressing Alt+F2.
You might see a password prompt with this text:
Pyrenamer doesn't exist for Ubuntu 18.04, but GPRename is a similar GUI batch renamer app from the default Ubuntu repositories. To quickly open a program in Ubuntu, you can press the Super (Windows) key and start typing, but GPRename isn't added after installing it:
If you have switched graphic card driver from Nvidia to Nouveau in Ubuntu, you might get this message after boot, where it just hangs:
You can reduce the size of a video by reducing the resolution with the ffmpeg program.
Install:
sudo apt install ffmpeg
Add for example -crf 26
to reduce the quality, where 23 is the default, 0 is lossless and 51 is worst quality.