Quantcast
Channel: just in ram
Browsing latest articles
Browse All 14 View Live

Image may be NSFW.
Clik here to view.

SETUP GIT REPO

ADDING KEY TO SERVER scp ~/.ssh/id_rsa.pub git@myserver.com:~/.ssh/authorized_keys SERVER sudo mkdir /home/git/myrepo cd /home/git/myrepo sudo git --bare init sudo chown -R git:git /home/git/myrepo...

View Article



Image may be NSFW.
Clik here to view.

TorqueBox – gem install error

TorqueBox Install I’m playing with latest version of TorqueBox (Currently 2.x.incremental.245) the easiest way to install it is via a gem: gem install torquebox-server --pre --source...

View Article

Image may be NSFW.
Clik here to view.

Setup Apache Reverse Proxy to Torquebox

Setup Apache as a Reverse Proxy in front of a standalone Torquebox server. Apache Setup Proxy Module For this to work Apache must have the mod_proxy module loaded:...

View Article

Image may be NSFW.
Clik here to view.

Shibboleth settings for TorqueBox

Authentication Settings Notes on setting up Shibboleth against an Apache Reverse Proxy to TorqueBox. Config File: /etc/httpd/conf.d/shib.conf ShibUseHeaders On AuthType shibboleth ShibRequestSetting...

View Article

Image may be NSFW.
Clik here to view.

Upload files to Sharepoint from linux

Fortress It seemed almost impossible to penetrate the fortress that is Sharepoint with only NTLM authentication enabled. Turns out its really easy when you know how. curl to the rescue! You can upload...

View Article


Image may be NSFW.
Clik here to view.

My first Redcar plugin

As a small thank you to the Redcar team for such a great editor and in the spirit of giving a little bit back I’m documenting the process of creating my first plugin. Introduction I really like the...

View Article

Image may be NSFW.
Clik here to view.

vim-ruby-refactoring – Rename Local Variable

This post is part of a series which documents the vim-ruby-refactoring plugin. IMPORTANT: As well as installing the vim-ruby-refactoring plugin, you must also install the matchit.vim plugin for this...

View Article

Image may be NSFW.
Clik here to view.

vim-ruby-refactoring – Rename Instance Variable

This post is part of a series which documents the vim-ruby-refactoring plugin. IMPORTANT: As well as installing the vim-ruby-refactoring plugin, you must also install the matchit.vim plugin for this...

View Article


Image may be NSFW.
Clik here to view.

vim-ruby-refactoring – Extract Method

This post is part of a series which documents the vim-ruby-refactoring plugin. IMPORTANT: As well as installing the vim-ruby-refactoring plugin, you must also install the matchit.vim plugin for this...

View Article


Image may be NSFW.
Clik here to view.

Rails new app workflow

These are the steps I take when creating a new Rails app, documented here for when I forget. Create app rails new <app_name> cd <app_name> git git init git add . git commit –m ‘Initial...

View Article
Browsing latest articles
Browse All 14 View Live




Latest Images