# add source for webmin
deb http://download.webmin.com/download/repository sarge contrib
wget http://www.webmin.com/jcameron-key.asc
sudo apt-key add jcameron-key.asc
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
| #! /bin/sh | |
| # Installation | |
| # - Move this to /etc/init.d/myservice | |
| # - chmod +x this | |
| # | |
| # Starting and stopping | |
| # - Start: `service myservice start` or `/etc/init.d/myservice start` | |
| # - Stop: `service myservice stop` or `/etc/init.d/myservice stop` |
People
:bowtie: |
π :smile: |
π :laughing: |
|---|---|---|
π :blush: |
π :smiley: |
:relaxed: |
π :smirk: |
π :heart_eyes: |
π :kissing_heart: |
π :kissing_closed_eyes: |
π³ :flushed: |
π :relieved: |
π :satisfied: |
π :grin: |
π :wink: |
π :stuck_out_tongue_winking_eye: |
π :stuck_out_tongue_closed_eyes: |
π :grinning: |
π :kissing: |
π :kissing_smiling_eyes: |
π :stuck_out_tongue: |
ssh-keygen -t rsa -b 4096 -C 'build@travis-ci.org' -f ./deploy_rsa
travis encrypt-file deploy_rsa --add
ssh-copy-id -i deploy_rsa.pub <ssh-user>@<deploy-host>
rm -f deploy_rsa deploy_rsa.pub
git add deploy_rsa.enc .travis.yml- SimpleImport
- Orders
- CompanyRegistration
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
| Releasing Yawik into v0.32.0-RC1 version. | |
| ----------------------------------------- | |
| Releasing v0.32.0-RC1 to ~> cross-solution/YAWIK repo | |
| CMD git checkout release-0.32.0 | |
| ERR Already on 'release-0.32.0' | |
| CMD git pull origin release-0.32.0 | |
| ERR fatal: Couldn't find remote ref release-0.32.0 | |
| CMD git tag -s v0.32.0-RC1 -m "Release v0.32.0-RC1 version" |
Every so often I have to restore my gpg keys and I'm never sure how best to do it. So, I've spent some time playing around with the various ways to export/import (backup/restore) keys.
cp ~/.gnupg/pubring.gpg /path/to/backups/
cp ~/.gnupg/secring.gpg /path/to/backups/
cp ~/.gnupg/trustdb.gpg /path/to/backups/
convert branch alias to:
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
| class FeatureContext extends MinkContext { | |
| /** | |
| * @Given /^I wait for css element "([^"]+)" to (appear|disappear)$/ | |
| */ | |
| public function iWaitForCssElement($element, $appear) | |
| { | |
| $xpath = $this->getSession()->getSelectorsHandler()->selectorToXpath('css', $element); | |
| $this->waitForXpath($xpath, $appear == 'appear'); | |
| } |
- symlink sandbox/config
- check coveralls config
- fix behat config
- check module config
- ignores composer.lock
- fix travis coverage upload
- check README.md build status to master
- check .travis/phpenv.ini