Ben Creasy
Ben Creasy
I needed to build the image for myself and these are the steps I used... 1. From https://docs.oracle.com/en/database/oracle/oracle-database/18/xeinl/procedure-installing-oracle-database-xe.html I found https://docs.oracle.com/en/database/oracle/oracle-database/18/xeinl/procedure-installing-oracle-database-xe.html 2. `curl -L https://download.oracle.com/otn-pub/otn_software/db-express/oracle-database-xe-21c-1.0-1.ol8.x86_64.rpm -O` to grab the rpm...
So it ran successfully - I'm running in WSL and it using too much memory; I added a .wslconfig file to limit memory and avoid going to swap which eliminated...
@gvenzl I ended up having to execute the command suggested at https://github.com/oracle/docker-images/issues/1419#issuecomment-689305485 to see the EM ``` docker exec -it racnode1 /bin/bash su - oracle setfacl -R -m u:grid:rwx eg....
A benefit of synchronizing with cygwin is that cygwin has a lot of packages - over 10,000 https://cygwin.com/packages/package_list.html - for example at one point I wanted to try out virt-manager...
~~Seems to work for me on my El Capitan Macbook.~~ I see this affect when I maximize the capture to full screen only. @trashofmasters there hasn't been a commit in...
This is a problem in the original Licecap https://github.com/lepht/licecap/issues/4 as well. By the way, `brew cask` probably does not install this version. I installed using brew cask which downloads 1.25...
How exactly does one look up these radar posts? Most openradar bugs have links like this: https://openradar.appspot.com/324324325 If I type in https://openradar.appspot.com/30413783 (presumably the one posted by @makerofthings7) I get...
`.internal` seems to be the most standard convention https://serverfault.com/a/1041148/309584
Performance could use some work on my macbook too. I profiled it using the instructions at https://stackoverflow.com/questions/5014823/how-to-profile-a-bash-shell-script-slow-startup by dropping the first part at the top of `function_smartcd` https://github.com/cxreg/smartcd/blob/82d693a0f098caabb5130edd402fda8a165337cd/lib/core/smartcd#L392 and the...
I was noticing errors when running this plugin. Then I read the README more carefully and realized that ESLint is built into Intellij these days. So you might want to...