Software engineer, functional programming enthusiast.

  • 2 Posts
  • 5 Comments
Joined 4 年前
cake
Cake day: 2021年4月27日

help-circle
  • This may not even be Maoist moderators. A comment like that is little too obviously horrible. What I think happened is that fascists have appropriated a political sub-Reddit in order to smear that political movement. Something similar happened to the “/r/Feminism” sub-Reddit. I suspect Reddit’s CEO Jack Dorsey, who is a racist and fascist, deliberately hands control of any sub-Reddit he hates over to provocateur moderators.

    Or maybe this just always ends up happening to leftist sub-Reddits for some other reason.


  • I recommend Debain, or else Linux Mint which is a derivative of (and fully compatible with Debian Linux) but has more recent software packages available to it.

    Both Tailscale and Jellyfin have instructions on how to install onto Debian which are not too difficult to follow.

    If you intend to use this computer as a server, Debian is probably better, it is lighter-weight and slightly more stable. If you intend to also use this computer as a daily driver, you might try Linux Mint instead, since it includes more of Ubuntu’s more recent software builds in their app store (i.e. package repository), and it is helpful to have more recent builds of the most popular apps. I have heard it is also a bit easier to install games onto Linux Mint than Debian.

    I have a blog post about how to pick a Linux written for people switching from Windows or Mac, if you are interested in a more detailed explanation.


  • Ramin Honary@lemmy.mltoLinux@lemmy.mlThe Terminal Question
    link
    fedilink
    English
    arrow-up
    4
    ·
    edit-2
    3 个月前

    I use Xfce and Cinnamon, but I always install Gnome Terminal regardless (you don’t need all of Gnome desktop to use it). The main reason I like Gnome Terminal is that it is very simple, and it lets you save your own terminal themes and switch between them from a context menu. Xfce terminal is nice and simple, but doesn’t have this really handy theme switching feature.

    That said, the terminal emulator I used most often is the Emacs built-in terminal emulator (term-mode), because it integrates flawlessly with other Emacs tools. But its rendering and theming isn’t as nice as Gnome terminal, so I only recommend it if you are an Emacs user.


  • The first thing you need to ask is, are you using Xorg or Wayland? I will assume you are on X11 because I think most major distros still use it by default, but this is going to be changing soon. If you are using Wayland, ricing it uses a totally different set of tools.

    The package manager of most major Linux distros let you install an alternative desktop environment. For example, if you are using Ubuntu with the default Gnome desktop, you could install Xfce using the command apt install xubuntu-desktop. Then logout, and in the screen where you type your password, select the Xfce desktop environment from the menu, and login again. Now you have your new desktop environment running the xfwm4 window manager.

    You don’t need Xfce desktop, but it is usually easier for beginners to customize than rolling your own desktop environment. Once you figure out Xfce ricing, you can try rolling your own.

    An alternative to Xfce which is also very customizable is KDE Plasma, but they configure everything through their own internal tooling.

    If you are using Xorg under Xfce, then from there you can install alternative window managers like i3, Awesome-WM, OpenBox, and so on. Most of the time you install this from the package manager. Most X11 window managers let you switch the current window manager from the command line. For example, to switch to OpenBox, in a terminal type openbox --replace. Any existing windows you have open will stay open but their decorations will change, and so will the wallpaper (probably).

    Then you can install alternative window manager themes and icon packs from GitHub, or websites like https://www.xfce-look.org/browse/. Be aware that OpenBox may not be able to use all the themes that Xfwm4 can use. As always, read the manual.

    Finally, you can install other desktop tools like Conky, Rofi, Kitty terminal, btop, Tint2 Panel.