

1·
3 months agoBeware, if your device is the Verizon version then the answer is that most likely there is absolutely nothing you can do. Never buy the Verizon version because they lock them down and throw away the key


Beware, if your device is the Verizon version then the answer is that most likely there is absolutely nothing you can do. Never buy the Verizon version because they lock them down and throw away the key


Why is 12 afraid of 10?
Because 10 was in the middle of 9/11!
I thought that was a glory hole at first and you are the worst neighbor
I second the Debian recommendation, with one caveat: if ever you need to install software that is not maintained by Debian (I.e. it is installed using a command like
make installinstead ofapt install) then you could run into significant problems.Debian uses a system (called APT) to manage the logistics of all your apps and libraries. This is wonderful until you add a program using a different method that APT doesn’t know about. In that case you can “end up in dependency hell” where your system can no longer update or install new packages.
Advanced users can work around this limitation to install things safely, but for a user just starting out I suggest to only ever install packages that exist in the Debian repositories (that is, can be installed with APT or one of its various frontends). This can mean the programs are a little outdated or not available.
Debian has a document that explains this in greater detail, which I suggest every Debian user reads: Don’t Break Debian