💾 Archived View for squid.flounder.online › cheatsheet › linux.gmi captured on 2023-11-04 at 11:21:52. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2023-01-29)
-=-=-=-=-=-=-
Return to Squid's Cheat Sheets
stat -c '%a' /path/to/file
export PATH=/new/path:$PATH
sudo lshw -C display
ln -s <actual_file> <link_path>
/server add libera irc.libera.chat/6697 -ssl (if you haven't done)
/connect libera
sudo dpkg -i <package>
systemctl reset-failed
Show all monitors
xrandr --listmonitors
Swap outputs (the valid name of a monitor is on far right of the --listmonitors output)
xrandr --output HDMI-A-0 --left-of DisplayPort-1
/etc/profile
curl -s https://code.jquery.com/jquery-3.6.0.min.js > jquery.js