Console Font Size linux console howto 2022.03.29 This days, with 4K monitors, the linux console is unreadable : the font is too small. So how can we scale the font size in the console after boot ? Read more
Install iso on USB key using #Linux console only console howto linux usb 2018.11.08 How to flash any iso (think about your favorite distro) on an USB key without graphical IHM ? sudo dd if=/path/to/image. Read more
Force #wifi interface name on #Ubuntu 18.04 console howto linux network shell ubuntu udev wifi 2018.09.07 Using Udev, you can change the wifi interface name.First, you need to get the mac address.Read more
Docker from scratch, Go and Multipart upload console dev docker go howto minimal scratch ubuntu 2018.01.26 To reduce docker container size we can built the image from scratch instead of using bloated images, like debian or worse ubuntu. Read more
Samba public share console howto linux samba shell 2018.01.10 How to configure a Debian based Linux distribution to share a folder with anyone on the network, with read and write access ? Read more
Convert PDF to PNG with enough resolution console howto ImageMagick linux shell 2017.03.28 As ‘man convert’ states : The convert program is a member of the ImageMagick suite of tools. Use it to convert between image formats as well as resize an image, blur, crop, despeckle, dither, draw on, flip, join, re-sample, and much more. Read more
Boot Linux in text console boot console howto linux text 2016.08.29 Get rid of graphic boot on Linux with a few modifications in grub configuration : # edit your grub config sudo vi /etc/default/grub # remove splash, quiet, . Read more