Подключение к Cloud.mail.ru с помощью WebDAV эмулятора в Убунту 18.04 от starlinq
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
# Install Gnome and some other useful thins | |
# The official installation guide (https://wiki.archlinux.org/index.php/Installation_Guide) contains a more verbose description. | |
# And based on https://wiki.archlinux.de/title/Anleitung_f%C3%BCr_Einsteiger | |
# I have just copied commands from https://wiki.archlinux.de/title/Anleitung_f%C3%BCr_Einsteiger#Weitere_notwendige_Dienste | |
# It's just to have it with one view after doing a [fresh installation](https://gist.github.com/thacoon/05d5a39606ab554455d6713e8a714b2c) | |
# Some useful services | |
pacman -S acpid ntp dbus cups cronie |
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
#!/usr/bin/env bash | |
# | |
# img2vid | |
# ======= | |
# | |
# Convert an image into three second video | |
# | |
# Usage: ./img2vid photo.jpg video.mp4 | |
# |
This is a personal reminder about few things I need to remember wheneve I install the most basic Gnome on ArchLinux.
bash <(curl -s https://archibold.io/install/gnome)
This will install automatically pamac-aur
, Firefox
, and many other common software so that the rest of this document could be ignore.
Create a full deployment for an Nginx Proxy that reads its configuration from a config map.
The config map can be edited online and only requires a rolling deployment to take effect.
Quickstart:
oc new-app -f https://gist.githubusercontent.com/exaV/978c4d9ac66b2940da141340f08bb82a/raw/nginx-template.yaml -p NAME="my-proxy"