
justinram.wordpress.com
just in ram | A list of stuff I should remember but never doA list of stuff I should remember but never do
http://justinram.wordpress.com/
A list of stuff I should remember but never do
http://justinram.wordpress.com/
TODAY'S RATING
>1,000,000
Date Range
HIGHEST TRAFFIC ON
Friday
LOAD TIME
16x16
32x32
PAGES IN
THIS WEBSITE
12
SSL
EXTERNAL LINKS
12
SITE IP
192.0.78.13
LOAD TIME
0 sec
SCORE
6.2
just in ram | A list of stuff I should remember but never do | justinram.wordpress.com Reviews
https://justinram.wordpress.com
A list of stuff I should remember but never do
justinram | just in ram
https://justinram.wordpress.com/author/justinram
A list of stuff I should remember but never do. My first Redcar plugin. 19 August, 2011. 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. I really like the idea of the Redcar. Editor. Its written in Ruby, its possible to write your own plugins what’s not to like? Though I must confess I don’t use it as my day to day editor, I wonder if writing my own plugins will change that. Setting up ...
Shibboleth settings for TorqueBox | just in ram
https://justinram.wordpress.com/2011/07/16/shibboleth-settings-for-torquebox
A list of stuff I should remember but never do. Shibboleth settings for TorqueBox. Shibboleth settings for TorqueBox. 16 July, 2011. Notes on setting up Shibboleth against an Apache Reverse Proxy to TorqueBox. Config File: /etc/httpd/conf.d/shib.conf. 8216; setting tells Shibboleth to pass along its attributes as request headers so your sinatra/rails application can gain access to them allowing you to implement your own authorisation system. Require grouper groups MySecurityGroup.
My first Redcar plugin | just in ram
https://justinram.wordpress.com/2011/08/19/my-first-redcar-plugin
A list of stuff I should remember but never do. My first Redcar plugin. My first Redcar plugin. 19 August, 2011. 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. I really like the idea of the Redcar. Editor. Its written in Ruby, its possible to write your own plugins what’s not to like? Let see how easy it is to write a plugin for Redcar. What’s da big idea. Setting up a plugin is really...
Setup Apache Reverse Proxy to Torquebox | just in ram
https://justinram.wordpress.com/2011/07/16/setup-apache-reverse-proxy-to-torquebox
A list of stuff I should remember but never do. Setup Apache Reverse Proxy to Torquebox. Setup Apache Reverse Proxy to Torquebox. 16 July, 2011. Setup Apache as a Reverse Proxy in front of a standalone Torquebox server. For this to work Apache must have the mod proxy module loaded:. Http:/ httpd.apache.org/docs/2.1/mod/mod proxy.html. Config file: /etc/httpd/conf/httpd.conf. ProxyRequests Off # Switch off forward proxy. ProxyPreserveHost On # Pass host name onto the proxy. Map url to remote server.
January | 2011 | just in ram
https://justinram.wordpress.com/2011/01
A list of stuff I should remember but never do. Archive for January, 2011. Rails new app workflow. 11 January, 2011. These are the steps I take when creating a new Rails app, documented here for when I forget. Rails new app name. Git commit m ‘Initial commit’. Rails generates a .gitignore file for us. Rvm gemset create app name. Echo ‘rvm use. Echo ‘.rvmrc’ .gitignore. Change in and out of the directory to get rvm to kick in:. Edit /Gemfile and add the following lines. Gem ‘haml’.
TOTAL PAGES IN THIS WEBSITE
12
Fix missing icons and ugly theme in Evolution on Kubuntu 11.10 | Kenno's openNOTE
https://kenno.wordpress.com/2012/09/18/fix-missing-icons-and-ugly-theme-in-evolution-on-kubuntu-11-10
Fix missing icons and ugly theme in Evolution on Kubuntu 11.10. This how Evolution looks like on Kubuntu 11.10 (Oneiric). To fix this, make sure this package is installed: “humanity-icon-theme”, then create $HOME/.config/gtk-3.0/settings.ini. Restart Evolution, and it should be fixed. Credit: [solution] Evolution in Kubuntu 11.10. September 18, 2012. One thought on “ Fix missing icons and ugly theme in Evolution on Kubuntu 11.10. The solution should be not to use evolution. September 29, 2012 at 1:31 am.
Incremental development with Monorail: Part Six | .net and other musings
https://benl.wordpress.com/2008/05/05/incremental-development-with-monorail-part-six
Net and other musings. Ben Lovell, an agile developer living in the UK. Incremental development with Monorail: Part Six. We finished up in part five with a full suite of passing tests and our BlogPostService. Is slowly taking shape now. The next few posts will introduce persistence and validation but before we get started on these features, we have a little housekeeping to perform on our existing code. Action to ensure this is so but before we do this we’ll write a test:. We’ll modify our Save. I’m...
kenno | Kenno's openNOTE
https://kenno.wordpress.com/author/kenno
Https:/ kenno.wordpress.com/. My blog has been moved to a new address: blog.khmersite.net. December 16, 2014. Vmware: CD/DVD ROM drive is stuck in connecting mode. As the title says, if the CD/DVD device of your VM is stuck in connecting mode, one thing to try is to shutdown the vSphere client, and restarted it. I found this solution from http:/ communities.vmware.com/message/1784438. And it worked for me. February 11, 2013. PHP Fatal error: Call to undefined function utf8 decode(). December 25, 2012.
Incremental development with Monorail: Part Seven | .net and other musings
https://benl.wordpress.com/2008/05/15/incremental-development-with-monorail-part-seven
Net and other musings. Ben Lovell, an agile developer living in the UK. Incremental development with Monorail: Part Seven. Since our last installment I slipped in a ninja-edit to one of the configuration files. This was to ensure that our sole service was marked as transient rather than the default Windsor lifestyle of singleton. This was pointed out to me by an eagle-eyed commenter. And was an oversight on my part. So we’re now at rev10 and ready to roll once again! Let’s get on and write a test:. As th...
Turn on puppet syntax highlight in vim | Kenno's openNOTE
https://kenno.wordpress.com/2012/09/21/turn-on-puppet-syntax-highlight-in-vim
Turn on puppet syntax highlight in vim. Sudo apt-get install vim-puppet. Ln -s /usr/share/vim/addons/syntax/puppet.vim /.vim/plugin/. September 21, 2012. 3 thoughts on “ Turn on puppet syntax highlight in vim. Vim doesn’t automatically pick up plugins from /usr/share/vim? September 29, 2012 at 1:39 am. In Debian based systems, plugins are loaded from /var/lib/vim/addons. Vim-addons install puppet # enable the plugin just for the current user. Sudo vim-addons -w install puppet #enable de plugin system wide.
vmware: CD/DVD ROM drive is stuck in connecting mode | Kenno's openNOTE
https://kenno.wordpress.com/2013/02/11/vmware-cddvd-rom-drive-is-stuck-in-connecting-mode
Vmware: CD/DVD ROM drive is stuck in connecting mode. As the title says, if the CD/DVD device of your VM is stuck in connecting mode, one thing to try is to shutdown the vSphere client, and restarted it. I found this solution from http:/ communities.vmware.com/message/1784438. And it worked for me. February 11, 2013. 2 thoughts on “ vmware: CD/DVD ROM drive is stuck in connecting mode. For me, I right-click the VM vSphere Client and run it as Administrator and it worked for me. July 1, 2014 at 6:18 pm.
FreeBSD: Fatal error: Call to undefined function session_name() | Kenno's openNOTE
https://kenno.wordpress.com/2012/12/25/freebsd-fatal-error-call-to-undefined-function-session_name
FreeBSD: Fatal error: Call to undefined function session name(). I just setup Apache and PHP on FreeBSD 9, configured a vhost, then when I tried to access it, I got the following error:. Fatal error: Call to undefined function session name() in /srv/www/sugaku.domain.com/inc/init.php on line 144. So apparently, the “session” support is missiong from php5 installation. To fix it, I need to install. Let’s do it. If the installation is successful, then we can restart apache. December 25, 2012.
CentOS: lsb_release: command not found | Kenno's openNOTE
https://kenno.wordpress.com/2012/10/21/centos-lsb_release-command-not-found
CentOS: lsb release: command not found. First let me declare that I’m new to CentOS. The folowing is a note to self which demonstrates how we search for a package that provides some commands and intall it using yum on CentOS. When I ran ‘lsb release -a’, the following message is returned:. Bash: lsb release: command not found. To fix it, we need to install the package which provides lsb release command. So, let’s install redhat-lsb package:. Wow, the insalled size of 246 M? No, it’s not ok. That is becau...
TOTAL LINKS TO THIS WEBSITE
12
Cargo
This Cargo website is currently available here: justinraj. If you are the owner and wish to activate this domain, renew your Site Upgrade. When the upgrade process is completed this domain will automatically display your Cargo website. If you need further help, visit Cargo Support.
Justin Raj
I’m Justin Raj, a stock broker by profession, is also a freelance Journalist, an amateur Filmmaker and an enthusiastic Marathoner who possesses the ‘bad habit’ of writing too much. And as long as that ‘bad habit’ stays with me, I keep on posting to my blog. I learn from other’s lives too. My blog is a platform for sharing not only my life experiences but also the valuable lessons, ideas and poetry triggered by them. And that’s the power of blogging! Saturday, December 01, 2012. Wednesday, October 24, 2012.
Hover
Http:/ www.theweather n. Http:/ www.imdb.com. Hover lets you easily create simple ways to access your digital life.
Justin Ralph Tenor - Home
Justin Ralph - Tenor. Justin Ralph, Tenor. Originally from Ottawa, Ontario, tenor Justin Ralph has performed across Ontario and abroad. He has worked as a soloist for many companies, including Toronto Operetta Theatre. The Orpheus Choir of Toronto. And Tryptch Concert and Opera. Recent engagements have included Lord Tolloller in the Opera Yorkshire Workshop's production of. In Redcar, UK, Kekikako in Opera 5's production of Offenbach's Ba-Ta-Clan, Normanno and Arturo in. With Opera York, Gabriel in.
just in ram | A list of stuff I should remember but never do
A list of stuff I should remember but never do. My first Redcar plugin. 19 August, 2011. 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. I really like the idea of the Redcar. Editor. Its written in Ruby, its possible to write your own plugins what’s not to like? Though I must confess I don’t use it as my day to day editor, I wonder if writing my own plugins will change that. Setting up ...
Anchored in Hope | The lines have fallen for me in pleasant places. Indeed, I have a beautiful inheritance – Psalm 16
The lines have fallen for me in pleasant places. Indeed, I have a beautiful inheritance – Psalm 16. December 12, 2016. Go Ye Into All The World – Nicaragua by Drew Hale. Read Drew’s full post at A Daily Devotion at the link below. Source: Go Ye Into All The World-Nicaragua – a daily devotion. September 8, 2016. I don’t blog anymore, but…. Drew and Jordan head off to catch their flight. Devoted readers of this blog will recall that shortly after Drew completed chemotherapy, he disappeared down to Nicaragua.
An Entrepreneur's Workshop | A place for content to be shared with like-mindd individuals in the hopes that ideas will flourish
An Entrepreneur's Workshop. A place for content to be shared with like-mindd individuals in the hopes that ideas will flourish. Welcome to WordPress. This is your first post. Edit or delete it, then start blogging! Continue reading →. Proudly powered by WordPress. Theme: Expound by Konstantin Kovshenin.
Justin Ramedia | Art Director | Web Designer
My name is Justin. I create unique, usable designs for the web and elsewhere. I am a full-time freelance designer and art director who lives and works in Tampa, Florida. When I’m not creating websites or brands, I play guitar, draw, write and try to expand my creativity every day. I am currently available for projects. Hire me. My passions are design and music. If you would like to discuss either, I’d love to hear from you.
just ram
Stuff I should remember. Npm install - visual studio build tools problem. Trying to install a node module on windows (via npm) and I keep getting the annoying error message:. Error MSB8020: The build tools for Visual Studio 2010 (Platform Toolset = 'v100') cannot be found. To build using the v100 build tools, p lease install Visual Studio 2010 build tools. Npm install karma - msvs version=2013. Vim to Emacs - Smart Tab. This post is part of a series:. Vim to Emacs - Ace Jump Mode. Vim to Emacs - Smart Tab.
justinramerfamily.blogspot.com
Justin Haley Jayden Lynnsey Sydney
Sunday, December 15, 2013. Justin, Haley, Jayden, Lynnsey, Sydney. Jingles is hanging from a candy cane! Justin, Haley, Jayden, Lynnsey, Sydney. Jingles brought us a book and a coloring book! Justin, Haley, Jayden, Lynnsey, Sydney. Jingles colored our milk BLUE then we found him. Justin, Haley, Jayden, Lynnsey, Sydney. Wednesday, December 11, 2013. Daddy was proud of this idea! Guess he has been watching Miley to much! Justin, Haley, Jayden, Lynnsey, Sydney. Jingles was trying to cook! A fresh start: 2015.