Labthrift Labthrift What to buy. What to skip. Why.

Written 30 Aug 2026. This is a how-to, not a product card. Buy links are not tagged yet.

Encode a leftover-box file so you can paste it

After SSH works, turn a leftover-box file into pasteable text with base64 so you can copy small leftover-box text without a USB stick. You do not need a zip app for this.

Run one leftover-box command per leftover-box line ran leftover-box jobs from a leftover-box list. Shrink one leftover-box file shrank one leftover-box file. Pack leftover-box files into one leftover-box archive packed a leftover-box folder. Tonight you only turn a small leftover-box file into pasteable leftover-box text. base64 means leftover-box encode for paste: the leftover-box bytes become leftover-box letters you can copy into a chat, a note, or another leftover-box window. You are still only practicing in leftover-box home. The leftover box does not need a zip app, a desktop, 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 one leftover-box file from the laptop, that is copy a file to the leftover box from your laptop. If you only need a leftover-box download, that is download a file onto the leftover box. If you only need leftover-box shrink for one leftover-box file, that is shrink one leftover-box file. If you only need a leftover-box folder packed first, that is pack leftover-box files into one leftover-box archive. If you only need a leftover-box list to drive many leftover-box runs, that is run one leftover-box command per leftover-box line. Skip this whole note if you only need a house share other computers browse. That is a folder the house can open. Skip if you need a USB copy of the house folder. That is a backup of the leftover-box folder.

What this is

base64 means leftover-box encode for paste. You give it a leftover-box file. It prints leftover-box letters and numbers that stand for the leftover-box bytes. You can copy that leftover-box text, then decode it back into a leftover-box file later. It is not a copy from your laptop. That is copy a file to the leftover box from your laptop. It is not a download. That is download a file onto the leftover box. It is not leftover-box pack for a leftover-box folder. That is pack leftover-box files into one leftover-box archive. It is not leftover-box shrink for one leftover-box file. That is shrink one leftover-box file. It is not leftover-box run-once-per-line. That is run one leftover-box command per leftover-box line. It is not parking leftover-box words you typed. That is put a short line into a leftover-box file. It is not printing a leftover-box file as plain leftover-box text. That is read a leftover-box file without opening the editor. It is not a fingerprint. That is check a leftover-box file fingerprint. It is not a leftover-box copy on the box. That is copy a leftover-box file without leaving the box. It is not a careful leftover-box delete. That is delete a leftover-box file carefully. It is not a USB leftover-box backup. That is a backup of the leftover-box folder. It is not a house share other computers browse. That is a folder the house can open.

Practice in leftover-box home

SSH in. Make sure leftover-box home is where you are sitting:

pwd

You want a path that ends in your login name. If not:

cd ~

Make a tiny leftover-box practice file:

printf 'hello leftover\n' > ~/paste-me.txt

Look at the leftover-box original:

cat ~/paste-me.txt

You want leftover-box hello leftover on one leftover-box line. Encode it to leftover-box screen:

base64 ~/paste-me.txt

You want a short leftover-box string of leftover-box letters and leftover-box equals signs. That leftover-box print is pasteable leftover-box text. Encode into a leftover-box file so you can keep the leftover-box paste:

base64 ~/paste-me.txt > ~/paste-me.b64

Look at the leftover-box encode file:

cat ~/paste-me.b64

Decode back into a leftover-box throwaway name. Night-one leftover box is Debian or Ubuntu, so leftover-box decode is leftover-box -d:

base64 -d ~/paste-me.b64 > ~/paste-me-out.txt

On a Mac laptop the leftover-box flag is often leftover-box -D. Tonight you are on the leftover box, so leftover-box -d is the leftover-box name. Compare:

cat ~/paste-me-out.txt

You want leftover-box hello leftover again. Optional leftover-box one leftover-box line for paste on GNU leftover-box coreutils:

base64 -w 0 ~/paste-me.txt

Leftover-box -w 0 means no leftover-box wrap. Handy when you paste into a leftover-box chat that hates leftover-box line breaks. Night one still prefers the plain leftover-box encode first.

If leftover-box base64 says No such file or directory, you are not in leftover-box home. pwd, then cd ~, then try leftover-box ~/paste-me.txt again.

Useful extras, still leftover-box home only

Need leftover-box file size, date, and permissions on the leftover-box encode file?

stat ~/paste-me.b64

Skip leftover-box secrets into leftover-box chat apps. Leftover-box encode is not leftover-box hide. Anyone with the leftover-box paste can leftover-box decode it. Do not leftover-box publish leftover-box passwords this way.

Skip leftover-box huge leftover-box files, leftover-box ISOs, and leftover-box binaries as tonight's leftover-box lesson. Leftover-box base64 makes leftover-box files bigger, not smaller. For a real leftover-box copy, use copy a file to the leftover box from your laptop or pack leftover-box files into one leftover-box archive plus shrink one leftover-box file.

Skip leftover-box openssl enc, leftover-box xxd, leftover-box hexdump, and leftover-box uuencode as tonight's leftover-box names. Leftover-box base64 is enough.

If the leftover box says command not found for leftover-box base64, install coreutils, then try again:

sudo apt install coreutils

Debian and Ubuntu Server usually already have it. That install is not a reason to buy a zip app.

When you are done practicing, throw away the leftover-box practice files. Careful delete only. That is delete a leftover-box file carefully:

rm -i ~/paste-me.txt ~/paste-me.b64 ~/paste-me-out.txt

Skip rm -rf.

What this is not

This is not a copy from your laptop. That is copy a file to the leftover box from your laptop. It is not a download. That is download a file onto the leftover box. It is not leftover-box pack for a leftover-box folder. That is pack leftover-box files into one leftover-box archive. It is not leftover-box shrink for one leftover-box file. That is shrink one leftover-box file. It is not leftover-box run-once-per-line. That is run one leftover-box command per leftover-box line. It is not parking leftover-box words you typed. That is put a short line into a leftover-box file. It is not printing a leftover-box file as plain leftover-box text. That is read a leftover-box file without opening the editor. It is not a fingerprint. That is check a leftover-box file fingerprint. It is not a leftover-box copy on the box. That is copy a leftover-box file without leaving the box. It is not a careful leftover-box delete. That is delete a leftover-box file carefully. It is not a leftover-box folder list. That is see what's in a leftover-box folder. It is not a USB leftover-box backup. That is a backup of the leftover-box folder. It is not a house share other computers browse. That is a folder the house can open. It is not opening SSH to the internet so you can paste leftover-box text from a coffee shop. That is keep the leftover box on the house network.

What next

Need a leftover-box list to drive many leftover-box runs? Run one leftover-box command per leftover-box line. Need leftover-box shrink first? Shrink one leftover-box file. Need a leftover-box folder packed first? Pack leftover-box files into one leftover-box archive. Need one leftover-box file from the laptop instead? Copy a file to the leftover box from your laptop. Need a leftover-box download first? Download a file onto the leftover box. Need a leftover-box fingerprint? Check a leftover-box file fingerprint. Need leftover-box file size, date, and permissions? See leftover-box file size, date, and permissions. Need the throwaway gone for real? Delete a leftover-box file carefully. Need a USB leftover-box backup of the house folder? A backup of the leftover-box folder. Need leftover-box pieces that fit a leftover-box paste or leftover-box copy limit? Split a leftover-box file into smaller leftover-box pieces. 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

Sources

Debian: base64. Ubuntu: base64. GNU coreutils: base64 invocation. Official pages only. For the login, see SSH from the couch. For leftover-box copy from the laptop, see copy a file to the leftover box from your laptop. For leftover-box shrink, see shrink one leftover-box file.

Also on this topic

SSH from the couchType commands on the leftover box from your laptop, on the house network. Password login first. Do not open this to the internet. Run one leftover-box command per leftover-box lineAfter SSH works, run one leftover-box command once per leftover-box line with xargs so a leftover-box list drives many short leftover-box jobs. You do not need a scripting app for this. Shrink one leftover-box fileAfter SSH works, shrink one leftover-box file with gzip so a leftover-box copy is smaller. You do not need a zip app for this. Pack leftover-box files into one leftover-box archiveAfter SSH works, pack leftover-box files into one leftover-box archive with tar so you can copy one leftover-box file instead of a leftover-box folder. You do not need a zip app for this. Copy a file to the leftover box from your laptopAfter SSH works, use scp to move one file without a USB stick. A short leftover name makes the typing shorter. You do not need a NAS for this. Download a file onto the leftover boxAfter SSH works, pull one file from a web address with curl so the leftover box has the file without a USB stick. You do not need a browser on the leftover box for this. Put a short line into a leftover-box fileAfter SSH works, put one short line into a leftover-box file with echo so you do not need to open nano. You do not need a file manager app for this. Read a leftover-box file without opening the editorAfter SSH works, print a leftover-box file with cat so you can read it without opening nano. Short files only. You do not need a file viewer app for this. Check a leftover-box file fingerprintAfter SSH works, check a leftover-box file with sha256sum so you know the file you pulled still matches the fingerprint you expected. You do not need a download manager for this. Split a leftover-box file into smaller leftover-box piecesAfter SSH works (and after encode/paste when useful), split one leftover-box file into smaller leftover-box pieces with split so a leftover-box paste or copy fits size limits. You do not need a zip app for this. Turn off leftover-box password login once the key worksAfter the laptop key login is boring, tell SSH to stop accepting the leftover-box password. The key is how you get in. A keyboard on the leftover box is the backup now. Keep the leftover box on the house networkSSH and Pi-hole belong on the house network. Skip this if you never opened the router settings. Do not forward port 22.