$ ffmpeg -ss 70 -i infile.mp4 -t 5 -vf scale=1280:-1 -an outfile.mp4
-vf setpts=PTS/2.0 -af atempo=2.0
三十路の夜 / 尾崎豊 | |
落書きのドキュメントと ツイッターばかり見てる俺 | |
超高層ビルの箱の中 届かない夢を見てる | |
やりばのない 気持の扉破りたい | |
5ちゃんねるに書き込んだこと 見つかれば逃げ場もない | |
パソコンにむかい 背を向けながら | |
心のひとつもわかり合えない 上司達をにらむ | |
そして仲間達は今夜 バックレの計画をたてる | |
とにかくもう 会議や会社にはいたくない |
# こちらに移動 | |
# https://github.com/mamemomonga/cloud-workspace-instance-starter |
#!/bin/bash | |
set -eu | |
# Build Essentialをインストールする | |
INSTALL_BUILD_ESSENTIAL=1 | |
# Dockerをインストールする | |
INSTALL_DOCKER=1 | |
if [ "$(id -u)" != 0 ]; then |
上級者向けコンテンツ
https://fedibird.com/@kimura03/103261444392071749 https://raspidon.mamemo.online/@mamemomonga/103261451824891362 https://raspidon.mamemo.online/@mamemomonga/103261468775845279 https://raspidon.mamemo.online/@mamemomonga/103283998990411640 https://oransns.com/@nacika/103284018097578035 https://raspidon.mamemo.online/@mamemomonga/103284026325794334
$ sudo apt install xrdp
$ sudo sh -c 'cat > /etc/polkit-1/localauthority.conf.d/02-allow-colord.conf' << 'EOS'
polkit.addRule(function(action, subject) {
if ((action.id == "org.freedesktop.color-manager.create-device" ||
action.id == "org.freedesktop.color-manager.create-profile" ||
action.id == "org.freedesktop.color-manager.delete-device" ||
action.id == "org.freedesktop.color-manager.delete-profile" ||
action.id == "org.freedesktop.color-manager.modify-device" ||