An unattended Ubuntu install disc won’t ask any questions when it boots up. It gets its inputs from a seed […]
Category: Tools
Start Sublime text 2 from OS X terminal
Running stuff from terminal is always faster compare to GUI, and it’s my favorite way of working since I stepped […]
Tips for installing Postgres on OS X
Tips for installing Postgres on OS X Here’s a gist I wrote to help with installing postgres on OS X. […]
Install Docker in CentOS 6.4
Almost all the tips come from liguidweb. Add epel repo and update rpm -iUvh http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm yum update If yum complains […]
Application shortcut for commandline on OSX
Did you ever need to open Xcode project from current dir? Do you use lines like this one? open that_project.xcworkspace/ […]
Special $ (dollar) shell variables
If you use Linux or another UNIX-like operating system and find yourself forgetting exactly which $ prefixed command does what, […]
Create a GitHub pull request after a successful Codeship build
I use Codeship to automate test builds whenever I commit to the development branch of my repo. If the build […]
Switching to boxen ?
UPDATE : new post to replace the lost one from SeiiChi Yonezawa https://coderwall.com/p/kppokq Some time ago, the octocats freed another […]
Glot: Reflective Builder Population
Ruby library for reflectively populating Java builders that conform to the standard pattern http://www.github.com/tobyclemson/glot
Git reflog to the rescue
git reflog It records your “moves” by logging HEAD changes. Very useful when you sometimes get lost after jumping through […]
Deploying a Flask App at Heroku
I was playing with Flask and I wrote a simple parody: the Anti-Social Network. The Heroku platform is very flexible […]
Add a file to every subdirectory recursively
I was creating a directory structure for a new project where many of the folders were initially empty. Since you […]
Zsh variables, Ruby – somehow ARGV contains wrong number of elements
I found strange thing in Ruby and Zsh – these two tools do not work well together. I use: ruby […]
Quickly setup a folder structure from the command line
When starting a new project you often want to set up an initial structure with some placeholder files. Here’s some […]
How to create debian package from source
In any GNU/Linux distribution, which have a package manager on board, is recommended to install software by using “packages”. At […]
Linux containers #lxc
What are LinuX Containers LXC (LinuX Containers) is light weight virtualisation system It is based on linux(kernal) and allows for […]
Find non-ascii characters in a directory
Sometimes I copy text snippets from emails or PDFs into web app templates or tests. This results in errors when […]
Running Rails 3.2.x under IIS 7.5, using SQL Server, and keeping the Asset Pipeline.
So recently, I found myself having to run rails 3.2.11 (you did upgrade, right ?) unders Windows server 2008 r2 […]
Copy (only the) E-Mail Address in OS X
Sometimes when you are in OS X and you copy and paste an EMail address from Mail.app you get something […]