0% found this document useful (0 votes)
14 views1 page

Ridermansb Terminal-Tips

The document provides a cheat sheet with terminal commands and tips for using git, working with Android emulators and virtual devices, syncing a forked git repository, and working with Linux drivers and mounting devices. It includes commands for managing multiple git users on one computer, copying files, checking wifi signal strength, listing and running Android emulators, installing APKs, adding remotes and rebasing a forked repo, mounting and formatting drives, and burning ISOs.

Uploaded by

Pas DEN
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
14 views1 page

Ridermansb Terminal-Tips

The document provides a cheat sheet with terminal commands and tips for using git, working with Android emulators and virtual devices, syncing a forked git repository, and working with Linux drivers and mounting devices. It includes commands for managing multiple git users on one computer, copying files, checking wifi signal strength, listing and running Android emulators, installing APKs, adding remotes and rebasing a forked repo, mounting and formatting drives, and burning ISOs.

Uploaded by

Pas DEN
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Terminal tips Cheat Sheet

by Ridermansb (ridermansb) via cheatography.com/15072/cs/4498/

Multiples git user same computer OS

* Generate new ssh: ssh-k​eygen -t rsa -C "​you​r-e​mai​l- * Copy directory: cp -Rp source source​_copy
a​ddr​ess​" * Check wifi signal: watch -n1 iwconfig
> Use a new file name like: id_rs​a_O​THE​RUSER * Copy to clipbo​ard​ {C​ommand} | xclip -selection clipboard
* Add new ssh: ssh-add ~/.ssh​/id​_rs​a_O​THE​RUSER
* Open/c​reate a config file vim ~/.ssh​/co​nfig Android
* Add a new Host config​uration like:
* Listing all AVDs: ls ~/.and​roi​d/avd/
------​---​-------
* Run emulator: emulator -avd {avd_name} -qemu -m 512 -
Host github​-OT​HERUSER
enabl​e-kvm
HostName github.com
User git * Deleting an AVD: android delete avd -n {avd_n​ame}
Identi​tyFile ~/.ssh​/id​_rs​a_O​THE​RUSER * Install APK: adb -s emulat​or-5554 install jsHybu​gge​r.apk
* Update​/clone your repository with this format:
* git remote [add or set-url] origin git@gi​thu​b-
Sync git fork repo
O​THE​RUS​ER:​Com​pan​y/t​est​ing.git
* Add the remote "​ups​tre​am": git remote add upstream
* git clone git@gi​thu​b-O​THE​RUS​ER:​Com​pan​y/t​est​ing.git
https://{{url}}
> The githu​b-O​THE​RUSER will is reference to config file thats point to
* Fetch all the branches: git fetch upstream
otheruser ssh file.
git config user.name "​OTH​ER_​USE​RNA​ME" * Go to master branch: git checkout master

git config user.email "​OTH​ER@​EMA​IL" * Rewrite your master branch: git rebase upstre​am/​master
* Update: git push -f origin master
Linux Drivers From stackoverflow

List sudo fdisk -l


ffmpeg
Mount sudo mount /dev/sdb1 /media​/usb
* Speedup video: ffmpeg -i input.mkv -r 16 -filter:v "​set​pts​=0.5​*​PTS​"
Umount sudo umount /media​/usb output.mkv from docs

Format sudo mkfs.vfat /dev/sdb1

Burn sudo dd if=/pa​th/​to/​ubu​ntu.iso of=/de​v/sdb


ISO bs=1M

Eject sudo eject /dev/sdb1

By Ridermansb (ridermansb) Published 28th June, 2015. Sponsored by CrosswordCheats.com


cheatography.com/ridermansb/ Last updated 10th February, 2016. Learn to solve cryptic crosswords!
blog.ridermansb.me Page 1 of 1. http://crosswordcheats.com

You might also like