JefeBromden

Paint Alternatives on Linux

Paint Alternatives on Linux If you’re Windows user, and you’re looking for Paint or Paint.NET replacement on Linux, this post is for you. There’s a little catch. On Windows, you have just one Windows Manager. On Linux, you have more options. Windows Managers Windows Managers are tools which help you interact with your Apps using mouse, keyboard, or any other input device. Basicaly, is the reason why you can, for example, drag & drop.

Firefox Addon Basics

Firefox Addon Basics The following knowledge is assumed: Bash. Used to create directories and plain text files to simplify writing this cookbook. You can use a file explorer and any text editor for that The json format and the following languages: Javascript HTML CSS Install Create Addon If you have an extension already, you can skip to the next subsection. This addon doesn’t do anything, it’s just a proof of concept

Yewtube

Yewtube - Terminal YouTube Player Installation pip install git+https://github.com/mps-youtube/yewtube.git Configuration set ddir <download direcory>: Set where downloads are saved set search_music <true|false>: Search only music set <item> default: Set an item to its default value set -t <item>: Temporarily change a setting without saving it Cookbook # Search /charly garcia # Search videos //charly garcia # Search playlists //charly garcia --duration short # Filter by duration # Play 1 # Plays the first result.

Cmus

Cmus - C Music Player Install dnf install cmus Quickstart If it is the first time you use it, read the cmus-tutorial Man Page The keybindings are very confortable for your fingertips, you don’t have to move your hands like on other players: Left Hand: z: Previous x: Toggle Play/Pause c: Pause v: Stop b: Next Space: Beggining of track Right Hand: Left Arrow: Backward 5 seconds Right Arrow: Foreward 5 seconds For albums, just combine playback shortcuts and Shift key:

Beets

Beets Music Tagger Installation # dnf install beets beets-plugins pip install beets Quickstart # Import a whole folder beet import ~/Music # Import a single file, moving it to its new location beet import -m Charly_Garcia-Los_Dinosaurios.opus Configuration Config file must have .yaml extension, yml extension won’t be recognized cat > ~/.config/beets/config.yaml << 'EOF' import: #move: yes # Move files instead of copying them (overwrites copy option) copy: no # Do not copy files to de Music directory write: no # Do not write tags when adding to the database incremental: yes # Skip importing directories already added log: beets.

Hugo Cookbook

How to Create a Basic Site With Hugo Themes: Choosing How Your Site Will Look By default, Hugo comes with no HTML pages, not even a basic one. If you try to run the site using defaults, you’ll get a Page Not Found page. To render content, Hugo uses Themes, which contains the necessary HTML code, CSS style and other assets like images and Javascript to show your content. You have two ways to add a theme.