I made alias q=exit for some reason and now I accidentally close the terminal when I press ;q and enter 😭
I made alias q=exit for some reason and now I accidentally close the terminal when I press ;q and enter 😭
A tip, to delete files that have names similar to variables or other expandables, put the filename in between single ticks like this ‘filename’. Single ticks prevent expansion.
God, I hope their code is scrutinized by thousand eyes, knowing windows codebase I’m skeptical about quality of anything they write 💀💀
Fuck yeah that kind of shit, I love it, let’s go 😖🔫
Someone should make a script that generates the sticker with updated version numbers 😵😵😵
How is being born in Russia makes one complicit in “Russian aggression” wtf? I didn’t have a fucking choice in this matter. Now I’m fucking worried that someone will have a bright idea of blocking Russians from using Linux, I might just kill myself at that point. Honestly, I’d rather die than lose my main and most beloved hobby.
Custom java machine probably
OH NO, I hope the fork will continue for a bit otherwise I’m so cooked 🥶🥶🥶
Little addendum to the last part of About Fragmentation section, since I don’t want to leave it unfinished and make people struggle if they follow my advices:
$HOME/.local/opt is a “usual” (there are few more, I prefer this one) location for pre-built (downloaded) and built-locally apps that you don’t want to install system-wide.
For example:
tar xvf nvim<press TAB>
, or right clicked on the archive in a GUI file manager and clicked decompress.mv nvim-linux-x64 $HOME/.local/opt/nvim
)ln -s /home/<my nickname>/.local/opt/nvim/bin/nvim /home/<my nickname>/.local/bin/nvim
this command requires absolute paths and creates a SYMBOLIC link (you can read up on that if you’re interested). GUI file managers usually have functionality for creating symlinks, right click on file to find out.export PATH="$HOME/.local/bin:$PATH"
Something like that. It’s all done just for organization and quality of life.
Kate, Neovim, Emacs, +lots and lots more, pick your poison.
QEMU/KMV can host windows guests pretty flawlessly, pain to setup though. I use it to work in visual studio for college stuff. USB passthrough should work. No idea about thunderbolt though.
Native games work as expected, not native games only work through a translator either raw Wine or Proton (is better suited for games). They have frontends, such as Steam, Lutris, and other. Not all games work through translators. Consult protondb for games you want to play.
Natively? No idea, didn’t play a single native game. Through Steam - flawlessly.
Playing video through mpv has GUI. It has GUI. For videos. You might want to consider VLC, if audio GUI is a requirement. Or any other GUI audio player.
Any DAW/video editor. I’ll bet my life on that 90% of them use ffmpeg. Tools like flacon most likely use ffmpeg. It’s everywhere.
rename command. Probably dolphin and nautilus have mass renamers with a GUI, but I only used rename and it gets the job done.
Depends on your desktop environment, kde probably has support for anything shortcut related.
On Linux we usually don’t install random shit we download through browser. That’s what package managers are for, every base distro has its own package manager with its own structure. And if package managers are lacking then we get source code and build it. In very rare cases like Reaper DAW probably only then we download binaries.
More about fragmentation: Linux uses ELF executables. Amd64 elves will work on every amd64 Linux machine (that has required libs). Some distros package apps into intermediary archives that are prebuilt into a more structure friendly to that distro way. If you install one distros prebuilt archive on another one, it might install files into different dirs and you will not know how to get out of that situation. All Linux software is available under every distro, if you include building from source as an option. If you really must download shit off of web and install it but it doesn’t display your exact distro follow these instructions: 1. child distro usually can install base distro’s intermediary archives and be ok about it, example: ubuntu is child to debian, popos is child to ubuntu. 2. Extract archive and locate the binaries, that’s it. Then put it somewhere in $HOME/.local/opt and ln -s fullpathtoappbin fullpathtolocalbinarydir or just run from $HOME/Downloads.
Interesting, I have a complete reverse of this story with windows. It kept breaking randomly until I had enough of it’s shit.
OK. Fuck it, I just tried to file a ticket. Warframe.com/Zendesk returns “connection has timed out”. On support.warframe.com when clicking “submit a request” or “sign in” it just does nothing and hangs. Tried on librewolf, on default Firefox, on chrome, on android with chrome and mull. Tried using sim internet, same thing. Also it turns out emails that’s used for this account is long deleted and I can’t register a new Gmail with same name, I’m surprised it even allowed me to login on warframe.com without asking for a email code or something.
deleted by creator
deleted by creator
deleted by creator
It seems so. Haven’t played in 2 years, during that time I switched to Linux. Wanted to game a bit, downloaded Warframe, logging in just fine. Played a bit, went to work. Came back, logging in - “you have been banned until 2035”
It was good before they added super fast paced mechanics. Before, the game was much more fun. Now it’s just a mad dash to the exit in every mission. Oh and also they ban people for playing their game through steam’s proton.
To your “never got the appeal”.
Ngl for me using vim is the only option. If something needs to be done using a mouse, it’s just not going to be done. I can’t aim properly due to problems with my arms, and it itches something in my brain everytime I try, it makes me literally furious and enraged.
I tried using zed, but quickly found out that I can only control the text field with motions, nothing else.
If I try using mouse, speed of anything I do gets multiplied by 0.1.
Thanks to vim, I’m able to work with loads of text at all.
Simple as that.
Such is the power of a habit, I use vim often