- jailbreak
- enable usb networking (type
;uninto the search bar after jailbreak) - configure your computer
- ssh in as root:mario
- usb mount point is
/mnt/us
| Windows Registry Editor Version 5.00 | |
| ; Default color scheme | |
| ; for Windows command prompt. | |
| ; Values stored as 00-BB-GG-RR | |
| [HKEY_CURRENT_USER\Console] | |
| ; BLACK DGRAY | |
| "ColorTable00"=dword:00000000 | |
| "ColorTable08"=dword:00808080 | |
| ; BLUE LBLUE |
Many of us spend many hours of our days using their terminal. Plus, we all have different tastes when it comes to color schemes. That's why the ability to change the color scheme of a terminal is one of its more important featuresl. Throughout this tutorial, I'll teach you how you can change the looks of your terminal, step by step.
This tutorial is aimed at elementary OS users, but it also works for any Ubuntu user. Start by installing dconf-tools:
sudo apt-get install dconf-tools
Secondly, you need to decide which theme you're going to apply. You can find dozens of terminal color schemes online, you can even design your own using this web application. Design the color scheme, hit "Get Scheme" and choose "Terminator". You'll get a raw text file with a background color, a foreground color and a palette. Those strings define your color scheme. In this tutorial, I'll post an
This re-styles your sublime text sidebar to be dark, it fits default Monokai theme.
Save the Default.sublime-theme file into packages/Theme - Default, make a backup of your original if you want to be able to go back easily.
Based on:
Let's have some command-line fun with curl, [jq][1], and the [new GitHub Search API][2].
Today we're looking for:
The graphing widget shows graphs using the Rickshaw graphing library. The names of data fields should be (vaguely) familiar if you've used Rickshaw before.
It's recommended that you replace the /assets/javascripts/rickshaw.min.js from your dashboard with the latest from here.
Multi-graph widget for Shopify's dashing to display a comparison style graph (or stacked with a minor modification). Obviously, this is an example that is built heavily on the existing graph widget that is provided with dashing. This widget provides a more clear framework for expanding the graph for multiple series (or nodes) of data. After seeing the example code, it should be fairly easy to expand to 3 or more overlaid graphs (although colors might get tricky). And really, this is just a slightly greater use of the cool rickshaw graphs.
To use this widget:
A widget made for Dashing. This widget shows multiple animated progress bars and reacts dynamically to new information being passed in. Anything with a current state and with a projected max/goal state can easily be represented with this widget. Some sample ideas would be to show progress, completion, capacity, load, fundraising, and much more.
- Animating progress bars - Both the number and bar will grow or shrink based on new data that is being passed to it.
- Responsive Design - Allows the widget to be resized to any height or width and still fit appropriately. The progress bars will split up all available space amongst each other, squeezing in when additional progress bars fill the widget.
| Go here to export playlists: http://groovebackup.com/ | |
| Each playlist will look like this: | |
| ``` | |
| "SongName","ArtistName","AlbumName" | |
| "Oxford Comma","Vampire Weekend","Vampire Weekend" | |
| "Le Vent Nous Portera","Noir Désir","Radio Bemba Sound System" | |
| "Na neh na","Vaya Con Dios","Top 2000" | |
| "Discordance","Paris Combo","Motifs" |
| // from: http://stackoverflow.com/questions/2226920/how-to-monitor-clipboard-content-changes-in-c | |
| /// <summary> | |
| /// Provides notifications when the contents of the clipboard is updated. | |
| /// </summary> | |
| public sealed class ClipboardNotification | |
| { | |
| /// <summary> | |
| /// Occurs when the contents of the clipboard is updated. | |
| /// </summary> |

