-
Create a web server on a compute instance…
Create a web server on a compute instance https://docs.oracle.com/en/learn/lab_compute_instance/index.html#troubleshooting firewall-cmd https://firewalld.org/documentation/man-pages/firewall-cmd.html sudo firewall-cmd –add-port=8000/tcp # don’t forget the equal sudo firewall-cmd –reload https://superuser.com/questions/1487012/no-route-to-host-when-trying-to-connect-to-a-tcp-service-on-an-oracle-cloud-in
-
Inauspicious Start for Oracle Cloud Free Tier Sign up
Oracle Cloud Free Tier offerings I heard via word of mouth and Twitter of a new Oracle Cloud Free Tier (with permanently free services [for now]). The always free services looked enticing enough: The challenge was, “Who can afford ‘free’ services?” Time is worth something. But I can always make use of another cloud server…
-
On Mac OSX Lion: “ERROR: Error installing ruby-oci8: ERROR: Failed to build gem native extension”
Running Mac OSX Lion, trying to bundle install a project that included the ruby-oci8 gem, I received the following error: Building native extensions. This could take a while… ERROR: Error installing ruby-oci8: ERROR: Failed to build gem native extension. The fix: Fortunately, the 64-bit client for Oracle has now been updated for Lion/Mountain Lion. Download…