Best Practices for Using Multiple Network Interfaces (NICs) with NI Products - National Instruments
http://www.ni.com/white-paper/12558/en/
http://www.ni.com/white-paper/12558/en/
Ni
Best Practices for Using Multiple Network Interfaces (NICs) with NI Products - National Instruments
It is becoming commonplace to have more than one Ethernet adapter in a PC or embedded controller, especially in systems where wired and wireless adapters are both present. However,...
Configure SSL Self Signed Certificate using Nginx web Server on CentOS 6.7 | Linux Keep learning & share ...!
https://acenk90.wordpress.com/2015/12/29/konfigurasi-ssl-self-signed-certificate-pada-nginx-web-server-menggunakan-linux-centos-6-7/
https://acenk90.wordpress.com/2015/12/29/konfigurasi-ssl-self-signed-certificate-pada-nginx-web-server-menggunakan-linux-centos-6-7/
Keep learn & share...!
Konfigurasi SSL Self Signed Certificate menggunakan Nginx web Server pada Linux CentOS 6.7
Hi semua.., :D Apakabarnya..? semoga keadaan teman-teman semua dalam keadaan sehat wal’afiat ya, amin !. Cukup lama juga nih ga’ bikin article di blog ane yg cetek ini.., btw baiklah la…
NGINX vs. Apache (Pro/Con Review, Uses, & Hosting for Each) - HostingAdvice.com
https://www.hostingadvice.com/how-to/nginx-vs-apache/
https://www.hostingadvice.com/how-to/nginx-vs-apache/
HostingAdvice.com
NGINX vs. Apache (Pro/Con Review, Uses, & Hosting for Each)
SMS integration with Nagios – Solutions@Experts.com
http://www.solutionsatexperts.com/sms-integration-with-nagios/
http://www.solutionsatexperts.com/sms-integration-with-nagios/
Apache hardening checklist – Solutions@Experts.com
http://www.solutionsatexperts.com/apache-hardening-checklist/
http://www.solutionsatexperts.com/apache-hardening-checklist/
Forwarded from SK
Checklist for Pre and Post Linux Reboot http://sysadminxpert.com/checklist-for-pre-and-post-linux-reboot/
SysAdminXpert
Checklist For Pre And Post Linux Reboot | SysAdminXpert
In this tutorial, we explain the checklist for Pre and Post Linux Reboot. Every Linux admin should know this before/after Linux server reboot task.
10 Open Source Load Balancer for HA and Improved Performance
https://geekflare.com/open-source-load-balancer/
https://geekflare.com/open-source-load-balancer/
Geekflare
10 Open Source Load Balancer for HA and Improved Performance | Geekflare
One of the quickest and easiest ways to set up an application with high availability and improve performance is to implement the load balancer (LB). At a
Confluence Mobile - Documentation
https://wiki.freepbx.org/plugins/servlet/mobile?contentId=4161715#content/view/4161715
https://wiki.freepbx.org/plugins/servlet/mobile?contentId=4161715#content/view/4161715
How to install a SSL certificate on Apache – HelpDesk | SSLs.com
https://helpdesk.ssls.com/hc/en-us/articles/203482651-How-to-install-a-SSL-certificate-on-Apache?mobile_site=true
https://helpdesk.ssls.com/hc/en-us/articles/203482651-How-to-install-a-SSL-certificate-on-Apache?mobile_site=true
SSL/TLS Strong Encryption: How-To - Apache HTTP Server Version 2.4
https://httpd.apache.org/docs/2.4/ssl/ssl_howto.html
https://httpd.apache.org/docs/2.4/ssl/ssl_howto.html
Look what I shared: Representational state transfer (REST) and Simple Object Access Protocol (SOAP) - Stack Overflow @MIUI| https://stackoverflow.com/questions/209905/representational-state-transfer-rest-and-simple-object-access-protocol-soap
Stack Overflow
Representational state transfer (REST) and Simple Object Access Protocol (SOAP)
Can somebody explain what is REST and what is SOAP in plain english? And how Web Services work?
https://fedoramagazine.org/upgrading-fedora-28-fedora-29/
Upgrading Fedora 28 to Fedora 29
Upgrading Fedora 28 to Fedora 29
Fedora Magazine
Upgrading Fedora 28 to Fedora 29 - Fedora Magazine
Fedora 29 was just officially released. You’ll likely want to upgrade your system to the latest version of Fedora. Fedora Workstation has a graphical upgrade method. Alternatively, Fedora offers a command-line method for upgrading Fedora 28 to Fedora 29.…
history -c # clear your active shell's history in case you do something stupid like paste a password+newline into your terminal.
Understanding the DNS Process | Liquid Web
https://www.liquidweb.com/kb/understanding-the-dns-process/
https://www.liquidweb.com/kb/understanding-the-dns-process/
Liquid Web
What Does DNS Do and How Does It Work? | Liquid Web
What does DNS do? Learn about the DNS process, DNS resolution, and the DNS zone file. Discover how DNS helps devices communicate over the internet.
How to Reboot Linux Using the Command Line | Linuxize
https://linuxize.com/post/reboot-linux-using-command-line/
https://linuxize.com/post/reboot-linux-using-command-line/
Linuxize
Linux Reboot (Restart) Command
In this article, we'll explain how to use the systemctl and shutdown commands to reboot your Linux machine.
Forwarded from DevOps
35 Practical Examples of Linux Find Command
https://www.tecmint.com/35-practical-examples-of-linux-find-command/
https://www.tecmint.com/35-practical-examples-of-linux-find-command/
35 Practical Examples of Linux Find Command
The Linux Find Command is one of the most important and frequently used command command-line utilities to search and locate the list of files and directories.
Hi all
This is public group created to learn and earn Linux knowledge. Hope henceforth everybody will active and follow Moto of this group.
This is public group created to learn and earn Linux knowledge. Hope henceforth everybody will active and follow Moto of this group.
Show top 50 running processes ordered by highest memory/cpu usage refreshing every 1s
watch -n1 "ps aux --sort=-%mem,-%cpu | head -n 50"
watch -n1 "ps aux --sort=-%mem,-%cpu | head -n 50"