Skip to content

Instantly share code, notes, and snippets.

@karataserkan
karataserkan / repo-rinse.sh
Created November 20, 2019 11:21 — forked from nicktoumpelis/repo-rinse.sh
Cleans and resets a git repo and its submodules
git clean -xfd
git submodule foreach --recursive git clean -xfd
git reset --hard
git submodule foreach --recursive git reset --hard
git submodule update --init --recursive
@karataserkan
karataserkan / cifs-mount.md
Last active February 6, 2019 07:49 — forked from ipbastola/cifs-mount.md
How to mount CIFS into Ubuntu 16.04

CIFS Mount on Ubuntu 14.04

1. Install packages

$ sudo apt-get install cifs-utils

2. Create a Mount point Directory

$ sudo mkdir /media/share