Where did this all go wrong?
I am a young determined and highly incentivized and motivated to transition into a software related career.
- South-East, USA
- https://www.freecodecamp.org/drewlius
- https://wakatime.com/@Drewlius
Highlights
Pinned Loading
-
oc-supermemory-redux
oc-supermemory-redux PublicClean Supermemory plugin for OpenCode. Follows the Supermemory docs directly. no legacy compatibility shims, no cross-editor config discovery, no compaction takeover, no version-check banners.
JavaScript
-
Backup Home Profile
Backup Home Profile 1# Backup Your Home Directory2## So simple you mother could do it3#### This script expects you to have a secondary storage drive mounted in /mnt (/mnt/<Desired_Location>4> ##### This is not a strictly enforced requirement and you may edit the script to suit your needs.5--- -
Interactive Nvidia GPU Monitoring Ut...
Interactive Nvidia GPU Monitoring Utility 1#!/bin/bash2read -n1 -p "1:NVTOP 2:NVIDIA-SMI DMON 3:NVIDIA-SMI PMON > " c; echo
34case $c in
51) nvtop ;;
-
MergePDF
MergePDF PublicA simple script dependent on Pypdf. It merges any pdf contained inside of the folder the script is in into one .pdf named output.pdf
Python
-
NVIDIA-SMI interact-able to adjust G...
NVIDIA-SMI interact-able to adjust GPU power limit on the fly 1#!/bin/bash2printf "Set Temporary NVIDIA GPU Power Limit\n"
3read -p "Enter wattage (RTX 5090 range: 400-600): " WATTS
45if sudo nvidia-smi -pl "$WATTS"; then
-
script to disable ZRAM and Swap in o...
script to disable ZRAM and Swap in one command. 1#!/bin/bash2sudo swapoff -a;sudo zramctl --reset /dev/zram0;echo "ensure if a ZRAM line is configured that you remove it now";sleep 10;wait;sudo nano /etc/fstab;sudo systemctl mask --now systemd-zram-setup@zram0.service;sudo touch /etc/systemd/zram-generator.conf;echo "Here you are going to write vm.swappiness=0, save(ctrl+s), and then exit(ctrl+x, Enter)";sleep 10;wait;sudo nano /etc/sysctl.d/99-swappiness.conf;echo "ZRAM is OFF";sleep 3;wait;exit 0
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.



