Wow, this one hell of a monster will take a place of honor among my containers :) Thanks for sharing!
Artist, designer, coder, FOSS enjoyer.
Mostly memes here. Check out Mastodon for art and stuff.
Wow, this one hell of a monster will take a place of honor among my containers :) Thanks for sharing!
Nostalgic! Ordered 5 of these at the time and distributed among the good people :)
Why on Earth did I read this comment? 🥲 This app is so painfully fast and crisp! And it has Vim and SSH out of the box. And its own plugin marketplace… Now I have no choice but to suffer every time I open VSCode(ium) in hope that development continues and soon I will have the thing to ditch it for and finally get rid of my allergies to Electron.
Actually a pretty good on-the-go alternative to GUI IDEs. Always using it to quickly edit configs and scripts.
If by wirelessly you mean via Wi-Fi network then one convenient option is qrcp. It generates a QR-code right in your terminal, which you can scan with a phone and send/receive files through a web interface on the URL it provides.
If you want to transfer files regularly, there is another option. Almost every distro has Python installed, and the Python has a “built-in” FTP server. You need to just
cd
into desired directory and run the commandpython -m pyftpdlib -w
. It will open a FTP server with root in this directory. You then can access it through a file manager, like Material Files for example, and send files and folders back and forth. In Material Files you can save the server address for future use.