Skip to content

Instantly share code, notes, and snippets.

@yinka
yinka / keys_pub.md
Last active April 27, 2020 22:09
keys.pub

BEGIN MESSAGE. kG7tBvzjSARsCGR 5OvxokuZqAOH7uR bAT5R5MdlW5tPEE cewdIz6RukrsBta gOaWNAibcPaI7GA A55i7CeCY8pTCKq 6Xr2MZHgg4jSxOE EfKNowLytqt9NRT Mlc8Da6qLD9IrbI CL6rYetturjn47Q uaXXap3nEqZiw0i P2ZbSyrOIMLMJYI 1lWv5eUdm4Wm2zc Dx1kZwoECny5pqH 7UvBF. END MESSAGE.

Keybase proof

I hereby claim:

To claim this, I am signing this object:

@yinka
yinka / twittermute.txt
Created January 26, 2020 02:34 — forked from IanColdwater/twittermute.txt
Here are some terms to mute on Twitter to clean your timeline up a bit.
Mute these words in your settings here: https://twitter.com/settings/muted_keywords
ActivityTweet
generic_activity_highlights
generic_activity_momentsbreaking
RankedOrganicTweet
suggest_activity
suggest_activity_feed
suggest_activity_highlights
suggest_activity_tweet
@yinka
yinka / Sony A7MK II.md
Last active August 29, 2015 14:13
Sony A7

##Best practice for battery conservation

  • Turn Airplane mode on: Menu>Wireless>Airplane Mode>On/Off
  • Disable the after-shot review and use only the viewfinder
  • set short sleep timeouts like 1 or 2 minutes.
  • keep EVF / LCD brightness to minimum.

##Back Button Focusing

@yinka
yinka / exceltips.md
Created October 10, 2013 14:43
Excel

#Excel ##Excel keyboard shortcuts ###The best keyboard shortcuts for selecting data

The first step of selecting cells or a group of cells (called a range) is to position the cursor on a cell that is a corner of the area you want to select. Use the arrow keys to do this.

To select a rectangle area around the active cell, hold down the SHIFT key and press the arrow keys. For example, to select a 2 by 4 rectangle, hold down the SHIFT key and press the RIGHT ARROW key one time and the DOWN ARROW key three times.

Holding down the SHIFT key can be cumbersome, so Excel provides a way to "turn on" selecting with arrow keys. Press F8 to start using the arrow keys to select, and press F8 again when you are finished.

@yinka
yinka / djangounchained.md
Created October 2, 2013 09:47
Django Unchained

[TOC]

#Django Tips

###Upgrade Django To upgrade django, first uninstall

pip uninstall Django
pip-3.3 uninstall Django
@yinka
yinka / ubuntutips.md
Last active November 30, 2020 13:08
Linux & Ubuntu Tips

#Linux & Ubuntu Tips

[TOC]

##Yinka's favourite packages

  1. google chrome beta
  2. vlc
  3. shotwell
  4. googletalkplugin
  5. Tweaks
@yinka
yinka / ubuntu-13_04_postinstall.sh
Created September 27, 2013 16:49
Post Install Script
Post Install Script
=====================
We start out with going command line and do this:
```
touch post_install_script
sudo 775 post_install_script
gedit post_install_script
```
Start with enabling all repositories and refreshing the software list because the LiveCD is outdated: