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
| My experiences towards Elementary OS Luna |
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
| My experiences towards Knoppix |
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
| My general experiences about GNU/Linux distro's and other stuff |
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
| Git commands | |
| ============== | |
| [] <= optional | |
| Cloning | |
| --------- | |
| git clone <url.git> [path/to] | |
| git clone -b <branch> --single-branch <url.git> [path/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
| Originally from: https://www.raspberrypi.org/forums/viewtopic.php?t=83067&p=587189 | |
| Connecting to IRC servers with SSL: | |
| apt-get install gnome-common libglib2.0-dev libgtk2.0-dev libssl-dev | |
| Enable Python2.x or Python3.x plugin: | |
| apt-get install python2.7-dev | |
| apt-get install python3.2-dev | |
| Download: https://github.com/hexchat/hexchat/archive/master.tar.gz |
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
| N=Twitch | |
| I=<twitch_user_name> | |
| P=oauth:xxxxxxxxxxxxxxxxxxxxxx | |
| L=7 | |
| E=UTF-8 (Unicode) | |
| F=88 | |
| D=3 | |
| S=irc.twitch.tv/6667 | |
| C=CAP REQ :twitch.tv/membership | |
| C=CAP REQ :twitch.tv/tags |
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
| NAME teh | |
| CMD the | |
| NAME hes | |
| CMD he's | |
| NAME shes | |
| CMD she's | |
| NAME thats |
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
| html, body { | |
| background: none; | |
| background-color: #002b36 ; | |
| } | |
| blockquote.postMessage, .teaser { | |
| color: #93a1a1; | |
| } | |
| div.post div.postInfo span.subject { |
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
| input[type="range"] { | |
| width: 31.25em; | |
| height: 10px; | |
| -webkit-appearance: none; | |
| } | |
| input[type="range"]::-webkit-slider-thumb { | |
| -webkit-appearance: none; | |
| border-radius: 50%; | |
| width: 18px; |
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
| #tasklist li { | |
| border-radius: 10px; | |
| border: 1px solid #DEDEDE; | |
| } | |
| .task-middle { | |
| font-size: 14px; | |
| line-height: 25px; | |
| } |
OlderNewer