Logo Microtux

MicroTux

Our Blogposts

Yet preference connection unpleasant yet melancholy but end appearance. And excellence partiality estimating terminated day everything.
31/05/2017
Problems with sound or no sound

Type in the terminal: sudo apt-get install pavucontrol Now start pavucontrol and see how the sliders are positioned. You start pavucontrol from the Quick Finder or from the terminal: simply type in: pavucontrol (and press Enter). Note: do not open the sliders all at once, and none for more than 90% (distortion) Possibly choose a […]

Read More
25/01/2017
Customize Grub boot order

First check what line Windows is on in the GRUB menu during boot.Then from a terminal: (I assume you are root, otherwise put sudo in front of the command) # vi /etc/default/grub Find the following line, located almost at the topGRUB_DEFAULT=0Now if Windows was on line 3 on boot then change the line to:GRUB_DEFAULT=2(GRUB starts […]

Read More
30/12/2016
Create a bootable USB with a Distro

Type in a terminal: sudo dd bs=4M if=[distroname].iso of=/dev/sd[device] status=progress &&sync sample: sudo dd bs=4M if=manjaro.iso of=/dev/sdg status=progress &&sync

Read More