• 0 Posts
  • 27 Comments
Joined 1 year ago
cake
Cake day: June 12th, 2023

help-circle











  • Australia did something recently, yes. It’s called the AA Bill. And it allows for the government to demand a worker put a backdoor in to an encryption product. The absolutely stupid thing is that if the government does this, the worker can’t tell a soul about it for fear of prison. If (when) it comes up in code review, they’re still not allowed to tell anyone. If they do, it’s straight off to prison. Where does it stop. I was hopeful that tech companies would abandon australia when this happened, but they didn’t. They just rolled over and took it up the arse pipe. Fucking hell. This is a good write up

    That’s not even mentioning what google is trying to do currently.







  • I don’t have any specific guides in mind, but you’ll want to use docker-compose as much as possible, also create /home/your_user/docker/app/ for each app, and keep your docker compose files. If you use docker run, keep a copy of the commands you use, because if you need to restart your services, it will be a lot easier than having to search up the command in your bash history again. You can just cat docker.txt | bash and it will recreate your docker containers for you. That’s all i can really think of for getting started. Also, docker ps will be a godsend.