“Sign in to confirm that you’re not a bot” usually means your IP is (temporarily) blacklisted by the video server. You can try using a VPN or tor.
aspe:keyoxide.org:AXUSK5DTIIPISP6T5SJNVFOVUQ
- 0 Posts
- 27 Comments
AutumnSpark1226@lemmy.todayto
Solarpunk@slrpnk.net•Reticulum Network - Potentially viable global mesh internet
5·2 years agoConnections around 5 bits per second are the minimum.
Try booting from an usb (with a live linux image) stick and see if you can access your drive.
Authorized by not denying…
AutumnSpark1226@lemmy.todayto
Pixel Dungeon@lemmy.world•Where is ShatteredPD savedata in Android located?English
5·2 years agoOn my device it’s in: /data/data/com.shatteredpixel.shatteredpixeldungeon/files However this path is only accessible with root permissions on most android systems.
AutumnSpark1226@lemmy.todayto
Android@lemmy.world•is there any application to automatically turn an android device off after a predetermined period of time?English
2·2 years agoI have found this app. Didn’t test it but you might try it. https://github.com/maforn/TimedShutdownAndroid
AutumnSpark1226@lemmy.todayto
Android@lemmy.world•is there any application to automatically turn an android device off after a predetermined period of time?English
3·2 years agoOn a rooted device or with adb you can execute the command:
sleep 60m && reboot -p
Man, got rick rolled and lost the game…
I have tried a yubikey on ubuntu without any problems. Could you please describe what exactly isn’t working
AutumnSpark1226@lemmy.todayto
Technology@lemmy.ml•Everything Toxic Google Did in the last 12 months.
152·2 years agoA video on youtube…
AutumnSpark1226@lemmy.todayto
Piracy: ꜱᴀɪʟ ᴛʜᴇ ʜɪɢʜ ꜱᴇᴀꜱ@lemmy.dbzer0.com•Invidious vs Piped. Which is better?English
231·2 years agoYou might need to switch to a smaller instance.
AutumnSpark1226@lemmy.todayto
linuxmasterrace@feddit.de•A secret Linux cat easter eggEnglish
5·3 years agoExplained here: https://www.cyberciti.biz/faq/understanding-bash-fork-bomb
AutumnSpark1226@lemmy.todayto
linuxmasterrace@feddit.de•A secret Linux cat easter eggEnglish
22·3 years agoThis is just a forkbomb that will overload your system.
AutumnSpark1226@lemmy.todayto
DeGoogle Yourself@lemmy.ml•How to Degoogle without customROM?
2·3 years agoNow, I know. Does that work with older android versions too? I had trouble using adb to uninstall/disable system apps on a samsung phone running android 9. That’s why I recommended rooting.
AutumnSpark1226@lemmy.todayto
DeGoogle Yourself@lemmy.ml•How to Degoogle without customROM?
1·3 years agoWell, I just heard this for the first time. Could have saved me a lot of time and trouble.
AutumnSpark1226@lemmy.todayto
DeGoogle Yourself@lemmy.ml•How to Degoogle without customROM?
31·3 years agoThe first thing you need is root access. Then you can uninstall all google apps (including system apps).
AutumnSpark1226@lemmy.todayto
Linux@lemmy.ml•How could I create a custom linux distro/iso without using special tools like respin and archiso?
42·3 years agoIf you want a kali-based live environment, you can follow this tutorial: https://www.kali.org/docs/development/live-build-a-custom-kali-iso/ You can configure a lot of options and most of the building process is just downloading packages.
Once you activate it, you have to pay taxes and obey the law.
… and when you tweet or x (or whatever it’s called now) sh*t about elon your car drives away






This is about flashing only. I don’t know if the device will accept the firmware because of a potential carrier lock (in whatever way that is implemented).
If you’re on linux, you can use odin4. For me, this tool worked best overall. (Note that it’s 100% proprietary and you basically need to run a random file from the internet with special privileges.)
You can run
odin4 -hto see the cli options. You should have 5*.tar.md5files for a newer phone.-aargument-bargument-cargument-sargument ONLY if you want to reset your whole device (I’m not sure if this will force a reset every time on all devices, but it did a reset for me)-sargument if you just want to do an update to your system (of course there’s no guarantee that it won’t reset, so make sure you have backups)So you should something like this with root privileges:
odin4 -a AP... -b BL -c CP... -s CSC...I think for carrier lock removal, you need to reset your phone anyway, so you can use the CSC file.
I hope this helps!