• 0 Posts
  • 78 Comments
Joined 9 months ago
cake
Cake day: September 29th, 2023

help-circle













  • After installing Lineage, I root the phone and install Neo Backup.
    Then I just make an up to date backup on my old phone, copy that over (easiest with KDE Connect), and restore. That deals with about 60% of the apps and their data. The rest are mostly apps where I have to log in again and some special cases like WhatsApp or Signal where using their own backups is required.

    I made a list when I changed my phone last year of working/non-working apps from my phone at that point.

    Permissions don’t carry over and have to be regranted to every app.






  • If you do go down the VLAN route, make sure to define enforce the networks on the Proxmox and firewall side. If you set the VLAN ID on the client instead, an attacker could change it to a different network.

    Not sure how exactly Proxmox works for this, but generally you’d distinguish between tagged and untagged ports.
    You’d use untagged ports for client/vm access. Any packet gets the VLAN tag set to what you define.
    A tagged port would be used to connect Proxmox to the router. This keeps the VLAN tags in packets intact for the routing you’ll need to do.


  • I previously used WikiJS, but since about a year ago I switched to Grav.

    The really nice thing is not having an additional database anymore. It’s really just markdown pages, config files and php plugins.

    By default it looks like a blogging platform, but with the learn2 theme it also works pretty well as a documentation website. The official docs are written using that theme.

    I wasn’t completely happy with the defaults though so I did some modifications for my own wiki. Some limited knowledge in HTML, CSS is required and PHP or Javascript don’t hurt either.

    You can find the theme, plugins and pages in my repo as well if you’d want to use any of it.