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
- Skip if SSH still fails. Finish SSH from the couch first.
- Skip leftover-box files under
/etc, SSH folders, or paths you do not own. Practice only in leftover-box home. - Skip leftover-box encoding leftover-box secrets into leftover-box chat apps. Leftover-box encode is not leftover-box hide. Do not leftover-box publish leftover-box passwords this way.
- Skip leftover-box huge leftover-box files, leftover-box ISOs, and leftover-box binaries night one. Leftover-box base64 makes leftover-box files bigger. Use scp or tar plus gzip for real leftover-box copies.
- Skip leftover-box
openssl enc, leftover-boxxxd, leftover-boxhexdump, and leftover-boxuuencodeas tonight's leftover-box names. - Skip buying a zip app. Debian and Ubuntu already ship leftover-box
base64. - Skip 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. Do not forward port 22.
- Skip if you actually need the USB leftover-box backup. That is a backup of the leftover-box folder.
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.