root@debian-id:/# cd /tmp/
Extract in /tmp/
root@debian-id:/tmp# tar -xf openconnect-7.08.tar.gz
root@debian-id:/tmp# cd openconnect-7.08
root@debian-id:/tmp/openconnect-7.08# apt install pkg-config
| root@c80fc0168cb6:/etc/nginx# cat conf.d/artifactory.conf | |
| ssl_certificate /var/opt/jfrog/nginx/ssl/example.pem; | |
| ssl_certificate_key /var/opt/jfrog/nginx/ssl/example.key; | |
| ssl_session_cache shared:SSL:1m; | |
| ssl_prefer_server_ciphers on; | |
| ## server configuration | |
| server { | |
| listen 443 ssl; | |
| listen 80 ; |
| 1. Update the apt package index: | |
| $ sudo apt-get update | |
| 2. Install packages to allow apt to use a repository over HTTPS: | |
| $ sudo apt-get install \ | |
| apt-transport-https \ | |
| ca-certificates \ | |
| curl \ | |
| software-properties-common |
| ##Install and Configure Ubuntu Firewall (UFW) on Ubuntu## | |
| Install UFWsudo | |
| root@xinix ~ # apt-get install ufw | |
| Check the install | |
| root@xinix ~ # ufw --version | |
| #WARNING! | |
| #You should Execute After Install UFW for Allow SSH Connnection |
| Stop Service | |
| service rundeckd stop | |
| *)Note | |
| Backup Before! | |
| Backup your Rundeck data | |
| Make a backup of your Projects | |
| RPM/Debian install location: /var/rundeck/projects | |
| Launcher location: $RDECK_BASE/prjoects |
| <?php | |
| # Fill our vars and run on cli | |
| # $ php -f db-connect-test.php | |
| $dbname = 'name'; | |
| $dbuser = 'user'; | |
| $dbpass = 'pass'; | |
| $dbhost = 'host'; | |
| $connect = mysql_connect($dbhost, $dbuser, $dbpass) or die("Unable to Connect to '$dbhost'"); |
| # <SRCUSER> <SRCPW> <DSTUSER> <DSTPW> |
| [copr:copr.fedorainfracloud.org:mrmeee:ansible-awx] | |
| name=Copr repo for ansible-awx owned by mrmeee | |
| baseurl=https://copr-be.cloud.fedoraproject.org/results/mrmeee/ansible-awx/epel-7-$basearch/ | |
| type=rpm-md | |
| skip_if_unavailable=True | |
| gpgcheck=1 | |
| gpgkey=https://copr-be.cloud.fedoraproject.org/results/mrmeee/ansible-awx/pubkey.gpg | |
| repo_gpgcheck=0 | |
| enabled=1 | |
| enabled_metadata=1 |
| Requires: erlang >= 20.3 | |
| vi /etc/yum.repos.d/erlang-solutions.repo | |
| Insert: | |
| [erlang-solutions] | |
| name=CentOS $releasever - $basearch - Erlang Solutions | |
| baseurl=https://packages.erlang-solutions.com/rpm/centos/$releasever/$basearch | |
| gpgcheck=1 |
| Integrasi Jira dengan Jenkins | |
| Oleh @lubry | |
| Download MySQL Yum Repository pada halaman (http://dev.mysql.com/downloads/repo/yum/) | |
| ###Konfigurasi dan Instalasi Database MySQL untuk kebutuhan Jira### | |
| [*]Install Yum Repository MySQL 5.7 | |
| sudo yum localinstall mysql57-community-release-el7-11.noarch.rpm |