Skip to content

Instantly share code, notes, and snippets.

View ashupednekar's full-sized avatar
:octocat:
git push before everything ;)

Ashutosh Pednekar ashupednekar

:octocat:
git push before everything ;)
View GitHub Profile
@rohitrawat
rohitrawat / sources.list
Created June 12, 2017 18:17
Ubuntu 16.04 Xenial default /etc/apt/sources.list
#deb cdrom:[Ubuntu 16.04.2 LTS _Xenial Xerus_ - Release amd64 (20170215.2)]/ xenial main restricted
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
deb http://us.archive.ubuntu.com/ubuntu/ xenial main restricted
# deb-src http://us.archive.ubuntu.com/ubuntu/ xenial main restricted
## Major bug fix updates produced after the final release of the
## distribution.
deb http://us.archive.ubuntu.com/ubuntu/ xenial-updates main restricted
@flyingluscas
flyingluscas / InstallPopcornTime.md
Last active April 19, 2023 01:51
Installing Popcorn Time on Ubuntu 16.x

1. Downloading

32 bits version

$ wget https://get.popcorntime.sh/build/Popcorn-Time-0.3.10-Linux-32.tar.xz -O popcorntime.tar.xz

64 bits version

@Xpktro
Xpktro / des.py
Last active May 26, 2022 11:34
des.py: A pure Python academic-only implementation of the DES cipher.
#coding:utf-8
"""des.py: A pure Python academic-only implementation of the DES cipher."""
__author__ = u'Moisés Cachay Tello'
__copyright__ = u'Copyright 2013, Moisés Cachay Tello'
import binascii
class BinString(str):

tmux cheatsheet

As configured in my dotfiles.

start new:

tmux

start new with session name: