infosec.space is one of the many independent Mastodon servers you can use to participate in the fediverse.
A Mastodon instance for info/cyber security-minded people. This instance blocks threads.net

Administered by:

Server stats:

47
active users

@mosgaard @amadeus if you just want distraction-free editing, you may want to look at [1], [2] or [www.youtube.com] even [3] for editing depending on how you feel like and what suits you best.

If you want or need to switch computers rather often, consider buying a SATA (or NVMe) - SSD with DRAM-Cache and a matching external enclosure and install your of choice on that instead, as unlike , basically all distros allow installations on external drives.
-Don't forget to use !

If you need to share your work with others or sync it across devices, consider @nextcloud / .

  • If you don't have any admin already in your organization.and it's permissible but you don't want to setup your own, consider @monocles / and @Stuxhost for a fully-managed Nextcloud at reasonable prices.

As for I'm shure you know and ...

If you use the terminal rather often, consider setting up some nifty aliases [github.com] to make things faster.

  • For example if you want to just check if something is reachable, i.e. internet / network connection works, consider adding function isup() { ping -a -b -c 1 -D "$@"; } to your .bash_aliases file in your $HOME directory so if you use i.e. isup duckduckgo.com it'll do a single run of ping to reach said domain/FQDN/IP...

But the final I can give you is to your $HOME-directory under /home/yourusername because in it's hidden subdirectories, espechally $HOME/.config/ are usually all the settings for your applications stored so in case you need to setup a new machine or restore one from backups, this is where all the minor changes of yours to make your system work best for you are being stored.

  • You may need to press Ctrl+H IN THE File Manager to see hidden files.

  • For backups, tools like make it easy to setup, backup and restore your files as you want or need, including encryption and deduplication.

I hope that'll help you not only get started but also get the maximum efficiency out of your distro as a creative tool without fuss.

-1 [vscodium.com]
-2 [neovim.io]