Steps below are needed only once. USB will be configured as a primary boot device
Create /jffs/configs/dnsmasq.conf.add
and add DHCP option 119
providing the domain search list (home
in the example below):
dhcp-option=lan,119,home
Allow custom configs in the nvram:
nvram set jffs2_scripts=1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# -*- mode: ruby -*- | |
# vi: set ft=ruby : | |
Vagrant.configure("2") do |config| | |
config.vm.box = "inria-pro-sed/conda-build-osx-10.9-base" | |
config.vm.box_version = "1.0.0" | |
#config.vm.network "public_network" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## !!! DO NOT RUN THIS SCRIPT AS IS !!! | |
## SOME VALUES ARE JUST AN EXAMPLE AND MUST BE CHANGED | |
## ACCORDING TO YOUR INFRASTRUCTURE CONFIGURATION | |
## This example script uses the following considerations: | |
# - vSphere 6.7U3 (or later) is a prerequisite for using CSI and CPI at the time of writing | |
# - vCenter Datacenter name: DC01 | |
# - vCenter Cluster name: CLS01 | |
# - vCenter Datastore names: DATASTORE01, DATASTORE02, DATASTORE03 | |
# - K8S nodes VMs hostname pattern: example-k8s* (e.g.: example-k8s-master01.example.com) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Cleanup Gradle Daemon logs older than 3hr (180min) | |
# NOTE: Change path to the .gradle/daemon as needed | |
05 */1 * * * root /usr/bin/find /var/lib/jenkins/.gradle/daemon/ -type f -mmin +180 -exec rm -vf '{}' \; | |
# Cleanup Gradle Daemon empty dirs | |
# NOTE: Change path to the .gradle/daemon as needed | |
10 */1 * * * root /usr/bin/find /var/lib/jenkins/.gradle/daemon/ -type d -empty -exec rm -vrf '{}' \; || true |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
2021: | |
pto_days_total: 28 | |
months: | |
- name: may | |
num: 5 | |
pto_days: | |
- 6 | |
- 7 | |
Необходимо померять длину и определиться с видом (цветная или белая, мощность) до покупки
Пример цветной (RGB) ленты: https://diodlenta.by/lux-high-class/svetodiodnaya-lenta-5050-otkrytaya-rgb-30led-114)
TODO:
- add simple coding tasks (Python/Bash/Go)
Table of contents