🏳️‍⚧️ Elara ☭

19-year-old Autistic, Trans ML descended from the Soviet Union. Bourgeoisie’s worst nightmare.

she/her

Overlord Friendly server admin of the genzedong.xyz matrix homeserver

External Links:

  • 1 Post
  • 8 Comments
Joined 2 years ago
cake
Cake day: February 22nd, 2023

help-circle


  • The main thing is just make sure you know what the command is going to do before you run it. There are no specific commands that are dangerous, there are many ways to make a dangerous command. For example, if you see rm, that’s the remove command. It deletes files permanently. Once rm removes a file, there’s no trash you can retrieve it from, it’s gone forever, so make sure it isn’t deleting anything important. Some important things are / and ~. If you see a command removing / like the one Sleepless One mentioned, that’s removing all the files on your system. / is the root directory, it’s the place where everything on your computer is stored. ~ is your home directory. It’s where things like your documents, pictures, etc. are stored. So, if someone gives you sudo rm -r ~ or something, do not run that. If it’s something like ~/.config/somefile, that’s fine because it’s deleting a specific file inside your home directory rather than the whole thing.




  • I run Arch on a PinePhone Pro. It’s been working really well. Recent updates have improved it a lot. The phone now wakes itself up from sleep when it receives a call or SMS, calls and SMS have been very reliable, MMS messages now work, etc. I even have Android apps running on my PinePhone Pro using Waydroid, which is now hardware accelerated. I use it as a daily driver and it’s a very good daily driver.

    The only major issue is that the drivers for the cameras haven’t been mainlined yet which means that even if you get a kernel that supports them, most camera apps won’t support them and the ones that do don’t have postprocessing yet, so the white balance is off and the quality is horrible. If you don’t need the cameras though, it works really well.


  • For some reason, my brain just doesn’t like having folders in my home directory that don’t start with a capital letter.

    My home directories look something like this:

    .
    ├── Applications
    ├── Code
    │   ├── Scripts
    │   └── AUR
    ├── Desktop
    ├── Documents
    │   └── Nextcloud
    ├── Downloads
    ├── Music
    ├── Pictures
    │   └── Wallpapers
    ├── Videos
    └── Workspace
    
    • Applications stores appimages
    • Code contains the git repos of any projects I’m working on
      • Code/AUR contains my AUR packages
    • Desktop is pretty much unused, but it was created automatically so it’s there
    • Documents/Nextcloud is the directory that’s synced to my Nextcloud instance
    • Workspace is where I experiment with random stuff that usually doesn’t last long. If it does, I move it to Code.

    Everything else should be pretty self-explanatory.