deleted by creator
deleted by creator
I use https://github.com/ckb-next/ckb-next You can check if your device is supported https://github.com/ckb-next/ckb-next/wiki/Supported-Hardware here
Select your device -> select the button -> binding -> keyboard -> Miscellaneous -> Page Up or Page Down -> Apply
I used the links in https://emulation.gametechwiki.com/index.php/Main_Page to get the latest builds
Thank you! I’ve been hesitant to install a whole bunch of extensions but vitals and astra monitor look great, I’m going to try them out this week and see which I prefer.
I’ve been avoiding flathub, it just doesn’t seem like my cup of tea but I may have to reconsider and take a proper look at it because it sounds better than a browser extension ngl
I was just so surprised that a terminal that supports tabs doesn’t have generic tab switching, at least I know I’m not crazy now for not enjoying Gnome terminal lol
I promise the giant cursor is a useful feature even though so many people have thought it was a weird bug lol I constantly do it when I’m trying to figure out how to word an email and on the very rare occasion where I can’t find my cursor it has actually been helful!
I’m pretty biased since I have been using KDE for a few years and only switched to Gnome this week to properly try it out so maybe I’ll change my mind but I doubt I will.
IMO KDE has better theming and is more uniform across a wider variety of apps. It has support for community themes out of the box and it feels like the components are modular so you can have a different colour title bar compared to the app window etc
These are the 3 main default apps I use on both DEs. Dolphin has way more customisability and looks better but Nautilus has a fantastic multi-file rename with the option for find and replace built in.
For me, Kate is like the vlc of documents. It will open anything and everything whereas I’ve had a couple of “could not open” errors from gedit this week. I also prefer Kate to Vscode.
Konsole by default switches tabs with ctrl tab but Terminal doesn’t and thats basically my only issue with it.
Gnome seems to still require you to install a browser extension to use Shell Extensions.
KDE widgets are fantastic, I love having system monitors in a hidden panel at the top of my screen so I can really easily check system resource usage. I haven’t found anything similar on Gnome yet.
KDE Connect is such a brilliant app, it wouldn’t launch for me on Gnome but there is GSConnect for Gnome but its a 3rd party app
By default on KDE, if you shake your mouse the cursor gets bigger and there doesn’t seem to be a size limit which is so fun to do lol
Going from Plasma 5 to 6 was a nightmare for me but its probably because I was using EndeavourOS so the updates were sooner and more frequent.
Overall I think Gnome looks and feels a bit outdated and clunky and KDE looks and feels more modern with better integration across apps but that might just be QT vs GTK
I do plan on continuing to use Gnome for at least another 2 months to give it a fair try but I will almost always recommended KDE because I prefer the look and feel
I swear this is an old photo from at least a few months ago. I remember people joking about the caravan and boat being so extravagant
I wrote step by step instructions for installing windows repacks on linux using Lutris. https://sopuli.xyz/comment/9858101
I install FG Dodi and Gnarly repacks and ElAmigos updates this way. I have only had weird bugs with ~5 that would only unpack in a Windows VM and 2 that needed native Windows (BG3 and Until Dawn) but tbh I have a feeling its an AMD issue not a wine issue
What do you mean they’re failing to install? That sounds like a wine issue.
Sometimes games just work better on previous wine versions so it might be worth trying a couple of those.
I haven’t played the game but it seems to be DX11 so DXVK probably needs to be installed to the prefix
Towards the end of the FG installer, there is usually an option to download the dependencies so make sure you have those installed with winetricks to the correct prefix. C++ Redist download option here refers to vcrun in winetricks and its probably vcrun2022 since the game is new.
Is it defaulting to using your integrated graphics instead of the discreet gpu?
You could also add it as a non steam game in steam since proton will be set up properly to see if it runs better.
Edit:
470
Do you need to update your drivers? 470 came out in April 2021. DXVK only supports 510 and later so d3dcompiler instead of dxvk should be used but a driver update would be better.
Ah damn, its an issue on console too, that sucks. I wonder why there are so many recommendations when its so broken. I can’t believe its on gamepass and PS5 when it can so easily be broken in less than 5 minutes
I finished Silent Hill 2 too, the Mannequins made me jump so many times. They always seemed to appear when I least expected them to. The game created such a tense and scary atmosphere the whole way through but the prison area was by far the spookiest and of course I didn’t understand the hanging part and kept getting punished for it lol.
I also played The Last of Us Part 1 it was no where near as scary but the story was so good, I even cried a bit. I’d love more games that focused on keeping quiet, I dont think I’ve played anything with that sort of mechanic before. I really hope they port part 2 to pc soon.
I tried to play Alien Isolation but I kept getting game breaking bugs and when I finally managed to get about an hour in, there were still no aliens?? Just more bugs so I’ve given up on it and maybe I’ll try see if there are any fixes and stuff when I have more time since so many people recommend it.
Use uBlock Origin, you’re being redirected by ads. I tested downloading Icarus just now and this is where the links led to. gamebounty -> filecrypt -> datanodes. Datanodes started the download, ~30GiB 7zip file. I didn’t get any ads or redirects using Ublock Origin and a Firefox based browser.
I would suggest reading the very top of the megathread, the part that says" Not so fast sailor! Do this first"
American Arcadia
Quantum Break
Hellblade
God of War series
Sniper Elite series
Talos Principle
I found out recently that Portal has some free mods, I’ve just started reloaded and its pretty good so far.
Just tar and zstd. They’re probably installed by default for most distros anyway.
I think this is what I used when I first tried out zstd https://linuxconfig.org/how-to-install-and-use-zstd-compression-tool-on-linux
Tar supports input from zstd so I put everything on one line.
tar -I 'zstd -v --ultra -22' -cvf YourFile.tar.zst -C /path/to/your/file YourFile
-I takes the input from zstd which is in quotes.
–ultra it should be redundant but for some reason its needed for higher levels of compression.
-22 the highest level of compression offered by zstd.
-c for compress.
-v for verbose.
-f for the file name.
-C excludes the absolute path to the file/directory and just takes YourFile as the file/directory to compress. Its not needed if you’re in the same directory as YourFile.
I would recommend leaving out
--ultra -22
and just test how much compression you get with the default level first because 22 is super slow and if it just can’t compress the file you won’t see any difference in file size compared to the default compression level.
For 3DS games I use NDSTokyoTrim to remove useless data from the game files to make them smaller.
DreamCast, PS1 & PS2 games get compressed to chd with chdman.
GameCube and Wii are compressed to rvz with Dolphin.
PS3 I remove the PS3_UPDATE folder, 256MiB for each game adds up. I also use Gnarly Repacks for PS3 games since they have better compression than anything I’ve tried so far.
Switch games, I use nsz.
Then I use tar with zst on all of them, Nsz and rvz already use zst so theres no change but I just like to keep everything the same accross all of my roms and pc games.
Everything else, GB, NDS, SNES etc all get archived and compressed with tar and zst. For these I’ll also use the --ultra -22 option since they’re small enough files anyway so they don’t take long to compress/decompress. If anyone knows any specific compression/trimming methods that are better than zst, I’d love to hear about them!
Copies of all the tar archives are kept on 2 separate drives and a copy of the games are on my PC in whatever the smallest format is that is compatible with their emulator.
https://support.rockstargames.com/articles/33490543992467/Grand-Theft-Auto-Online-BattlEye-FAQ
Steam Deck does not support BattlEye for GTA Online
Such a crappy way of wording it and trying to blame the steam deck when BattlEye has said that they have had linux and wine support long before the steam deck came out
Official Rockstar Community (RP) Servers will not require BattlEye to play. Community Server launchers will disable BattlEye as part of their launch processes.
What makes RP servers so special that they don’t need BattlEye?
https://www.pcgamer.com/battleye-anti-cheat-confirms-steam-deck-support/
BattlEye has provided native Linux and Mac support for a long time and we can announce that we will also support the upcoming Steam Deck (Proton). This will be done on an opt-in basis with game developers choosing whether they want to allow it or not.
The information that has been exposed from this incident includes full names, usernames, profile photos, sex, date of birth, genetic ancestry results, and geographical location.
The threat actor accessed a small number of 23andMe accounts and then scraped the data of their DNA Relative matches, which shows how opting into a feature can have unexpected privacy consequences.
They can be linked to other online accounts. This allows for phishing, potentially scamming or getting additonal information on them which can lead to more sophisticated/personalised scams. Older, less tech savvy users are better targets for scammers.
Data aggregators can sell this info to Health Insurance Companies or any other system who can then discriminate based on genes sex age or location
Can contribute to people committing fraud with their information if they collect enough information from different sources.
Having enough information about a user to use it to target their now known relatives in personalised scams.
The people that did this probably didn’t know what information they were going to get, maybe they were hoping for payment info, and settled for trying to just sell what they got.
Any information, no matter how useless it might seem, is better than no information and enough useless information in the wrong hands can be very valuable.
Theres countless data breaches every year and people will collect it all and link different accounts from different breaches until they have enough information. Most people use the same email address for every website and a lot of people reuse the same passwords, which is how this data leak occurred. Knowing that these users reuse the same email/password combination here means theres a very good chance they’ve reused it elsewhere.
You can check out what data breeches have occured and if your email or password has been posted in any of these dumps here https://haveibeenpwned.com/
Once the information is out there, its out there for good and what might seem trivial now to you could be valuable tomorrow to someone else
Finally a good take. Or maybe I’m just a pessimist lol
Microsoft are masters at dancing around anti competitive regulation. Xbox is struggling, they’ve said so themselves. I think they’re going to focus more on Gamepass and the Windows Store so making it as difficult as possible for the likes of the Steamdeck to succeeded is in their best interest. If they can push companies to adopt their new framework and at the same time make that framework almost impossible to implement into wine then its a win win. They can hurt wine while painting it as better security so they’re isn’t another CrowdStrike incident.
Anticompetitive practices disguised as user security.
I know linux isn’t very popular for the general public but Apple has their own implementation of wine in development and Google has flooded schools with Chromebooks. If I was Michaelsoft, I’d want to crush the competition quickly and discreetly now before I implement my Windows subscription so people don’t have any good alternatives left
Yeah, sometimes there just isn’t another option. I have a 60GiB Win11 VM for things I use every few months for a couple of minutes at a time
I’d recommend https://www.qemu.org/ for virtualisation
https://virt-manager.org/ for a gui to manage VMs, you can easily add or remove cores, memory, internet, directories etc really easily.
https://github.com/winfsp/winfsp lets you add a directory from your host to the VM to easily share files
https://github.com/virtio-win/virtio-win-guest-tools-installer makes the cursor seamlessly move between the VM and host instead of pressing ctrl alt g to escape.
Win11 23H2 still allows for offline set up. Just press shift f10 when you’re at the internet set up and type
oobe/bypassnro
The VM will reboot and give you the option to select I don’t have internet so you can just use a local account
https://github.com/Raphire/Win11Debloat/ for getting rid of the unwanted bloatware
Theres also an easy way to activate windows for free, I don’t think I can link it here but its on github and MAS-sive amount of people have starred it.
I started The Witcher 3 for the second time. I tried it a year ago and I kept getting absolutely wrecked by the ghost thing in thr very first crypt so I gave up but this time I killed it straight away so who knows what I was doing wrong last time! Also, probably a bit controversial but I refuse to learn how to play Gwent, I don’t have the time or patients to learn a card game inside an already massive game
I also started and finished American Arcadia this weekend and I absolutely loved it. I’m trying to play shorter games that I wouldn’t usually play in between The Witcher 3 since its long. AA is probably one of the best games I’ve played. The story is fantastic and the gameplay is pretty basic, which suits me. It doesn’t take itself too seriously and has some fun twists at the end.
I’ve also been playing Supraland, its a pretty fun, chill game. The areas aren’t very difficult and the upgrade system is fun. I love the funny dialogues from the NPCs and again its a fun game that doesn’t take itself seriously and I find myself smiling while playing it
Yep, thats the blogpost from the owner of haveibeenpwnd regarding the email OP received.
OP, it seems like you have or had malware on one or more of your devices that has been logging all of your credentials to any services you signed into on the infected devices with the email address provided in the screenshot you shared.
I would suggest running a malware scan on devices you use to log in with that email.
On a secure device, you should change the passwords for each service that you use that email with.
If 2FA is already enabled on any of these accounts, then it should be safe and I would ensure the device is not infected before changing the passwords or else the passwords will be stolen again when you sign in on the infected device.
It is likely any other accounts that were signed into on the infected device have had their credentials stolen too, you may not have those email addresses set up to receive this notification. Also you should notify anyone else who has used the infected device that their credentials were likely stolen too.
You can check if other emails have been comprised using https://haveibeenpwned.com/ and you can also check if passwords have been comprised there too.