I'm using Homebrew to stop the service
brew services stop mysql
| $ cd blah/blah/iReport-5.1.0 | |
| $ wget http://hg.netbeans.org/jet-main/raw-file/3238e03c676f/openide.util/src/org/openide/util/WeakListenerImpl.java | |
| $ javac -d . -cp platform9/lib/org-openide-util.jar WeakListenerImpl.java | |
| $ zip -r platform9/lib/org-openide-util.jar org | |
| $ #source: https://stackoverflow.com/a/32213849 |
The following will guide you through the process of enabling SSL on a Apache webserver
Create a directory within /etc/apache2/ using Terminal.app: sudo mkdir /etc/apache2/ssl
Next, generate two host keys:
| Looks like you need to uncomment the following: | |
| #LoadModule userdir_module libexec/apache2/mod_userdir.so | |
| and | |
| #Include /private/etc/apache2/extra/httpd-userdir.conf | |
| Then in httpd-userdir.conf you may need to uncomment: |
| # https://www.thegeekstuff.com/2009/04/linux-postgresql-install-and-configure-from-source/ | |
| $ sudo apt-get install make gcc zlib1g-dev bison | |
| $ wget https://ftp.postgresql.org/pub/source/v8.4.22/postgresql-8.4.22.tar.gz | |
| $ tar xvfz postgresql-8.4.22.tar.gz | |
| $ cd postgresql-8.4.22 | |
| $ ./configure [--with-pgport=5433] [--without-readline] | |
| $ make | |
| $ sudo make install |
| $ sudo apt-get install build-essential libreadline-dev libffi-dev zlib1g-dev libsqlite3-dev libbz2-dev libssl-dev | |
| $ dpkg -l | grep openssl # jika versi OpenSSL > 1.1.0+, go to #skip-compile-openssl | |
| $ git clone https://github.com/openssl/openssl | |
| $ cd openssl | |
| $ ./config | |
| $ make | |
| $ make test | |
| $ sudo make install | |
| $ sudo ldconfig |
| ## kambing.ui.ac.id (UI, Telkom, Indosat, OpenIXP, INHERENT) | |
| deb http://kambing.ui.ac.id/ubuntu/ focal main restricted universe multiverse | |
| deb http://kambing.ui.ac.id/ubuntu/ focal-updates main restricted universe multiverse | |
| deb http://kambing.ui.ac.id/ubuntu/ focal-security main restricted universe multiverse | |
| deb http://kambing.ui.ac.id/ubuntu/ focal-backports main restricted universe multiverse | |
| deb http://kambing.ui.ac.id/ubuntu/ focal-proposed main restricted universe multiverse | |
| ## ftp.itb.ac.id | |
| #deb ftp://ftp.itb.ac.id/pub/ubuntu/ focal main restricted universe multiverse | |
| #deb ftp://ftp.itb.ac.id/pub/ubuntu/ focal-updates main restricted universe multiverse |
| ## wget -O sources.list https://bit.ly/37K1kQg | |
| ## kambing.ui.ac.id (UI, Telkom, Indosat, OpenIXP, INHERENT) | |
| deb http://kambing.ui.ac.id/ubuntu/ bionic main restricted universe multiverse | |
| deb http://kambing.ui.ac.id/ubuntu/ bionic-updates main restricted universe multiverse | |
| deb http://kambing.ui.ac.id/ubuntu/ bionic-security main restricted universe multiverse | |
| deb http://kambing.ui.ac.id/ubuntu/ bionic-backports main restricted universe multiverse | |
| deb http://kambing.ui.ac.id/ubuntu/ bionic-proposed main restricted universe multiverse | |
| ## buaya.klas.or.id (Komunitas Linux Arek Suroboyo, INHERENT) |
| ## wget -O sources.list https://bit.ly/2Bjd0x2 | |
| ## KAMBING-UI | |
| deb http://kambing.ui.ac.id/debian/ jessie main contrib non-free | |
| #deb http://kambing.ui.ac.id/debian/ jessie-updates main contrib non-free | |
| deb http://kambing.ui.ac.id/debian-security/ jessie/updates main contrib non-free | |
| ## KEBO VLSM | |
| #deb http://kebo.vlsm.org/debian/ jessie main contrib non-free | |
| #deb http://kebo.vlsm.org/debian/ jessie-updates main contrib non-free |
| ## https://bit.ly/3fIkVTl | |
| ## Kambing UI | |
| #deb http://kambing.ui.ac.id/debian/ stretch main contrib non-free | |
| #deb http://kambing.ui.ac.id/debian/ stretch-updates main contrib non-free | |
| #deb http://kambing.ui.ac.id/debian-security/ stretch/updates main contrib non-free | |
| ## Kebo VLSM | |
| #deb http://kebo.vlsm.org/debian/ stretch main contrib non-free | |
| #deb http://kebo.vlsm.org/debian/ stretch-updates main contrib non-free |