Skip to content

Instantly share code, notes, and snippets.

@sonalranjit
sonalranjit / tmux-cheatsheet.markdown
Created July 8, 2019 13:25 — forked from MohamedAlaa/tmux-cheatsheet.markdown
tmux shortcuts & cheatsheet

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname
@sonalranjit
sonalranjit / AssetBundleSample.cs
Created March 14, 2017 18:17 — forked from yaeda/AssetBundleSample.cs
Unity AssetBundle Examples.
using System;
using UnityEngine;
using System.Collections;
public class AssetBundleSample : MonoBehaviour {
public GUIText guitext;
// Use this for initialization
void Start () {
@sonalranjit
sonalranjit / remove_postgres_on_mac_os.md
Created March 10, 2017 01:28 — forked from Atlas7/remove_postgres_on_mac_os.md
Note - How completely uninstall PostgreSQL 9.X on Mac OSX

This blog post has helped me clean up my postgres development environment on Mac. So making a copy!

How completely uninstall PostgreSQL 9.X on Mac OSX

This article is referenced from stackoverflow:

If installed PostgreSQL with homebrew , enter brew uninstall postgresql

If you used the EnterpriseDB installer , follow the following step.
@sonalranjit
sonalranjit / README.md
Created August 23, 2016 20:50 — forked from pklaus/README.md
Generating Random MAC Addresses with Python

TODO

  • Create a CLI-Interface with the following options:
    • Unicast or Multicast? Default: Unicast
    • Locally Administered or Globally Unique? Default: Locally Administered
    • Prescribe specific OUI (overwrites the above two)
    • Number of MACs to generate (they should not collide and be piped out separated by newlines)

Resources