Console Font Sizelinuxconsolehowto2022.03.29This 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 moreInstall iso on USB key using #Linux console onlyconsolehowtolinuxusb2018.11.08How to flash any iso (think about your favorite distro) on an USB key without graphical IHM ?
sudo dd if=/path/to/image.Read moreForce #wifi interface name on #Ubuntu 18.04consolehowtolinuxnetworkshellubuntuudevwifi2018.09.07Using Udev, you can change the wifi interface name.
First, you need to get the mac address.
$ ip link 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 2: **wlp1s0**: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP mode DORMANT group default qlen 1000 link/ether **9c:b6:d0:8a:71:11** brd ff:ff:ff:ff:ff:ff My wifi interface is name wlp1s0 and its mac address is just after the keyword “link/ether” : 9c:b6:d0:8a:71:11.Read moreDocker from scratch, Go and Multipart uploadconsoledevdockergohowtominimalscratchubuntu2018.01.26To reduce docker container size we can built the image from scratch instead of using bloated images, like debian or worse ubuntu.Read moreSamba public shareconsolehowtolinuxsambashell2018.01.10How to configure a Debian based Linux distribution to share a folder with anyone on the network, with read and write access ?Read moreConvert PDF to PNG with enough resolutionconsolehowtoImageMagicklinuxshell2017.03.28As ‘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 moreBoot Linux in text consolebootconsolehowtolinuxtext2016.08.29Get 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