- Вы заключаете контракт со своим клиентом (клиентами) или через фриланс биржи, используя юридические данные нашего бизнес-инкубатора;
- Полученные средства поступают на ваш фирменный суб-счет (валюта PLN, EUR, USD), которые вы потом себе выплачиваете как заработную плату в рамках договора с нами;
- Предоставив польским государственным органом подтверждение того, что вы тведете деятельность и проводите доход легально, вы получаете ВНЖ в Польше.
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
| aasb = Unknown | |
| action = Unknown | |
| ad = Unknown | |
| addh = Unknown | |
| adsafe = Unknown | |
| adtest = Ads test mode (when adtest=on, Google treats the query as a test so ad impressions aren’t counted) | |
| adtest-useragent = Unknown | |
| aec = Unknown | |
| aep = Unknown | |
| affdom = Unknown |
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
| import bson | |
| from pymongo import MongoClient | |
| def dump(collections, conn, db_name, path): | |
| """ | |
| MongoDB Dump |
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
| <!doctype html> | |
| <html> | |
| <head> | |
| <title>This is the title of the webpage!</title> | |
| </head> | |
| <body> | |
| <p>This is an example paragraph. Anything in the <strong>body</strong> tag will appear on the page, just like this <strong>p</strong> tag and its contents.</p> | |
| </body> | |
| </html> |
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
| // This script loops though the list of collection names in a MongoDB and runs the compact operation on them | |
| // Simply paste this into the Mongo shell | |
| use testDbName; | |
| db.getCollectionNames().forEach(function (collectionName) { | |
| print('Compacting: ' + collectionName); | |
| db.runCommand({ compact: collectionName }); | |
| }); |
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
| <IfModule mod_expires.c> | |
| ExpiresActive on | |
| # Perhaps better to whitelist expires rules? Perhaps. | |
| ExpiresDefault "access plus 1 month" | |
| # Data | |
| ExpiresByType text/xml "access plus 0 seconds" | |
| ExpiresByType application/xml "access plus 0 seconds" | |
| ExpiresByType application/json "access plus 0 seconds" |
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
| # OS | |
| .DS_Store* | |
| ehthumbs.db | |
| Icon? | |
| Thumbs.db | |
| Desktop.ini | |
| # vvvv Backup | |
| *~.xml |
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
| # Get Root | |
| sudo su | |
| # Download NMON archive | |
| cd /tmp | |
| wget http://sourceforge.net/projects/nmon/files/nmon16e_mpginc.tar.gz | |
| # Untar archive | |
| tar -xzvf nmon16e_mpginc.tar.gz | |
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
| Jenkins | |
| Download from jenkins and run the installer | |
| Load and unload manually can be done with | |
| load:sudo launchctl load /Library/LaunchDaemons/org.jenkins-ci.plist | |
| unload: sudo launchctl unload /Library/LaunchDaemons/org.jenkins-ci.plist | |
| heap-size | |
| sudo defaults write /Library/Preferences/org.jenkins-ci heapSize 1024M |
NewerOlder
