Using “dd” to create a Bootable USB
The following commands need to be run in terminal mode, be sure to 'fix' the [distro-name] Start by running the following command on your mounted USB device (to clean it…
The following commands need to be run in terminal mode, be sure to 'fix' the [distro-name] Start by running the following command on your mounted USB device (to clean it…
Make an mp3 playlist: ls -1 *.mp3 > playlist.m3u Make mp3s from raw wav files: ffmpeg -b 192k -i The_Rain_Song.wav The_Rain_Song.mp3 Convert m4a to mp3: ffmpeg -y -i ./BWV0666.m4a -ab…
Slightly modified from the original MakeTechEasier article: How to fix Kali’s sound issue Getting audio output is a simple enough process with a little bit of effort. The first thing…
To begin, install a recent antiX per normal procedure (I used and tested this tutorial on antiX19alpha2 version; this may work with previous 17.4 versions, as well). Once you have…
Image Conversion Function(s) The following Thunar Custom Actions require that you have imagemagick installed. Here are the commands for each. To Convert jpg to png; the action command is: To…
The following script (or cli) will reduce MXLinux 18 to a relatively small distro. ################################# #!/bin/bash sudo apt update sudo apt-get remove --purge aisleriot asunder chromium-bsu chromium-bsu-data clementine clipit dconf-editor…
I remove the following standard MX components from the basic installation: sudo apt-get purge gmtp orage featherpad nomacs nomacs-l10n pppoeconf asunder chromium-bsu chromium-bsu-data clipit gnome-ppp gnome-hearts hexchat hexchat-common lbreakout2 lbreakout2-data…
To Reset the gnome-keyring: sudo mv /usr/bin/gnome-keyring-daemon /usr/bin/gnome-keyring-daemon-oldsudo killall gnome-keyring-daemon
include "/.local/share/mx-tweak-data/no-ellipse-desktop-filenames.rc" style "xfdesktop-icon-view" { XfdesktopIconView::label-alpha = 0 XfdesktopIconView::selected-label-alpha = 30 XfdesktopIconVIew::ellipsize-icon-labels = 1 XfdesktopIconView::shadow-x-offset = 2 XfdesktopIconView::shadow-y-offset = 2 XfdesktopIconView::shadow-color = "#000000" XfdesktopIconView::selected-shadow-x-offset = 2 XfdesktopIconView::selected-shadow-y-offset = 2 XfdesktopIconView::selected-shadow-color…
Install polybar (dependencies) on antiX iceWM: sudo apt-get install ccache clang cmake cmake-data gcc git i3-wm libasound2-dev libcairo2-dev libcurl4-openssl-dev libiw-dev libmpdclient-dev libpulse-dev libxcb-ewmh-dev libxcb-icccm4-dev libxcb-image0-dev libxcb-randr0-dev libxcb-util0-dev libxcb-xkb-dev libxcb-xrm-dev libxcb1-dev…