

It’s an industry security standard. Not a defect. If you don’t agree with it, fork the software and modify it to suit your needs.
It’s an industry security standard. Not a defect. If you don’t agree with it, fork the software and modify it to suit your needs.
*Assuming the keyboard has on-board persistent memory.
If the keyboard is unplugged or the computer is turned off, without persistent memory, it will revert to default. Always check the features of the keyboard before you buy. If you want to avoid using bloated, buggy OEM software, check to see if your keyboard is supported with software like OpenRGB. Typically this only supports the lighting configuration. Things like macros may still require you to install OEM software. And hopefully it has persistent memory to save it to the device.
Some self hosted services refuse to work if you use a self signed certificate with your public facing IP. They only allow self signed certificates when using one of the handful of private addresses.
Some apps on mobile devices for the service you use won’t work unless a trusted certificate is used. A self signed certificate behind the scenes creates an error that isn’t handled and you can’t connect.
You lose the ability to have a proxy in front to handle abuse so your server is spared the headache. You need a domain to do this.
TLS.
While technically you can use TLS with a self signed certificate, it creates additional problems with a public facing service. Only recommended for internal services.
You’ll find a majority of gaming oriented laptops do this already. No accidents.
Whereas mainstream low to high end sticks it somewhere to be smashed accidentally.
It’s always been bad practice to just blindly update software. That’s why we have different distros.
Ubuntu and Mint hold your hand and make it easy for newcomers. Great way to dive into Linux. I completely agree these are great for “it just works” and no fuss. I’ve not had one break on me.
Arch and Gentoo expect you to have experience and know what you’re doing. You build it up how you want it. That’s what makes these so great. But you need the experience and knowledge.
I’ve personally tried openSUSE and in my opinion it feels like a good middle ground between both ends. In the past I’ve recommended Mint to get started, openSUSE once you’ve got experience, and then Arch for when you want total control.
This is so true and it hurts.
Have a mouse, keyboard and speaker set from 2004-2005. They all still work. I’ve bought several new Logitech products since 2015 and all have failed or have some defect. I’ve reached the point where I don’t buy anything Logitech.
You either set the DNS settings per device to the system running PiHole / AdGuard Home, or if your router allows, set the DNS there. It’s ideal to set it on the router.
Any time a device makes a DNS request to a domain, it’s checked against the list. If found, it’s stopped. If not found, it gets sent upstream to your choice of a public DNS configured during setup. I use Cloudflare (1.1.1.1, 1.0.0.1).
Being able to do this is why Linux is so amazing. If Windows finds a corrupt file and can’t repair itself, you gotta find the package it’s part of (Windows update catalog), or create an ISO that’s updated to do an offline repair. If the registry gets fucked, good luck fixing that.
Arch is not meant to be a daily driver if you’re expecting “shit just works” stability long term when you just blindly run updates. You have to understand what you’re updating and sometimes why.
It is targeted at the proficient GNU/Linux user, or anyone with a do-it-yourself attitude who is willing to read the documentation, and solve their own problems.
If you want to use Arch, you need to invest in snapshots using rsync
or dd
. Given how it’s a rolling release, you should do this weekly. If something fucks up, grab all your logs and put them somewhere safe. Roll back and look at your logs to see what broke. Then apply updates as needed. You can ignore packages for quite a while. If you’re not smart enough to understand it now, you may in the future. It takes time and practice.
Debian based is only “out of date” feature wise because they do a package freeze. They ensure stability before release. Updates are largely security related.
Reddit has already clarified, your account is deleted, but any comments or posts made are left behind unless you remove them manually. The username is removed on each comment and post. The database doesn’t know who it belongs to if you delete your account before doing this. That being said, reddit only tracks the last 1,000 comments you have made. You have to go back and find any additional comments beyond that. Same goes for all other content such as your posts, saved posts from others, comments you upvoted, etc. The internal limit is 1,000. Additionally, the database keeps one revision. So even if you delete it, an admin can restore it if they so desire. The username will be missing of course. The delete counts as a revision state. You first edit your comment with something random, wait 24 hours, and then delete it. If an admin attempts to restore your comment, it will simply be whatever gibberish you put in.
As a result of all this, Reddit is not 100% GDPR compliant.
It’s a version of Windows 10 targeted at businesses that choose to run Windows on “Internet of Things” devices. It is a “Long Term Service Channel” release that receives primarily security updates (little to no features updates), because the devices that will use this need to be in service for a very long time. Enterprise Windows typically activates with a licensing server that’s subscription based. But you can use the “Microsoft Activation Scripts” to activate it as if it were a retail copy you pick up the store.
Linux uses half the RAM Windows does in a fresh install. 8GB can absolutely be done on a Linux system without worry. To aid systems with 4-8GB RAM, Windows compresses. This has allowed OEMs to ship systems with 8GB as a minimum. This just isn’t enough for multitasking. The CPU is tasked with constantly compressing and decomposing if you’re attempting to multitask. This can make an already cheap laptop feel a little more sluggish. 16GB has always been the minimum for gaming systems and these days it’s becoming apparent 32GB is needed. 8GB is just pitiful for a computer these days.
Addressing the OP, mobile devices used to only need 2-4GB for the longest time. The OS wasn’t that heavy because the ARM CPU could only do so much. As the CPUs improved, higher resolutions were used, prettier animations and more features got added. This all needs more RAM. Android developer options will tell you how much RAM you’re using. A feature of Android is to keep a process cached in RAM that’s been recently used. This is present to aid in battery life. Even if you swipe the app away from recents list, a portion is cached so the next time you start it, the CPU doesn’t have to work as hard to load it up. You can see this under Running services > Cached processes. This means it’s more beneficial for the mobile device to have more RAM.
error: no operation specified. (use -h for help)
Office doesn’t have native Linux binaries. You either have to use a VM or Wine. You’ll find most people recommend a VM. There are Office web apps, but they’re not as robust as the Windows native offerings. Microsoft doesn’t really want to offer Office on Linux. Stick with Windows for the remainder of your education. Once you’ve finished, you can sink time into learning Linux.
Exactly.
If my device is compatible, does it automatically have access to Google Play and branding?
No. Access isn’t automatic. Google Play is a service operated by Google. Achieving compatibility is a prerequisite for obtaining access to the Google Play software and branding. After a device is qualified as an Android-compatible device, the device manufacturer should complete the contact form included in licensing Google Mobile Services to seek access to Google Play. We’ll be in contact if we can help you.
https://source.android.com/docs/setup/about/faqs
Google services are entirely missing from Android open source. The Google Play package is what contains the entirety of Google’s services.
Not sure if anyone remembers but back when cyanogenMod was the go-to, early versions had Google services included. Google sent a cease and desist notice and said it was a license violation. You cannot distribute it as part of the OS by default. The next release of cyanogenMod had it removed. Users had to flash the package if they wanted it.
The Feedback Hub was introduced to fix this gap in user reports for Windows. Microsoft does actively monitor this. They respond when necessary, merge topics, deny or approve bugs/suggestions, etc. For their software, such as Terminal or VS Code, you can use GitHub issues.
Keep in mind, like most companies, Microsoft has guidelines on what employees can say when responding to any user feedback. This is why we typically see a lot of copy and paste. When it is more than that, wording is selective and you may not get more than one or two responses in total.
I know of at least one employee on Reddit who participates every so often. https://www.reddit.com/user/jenmsft/
Wow has taken such a bad turn in cultivating a toxic community.
For the longevity of the battery, you shouldn’t let it get that low. Lithium batteries really dislike being below 10% or above 90%. Ideally you should charge above 30% and stop at 90%. Samsung even offers a feature for when to stop charging. Apple has a battery health report that tells you how well it’s performing compared to when it was new. Fast charging above 30W is hard on health too. You should use a charger below that. I personally use an 18W charger.
You may have long battery life now, but it won’t last with poor battery hygiene. I’ve personally ruined batteries in the past in 3-4 years to where the phone can no longer accurately read the battery level. People I know have done it too. My last phone lasted a whopping 6 years before the battery finally started screwing up.
TeamSpeak is doing an overhaul to be similar to Discord. You can self host.