How to prepare our environment?
- Download Linux Mint
- Burn on DVD
- Boot up from DVD
- Install the system
- Install git:
sudo aptitude install git-core
cd ~ git clone git://github.com/fractalsoft/dotfiles ~/.dotfiles
~/.dotfiles/sudo_install.sh
~/.dotfiles/install.sh
Important! All keys press in Sublime Text.
Press Ctrl + `
.
Copy and paste:
- Sublime Text 3
import urllib.request,os; pf = 'Package Control.sublime-package'; ipp = sublime.installed_packages_path(); urllib.request.install_opener( urllib.request.build_opener( urllib.request.ProxyHandler()) ); open(os.path.join(ipp, pf), 'wb').write(urllib.request.urlopen( 'http://sublime.wbond.net/' + pf.replace(' ','%20')).read())
- Sublime Text 2
import urllib2,os; pf='Package Control.sublime-package'; ipp=sublime.installed_packages_path(); os.makedirs(ipp) if not os.path.exists(ipp) else None; urllib2.install_opener(urllib2.build_opener(urllib2.ProxyHandler())); open(os.path.join(ipp,pf),'wb').write(urllib2.urlopen('http://sublime.wbond.net/'+pf.replace(' ','%20')).read()); print 'Please restart Sublime Text to finish installation'
in command line and press enter.
- Press
Ctrl + Shift + p
. - Write word
install
in the input. SelectPackage Control: Install Package
. - Select interesting package and click.
- RSpec
- HTML5
- CoffeeScript
- BracketHighlither
- GitGutter
- Codeivate
- Emmet
- Emmet Css Snippets
- Color Highlither
- SCSS
- Live Reload
- Ruby on Rails API Search
- RubyGems
- Rails Panel
- Pretty JSON
- JavaScript Beautifier
- W3C HTML5 & CSS3 Validator
- SASS Inspector
- Quick Javascript Switcher
- Adblock Plus
- Privacy Badger
- PDF Viewer
- Page Ruler
- Resolution Test
- ColorZilla
- Google Dictionary
- Todoist
- DevDocs
- Nanny
- Ember Inspector
- Chrome Remote Desktop
- MightyText - SMS Text Messaging
- Chrome to Mobile
- WasteNoTime
- 1Password
- Bootstrap Overlay
- Foundation Overlay
- LiveReload
- QuickJS
- Selenium IDE
- Selenium IDE: ScreenShot on Fail
- Selenium IDE: Page Coverage
- Selenium IDE: Test Results
- Selenium IDE: Implicit Wait
- Selenium IDE: Highlight Elements
- Selenium IDE: Test Suite Batch Converter
- Selenium IDE: Power Debugger
- Selenium IDE: File Logging
- Selenium IDE: Log Search Bar
- Selenium IDE: Stored Variables Viewer
- Selenium IDE: Flow Control
- Selenium IDE: WebDriver Backed Formatters
- Selenium IDE: Separated Values Formatter
- Todoist
- LeechBlock
- Dust-Me Selectors
Edit mysql configuration file. For example:
sudo mcedit /etc/mysql/my.cfg
In section [client] add:
default-character-set = utf8
In section [mysqld] add:
character-set-server = utf8 collation-server = utf8_general_ci
And at the end restart mysql server:
sudo service mysql restart
cd ~ ~/.dotfiles/init.sh
TODO
We are on Facebook and Twitter. We are using language Ruby and framework Ruby on Rails. We like Agile, Scrum and Lean Management. We love KISS solutions and don't repeat yourself.
- Ruby is a dynamic, open source programming language.
- Try Ruby without installation.
- Ruby on Rails is an open-source web framework.
- Rails Casts are amazing to learn. Thank you, Ryan.
- Rails for Zombies are fun and instructive.
- Better Specs is testing with examples.
- Testing Tuesday are cool testing way.
- Rubular is a Ruby regular expression editor.
- CSS3, Please!