⇒ Navigation menu

Screen Free Writing With the Alphasmart

Jan 29, 2023

For ages, I’ve have an AlphaSmart 3000. It is a nice distraction free-writing tool.

Setup the Headless Computer to Start without An X Server

Edit /etc/default/grub with your favourite editor, e.g. nano:

sudo nano /etc/default/grub

Find this line:

GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"

Change it to:

GRUB_CMDLINE_LINUX_DEFAULT="text"

Update GRUB:

sudo update-grub

Send The Text to the Headless Computer

USERNAME
PASSWORD
ed ~/alphasmart-$(date --iso=second).txt
a
this is some text from the AlphaSmart
.
w
q
⏎
⏎
exit
⏎

Related tags:

Navigation menu

⇑ Top of page ⇑