Cloud-config files for setting up k8s single-node cluster with kubeadm on Ubuntu 16.04.3 LTS (Xenial Xerus)
Minimal installation of k8s with kubeadm.
| This is a script I use which runs on a scheduler (e.g. cron) every 5 min and sends the progress of a LFTP transfer to MQTT. | |
| In my case I then have NodeRed read it and send it to Telegram. Also, I run LFTP in a docker container, | |
| so adjust if you do not. Those parts are not covered here. | |
| I also use three threads, so adjust that accordingly also. | |
| #!/bin/bash | |
| exec 100>/var/tmp/lftpprogresslock.lock || exit 1 | |
| flock -n 100 || exit 1 # Exit if process is already running |
| https://forum.sierrawireless.com/t/compiling-gobi-drivers-under-rhel-6-9-x86-64/12414 | |
| https://blog.csdn.net/qq_22340085/article/details/51828854 |
| #!/bin/sh | |
| # @author: Alexandre Plennevaux | |
| # @description: MIRROR DISTANT FOLDER TO LOCAL FOLDER VIA FTP | |
| # | |
| # FTP LOGIN | |
| HOST='sftp://ftp.domain.com' | |
| USER='ftpusername' | |
| PASSWORD='ftppassword' | |
| # DISTANT DIRECTORY |
How to install Ubuntu 14.04.1 LTS 64-bit on a MacBook Pro Retina 15" Mid 2014 (11,3)