Kubernetes GPU Cluster Automation Deep Learning Training
Reference Blog: http://www.infoq.com/cn/articles/kubernetes-gpu-cluster-to-automate-deep-learning-trainin
2018.2.4, if you change the source, you can not turn over the wall.Update reference https://github.com/EagleChen/kubernetes_init
#Cluster:
Maste ...
Posted by bobbfwed on Thu, 22 Aug 2019 04:22:26 +0200
Firmware Analysis for Internet of Things Devices: Firmadyne Firmware Simulation Environment Setup
0x01 Preface
This paper introduces the environment preparation for firmware analysis, mainly for the Firmadyne tool environment, and finally build the router firmware using Netgear for testing.
Firmadyne is an open source software that automates ...
Posted by bdamod1 on Fri, 16 Aug 2019 05:40:12 +0200
Embedded Linux Container Technology
Embedded Linux Container Technology
I. Linux Container Technology
The Linux Container container is a kernel virtualization technology that provides lightweight virtualization to isolate processes and resources.
LXC is short for Linux Container. Lightweight virtualization can be provided to isola ...
Posted by firemankurt on Tue, 13 Aug 2019 09:06:11 +0200
Data Path - Python Crawler - Xpath
Introduction of XML
What is XML?
XML refers to EXtensible Markup Language
XML is a markup language, much like HTML
XML is designed to transfer data, not display it
XML tags need to be defined by ourselves.
XML is designed to be self-descriptive.
XML is the recommended standard for W3C
W3School Official Documentation: http://www.w3scho ...
Posted by robkir on Fri, 02 Aug 2019 20:49:05 +0200
Ubuntu Installation EMQ X Server Guide
system requirements
Bionic 18.04 (LTS)
Xenial 16.04 (LTS)
Trusty 14.04 (LTS)
Precise 12.04(LTS)
Installation of EMQ X
You can install EMQ X in different ways as needed:
Set up and install EMQ X's image library to facilitate installation and upgrade tasks.
Manually download and install the package.
Installation of EMQ X with Mirror Library ...
Posted by timvw on Fri, 02 Aug 2019 13:17:02 +0200
Run and control Nginx
Run and control Nginx
If my article has helped you, I will be very happy and welcome to follow me Github Welcome to my Blog , welcome star.
nginx command line parameters
Unlike many other software systems, Nginx has only a few command line parameters and is configured entirely through a configuratio ...
Posted by Duncan85 on Mon, 29 Jul 2019 04:14:15 +0200
Learn ROP step by step-ROP
(continued above)
Next we turn on ASLR protection.
sudo -s
echo 2 > /proc/sys/kernel/randomize_va_space`
Now let's go back and test the exp of Level 2 and find that it's no longer working.
#!bash
$python exp2.py
[+] Started program './level2'
[*] Switching to interactive mode
[*] Program './level2' ...
Posted by torsoboy on Wed, 24 Jul 2019 10:18:19 +0200
Nginx usage and configuration
Nginx Catalogue
$ cd /etc/nginx
$ ls -l
total 60
drwx------ 2 ubuntu ubuntu 4096 Jun 16 09:27 cert ## ssl certificate directory
drwxr-xr-x 2 root root 4096 Jul 12 2017 conf.d
-rw-r--r-- 1 root root 1077 Feb 11 2017 fastcgi.conf
-rw-r--r-- 1 root root 1007 Feb 11 2017 fastcgi ...
Posted by marque on Tue, 23 Jul 2019 06:41:40 +0200
Vps opens BBR acceleration (CentOS 7)
vps of vultr, bought last month, still feel slow to watch videos, so look for tutorials online, open BBR acceleration here and record it, which may be used later.
BBR is a new congestion control algorithm proposed by Google, which can significantly improve the throughput of Linux servers and reduce the delay of TCP connections.
BBR solves t ...
Posted by Spinicrus on Wed, 17 Jul 2019 21:45:31 +0200
Mysql 5.7.17 source code compilation and installation under Ubuntu 16.04
Mysql 5.7.17 source code compilation and installation under Ubuntu 16.04
System Environment
ubuntu 16.04 64 bits
Official documentation states: http://dev.mysql.com/doc/refman/5.7/en/source-installation.html
I. System Installation Conditions
1.cmake
MySQL uses cmake cross-platform tools to pre-compile source code to set the compila ...
Posted by nev25 on Sat, 13 Jul 2019 02:28:04 +0200