Posts

How To find your version of Linux Mint

To find your version of Linux Mint, open a terminal and type: cat /etc/linuxmint/info

How to Fix the SSH “Connection Refused” Error on Linux

 https://www.makeuseof.com/fix-ssh-connection-refused-error-linux/

Fix for "Is the package apt-transport-https installed?"

# Fix for "Is the package apt-transport-https installed?" - Raspberry Pi 1 A+ - sudo apt-get update # Solution ` sudo vi /etc/apt/sources.list ` ` # Was: 12/19/17. Updated 9/13/21 to point to "legacy" server. deb  http://legacy.raspbian.org/raspbian/  jessie main contrib non-free rpi # Uncomment line below then 'apt-get update' to enable 'apt-get source' deb-src  http://legacy.raspbian.org/raspbian/  jessie main contrib non-free rpi ` ` cd /usr/lib/apt/methods sudo ln -s http https ` # References - https://forums.raspberrypi.com/viewtopic.php?t=343512 - https://www.reddit.com/r/ChipCommunity/comments/lvo82m/fix_for_is_the_package_apttransporthttps_installed/

Linux Mint "Authentication required"

 Linux Mint "Authentication required" The Keyring Concept in Ubuntu: What is It and How to Use it?

how to install the ruby gem package "taglib"

 # install FOR ubutun sudo apt-get install libtag1-dev gem install taglib-ruby # check FOR taglib $ irb irb(main):001:0> require 'taglib' => true irb(main):002:0>

A youtube-dl fork with additional features and fixes

1. youtube download:  yt-dlp https://github.com/yt-dlp/yt-dlp 2. Install  yt-dlp python -m pip install yt-dlp 3. Use  yt-dlp yt-dlp -F h ttps://www.youtube.com/watch?v=mkggXE5e2yk