How about using M$ Edge on Linux? /s
Seriously though, one of my friends uses Edge on Windows, Linux, and Android. I still couldn't wrap my head around his decision.
How about using M$ Edge on Linux? /s
Seriously though, one of my friends uses Edge on Windows, Linux, and Android. I still couldn't wrap my head around his decision.
Judging by the craiglist watermark on the bottom right, it's probably just a meme listing.
Just FYI, Arch Linux has a tool called Archiso that you can use to create live ISO image. You can copy the default releng config and edit the package list accordingly.
If you are on Plasma 6, it should be "System Settings" - Keyboard - Advanced, select "Configure keyboard options", and you'll find the "Caps Lock behavior" - maybe even two, but one of them have a lot of options as to what you want to do with your Caps Lock key.
今天我们吃鸡腿 - We are eating drumsticks ("The Future") today
dog furiously eats broccoli (Wayland icon)
等下 - Wait a minute
味不对劲啊 - That doesn't taste right
你是不是又坑我了 - You are not tricking me, are you?
我看看 - Let me see
我就知道吗 - I knew it! (ノ´・ω・)ノ ミ ┻━┻
你是真狗啊 - ~~You are the real dog~~ You are such a dog
~~You like eating eggs, don't you?~~
A64 (the SoC for PinePhone) is mostly intended for set-top boxes (i.e. smart TV), so it is really not designed for power efficiency.
It's really a bummer that most "smartphone" SoCs cannot easily be purchased, and have no proper documentations. Thinkers and smaller manufacturers are stuck with mostly Allwinner and Rockchip SoCs (most of which are engineered as embedded processors) if they want to design something from starch at all.
Don't think my phone runs Nvidia... or Wayland 🤔
Let me introduce you to running postmarketOS on Nvidia Tegra SoC. /s
From what I can find it has a quad-core Cortex-A7 ARM32 chip, a.k.a Mediatek MT8321, with 1 GB of RAM and 8 GB of storage, which is not plenty for a device running Android 8.
Your best bet for running "Linux OS" is postmarketOS. But the ARM world is a lot different than the x86 world that you might be familiar with: you can't just "install" any OS on an ARM platform, you need to port it (write code & tweak config) for each device. And the only device that has the same SoC does not look good.
So you next best choice is probably Termux. It could be installed on any Android devices, and provides a decent "Linux" environment that are pretty close to a real Linux console. Of course, it's really difficult to run GUI applications, and running things like Docker would probably be out of the questions (ARM32 already had pretty rough Docker support as-is). But still, it's a good way to get your hands dirty with Linux, and you can definitely use them for quite a few things: writing C or Python code on the go, get familiar with command line, or just run a few small services (e.g. SSH for remote connection, NginX for web server). The possibilities are still endless.
Now, as for the de-googling part, you will still need a custom ROM for this, and I'm not even sure if your device even support flashing third-party ROMs (some carriers would lock it down), so it might not be possible to flash an entire new OS, but someone else seemed to have already posted a potential ROM you could try. Still, you can still find some tutorials that can help you disable as much Google as possible with ADB command, which you might need to adapt to your specific device.
███████ Scratch off for password
This is for file sharing, while Syncthing is for file synchronization. While you could use Syncthing for file sharing as well (and I have used it for that before), it's definitely more complicated to use, and requires a bit more setup.