Are people going to throw them out? With tarrifs especially i think a lot of people will just use unsecure hardware.
IHave69XiBucks
id start a nuclear war for a dorito
- 1 Post
- 335 Comments
I used to run a raspberry pi off a external phone battery via usb so i could carry it around while testing stuff lol
He never switched hes just a liar. Hes on of those libs who says they support gaza but wont call it a genocide and says “israel has a right to defend itself” and he voted for pro-israel anti-palestine shit in congress.
Oh man the libs really dont like when you point how their furthest left guy still supports genocide.
IHave69XiBucks@lemmygrad.mlto Linux@lemmy.ml•Which (Lenovo) notebooks to buy when coming from Apple Silicon?3·5 days agoIf your looking to use linux and have good battery life tho its not like thats hard to do. Especially with your use case. My laptop (latitude 7400) has a loud fan and runs hot on windows and undervolting is bios locked so on windows the battery life would suck and it would be loud and hot. But on linux i customize the tlp settings and turn the clock speeds down, make sure battery mode is on even when plugged in, and i get great battery life, and the fan never even turns on. Just pulled up powertop and it says with the web browser im typing this in and running a local music player im pulling 5W from the battery, at 81% right now, and have 10 hours until empty at current usage. And this thing only cost like 250$ cuz i got it used.
IHave69XiBucks@lemmygrad.mlto Linux@lemmy.ml•What's a good, beginner-friendly distro that allows for easy switching between GNOME and KDE?2·5 days agoI mean any distro you can easily swap just log out and switch DE and have both installed. Even mint i have run gnome on before with no issues.
IHave69XiBucks@lemmygrad.mlto Linux@lemmy.ml•Which (Lenovo) notebooks to buy when coming from Apple Silicon?2·5 days agoAre you planning to run Linux on it? Dont get a snapdragon then. Its not ready yet and youll have a ton of issues.
IHave69XiBucks@lemmygrad.mlto Linux@lemmy.ml•Download and play a windows only steam game?1·7 days agoEspecially considering theyre plenty happy to advertise and sell windows only games to you in the store when running linux.
I turn it off during OS install then turn it on after usually. If you want to run VMs sometimed youll have to sign your own keys and annoying stuff like that but you can always just go into BIOS and turn it off anytime anyway.
IHave69XiBucks@lemmygrad.mlto Linux@lemmy.ml•I have used Windows all my life, and I have some questions.21·12 days agoWill my ability to play games be significantly affected compared to Windows?
Not significantly as long as you are on the right distro for it.
Can I mod games as freely and as easily as I do on Windows?
no. mod managers can work but its definitely not as easy. If you use steam workshop it works great usually, but something like vortex is gonna be a pain in the ass.
If a program has no Linux version, is it unusable, or are there workarounds?
You can run windows programs with wine. It’s not that difficult to do. Its how games work on Linux that dont have linux support.
Can Linux run programs that rely on frameworks like .NET or other Windows-specific libraries?
Usually you can get it to work. I have run across some specific programs for my job that simply wont work with wine, but they barely work on windows as it is. It may need fiddling with tho.
How do OS updates work in Linux? Is there a “Linux Update” program like what Windows has?
Sometimes. It depends on the distro. Mint has an updater where you click update and ur done basically. Others you go in and do a terminal command which changes by package manager. For like OS version jumps if your not on a rolling release distro then it can be a bit of a bigger job. I recently updated my computer from Debian Bookworm to Debian Trixie. I went into the sources replaced bookworm with trixie, and ran the full upgrade command. Then rebooted and had to ctl alt f4 into terminal nuke gnome and reinstall that. Which is expected in that case. It can be a bit techy at times for something like that but for a normal update on a distro with a GUI updater its a button click. Usually no reboot needed either.
How does digital security work on Linux? Is it more vulnerable due to being open source? Is there integrated antivirus software, or will I have to source that myself?
Dont download shit you shouldnt download. If your not sure if something has a virus or not you can get tools to scan for them, but windows is similar in that your main protection is just not doing something dumb. You can keep regular backups and if somehow you mess something up or get a virus just restore from it. PikaBackup works well.
Are GPU drivers reliable on Linux?
AMD is flawless usually. Nvidia i dont use but hear it can be more of a hassle. With AMD the drivers will come preinstalled with your distro usually. Some do Nvidia too some dont. There is an open source and proprietary nvidia driver you have to pick which one you want. Id research it for your specific card.
Can Linux (in the case of a misconfiguration or serious failure) potentially damage hardware?
No more than windows can. If you try to overclock without proper cooling or something for example. Thats BIOS stuff usually tho not an OS thing.
And also, what distro might be best for me?
Maybe Nobara since you like gaming? Or Linux Mint its beginner friendly.
If what you want is like a start menu like experience that you can customize i think plasma and cinnamon would both give that to you from what i have seen. Take a look at my reply to my own comment btw i put a screenshot of the app grouping that does exist in gnome. You just group them up in the all apps menu.
Ok im at my computer now so i can look at this.
You can make categories like this if that works for you.
Sorry im a bit confused. Gnome does allow app grouping in little bubbles similar to on a phone. Do you mean in the
activities menui meant the applications menu extension. having custom categories? I basically never use that when i use gnome i just hit the super key or do a 3 finger swipe up twice on the trackpad to open the app menu. For desktop ive recently switched to gnome too and have been using the dash to panel extension so i can click the app menu button on it.
I run Debian Stable. I wanted something i could just set and forget. I don’t need updates, or want them outside security stuff. And i want stability. My machines pretty old so i dont need newer drivers or anything anyway. It also has all the software i need.
IHave69XiBucks@lemmygrad.mlto Linux@lemmy.ml•USB Tethering from Android just stopped working [Fedora 42]21·19 days agoI asked ChatGPT about it since I’m not sure how to go about it, and got this. Might be worth a try.
Prompt: In a recent update to the fedora operating system they changed it so mobile broadband modems are now flagged as WWAN devices rather then ethernet devices. This is causing it to treat a usb tethered phone as a WWAN device instead of a ethernet over usb device, and the tether is not working as a result. How could a user fix this on their system?
Answer: You can teach ModemManager to completely ignore your phone’s RNDIS interface so that NetworkManager will handle it as a normal Ethernet link again. Here’s how:
-
Find your phone’s USB IDs
Plug in your phone with USB‑tethering enabled and run:lsusb
You’ll see a line like:
Bus 002 Device 008: ID 18d1:4ee7 Google Inc. Nexus/Pixel (tethering)
Note the idVendor (here
18d1
) and idProduct (here4ee7
). -
Create a udev rule to ignore it
As root, create/etc/udev/rules.d/99-usb-tether-ignore.rules
with these contents:# Tell ModemManager to ignore my phone’s USB‑tether interface ATTRS{idVendor}=="18d1", ATTRS{idProduct}=="4ee7", ENV{ID_MM_DEVICE_IGNORE}="1"
(Replace
18d1
/4ee7
with your phone’s IDs.) citeturn5search4 -
Reload udev and restart services
sudo udevadm control --reload-rules sudo udevadm trigger sudo systemctl restart ModemManager NetworkManager
After that, your tethered phone will no longer be treated as a WWAN modem but as an ordinary USB‑Ethernet device—DHCP will kick in and Internet will flow as before.
Tip:
If you never use a cellular modem on this machine, you can also just uninstall ModemManager entirely:sudo dnf remove ModemManager ``` citeturn5search4
-
IHave69XiBucks@lemmygrad.mlto Linux@lemmy.ml•USB Tethering from Android just stopped working [Fedora 42]2·19 days agoSo its treating your phone like a WWAN device like if you had mobile broadband built into the computer instead of treating it like a ethernet over usb connection. If there is a network connection showing up for it try to go in and force it to allow the phone to handle DHCP. Tethered phones act as the DHCP server in most cases, but if it thinks its an internet WWAN device the computer might be trying to be the DHCP server causing a conflict. Or force it to somehow recognize it as an ethernet connection.
IHave69XiBucks@lemmygrad.mlto Linux@lemmy.ml•USB Tethering from Android just stopped working [Fedora 42]2·19 days agotry to look up how to enable rndis in fedora manually and try it. Might work. Or you might need to download something too.
Most of them already did. My own laptop is a latitude 7400 i got after a business replaced it for cheap. They update their lineups regularly anyway usually. So most will be windows 11 ready. I think this laptop would be able to run windows 11 too altho idk cuz i use debian and have never tried it.