OpenVPN / DNS / resolv.conf
For Unix users with OpenVPN clients, you may notice that when connecting to a VPN server via OpenVPN, your DNS servers aren't working properly. This might result in DNS leaks or domain name resolutions that don't work at all (i.
0 CommentsnetworkingvpnunixopenvpndnsCyclic Permutation
This is an array/list trick that saves about O(n) in space complexity by taking advantage of a given array with integers representing indices. For this example problem, suppose that we want to apply some permutation P to an array A.
0 CommentsalgorithmsarraylistcyclicpermutationPythonUseful Links
This is a personal list of useful resources for improving web stacks, frameworks, development, UX, whatever that I come across!
0 Commentswikidevelopmentlinksnpm and Node.js Management
npm packages install and save Install a package and also write it to package.json under "dependencies":{} npm install <PACKAGE> --save Alternatively, for developer dependencies: npm install <PACKAGE> --save-dev or npm i -D <PACKAGE> npm install, update, run (outside of current directory) npm install --prefix <PATH to directory> npm update --prefix <directory> npm run --prefix <script defined in package.
0 CommentswikinpmnodejsArcade fun with Python and pygame
Source: https://github.com/rkenmi/R-Typo
0 Commentsgitarcadepygamepython 3.5Python