Jonas Everraert
- Total activity 15
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 4
Posts
Recent activity by Jonas Everraert-
Cannot use Ruby gems
I am unable to require Ruby gems on my server. My hosting provider also has no idea as to why this happens. Here's a minimal example: $ ruby -r 'sinatra' my_script.rb /usr/share/rubygems/rubygems...
-
Application Manager not deploying my app
I want to host a Ruby application on a subdomain. In /path/to/my/app I have an app.rb: require 'sinatra' get '/' do 'Hello world' end I then deployed this application in the Application M...
-
Cgi-bin directory security
Hello I was wondering how secure the cgi-bin directory is. I need to read a Google spreadsheet and display some of its contents on a webpage. This means I need to have login credentials in a scrip...
-
SSH - port 22: Operation timed out
Not sure in which category I had to post this question, but here it is: I am trying to connect to my server through ssh from my Mac. I tried ssh root@ksadebiekorf.be. I also tried the username ins...
-
Email Forwarder: Pipe to program failed
I am trying out the pipe to program feature of the email forwarders. I began by making a little program in Rust. The program just created a text file at the same folder as the program itself is, ...