How to run program or process on specific CPU cores on Linux - Xmodulo
http://xmodulo.com/run-program-process-specific-cpu-cores-linux.html
http://xmodulo.com/run-program-process-specific-cpu-cores-linux.html
Xmodulo
How to run program or process on specific CPU cores on Linux
This tutorial describes how to run a program or a process on specific CPU cores using taskset tool on Linux.
Configuring Appium in Ubuntu from Scratch – TestCult – Medium
https://medium.com/testcult/configuring-appium-in-ubuntu-from-scratch-a9f8edc02d13
https://medium.com/testcult/configuring-appium-in-ubuntu-from-scratch-a9f8edc02d13
Medium
Configuring Appium in Ubuntu from Scratch
Recently I started working on Appium for Android automation using node.js and needed to set up the automation environment on my Ubuntu…
Download latest nodejs linux binaries from https://nodejs.org/download/release/latest/
into a folder for example /home/superman/Downloads (where superman is your username and you have downloaded the file in Downloads)Now install it under /usr/local usingcd /usr/local
tar --strip-components 1 -xzf /home/superman/Downloads/node-v8.2.1-linux-x64.tar.gzCheck the installation usingwhich node
it should give you output
usr/local/bin/node
node -v
should give you output
v8.2.1 (or whichever version you have installed)
into a folder for example /home/superman/Downloads (where superman is your username and you have downloaded the file in Downloads)Now install it under /usr/local usingcd /usr/local
tar --strip-components 1 -xzf /home/superman/Downloads/node-v8.2.1-linux-x64.tar.gzCheck the installation usingwhich node
it should give you output
usr/local/bin/node
node -v
should give you output
v8.2.1 (or whichever version you have installed)
CPU Affinity | Linux Journal
https://www.linuxjournal.com/article/6799
https://www.linuxjournal.com/article/6799
How to reset root password on Fedora 21, Fedora 22 | LinuxBSDos.com
http://linuxbsdos.com/2015/03/19/how-to-reset-passwords-on-fedora-21-and-22/
http://linuxbsdos.com/2015/03/19/how-to-reset-passwords-on-fedora-21-and-22/
Linuxbsdos
How to reset root password on Fedora 21, Fedora 22 | LinuxBSDos.com
How to reset root password on Fedora 21, Fedora 22. To reset the password for root or a user account, boot into single user mode. Use the passwd command to reset
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?