I hereby claim:
- I am mbog1202 on github.
- I am mb00g (https://keybase.io/mb00g) on keybase.
- I have a public key ASAeOkrYWuMOtMkPZ6Wy6dOrJzGA0SKsMNNc8dmaDPx6jwo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
cmake . -G "Unix Makefiles" -DXMRIG_DEPS=c:/xmrig-deps/gcc/x64 -DAMDAPPSDKROOT=C:\amd-sdk\3.0 -DOpenCL_INCLUDE_DIR=C:\amd-sdk\3.0\include -DOpenCL_LIBRARY=C:\amd-sdk\3.0\lib\x86_64 |
server { | |
listen 0.0.0.0:80; | |
server_name myserver.example; | |
# Always redirect to HTTPS | |
return 301 https://$server_name$request_uri; | |
} | |
server { | |
listen 0.0.0.0:443 ssl; |
[root@xs71-bl-djancuk-02 ~]# history | |
1 df -h | |
2 free -m | |
3 xe pbd-list | |
4 xe pbd-unplug uuid=ef95600b-4e8f-597a-0111-796e63ea9022 | |
5 xe sr-list | |
6 xe sr-destroy uuid=c989aa19-8276-d910-1291-13485f0884c3 | |
7 xe sr-forget uuid=c989aa19-8276-d910-1291-13485f0884c3 | |
8 vgdisplay | |
9 lvdisplay |
#!/bin/bash | |
DATE=$(date +%d%B%y) | |
XSNAME=`echo $HOSTNAME` | |
BACKUPPATH=/opt/$XSNAME | |
mkdir -p $BACKUPPATH | |
xe vm-list is-control-domain=false is-a-snapshot=false | grep uuid | cut -d":" -f2 > /$BACKUPPATH/list-uuids.txt |
xe vm-param-set uuid=0f4e3f10-d300-3858-628b-669f652970a7 VCPUs-at-startup=1 | |
xe vm-param-set uuid=0f4e3f10-d300-3858-628b-669f652970a7 VCPUs-max=24 | |
xe vm-param-set uuid=0f4e3f10-d300-3858-628b-669f652970a7 VCPUs-at-startup=24 |
/routing filter | |
add chain=ebgp-import prefix=10.10.10.0/24 prefix-length=24 invert-match=no action=discard | |
add chain=ebpg-import prefix=0.0.0.0/0 prefix-length=0-32 invert-match=no action=accept | |
/routing filter | |
add chain=ebgp-export prefix=10.10.10.0/24 prefix-length=24 invert-match=no action=accept | |
add chain=ebgp-export prefix=0.0.0.0/0 prefix-length=0-32 invert-match=no action=discard |
server { | |
listen 0.0.0.0:80; | |
listen [2001:df5:d200:1::bad:c0de]:80; # listen port 80 IPv6 (apabila server menggunakan IPv6) | |
listen 0.0.0.0:443; | |
listen [2001:df5:d200:1::bad:c0de]:443; # listen port https IPv6 | |
ssl on; # mengenable SSL | |
server_name fajar.web.id; | |
ssl_certificate /etc/nginx/ssl/blog-fajar/certificate.crt; # path ke directory tempat menaruh file sertifikat |
log syslog all; | |
router id 203.161.185.193; | |
### AS Number Jogjacamp | |
define myas = 46050; | |
### Fungsi List IP JCAMP yang di Advertise | |
function jcamp_ip() | |
prefix set allip; |
## Didalam file /etc/rc.conf | |
## Ethernet 0 (igb0) tanpa VLAN | |
ifconfig_igb0="inet 192.168.1.1/24" | |
## VLAN 828 dan 829 di interface ix0 | |
ifconfig_ix0="up" | |
vlans_ix0="828 829" | |
ifconfig_ix0_828="inet 10.10.10.1/30" | |
ifconfig_ix0_829="inet 10.100.100.1/30" |