docker stats $(docker ps –format={{.Names}})
linux
Cannot connect to the Docker daemon
docker: Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?.
Delete your file under /etc/default/docker
reboot and all is fine
ubuntu add swap
see here
https://www.digitalocean.com/community/tutorials/how-to-add-swap-on-ubuntu-14-04
fallocate -l 4G /swapfilechmod 600 /swapfilemkswap /swapfileswapon /swapfilenano /etc/fstabadd/swapfile none swap sw 0 0
svn migrate to git
git svn clone –no-metadata https://snvkonkretor.com/myproject/oldstuff
git remote add origin https://konkretor@git.konkretor.com/legacy/legacy.git
git remote -v
git config http.sslVerify false
git push –all
found here with
svn2git example
https://www.troyhunt.com/migrating-from-subversion-to-git-with/
gem ignore certificate error windows
Replace the ssl gem source with non-ssl as a temp solution:
- gem sources -r https://rubygems.org/
- gem sources -a http://rubygems.org/
found here
P2P anonymous Services
atom editor show whitespace
Atom => Config
editor:
invisibles: {}
showInvisibles: true
Found here
https://www.khattam.info/howto-show-space-tabs-and-newlines-invisibles-in-atom-1-x-2015-12-07.html
protect from reboot on prod machine
xrdp configurator
Linux Mint 18 microphone not working
I had a issue with my usb headset, the microphone is not working anymore.
you must delete
rm -rf /home/user/.config/pulse
reboot
that’s it