Logo Microtux

MicroTux

Our Blogposts

Yet preference connection unpleasant yet melancholy but end appearance. And excellence partiality estimating terminated day everything.
10/08/2019
Thunderbird how to show timeformat 24H in Linux Mint

Create a file named thunderbird in directory /usr/local/sbin Set owner to yourself (chown youruser:youruser) Make it executable (chmod +x thunderbird)Ok, this is how the file like: !/bin/shexport LC_TIME=nl_NL.utf8 # or whatever you want [ “$LC_ALL” != “$LC_TIME” ] && unset LC_ALL # only necessary if set to something different from LC_TIME exec /usr/bin/thunderbird “$@”

Read More
25/06/2019
How to install docker-ce on linux mint 19

https://computingforgeeks.com/install-docker-and-docker-compose-on-linux-mint-19/

Read More
07/04/2019
Install ALFA AWUS036ACH driver on Mint

Like many others, I bought myself an Alfa AWUS036ACH, only to find its drivers are not set up by default on the latest version of Kali (despite many if its more recent reviews pointing out this fact). I found that there are few guides on how to get this sexy dual-band interface going, so I […]

Read More