@craigevil@lemmy.ml avatar

craigevil

@craigevil@lemmy.ml

Debian Linux, FOSS, Firefox, Raspberry PI. Universal Life Church Minister. Student of ACIM since 1993, student of Urantia since 2013.

This profile is from a federated server and may be incomplete. Browse more on the original instance.

craigevil,
@craigevil@lemmy.ml avatar

I use it on my pi400 running rpios Bookworm. Easier to install things like Okular and other apps without installing all of the overhead of KDE/Gnome. Counting the necessary kde/gnome libs I currently have 33 flatpaks installed.

craigevil,
@craigevil@lemmy.ml avatar

open about:config change middlemouse.contentLoadURL from false to true.

craigevil,
@craigevil@lemmy.ml avatar

Laurell Hamilton’s Anita Blake series Kim Harrison’s Hollows series Eric Flint’s Ring of Fire Piers Anthony Xanth

craigevil,
@craigevil@lemmy.ml avatar

No problems here using /etc/systemd/resolved.conf for NextDNS settings. I also set the dns settings for NextDNS in Firefox.

Who here uses a less popular Linux distribution? What made you choose it?

Hey fellow Linux enthusiasts! I’m curious to know if any of you use a less popular, obscure or exotic Linux distribution. What motivated you to choose that distribution over the more mainstream ones? I’d love to hear about your experiences and any unique features or benefits that drew you to your chosen distribution.

craigevil,
@craigevil@lemmy.ml avatar

raspberry pi os + Debian Sid. Been using the same install with daily updates for 3 yrs.

craigevil,
@craigevil@lemmy.ml avatar

Does it have a SD card slot, and if so can it take a 256GB card? 26k epubs and pdfs. Who pays for books?

craigevil,
@craigevil@lemmy.ml avatar

that is the same bs rpios says with every release. most likely they just don’t want the forum with a bunch of people having ods issues.

I installed rpios on my pi400 three yrs ago then changed the Debian repos to Sid and updated. Been doing apt upgrade ever since with no problems.

craigevil,
@craigevil@lemmy.ml avatar

NextDNS, plus Ublock Origin on any web browser.

craigevil,
@craigevil@lemmy.ml avatar

REM - “It’s the End of the World as We Know It (And I Feel Fine)” www.youtube.com/watch?v=Z0GFRcFm-aY

craigevil,
@craigevil@lemmy.ml avatar

www.survivorlibrary.com/library-download.html

Just do a search, there are many sites that cover a lot of topics that also have downloadable books.

craigevil,
@craigevil@lemmy.ml avatar

Okular it can read pretty much any format. MoonReader+ on my android devices.

craigevil,
@craigevil@lemmy.ml avatar

A bit long, but here goes:

Start gomuks Matrix Client

alias gomuks=/home/craig/.local/bin/gomuks-linux-arm64

walk: Terminal File Manager

github.com/antonmedv/walk

alias walk=“walk --icons"

Weather:github.com/chubin/wttr.in

alias weather=”/home/craig/.local/bin/weather.sh"

Onelinershell github.com/Onelinerhub/shellhub

alias oh="/home/craig/.local/bin/oh.sh"

Show open ports

alias ports='sudo netstat -tulanp’

Refresh .bashrc

alias bashrc="source ~/.bashrc"

become root

alias root=‘sudo -i’ alias su='sudo su’

Fix which

alias which='command -v’

APT User Commands

alias search=‘apt search’ alias file=‘apt-file search’ alias policy=‘apt policy’ alias show="nala show"

if user is not root, pass all commands via sudo

if [ $UID -ne 0 ]; then alias update=‘sudo apt update’ alias ainstall=‘sudo apt install’ alias apurge=‘sudo apt purge -y --autoremove’ alias upgrade=‘sudo nala upgrade’ alias aremove=‘sudo apt autoremove -y’ alias clean=‘sudo nala clean’ alias reboot=‘sudo reboot’ alias shutdown=“sudo shutdown -P now” fi

Handy-dandy aliases for journalctl and systemctl

alias jc=‘sudo journalctl -b’ alias jca=‘sudo journalctl’ alias jcf=‘sudo journalctl -f’ alias jcr=‘sudo journalctl --list-boots’ alias sc='sudo systemctl’

Making files immortal & executable

alias im+=“sudo chattr +i” alias im-=“sudo chattr -i” alias exe=“sudo chmod +x”

safety nets

do not delete / or prompt if deleting more than 3 files at a time

alias rm='rm -I --preserve-root’

confirmation

alias mv=‘mv -i’ alias cp=‘cp -i’ alias ln='ln -i’

Parenting changing perms on /

alias chown=‘chown --preserve-root’ alias chmod=‘chmod --preserve-root’ alias chgrp='chgrp --preserve-root’

copy the current working directory to the clipboard

alias cpwd='pwd | xclip -selection clipboard’

Clipboard

alias cpy="xclip -selection clipboard"

quick directory movement

alias …=‘cd …’ alias …=‘cd …/…’ alias …='cd …/…/…'

go to the last directory you were in

alias back='cd $OLDPWD’

quickly find files and directory

alias ff=‘find . -type f -name’ alias fd='find . -type d -name’

Create Python virtual environment

alias ve=‘python3 -m venv ./venv’ alias va='source ./venv/bin/activate’

Ping Commands

Stop after sending count ECHO_REQUEST packets

alias ping=‘ping -c 5’ alias pg="ping google.com -c 5"

alias shortcuts

alias rpi=“sudo rpi-update” alias rpi-next=“sudo BRANCH=next rpi-update” alias raspi=“sudo raspi-config” alias clr=“clear” alias clrh=“history -c -w ~/.bash_history” alias df=‘df -H’ alias du=‘du -ch’ alias mk=“mkdir -p” alias loading="sudo dmesg > ~/dmesg.txt"

ls Commands

Colorize the ls output and human readable sizes

alias ls='ls --color=auto --human-readable -al’

Use a long listing format

alias ll='ls -la’

Show hidden files

alias l.='ls -d .* --color=auto’

Listing files in folder

alias listkb=“ls -l --block-size=K” alias listmb="ls -l --block-size=M"

Colorize the grep command output for ease of use (good for log files)##

alias grep=‘grep --color=auto’ alias egrep=‘egrep --color=auto’ alias fgrep='fgrep --color=auto’

Colorize diff output

alias diff='colordiff’

Start calculator with math support

alias bc="bc -l"

Resume wget by default

alias wget="wget -c"

ps Commands

alias ps="ps auxf"

Get top process eating cpu

alias pscpu=“ps auxf | sort -nr -k 3” alias pscpu10="ps auxf | sort -nr -k 3 | head -10"

Get top process eating memory

alias psmem=‘ps auxf | sort -nr -k 4’ alias psmem10='ps auxf | sort -nr -k 4 | head -10’

Free and Used Ram

alias meminfo=‘free -l’ alias free='free -mt’

Run top in alternate screen

alias top=‘tput smcup; top; tput rmcup’

craigevil,
@craigevil@lemmy.ml avatar

In the USA shoplifting is up because most states no longer prosecute. Which is also the reason a lot of retailers have or are in the process of closing stores in big cities. Had a friend that worked at Riteaid, once a week several women would come in with trash bags and empty the makeup section. Even with them on video nothing came on it.

What’s the best note-taking app currently out there?

Looking for a note-taking app, preferably that I could use straight from a browser. I’m currently using Standard Notes. Not sure if that one is any good, but E2EE and open-source which at least checks those boxes. I don’t store anything too sensitive and I don’t need a whole bunch of features, though I suppose I’d use...

craigevil,
@craigevil@lemmy.ml avatar

Simplenotes works in a browser, plus there is an app for mobile.

Child poverty in the United States just more than doubled. You can thank Joe Manchin. (www.motherjones.com)

The United States’ poverty rate experienced its largest one-year jump on record last year, with the rate among children more than doubling from 2021’s historic low of 5.2 percent to 12.4 percent according to new numbers from the US Census Bureau out today. They’re the latest data to reflect the devastating effects...

craigevil,
@craigevil@lemmy.ml avatar

It was never meant to be permanent. Nor were any of the other Covid “fixes.”

craigevil,
@craigevil@lemmy.ml avatar

Actually just the opposite, I am quite conservative.

craigevil,
@craigevil@lemmy.ml avatar

Runs great on my raspberry pi 400. With rpios upgraded to Debian Sid.

craigevil,
@craigevil@lemmy.ml avatar

Simple, I read. And with the internet I never have to worry about buying books.

craigevil,
@craigevil@lemmy.ml avatar

I don’t have a ton of storage. My Raspberry pi400 which is my desktop has a 1TB and a 500GB SSD attached. I keep the Books folder synced with Google Drive along with my phone and Kindle Fire. My Book dir is: 58GB and has 18748 items (16970 files, 1777 folders). Gotta love zlib and Anna’s.

craigevil,
@craigevil@lemmy.ml avatar

stays on 73F year round , AC and heat. Average bill runs around $80.

craigevil,
@craigevil@lemmy.ml avatar

Yes. The current stable release is Bookworm. debian-distro-info --all buzz rex bo hamm slink potato woody sarge etch lenny squeeze wheezy jessie stretch buster bullseye bookworm trixie forky sid

  • All
  • Subscribed
  • Moderated
  • Favorites
  • anitta
  • kavyap
  • everett
  • thenastyranch
  • magazineikmin
  • ngwrru68w68
  • DreamBathrooms
  • modclub
  • Youngstown
  • slotface
  • PowerRangers
  • osvaldo12
  • InstantRegret
  • rosin
  • Leos
  • hgfsjryuu7
  • Durango
  • vwfavf
  • khanakhh
  • tester
  • GTA5RPClips
  • ethstaker
  • mdbf
  • cubers
  • tacticalgear
  • normalnudes
  • cisconetworking
  • provamag3
  • All magazines