Skip to content
eirenicon llc
  • About
  • Irrelevant Thoughts
  • Troubled Times
  • Security Hardening
    • CyberSecurity
  • Knowledge Base
  • Contact
  • Toggle website search
Menu Close
  • About
  • Irrelevant Thoughts
  • Troubled Times
  • Security Hardening
    • CyberSecurity
  • Knowledge Base
  • Contact
  • Toggle website search

Linux

  1. Home>
  2. Knowledgebase>
  3. Linux>
  4. Page 2

USB Pointers & Tricks

  • Post author:ManyRoads
  • Post published:June 17, 2019
  • Post category:Linux

The following two articles offer excellent assistance in getting troublesome USBs (broken USBs) to function: Repair corrupt USB Drive (Make Tech Easier) How To Fix A Broken USB Drive Using…

Continue ReadingUSB Pointers & Tricks

Find duplicate files (3+ methods)

  • Post author:ManyRoads
  • Post published:June 16, 2019
  • Post category:Linux

Let’s say you have a folder with 5000 MP3 files you want to check for duplicates. Or a directory containing thousands of EPUB files, all with different names but you…

Continue ReadingFind duplicate files (3+ methods)

Using “dd” to clone an HDD

  • Post author:ManyRoads
  • Post published:June 14, 2019
  • Post category:Knowledgebase/Linux

The following command (using dd) will clone one hard disk (HDD or SSD) to another hard disk: dd if=/dev/sda of=/dev/sdb bs=1M conv=noerror

Continue ReadingUsing “dd” to clone an HDD

Find & delete Core Dump files

  • Post author:ManyRoads
  • Post published:June 14, 2019
  • Post category:Knowledgebase/Linux

Find all core dump files: find . -type f -regex “.*/core.[0-9][0-9][0-9][0-9]$” The regex in the above command matches the file name “core.xxxx” where “xxxx” is exactly four numbers 0-9. If…

Continue ReadingFind & delete Core Dump files

Using “dd” to create a Bootable USB

  • Post author:ManyRoads
  • Post published:June 14, 2019
  • Post category:Knowledgebase/Linux

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…

Continue ReadingUsing “dd” to create a Bootable USB

Audio Tricks

  • Post author:ManyRoads
  • Post published:June 14, 2019
  • Post category:Knowledgebase/Linux

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…

Continue ReadingAudio Tricks

Fix gnome-keyring problems (via reset)

  • Post author:ManyRoads
  • Post published:June 13, 2019
  • Post category:Linux

To Reset the gnome-keyring: sudo mv /usr/bin/gnome-keyring-daemon /usr/bin/gnome-keyring-daemon-oldsudo killall gnome-keyring-daemon

Continue ReadingFix gnome-keyring problems (via reset)

Blacklist (quiet) an annoying PC speaker

  • Post author:ManyRoads
  • Post published:June 13, 2019
  • Post category:Linux

Edit: sudo geany /etc/modprobe.d/mjr-blacklist.conf add the following content: #No PC speaker please blacklist pcspkr Close & Save, Restart your PC

Continue ReadingBlacklist (quiet) an annoying PC speaker

Bluetooth won’t start (arch)

  • Post author:ManyRoads
  • Post published:June 13, 2019
  • Post category:Linux

If bluetooth won't start try this.... in your terminal: modprobe -r btusb && modprobe btusb If that doesn't work try (much of the following requires systemd): sudo pacman -S bluez…

Continue ReadingBluetooth won’t start (arch)

Convert DjVu -> PDF (script)

  • Post author:ManyRoads
  • Post published:June 13, 2019
  • Post category:Linux

#!/bin/bash # convert DjVu -> PDF # usage: djvu2pdf.sh <file.djvu> #by ManyRoads http://eirenicon.org i="$1" echo "------------ converting $i to PDF ----------------"; o="`basename $i .djvu`" o="$o".pdf echo "[ writing output to…

Continue ReadingConvert DjVu -> PDF (script)
  • Go to the previous page
  • 1
  • 2
  • 3
  • Go to the next page

Support us!

Buy Covid Masks ... Buy "Cool" Linux "Stuff".

Recent Posts

  • Linux Distributions with CIS OpenSCAP Compliance Scripts
  • Loss of Control?
  • Udiskie
  • CyberSecurity
  • Enabling AppArmor on Arch Linux
  • Installing and Setting Up hblock on Arch Linux

Mark Rabideau Credentials

Mark Rabideau's credentials and background.
Mastodon | cc.BY-NO-SA- 2001 - 2025 eirenicon llc. - WordPress Theme by OceanWP
eirenicon llc