Setting up Conky on Ubuntu 16.04LTS for the Clevo P751DM2-G
System Information:
We extract this with inxi:
installation:
sudo apt-get install inxi
| #!/bin/sh | |
| # Script for installing tmux & htop on systems where you don't have root access. | |
| # Inspired by https://gist.github.com/ryin/3106801 | |
| # tmux will be installed in $HOME/local/bin. | |
| # htop will be installed in $HOME/local/bin. | |
| # It's assumed that wget and a C/C++ compiler are installed. | |
| # exit on error | |
| set -e |
| colors = ['Red', 'Blue', 'Green', 'Yellow', 'Black'] | |
| states = ['Andhra', 'Karnataka', 'TamilNadu', 'Kerala'] | |
| neighbors = {} | |
| neighbors['Andhra'] = ['Karnataka', 'TamilNadu'] | |
| neighbors['Karnataka'] = ['Andhra', 'TamilNadu', 'Kerala'] | |
| neighbors['TamilNadu'] = ['Andhra', 'Karnataka', 'Kerala'] | |
| neighbors['Kerala'] = ['Karnataka', 'TamilNadu'] |
Setting up Conky on Ubuntu 16.04LTS for the Clevo P751DM2-G
System Information:
We extract this with inxi:
installation:
sudo apt-get install inxi
#IRC Reference
Not intended as a guide for newbies, more like a "cheat sheet" for the somewhat experienced IRC user, especially one who wields some power over a channel.
##The Basics
/join #channel
/part #channel
| `emacs --daemon` to run in the background. | |
| `emacsclient.emacs24 <filename/dirname>` to open in terminal | |
| NOTE: "M-m and SPC can be used interchangeably". | |
| * Undo - `C-/` | |
| * Redo - `C-?` | |
| * Change case: 1. Camel Case : `M-c` | |
| 2. Upper Case : `M-u` | |
| 3. Lower Case : `M-l` |