Skip to content

Instantly share code, notes, and snippets.

View kayiwa's full-sized avatar
πŸ’­
never gonna git u up never gonna git u down, never gonna turn around and reset u

Francis Kayiwa kayiwa

πŸ’­
never gonna git u up never gonna git u down, never gonna turn around and reset u
View GitHub Profile
Dear Omprakash Team,
I am writing to you on behalf of St. Vincent De Paul Kibera, located in Nairobi, Kenya. We we introduced to your by Christina Stelini who is also using your program work for and are deeply impressed by your commitment to ethical global engagement and the "mutual learning" philosophy that underpins your network.
Currently, our organization focuses on providing robust reliable technological infrastructure for children who were orphaned or otherwise impacted by HIV/AIDS. Our initial primary goals are ensuring the nursery and children have reliable power in an area that consistently loses power and furnishing them with the training and technology that they will need when they graduate.
As we look to expand our impact and strengthen our organizational capacity, we believe that joining the Omprakash network would be a significant step forward.
Specifically, we are interested in exploring how we might:
#!/bin/bash
docker ps -aq | xargs docker stop
docker ps -aq | xargs docker rm
docker volume ls -q | xargs docker volume rm
docker rmi $(docker images -q)
@kayiwa
kayiwa / diffengine_installer
Last active February 2, 2021 13:07
Diffengine Installer
## install phantom JS (#ref https://tecadmin.net/install-phantomjs-on-ubuntu/)
* As superuser capable account do the following
```
sudo -s
sudo apt -y update
sudo apt -y install build-essential chrpath libssl-dev libxft-dev
sudo apt -y install libfreetype6 libfreetype6-dev libfontconfig1 libfontconfig1-dev
wget https://bitbucket.org/ariya/phantomjs/downloads/phantomjs-2.1.1-linux-x86_64.tar.bz2
sudo ln -sf /usr/local/share/phantomjs-2.1.1-linux-x86_64/bin/phantomjs /usr/local/bin/phantomjs
@kayiwa
kayiwa / gist:164a80c71de40ea15abbc76b15c86378
Created January 10, 2019 17:07 — forked from rxaviers/gist:7360908
Complete list of github markdown emoji markup

People

:bowtie: :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:
@kayiwa
kayiwa / cloudwatch_role
Last active April 26, 2018 16:11
simple cloudwatch role
`group_vars/log.yml`
---
log:
- file: /var/log/syslog
format: "%b %d %H:%M:%S"
group_name: syslog
cloudwatch_logs_region: us-east-1
`roles/installer/files/awslogs.service`
I had Jerk sauce from Jamaica and I reverse engineered the ingredients and have stuck with this.
### Ingredients
1 lime or lemon
8 chicken legs or 2 Β½ - 3-pound chicken cut up
2 teaspoons creole seasoning
1 or more Habaneros
6 garlic cloves, chopped
Β½ tablespoon cinnamon powder
Β½ tablespoon allspice coarsely ground

Keybase proof

I hereby claim:

  • I am kayiwa on github.
  • I am kayiwa (https://keybase.io/kayiwa) on keybase.
  • I have a public key ASDiO4G2fAKXyi1KDN5zqYUNhcgU4CrQM0iStI3SmFXkTAo

To claim this, I am signing this object:

2015-07-24 12:33:15,514 INFO org.apache.cocoon.caching.impl.CacheImpl - Cache HIT for PK_G-aspect-cocoon://DRI/9/?pipelinehash=823411183535858997_T-Navigation-3684586013171328553_T-Include-resource://aspects/ViewArtifacts/dspace-home.xml_T-Include-file:///dspace/config/news-xmlui.xml
2015-07-24 12:33:15,515 INFO org.apache.cocoon.caching.impl.CacheImpl - Cache HIT for PK_G-aspect-cocoon://DRI/8/?pipelinehash=4961881493603249564_T-Navigation-3684586013171328553_T-CommunityBrowser-578614924677317992
2015-07-24 12:33:15,542 INFO org.apache.cocoon.caching.impl.CacheImpl - Cache HIT for PK_G-aspect-cocoon://DRI/7/?pipelinehash=-5923365221909800837_T-Navigation-3684586013171328553_T-SidebarFacetsTransformer-0_T-FrontPageFeeds-1_T-SiteRecentSubmissions-0
2015-07-24 12:33:15,586 INFO org.apache.cocoon.caching.impl.CacheImpl - Cache HIT for PK_G-aspect-cocoon://DRI/6/?pipelinehash=-3559454669997229774_T-SystemwideAlerts-1_T-Navigation--5367372201529954577
2015-07-24 12:33:15,586 INFO org.apache.cocoon.caching
[alias]
…
unstage = reset HEAD
undo-commit = reset --soft HEAD^
poh = push origin HEAD
pulloh = pull origin HEAD
set-upstream = !git branch --set-upstream-to=origin/`git symbolic-ref --short HEAD`
docker ps -aq | xargs docker stop
docker ps -aq | xargs docker rm
docker volume ls -q | xargs docker volume rm