Arco to install backups list freshness

Doks for Zola.

inxi -GI > ~/insi.txt
Asus laptop 2015 specs

 Device-1: Intel Haswell-ULT Integrated Graphics driver: i915
   Device-2: NVIDIA GF117M [ GeForce 610M/710M/810M/820M / GT 620M/625M/630M/720M] driver:?
   Device-3: ...
   Display: wayland server: X.org v: 1.21.1.10 with: Xwayland v: 23.2.3
	 compositor: Hyprland driver: X: loaded: modesetting dri: crocus gpu: i915
	 resolution: 1366x768~60Hz
   API: EGL Message: EGL data requires eglinfo. Check `--recommends'.
 Info:
   Processes: 189 Uptime: 50m Memory: total: 12 GiB available: 11.57 GiB
   used: 1.73 GiB (14.9%) Shell: Bash inxi: 3.3.31

Arco, Arch-based distribution with any desktop environment

https://arcolinu?.com/installation/

7G?t(h:)3
Arcane Wilds
Beacon Patrol Demo
Dota 21.2155GIGs4hrs
Grow the Seed Demo
Hacknet
Hollow Knight
Into the Breach
Joe Dever's Lone Wolf HD Remastered
OCTOPATH TRAVELER
Omelet You Cook Demo
RUNNING WITH RIFLES
Savant - Ascent REMIX
Stronghold HD
Valley of The Savage Run
WooLoop
Saturday, March 15, 2025
1

support for Vulkan 1.2+ required

ol

  1. Dota 2
  2. Hacknet
  3. WooLoop
  4. Arcane Wilds
  5. Hollow Knight
  6. Stronghold HD
  7. Into the Breach
  8. OCTOPATH TRAVELER
  9. Beacon Patrol Demo
  10. Grow the Seed Demo
  11. RUNNING WITH RIFLES
  12. Omelet You Cook Demo
  13. Savant - Ascent REMIX
  14. Valley of The Savage Run
  15. Joe Dever's Lone Wolf HD Remastered

sort-lines-by-length

(defun sort-lines-by-length (reverse beg end)
  "Sort lines by length."
  (interactive "P\nr")
(save-excursion
 (save-restriction
   (narrow-to-region beg end)
   (goto-char (point-min))
   (let ;; To make `end-of-line' and etc. to ignore fields.
       ((inhibit-field-text-motion t))
     (sort-subr reverse 'forward-line 'end-of-line
		nil nil
		(lambda (l1 l2)
		  (apply #'< (mapcar
			      (lambda (range) (- (cdr range) (car range)))
			      (list l1 l2)
			      )
			 )) ;;;
		))) ;;;;;;;;;
 )) ;;;;;;;;;;;;;;;;;
;;;;;;;

ul

  • Arcane Wilds
  • Joe Dever's Lone Wolf HD Remastered
  • Valley of The Savage Run
  • Savant - Ascent REMIX
  • Omelet You Cook Demo
  • RUNNING WITH RIFLES
  • Beacon Patrol Demo
  • Grow the Seed Demo
  • OCTOPATH TRAVELER
  • Into the Breach
  • Hollow Knight
  • Stronghold HD
  • Hacknet
  • WooLoop
  • Dota 2
Device-1: Intel Haswell-ULT Integrated Graphics driver: i915
  Device-2: NVIDIA GF117M [ GeForce 610M/710M/810M/820M / GT 620M/625M/630M/720M] driver:?
  Device-3: ...
  Display: wayland server: X.org v: 1.21.1.10 with: Xwayland v: 23.2.3
    compositor: Hyprland driver: X: loaded: modesetting dri: crocus gpu: i915
    resolution: 1366x768~60Hz
  API: EGL Message: EGL data requires eglinfo. Check `--recommends'.
Info:
  Processes: 189 Uptime: 50m Memory: total: 12 GiB available: 11.57 GiB
  used: 1.73 GiB (14.9%) Shell: Bash inxi: 3.3.31


  Device-1: Intel Haswell-ULT Integrated Graphics driver: i915
	Device-2: NVIDIA GF117M [ GeForce 610M/710M/810M/820M / GT 620M/625M/630M/720M] driver:?
	Device-3: ...
	Display: wayland server: X.org v: 1.21.1.10 with: Xwayland v: 23.2.3
	  compositor: Hyprland driver: X: loaded: modesetting dri: crocus gpu: i915
	  resolution: 1366x768~60Hz
	API: EGL Message: EGL data requires eglinfo. Check `--recommends'.
  Info:
	Processes: 189 Uptime: 50m Memory: total: 12 GiB available: 11.57 GiB
	used: 1.73 GiB (14.9%) Shell: Bash inxi: 3.3.31


1234567abandoned?ABCDElinksupport?!noobs?
1224
1327BG?🤲?
1457B
1495p,💪2018🤲
1496p,💪2018🤲
1556p,📷🖦
1563p,SaMBA?rekt
1564p,thunarSaMBA?
15877
1632v,G
1646p,🍘
1658AbpSp[^1],💻→📱
1733pSp,arch-chroot?
1787,B?🤲?
1796real, sp[^1]
1850ALCI,pSppart3
1855pVM,alci??
1871ALCI, B
1951pD,-R??
1986Ab✔ATTg
1992Ab✓p,-R
1831p,💪14952½🤲
1949g40,Sp[^1],❌‽
1998p,.iso
1979p,
2

REDO

Redo: (sort-lines nil (region-beginning) (region-end)) (sort-lines '(4) (region-beginning) (region-end))

LISP

(sort-lines nil (region-beginning) (region-end)) 
(sort-lines '(4) (region-beginning) (region-end))