Skip to content

Instantly share code, notes, and snippets.

@demagu-sr
demagu-sr / Command line
Last active August 29, 2015 14:19
Linux Command line Hacks
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
@demagu-sr
demagu-sr / Git_Commit_Conventions.md
Last active November 30, 2017 07:33
Git commit message conventions

Git plus GitHub

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

@demagu-sr
demagu-sr / Front end Resources.md
Last active April 15, 2020 18:01
Links to learn by fun
@demagu-sr
demagu-sr / DevTipsAndTricks.md
Created February 10, 2020 19:14
Developer Tips And Tricks
@demagu-sr
demagu-sr / Motivational Quotes.md
Last active June 5, 2020 03:09
Motivational Quotes
  • 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.