Search results

  1. craigevil

    Raspberry Pi Bookworm Released

    https://www.raspberrypi.com/news/bookworm-the-new-version-of-raspberry-pi-os/ Bullseye is now labeled Old Stable. Of course they still recommend a clean install.
  2. craigevil

    Kernel 6.1 Available on RaspberryPi OS

    It is installable by doing: sudo rpi-update next For more info see the thread on the Raspberry PI Forums: https://forums.raspberrypi.com/viewtopic.php?t=344246
  3. craigevil

    Interesting shell scripts and useful helpers

    I have come across several shell scripts that are very very interesting. First off are the scripts that make using fzf really useful: https://github.com/atweiden/fzf-extras https://github.com/lincheney/fzf-tab-completion Then the ones for when you are writing a shell script...
  4. craigevil

    Crontab-ui

    Came across this on linuxquestions.org: https://ostechnix.com/how-to-easily-and-safely-manage-cron-jobs-in-linux/ A more in-depth guide to using crontab: https://ostechnix.com/a-beginners-guide-to-cron-jobs/
  5. craigevil

    nala an improved apt

    https://salsa.debian.org/volian-team/nala https://gitlab.com/volian/nala usage: nala [--options] <command> commands: install install packages remove remove packages purge purge packages update update package list and upgrade...
  6. craigevil

    Raspberry Pi OS/Debian App Stores/Package Managers

    Raspberry PI OS / Debian Package Managers Gnome-Software (Removes pi-package/Add/Remove) Application manager for GNOME https://apps.gnome.org/en/app/org.gnome.Software/ sudo apt install gnome-software gnome-software-plugin-flatpak gnome-software-plugin-snap flatpak snapd packagekit-tools...
  7. craigevil

    What have you added to your bashrc?

    Here is what I have added to mine: Edited: Removed thef*** # Powerline . /usr/share/powerline/bindings/bash/powerline.sh # Midnight Commander . /usr/lib/mc/mc.sh # Fix for my messed up PATH PATH=$PATH:/home/pi/bin:/usr/local/sbin:/usr/sbin:/sbin:/home/pi/.local/bin # fzf...
  8. craigevil

    Vivaldi says NO to Google's Idle Api

    Big update alert: Vivaldi says no to Google Idle API, improves Capture, Download Panel, Sync, adds 68 new languages to Translate, and more https://vivaldi.com/blog/vivaldi-gets-more-private-delivers-an-all-new-capture-pwa-support/#new_tab
  9. craigevil

    What apps outside your sources do you use?

    Here are the ones that I currently have installed: aptitude search ?obsolete i balena-etcher-electron - balenaEtcher is a powerful OS image flasher built with web technologies to ensure i com.github.johnfactotum.foliate...
  10. craigevil

    It's Official Debian Testing is now Bookworm

    base-files was updated today, so now inxi, neofetch, etc all say Bookworm. neofetch: OS: Debian GNU/Linux bookworm/sid aarch64 Inxi: Distro: Raspberry Pi OS base: Debian GNU/Linux bookworm/sid
  11. craigevil

    Gnome-Software

    Found a nifty GUI package installer that also has plugins for Flatpack and Snap. Gnome-Software https://wiki.gnome.org/Apps/Software It doesn't pull in many depends when installed; Installed-Size: 6,768 kB Depends: appstream, apt-config-icons, gnome-software-common (= 3.38.1-1)...
  12. craigevil

    Curious if anyone uses Obsidian?

    https://obsidian.md/ It is a rather interesting way to keep notes or a journal. Unfortunately there is no actual Linux packaging format available just Flatpak or Snap. I went ahead and installed the flatpak, it runs surprisingly well. I haven't used it much. But it definitely would be a good...
  13. craigevil

    eDEX-UI cross-platform terminal emulator and system monitor

    https://github.com/GitSquared/edex-ui It would probably make a nice desktop on a touchscreen device. Yes I know it shows an IP address. It shows the protonvpn IP in California, not my actual IP.
  14. craigevil

    Simple MOTD for Debian Desktop

    Ubuntu-like "message of the day" screen for Debian desktop terminals, without the requirement of PAM https://github.com/angela-d/simple-motd-for-debian-desktop It needs figlet and lolcat. YES I know it hasn't been updated since 2019. But it really doesn't do much. Plus the script that actually...
  15. craigevil

    Share Your BASH Aliases

    Found some really helpful ones, so I edited my bash_aliases and this post: # Start gomuks Matrix Client alias gomuks=/home/pi/Downloads/gomuks-linux-arm64 # Show open ports alias ports='netstat -tulanp' # Refresh .bashrc alias bashrc="nano ~/.bashrc && source ~/.bashrc" # if user is not...
  16. craigevil

    RaspberryPi Chat on Matrix, Discord, IRC, Reddit

    Reddit http://reddit.com/r/raspberry_pi/ There are several subreddits for pi projects and for showing off your Pi. Discord Discord app: https://github.com/SpacingBat3/electron-discord-webapp/releases/ Raspberry Pie Discord: https://discord.gg/D3PDb645 Pico Discord: https://discord.gg/WyV6ccWh...
  17. craigevil

    Firefox user.js for Security and Privacy

    Does anyone use user.js with Firefox? Post your user.js user_pref("beacon.enabled", false); user_pref("browser.backspace_action", 0); user_pref("browser.discovery.enabled", false); user_pref("browser.proton.appmenu.enabled", true); user_pref("browser.proton.enabled", true)...
  18. craigevil

    Manjaro Arm Release 21.04

    For anyone that runs arm8 Manjaro 21.04 is out. https://forum.manjaro.org/t/manjaro-arm-21-04-released/61974 It took me 2 minutes to download the KDE version for my Pi400.
  19. craigevil

    Craigevil's Giant Sources.list Resurrected

    My original list is horribly outdated so I am starting to work on a new list. Keep in mind I have no idea what most of this software does or whether it is safe to use. It is up to you to decide what to install on your system. That said if you bork your Debian install Do Not blame me. New Debian...
  20. craigevil

    Installing Mint's WebApps-Manager

    With Google dropping support for webapps next year and removing sync from Chromium it is time to come back to Firefox. Trying to find out how to create webapps with Firefox I cam across Mint's WebApp-Manager. https://itsfoss.com/web-app-manager-linux-mint/...
Top