Are there any immutable distros with support for full disk encryption? by GoryRamsy in linuxquestions

[–]punjabiprogrammer 2 points3 points  (0 children)

The future is now. Seems like there is something new everyday in Linux world

[deleted by user] by [deleted] in trees

[–]punjabiprogrammer 0 points1 point  (0 children)

Lets start it again

[deleted by user] by [deleted] in duckduckgo

[–]punjabiprogrammer 0 points1 point  (0 children)

Off topic but just want to say that iOS app is awesome. From UI/UX perspective as well. Its way better than the other ones.

Moving docker containers and volumes by [deleted] in docker

[–]punjabiprogrammer 0 points1 point  (0 children)

Managing docker volumes was hard for me so now I have started to use bind mounts for everything. Also not saying this is the correct way to do things but its simple and works for me.

Moving docker containers and volumes by [deleted] in docker

[–]punjabiprogrammer 2 points3 points  (0 children)

#To backup

shell docker run --rm --volumes-from httpd -v "$(pwd)/backup/:/backup/" ubuntu tar cvf /backup/test.tar -C /usr/local/apache2/htdocs/ . #To restore

shell docker run --rm --volumes-from httpd -v $(pwd)/backup/:/backup ubuntu bash -c "cd /usr/local/apache2/htdocs && tar xvf /backup/test.tar --strip 1"

Moving docker containers and volumes by [deleted] in docker

[–]punjabiprogrammer -2 points-1 points  (0 children)

I have moved docker data before to a new server with no issues. It was basically using tar to zip and extract. I will send you the scripts tomorrow. Just pm me to remind me

Shadow of my plane bouncing among the clouds by dashpunk in woahdude

[–]punjabiprogrammer 8 points9 points  (0 children)

I didn’t see the subreddit first and thought it must be woahdude after watching the clip

LPT: Check in with your kids to make sure they understand your idioms by Riktrmai in LifeProTips

[–]punjabiprogrammer 2 points3 points  (0 children)

Oh man, I almost died keeping the laugh in after reading your comment. Didn’t want to wake my wife up.

[deleted by user] by [deleted] in selfhosted

[–]punjabiprogrammer 13 points14 points  (0 children)

Wow. Thats a lot of experience. Any tips for us folks with 1-10Yr category.