This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Assuming you have installed Git | |
| 1. Open git-bash located at C:\Program Files\Git\git-bash.exe | |
| 2. Connect to the container with the following command | |
| "winpty docker exec -it container_id sh" | |
| 3. Type "exit" to exit |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| sudo fallocate -l 2G /swapfile | |
| sudo chmod 600 /swapfile | |
| sudo mkswap /swapfile | |
| sudo swapon /swapfile | |
| sudo swapon -s | |
| sudo sh -c "printf '/swapfile none swap sw 0 0\n' >> /etc/fstab" | |
| sudo sh -c "printf 'vm.swappiness=10\n' >> /etc/sysctl.conf" | |
| sudo sysctl vm.vfs_cache_pressure=50 | |
| sudo sh -c "printf 'vm.vfs_cache_pressure = 50\n' >> /etc/sysctl.conf" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| var USERSELECTSDIR = 0; | |
| var DEFAULTDIR = "C:\\Users\\Me\\Downloads\\100_Images\\"; | |
| var myDir = ""; | |
| var originalName = ""; | |
| var originalNameNoExtension = ""; | |
| var savedName = ""; | |
| var methods; | |
| var resultsDir = myDir + "Results\\"; | |
| var savedNameNoExtension = ""; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| mopidy deps | |
| Platform: Linux-3.12.35+-armv6l-with-debian-7.6 | |
| Python: CPython 2.7.3 from /usr/lib/python2.7 | |
| Mopidy: 0.19.5 from /usr/lib/python2.7/dist-packages | |
| Pykka>=1.1: 1.2.0 from /usr/lib/python2.7/dist-packages | |
| tornado>=2.3: 4.0.2 from /usr/local/lib/python2.7/dist-packages | |
| certifi: 14.5.14 from /usr/local/lib/python2.7/dist-packages | |
| backports.ssl-match-hostname: 3.4.0.2 from /usr/local/lib/python2.7/dist-packages | |
| Mopidy-Moped: 0.4.2 from /usr/local/lib/python2.7/dist-packages | |
| setuptools: 11.3.1 from /usr/local/lib/python2.7/dist-packages |