Focused on open-source software and Linux. I engage in ethics of tech and its impact on society. Whether it’s exploring new note-taking apps or advocating for transparency in data collection, my goal is to promote freedom and autonomy.

  • 0 Posts
  • 16 Comments
Joined 1 year ago
cake
Cake day: January 15th, 2024

help-circle
  • Termight@lemmy.mltoLinux@lemmy.mlSSH managers on Linux?
    link
    fedilink
    English
    arrow-up
    2
    arrow-down
    1
    ·
    edit-2
    16 hours ago

    Remmina proves a reliable solution for remote desktop access when a graphical interface is required. However, for more streamlined operations, terminal-based SSH access ssh username@remote_host remains the preferred method. Establishing passwordless authentication is, naturally, a matter of convenience. The command ssh-copy-id username@remote_host facilitates this process. It’s a rather elegant solution, isn’t it? A testament to the power of minimalism.




  • When choosing a graphics card, I’ve generally found AMD/Radeon to be a reliable option. I’ve used several different Radeon GPUs in various builds, and they’ve consistently performed well. Nvidia users sometimes encounter compatibility issues, though that isn’t universally the case. Vulkan is a strong API and provides a good experience.





  • Mastering the command line? A few observations. First, consult and take notes (yes, even seasoned terminal veterans forget syntax.) Secondly, embrace tab completion. It’s your friend, and a surprisingly effective substitute for remembering every single command. Third, the true test: procure a VPS or remote server and exclusively use the command line. No GUI crutches allowed. It’s a digital wilderness, and you’ll learn to navigate it.

    Lastly, and this is non-negotiable: keep a terminal window permanently resident on your desktop. Consider it a vital organ, deserving of its space. It’s a constant reminder of the power you wield, and a readily available portal to a world beyond the pretty buttons.


  • Interesting point. It’s surprising how much nuance there is in the world of Linux. PrivacyGuides and Privsec rightly highlight some legitimate concerns regarding Debian’s approach. The expectation that package maintainers should backport security patches rather than simply updating to the latest upstream version is a rather peculiar quirk.