Written 1 Sep 2026. This is a how-to, not a product card. Buy links are not tagged yet.
Finish leftover-box disk writes
After leftover-box printf, finish leftover-box disk writes with sync so leftover-box practice files (and USB/backup copies) are really on the disk before you unplug or power off. You do not need extra leftover-box system software for this.
Print leftover-box words leftover-box exactly put exact words into a practice file. Tonight is the last polite step before you unplug a USB stick or power the leftover box off: tell the leftover box to finish writing what it still has buffered. sync means flush those pending disk writes. Silence means the kernel finished what it had pending. That is not seeing whether a USB disk showed up. That is see if the USB backup disk showed up. That is not checking that a backup copy landed. That is check that the leftover-box backup actually copied. That is not writing the words themselves. That is print leftover-box words leftover-box exactly or put a short line into a leftover-box file. That is not a full shutdown. That is shut down the leftover box without yanking the plug. You are still only practicing. The leftover box does not need htop, Grafana, or a NAS for this one job.
Skip until SSH already works
SSH from the couch should already get you a leftover-box prompt. If you only need to write practice words, that is print leftover-box words leftover-box exactly or put a short line into a leftover-box file. If you only need to see whether a USB stick appeared, that is see if the USB backup disk showed up. If you only need to confirm a copy, that is check that the leftover-box backup actually copied. If you are done for the night and want power off, that is shut down the leftover box without yanking the plug. Skip this whole note if you only want free disk space. That is see if the leftover box still has room.
What this is
sync asks the leftover box to finish writing buffered data to disk. Linux often parks writes in memory for a moment so the disk is not hit on every keystroke. That buffer is normal. sync flushes it. Night one is one quiet sync after a practice write. Silence and the prompt back means the flush finished. It does not print a progress bar. It does not invent a USB mount. It does not power the leftover box off. It does not free space. Those jobs already have their own notes.
Practice leftover-box sync
SSH in. Make sure home is where you are sitting:
pwd
You want a path that ends in your login name. If not:
cd ~
Optional: park one short practice line so you have something to flush:
printf 'hello\n' > ~/sync-a.txt
Then finish leftover-box disk writes (night one job):
sync
You want silence, then the prompt back. That silence means the leftover box finished flushing what the kernel had pending. That is enough for tonight.
Optional peek without opening the editor:
cat ~/sync-a.txt
You should see that same short line. Do not make cat the lesson. When you are done practicing:
rm -i ~/sync-a.txt
Ask first. Say yes only if the name matches. That careful delete is delete a leftover-box file carefully. Skip rm -rf.
Debian and Ubuntu usually already have sync. Do not make apt the lesson.
Useful extras, still home-safe
Optional: run sync again. A second sync is harmless. Some people type it twice out of habit before they unplug a stick. You do not need twice. One quiet flush after the write is enough for night one.
Skip using sync as a reason to yank a USB stick without checking the mount. Seeing whether the stick showed up is see if the USB backup disk showed up. Confirming a backup copy is check that the leftover-box backup actually copied.
Skip dd and shred as tonight's job. Night one is a quiet flush after a tiny practice write, not a disk image or a wipe.
Skip dropping caches as tonight's job. You do not need to empty the page cache to practice sync.
Skip piping sync into rm. Sync flushes writes. Rm deletes files. Do not mix those jobs. Careful delete only: delete a leftover-box file carefully.
Skip huge dumps as tonight's job. Night one is one quiet sync after a tiny home practice file, not a giant dump of /etc, disks, or logs.
Skip screen, tmux, port 22 forwarding, apt as the lesson, htop, Grafana, and a NAS. Keep SSH on the house network: keep the leftover box on the house network. Do not forward port 22.
Skip leftover-box-df as a new page this cycle. Free space is already see if the leftover box still has room. Skip leftover-box-awk, leftover-box-sed, leftover-box-truncate, and leftover-box-install this cycle. Peeking at leftover-box file bytes is peek at leftover-box file bytes.
What this is not
This is not leftover-box printf. That is print leftover-box words leftover-box exactly. It is not leftover-box echo. That is put a short line into a leftover-box file. It is not seeing whether a USB disk showed up. That is see if the USB backup disk showed up. It is not checking that a backup copy landed. That is check that the leftover-box backup actually copied. It is not a full power-off. That is shut down the leftover box without yanking the plug. It is not free disk space. That is see if the leftover box still has room. It is not folder size. That is see how big one leftover-box folder is. It is not opening SSH to the internet so you can flush writes from a coffee shop. That is keep the leftover box on the house network. Do not forward port 22. Do not create leftover-box-df (leftover-box df -h already see if the leftover box still has room), leftover-box-install, leftover-box-awk, leftover-box-sed, leftover-box-truncate this cycle. Peeking at leftover-box file bytes is peek at leftover-box file bytes.
What next
Need a peek at leftover-box file bytes? Peek at leftover-box file bytes. Need exact practice words first? Print leftover-box words leftover-box exactly. Need a short line with the newline echo always adds? Put a short line into a leftover-box file. Need to see the USB stick? See if the USB backup disk showed up. Need to confirm a copy? Check that the leftover-box backup actually copied. Need power off for the night? Shut down the leftover box without yanking the plug. Need free space? See if the leftover box still has room. Need the throwaway gone? Delete a leftover-box file carefully. When key login is boring on every computer you use, turn off leftover-box password login once the key works. Keep SSH on the house network: keep the leftover box on the house network. Do not forward port 22.
Skip
- Skip if SSH still fails. Finish SSH from the couch first.
- Skip leftover-box
printfor leftover-boxechoas tonight's job if you only came to flush. Those write notes already exist. - Skip using
syncas permission to yank a USB stick without checking the mount. That check is see if the USB backup disk showed up. - Skip leftover-box backup confirmation as tonight's job. That is check that the leftover-box backup actually copied.
- Skip leftover-box shutdown as tonight's job if you only need a flush. That is shut down the leftover box without yanking the plug.
- Skip
dd,shred, dropping caches, andsyncintormas tonight's job. - Skip huge dumps, files under
/etc,screen,tmux, apt as the lesson, htop, Grafana, and a NAS. - Skip leftover-box free-space as a new leftover-box-df page. That look is already see if the leftover box still has room.
- Skip leftover-box-awk, leftover-box-sed, leftover-box-truncate, and leftover-box-install this cycle. Peeking at leftover-box file bytes is peek at leftover-box file bytes.
- Skip
rm -rf. Careful delete only: delete a leftover-box file carefully. - Skip opening SSH to the internet. That is keep the leftover box on the house network. Do not forward port 22.
Sources
Debian: sync(1). Ubuntu: sync(1). Official pages only. For leftover-box exact words, see print leftover-box words leftover-box exactly. For a short leftover-box line, see put a short line into a leftover-box file. For the USB look, see see if the USB backup disk showed up. For a careful leftover-box delete, see delete a leftover-box file carefully. For the login, see SSH from the couch.