Cloud/Shahed/AL: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

17 June 2025

16 June 2025

14 June 2025

3 March 2025

24 February 2025

22 February 2025

21 February 2025

  • curprev 16:2616:26, 21 February 2025 Shahed talk contribs 9,729 bytes +5,846 Cloudflare » Argo » Tunnel
  • curprev 15:2415:24, 21 February 2025 Shahed talk contribs 3,883 bytes +3,883 Created page with "==SSH== <syntaxhighlight lang="bash"> ssh pi@shahed-al.local cat <<'EXE' | sudo bash free -th && echo && systemd-analyze && echo df -h && echo && lsblk && echo swapon --show EXE </syntaxhighlight> ==APT Update== <syntaxhighlight lang="bash"> cat << EXE | sudo bash apt-get update;echo mkdir -p /etc/apt/keyrings apt list -a --upgradable;apt-get upgrade -y;echo apt-get install -y qemu-user-static ls -lah /usr/bin/qemu-* apt-get clean cache EXE </syntaxhighlight> ==Clo..."