Sublime Text 3 Setup
Install Package Control
Install Package Control for easy package management.
- Open the console with
Ctrl+`
- Paste in the following:
diff --git a/indra/newview/lltoolbar.cpp b/indra/newview/lltoolbar.cpp | |
index 8d4820d..fb1aa99 100644 | |
--- a/indra/newview/lltoolbar.cpp | |
+++ b/indra/newview/lltoolbar.cpp | |
@@ -84,8 +84,8 @@ | |
class LLFakeResizeHandle : public LLResizeHandle | |
{ | |
public: | |
- LLFakeResizeHandle(const std::string& name, const LLRect& rect, S32 min_width, S32 min_height, ECorner corner = RIGHT_BOTTOM ) | |
- : LLResizeHandle(name, rect, min_width, min_height, corner ) |
doctype html | |
html | |
head | |
title My App | |
meta name="viewport" content="width=device-width, initial-scale=1.0" | |
= stylesheet_link_tag "application", media: 'all', 'data-turbolinks-track' => true | |
= javascript_include_tag "application", 'data-turbolinks-track' => true | |
= csrf_meta_tags | |
body |
ActiveRecord::Base.connection.tables.each do |t| | |
ActiveRecord::Base.connection.reset_pk_sequence!(t) | |
end |
Install Package Control for easy package management.
Ctrl+`
Custom recipe to get OS X 10.10 Yosemite running from scratch, setup applications and developer environment. I use this gist to keep track of the important software and steps required to have a functioning system after a semi-annual fresh install. On average, I reinstall each computer from scratch every 6 months, and I do not perform upgrades between distros.
This keeps the system performing at top speeds, clean of trojans, spyware, and ensures that I maintain good organizational practices for my content and backups. I highly recommend this.
You are encouraged to fork this and modify it to your heart's content to match your own needs.
// Use Gists to store code you would like to remember later on | |
console.log(window); // log the "window" object to the console |
SSH into Root
$ ssh root@123.123.123.123
Change Root Password