• 0 Posts
  • 8 Comments
Joined 2 years ago
cake
Cake day: July 8th, 2023

help-circle

    • awk
    • the (usually rust-based) coreutils “alternatives” like bat, fd, eza, procs
    • trash-put (rm with trash integration. But beware that it also operates on directories by default, which rm only does with -r. There should be an option to change that behavior but there isn’t. Don’t alias rm to this)
    • wl-copy/paste (or the older one for X11, ‘xclip’ IIRC. Enables you to do stuff like “cat image.jpg | wl-copy” to copy it to the clipboard. Best alias it to something shorter)
    • xdg-open (open the file using your associated program for that file type. Alias to “o” or so)
    • pass (awesome password manager, when you have a GPG key pair. Even better in combination with e.g. wofi)
    • notify-send (to send GUI notifications from shell scripts)
    • ledger (plain-text accounting software. If you use Emacs you should take a look at this as it’s written by an Emacs dev, and has good integration of course)
    • nc
    • nohup

  • You should have played Black Mesa instead of Half-Life 1 these days. It’s not a 1:1 remake but quite close and of course much more modern, and just awesome. Xen in particular is much better in BM than it is in the original, so it even fixes HL1’s weakest part. The rest is kind of similarly awesome. Maybe you should play it right now to see the difference.

    (Black Mesa is a successful fan project remake of the whole Half-Life 1, and they even expanded on some things (especially Xen). It’s based on an updated Source engine and has at least the graphical fidelity of recent Half-Life 2 builds, if not more).


  • kyub@discuss.tchncs.detoAsklemmy@lemmy.mlAny good games you can Reccomend?
    link
    fedilink
    English
    arrow-up
    3
    arrow-down
    1
    ·
    7 days ago
    • Cyberpunk 2077 (very good since 2.x and with Phantom Liberty expansion). Since I have similar hardware to you, you can play it with Raytracing enabled and have at least above 30 fps which should be enough for most playstyles except maybe fast melee-based combat. The game’s lighting effects look absolutely gorgeous with Raytracing.

    • Witcher 3 (keep at it. It’s amazing. It can feel clunky at the beginning due to its weird combat mechanics but you get used to it. Also you can switch it up by integrating signs (magic) into your swordfighting. Which is what I recommend doing. I think it’s more varied). Also, the game gets better as you go. The base game is great, but the DLCs are even better, especially Blood & Wine has kind of a legendary status among all DLCs, you rarely get such value inside a DLC, except Phantom Liberty which has a similar scope and quality to it.

    • Baldur’s Gate 3 is probably the best game of the last decade or so so highly recommended. It’s not open world, but it’s still huge and is at the same time very densely packed with stuff, so you need a lot of time when you want to explore and loot everything. The game feels huge that way. Especially compared to open world games, it’s like the opposite - open world games have a vast area but almost nothing in-between major points, which means the world can feel empty in a lot of open-world games. Baldur’s Gate 3 has something around every corner and never feels empty (unless you’ve cleared a whole area already).

    • Red Dead Redemption 2 - a lot of people like it, so far it didn’t feel right to me (so slow) but I can still see how it’s a good game and if you like chilling with a game it might be just your thing

    • Elden Ring is amazing but has very tough combat/action of course. Still, it really feels great as an open-world game. It completely throws the “Ubisoft formula” out of the window, which most open-world games follow, and that’s precisely why it’s so good. I’ve rarely had more feeling of true exploration and accomplishment within an open world game. Still, combat is very challenging, so if you prefer games to be on the easy side, then it’s not right for you. But if you don’t mind a challenge (a challenge you can also often delay for later when you’re stronger) then it’s a must-play. If you don’t know, as most or all games from From Software, these games don’t offer different difficulty settings so there is only one difficulty which is the same for every player (and it’s tough). These games are also very fair and reward accurate playing - it’s possible to not get hit at all by anything, for example, if you’re really good. So they never feel unfair and when you die (which you do a lot) you’ll always know why you died and have an idea how you could do it better. Besides the difficulty, what can also feel oppressive in those games is the fact that all enemies (except bosses) respawn whenever you rest. But Elden Ring kind of mitigates that because you can skip a lot of areas and come back when you’re better prepared (i.e. gained more levels/attributes or better gear). Then, past challenges can start feeling easy. And skipping weak enemies is kind of the normal thing.

    • STALKER 2 (may still need a couple more patches but it’s playable and has a great overall atmosphere and visual design. They fixed the worst post-launch problems I think). Very strong in atmosphere and immersion.


    • To learn Arch, install it from scratch (without archinstall), it’ll force you to read the Wiki and learn a lot of necessary commands in the process. After the installation, just keep using it. Using a Linux distro full-time as the only installed OS is the best way to keep at it and truly learn it over time. There’s no magic bullet here. Just keep using it and solving problems or issues as you go, learning more and more stuff as you go. If you need other OSses as well, run those in a VM. I don’t recommend dual-boot setups.

    • Don’t blindly copy/paste commands you don’t understand. Always try to understand them first. Some commands can be very disruptive or even destroy your configuration. If you don’t understand it or are able to adapt it so that it fits to your particular configuration or system, you can EASILY damage a configuration, or even make your system unusable. Also, some people like trolling other people and deliberately share harmful commands. Generally, test potentially destructive commands or complex commandlines before actually running them.

    • Document major config changes that you do. This is useful because you’ll be able to undo certain changes or even replicate your current system configuration fast when you change distros or have to reinstall in the future. For example my current Arch-based setup is fully documented in form of an almost-directly executable shell script. It does require some interactions but very little. If I ever have to reinstall this system, or upgrade my hardware, it can be done insanely fast and it’ll have the exact same configuration. This goes from basic partitioning and encryption all the way up to dotfiles and individual program configurations.

    • Don’t feel the need to learn hard/advanced tools like Vim or Emacs unless you really think you’re getting an advantage from that and aren’t hesitant to put in the time and effort to learn them. Most people don’t need to use them. They’re amazing tools but you need to be prepared to lose quite a lot of time to learn them before you can become productive with them, and this might not be a tradeoff that’s useful for every single user. You can also get away with much simpler tools, like nano (as a console-based editor) or whatever programmer’s text editor you want.
    • Similarly, whether a pure WM or compositor plus assorted tools compared to a full desktop environment is worth it for you or not, is up to you. There’s no wrong or right answer here. I’ve tried out pretty much everything and these days use KDE Plasma because I like the consistency and integrations and dislike having different, inconsistent stand-alone tools for panels, menus, notifications, wallpaper, file manager and so on. But again, there’s no wrong or right answer here. Just what makes more sense for you. It’s worth learning how to be able to configure and use a minimalistic setup, for sure. So trying it out doesn’t hurt and increases your knowledge overall. In general, in the Linux world it’s good to always know enough to not be screwed once some component suddenly doesn’t work anymore. For example, a competent Linux user should be able to deal with (temporarily) not having a GUI and fixing his system via commandline.

    • A minimalistic, DIY distro like Arch can be amazing to learn everything, if you want to do that at least. If you just want a working desktop system with as little effort as possible, then don’t do that. But if you intend to learn every detail, then a distro like Arch is better suited for that goal than a “bloated”, fully pre-configured distro like Mint or Ubuntu is. Because Arch is much simpler on a technical level than those are. It’s much easier to understand e.g. the relatively simple package building process on Arch than it is on Debian/Ubuntu-based distros. But this “simple” explicitly refers to technical simplicity or minimalism. Most users expect something else when they hear “something is simple”. Arch is not simple as in beginner-friendly, but it is simple in terms of technical complexity, which is why many advanced users and tinkerers like it because it doesn’t stand in their way. It also means though that you HAVE to learn many things, e.g. how to configure a firewall, because it doesn’t come with any preinstalled by default. With Arch, the admin is supposed to know about everything and configure every component himself, at least on a somewhat basic level.

    • If you want to go to even more details, you could also try out a source-based distro like Gentoo or Crux, which can also be a great learning experience, but it’s even more details regarding compilations of each package, dependencies, compile-time options, etc. you have to deal with than with a minimalistic binary-package-based distro like Arch, so whether that’s useful for you or not is up to you of course.
    • While we’re at it: LFS (Linux from Scratch) is not a distro per se, it’s a guide on how to build your own distribution from scratch. It’s VERY time intensive and not recommended unless you truly want to learn how to build a complete distribution from scratch, or maybe start your own distro some day which isn’t based on another existing distro.


  • kyub@discuss.tchncs.detoLinux@lemmy.mlLinux is religion
    link
    fedilink
    English
    arrow-up
    1
    ·
    edit-2
    14 days ago

    Well, it might seem that way sometimes. But in the end, what’s different to religion is that this is all rooted in facts. Facts which are quite abstract, so not everyone gets them and even those who do get them sometimes wonder whether it’s important or not sometimes. The thing is, Linux is at its core a neutral, open and free operating system, and it’s basically the only one which is advanced or mature enough to be a real competitor to let’s say Windows or MacOS. Of course it’s more than a competitor on the server, it’s basically the only relevant server operating system (Windows Server has a niche in application servers within a MS intranet domain, or to control Windows clients via policies, that’s about it, and MacOS server is already long dead I think). Of course, some of Linux’ success is because those same companies also contribute a lot to the development of Linux, because they need it for themselves as well. But that’s just one more thing which makes Linux a very unique thing. It’s like a neutral baseline for an operating system. Like a very capable OS core that everyone works on, even the competition works on it, because they also rely on it.

    That it’s open source and transparent and that anyone can use it or improve it or change it or whatever makes it special, because it’s not a commercial black-box product where you just consume it as-is and have zero rights whatsoever to do or change anything about it. That’s actually incredibly special in today’s commercialized landscape. Its open nature also means it can never die, only grow. And because it’s a proven good system which is also so very different compared to established desktop OSses, it can happen that its users or fans can seem somewhat religious towards it. But, again, compared to religion, religion is based on pure belief (otherwise it would be called fact). There’s nothing religious about Linux or open source software. It’s simply a special operating system, and not in a bad way at all. And closely related to it is, of course, the whole free/open source software movement. Which every user, even those of closed operating systems, can and do benefit from.

    And since today’s commercial software continues growing more and more user hostile (ads, spying, bloat, dark patterns, high prices/software rental models), it’s getting increasingly important to have at least the option of a true alternative. Even users who absolutely hate Linux and open source software should be glad that alternatives do exist, so that once the food they are being fed by Microsoft and so on doesn’t taste good anymore, they at least have an option to switch to something else entirely.