/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

btxx.org
| | alex.pearwin.com
1.8 parsecs away

Travel
| | A step-by-step tutorial on deploying Ruby apps to a Linux VPS, installing nginx, Passenger, rbenv, and PostgreSQL along the way.
| | mattray.github.io
1.5 parsecs away

Travel
| | You've somehow ended up reading Matt Ray's ramblings.
| | www.darkoperator.com
2.4 parsecs away

Travel
| | [AI summary] This guide provides step-by-step instructions for installing the Metasploit Framework on various versions of OS X, including dependencies, configuration, and setup for both regular use and development.
| | nileshgr.com
18.8 parsecs away

Travel
| RVM is a great tool to manage multiple versions of Ruby when working on projects. I was working on a Rails project which was using Ruby 2.7.5, so tried to install it using RVM's standard installation process: rvm install 2.7.5. It fails, and in the log file you can see this: + command gem install...