Ref:
Wednesday, October 30, 2019
Wednesday, May 22, 2019
OCS Inventory
Here some references:
- http://www.hoelzle.net/ocs-inventory-ng-unter-ubuntu-16-04-installieren/
- http://www.juanluramirez.com/instalar-ocs-inventory-server-ubuntu-16-04/
- http://ask.ocsinventory-ng.org/8583/tutorial-ocs-2-4-on-ubuntu-16-04
- https://github.com/OCSInventory-NG/OCSInventory-ocsreports/blob/master/ipdiscover-util.pl
- https://github.com/OCSInventory-NG/Wiki/blob/master/english/05.Network-Discovery-with-OCS-Inventory-NG/Using-IP-discovery-feature.md
- http://www.miloszengel.com/ocs-ng-2-2-server-complete-install-guide-on-debian-jessie-8-4/
Tuesday, April 16, 2019
Tuesday, February 26, 2019
Hardening SSL IIS | How to disable SSLv3 and RC4 ciphers in IIS
Here is the link for you to test you SSL URL
https://www.ssllabs.com/ssltest
Before make any changes:
https://www.ssllabs.com/ssltest
Before make any changes:
Before make any changes, please backup your registery:
Here is the steps:
- From the Start menu, type regedit.exe in the search box, and then press Enter. If you are prompted for an administrator password or for confirmation, type the password or provide confirmation.
- In Registry Editor, locate and click the registry key or subkey that you want to back up.
- Click File > Export.
- In the Export Registry File dialog box, select the location to which you want to save the backup copy, and then type a name for the backup file in the File name field.
- Click Save.
After make changes:
Here is the steps:
1.
Disabling the SSL v3 Protocol (Poodle Attack)
2.
Weak Diffie-Hellman and the
Logjam Attack
3.
RC4 in TLS is Broken
Wednesday, September 19, 2018
Update , Upgrade Freebsd / Ubuntu
Freebsd 11
# freebsd-update fetch
# freebsd-update install
#freebsd-update upgrade -r 11.1-RELEASE
# pkg update
# pkg upgrade
# freebsd-update fetch
# freebsd-update install
#freebsd-update upgrade -r 11.1-RELEASE
# pkg update
# pkg upgrade
If Error on library :
# pkg-static upgrade -f
Ubuntu 16 ++
#apt-get update
#apt-get upgrade
#apt-get dist-upgrade
#do-release-upgrade
# pkg-static upgrade -f
Ubuntu 16 ++
#apt-get update
#apt-get upgrade
#apt-get dist-upgrade
#do-release-upgrade
Reverse Proxy
Ref:
1. https://www.techandme.se/set-up-nginx-reverse-proxy/
2. https://docs.nginx.com/nginx/admin-guide/web-server/reverse-proxy/
3. https://www.knthost.com/nginx/nginx-ssl-perfect-forward-secrecy
4. https://www.knthost.com/nginx/nginx-reverse-proxy-setup-freebsd
5. https://chase-seibert.github.io/blog/2011/12/21/nginx-ssl-reverse-proxy-tutorial.html
6. https://www.digitalocean.com/community/tutorials/how-to-configure-nginx-with-ssl-as-a-reverse-proxy-for-jenkins
sudo apt-get update && sudo apt-get install nginx
1. https://www.techandme.se/set-up-nginx-reverse-proxy/
2. https://docs.nginx.com/nginx/admin-guide/web-server/reverse-proxy/
3. https://www.knthost.com/nginx/nginx-ssl-perfect-forward-secrecy
4. https://www.knthost.com/nginx/nginx-reverse-proxy-setup-freebsd
5. https://chase-seibert.github.io/blog/2011/12/21/nginx-ssl-reverse-proxy-tutorial.html
6. https://www.digitalocean.com/community/tutorials/how-to-configure-nginx-with-ssl-as-a-reverse-proxy-for-jenkins
sudo apt-get update && sudo apt-get install nginx
Wednesday, September 12, 2018
Subscribe to:
Posts (Atom)