• 0 Posts
  • 11 Comments
Joined 1 year ago
cake
Cake day: May 3rd, 2024

help-circle




  • Activate the private space and move sandboxed google play and any non-foss apps there. You can use separate user profiles to do this, but in practical use, the private space works much more smoothly. The “private space” is a fairly recent addition to GrapheneOS which is why most advice recommends to use multiple user profiles, but take it from me, the private space is much easier to use.

    Only use free, open-source apps in the main profile. Installing F-droid to handle your apps works well here.

    Alternatively you can install Obtainium to manage your apps. Obtainium can install apps from f-droid or if you are adventurous you can use obtainium to install and update apps from their github repos - but this can be a lot of effort.

    For gps navigation Install OsmAnd and familiarize yourself with it and learn how to get it setup to your liking. OsmAnd can be tough at first so get used to it’s limitations. You MUST get in the habit of planning your route before you leave to minimize any problems or surprises.

    Go to Signal’s website and find the app download link there, determine the download URL of the .apk file and paste that address into Obtainium as a source address so Obtainium can handle the installation and updates of Signal… Even though it is open source, signal isn’t on the f-droid repo so the only clean way of getting it is from their website. It can be installed from the play store but if you do that, it is possible for the feds to force google to push a compromised update to your phone in-particular.

    Remove the sim card and leave it locked away in a drawer at home. There are plenty of places around town where free WiFi is available and very few people are too important to wait for you to return their message. Use a VPN (mullvad) with other peoples WiFi, though. In the Mullvad app’s split tunnelling settings, select show system apps, scroll down to “Captive Portal Login” and exclude it from the VPN connection - without doing this you won’t be able to hit the “I agree to the terms of use” prompt free WiFi connections present to users before allowing internet to connect.

    Find a cheap VoIP/SIP provider. Install Linphone as your SIP client so you can make phone calls while out-and-about on free WiFi if the need ever presents itself.



  • That’s been the general understanding but may not be true. Up until 2016, America has relied on the government respecting the conventional way a lot of things are done. But there have been the occasional deviation.

    It was controversial when Ford pardoned Nixon for not specifying what he was being pardoned for.

    Last year Biden pardoned his son to protect him from possible persecution by a future government, also controversial.

    Who knows, maybe Trump will shit out a tweet tomorrow declaring these idiots are completely innocent of any crime. Any challenge to that would need to be heard by the Supreme Court. Would the current Supreme Court intervene, I doubt it.

    Your simple, one sentence question had given me way too much to think about.





  • Glad to see you got it working. One thing to add that you might find useful:

    it shows 20054:8080 for a very short period when I start the stack and then disappeared

    This is an indication that the container has stopped. Because you have restart: unless-stopped set, the container is stuck in a bootloop so portainer will always show a state of either starting or running. Docker container automatically stop when the application inside the container has exited or completed… Often because the application has encountered an error.

    Some more information that may or may not be useful:

    A good example of a container stopped because the application has finished is the Cross-seed container that people use to cross reference their torrents seeding in their bittorrent client with torrents available on other torrent trackers. In this case, the application runs a search on each tracker, downloads the files and once the search is done the application exits and then the docker container will stop.