- Learning something complicated for the first time should feel a little painful - you should get used to that feeling since it’s a good thing and means you’re growing. Don’t let it scare you away because you don’t think you’re smart enough.
Git: Source Gist
We use Git version control for all of our projects at [Sparkbox][]. We host our code on GitHub. Large features get their own branch and are merged with a pull request.
_Never forget all this juicy knowledge! Set your commit message template to
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1) $ xclip -> copy output of a content to clipboard | |
$ xclip -o -> pastes clipboard contents | |
Example: $ pwd | xclip -> (copies output of pwd to clipboard) | |
$ xclip -o -> (pastes clipboard contents) | |
2) $ xkill -> kill the selected window | |
3) $ rfkill -> lists the details of firmware like wifi, bluetooth | |