$ sudo su -
# apt install git socat
| #!/bin/sh | |
| # Gustavo Arnosti Neves - Dec 2018 | |
| # Modified from many other snippets | |
| # Adapted to work virtually anywhere | |
| # Works on busybox/ash | |
| # This script: https://gist.github.com/tavinus/925c7c9e67b5ba20ae38637fd0e06b07 | |
| # SO reference: https://stackoverflow.com/questions/16843382/colored-shell-script-output-library |
| #!/bin/bash | |
| #################################################################################################### | |
| ## | |
| ## Instalador AutoSystem Cleaner para Debian, Mint e Ubuntu | |
| ## as_clean_install.sh | |
| ## | |
| ## One-liner: | |
| ## wget 'https://gist.githubusercontent.com/tavinus/24d0ddcb3b8ded9372756a41c8bcaf3d/raw/as_clean_install.sh' && sudo chmod +x as_clean_install.sh && sudo ./as_clean_install.sh | |
| ## |
Unfortunatelly the new Nextcloud Text App is not yet usable in production because it does not support plain text editing very well and breaks the exibition and editing of many plain text formats. It may also cause data loss when trying to format some file types (this may not be the case anymore, check the devs).
Seems like the main issue is to align the Colaboration with the rich/raw modes. But there are other problems as well.
In any case, we will just disable the current Text app and manually install the old App.
Your icon > Apps| # Compiled source # | |
| ################### | |
| *.com | |
| *.class | |
| *.dll | |
| *.exe | |
| *.o | |
| *.so | |
| # Packages # |
| #!/usr/bin/env bash | |
| # Update brew repo. | |
| printf "%s" "Updating brew repo..." | |
| brew update &> /dev/null | |
| echo "✅" | |
| # Get the currently installed and new version of nghttp2. | |
| printf "%s" "Fetch installed and stable nghttp2 versions..." | |
| VERSION_INSTALLED="$(brew list --versions | grep nghttp2 | awk '{print $2}')" |
This is how I installed the Rust implementation of bitwarden into a Proxmox Debian 10 LXC Container. It should work on any Debian 10 install (virtual or metal). I dislike running docker inside LXC containers for obvious reasons, so this is how I did it.
$ sudo apt updateI think there's a way to do it with date but the syntax eludes me (other ways welcome).
On *BSD:
date -r 1234567890How I installed Onlyoffice Docs 5.6 (DocumentServer) into a Debian 10 Buster Proxmox LXC Container.