howto configure ubuntu on rasberry pi 4 for home cloud .... vpn , nas , rdp, k3s
https://ubuntu.com/tutorials/how-to-install-ubuntu-on-your-raspberry-pi#1-overview
howto configure ubuntu on rasberry pi 4 for home cloud .... vpn , nas , rdp, k3s
https://ubuntu.com/tutorials/how-to-install-ubuntu-on-your-raspberry-pi#1-overview
| sudo yum install git | |
| sudo yum install mysql56 | |
| sudo yum install gcc | |
| curl -L https://raw.githubusercontent.com/pyenv/pyenv-installer/master/bin/pyenv-installer | bash | |
| # nano -- edit profile | |
| exit |
| - Я правильно интерпретирую семантику вопроса, но полностью игнорирую его суть. | |
| - Не могли бы вы привести пример? | |
| - Мог бы. | |
| - I correctly interpret the semantics of the question, but completely ignoring its essence. | |
| - Could you give us an example? | |
| - I could. |
| # | |
| INPUT="$1" | |
| for i in *.MP4 ; do | |
| ffmpeg -i "$i" -threads 4 -r 50 -an -filter:v "setpts=0.12*PTS" "/home/pssu/Videos/avi/$i.avi" | |
| sleep 3 | |
| done | |
| # | |
| ffmpeg -f concat -i <(for f in *.avi; do echo "file '$PWD/$f'"; done) -c copy /home/pssu/Videos/result.avi |
access_key = 'AK!!!!!!!!!!!!!!!!7A'
secret_key = 'A!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!Qg'from datetime import datetime, timedelta| --- | |
| # test SSH agent forwarding | |
| - shell: echo "Client= [$SSH_CLIENT] Sock= [$SSH_AUTH_SOCK]" | |
| sudo: no | |
| register: myecho | |
| - debug: msg="{{myecho.stdout}}" | |
| - shell: ssh-add -l | |
| sudo: no | |
| register: myecho | |
| - debug: msg="{{myecho.stdout}}" |
| words = ['ivcci', 'oyotta', 'cecaaarar', 'bbb', 'babbb'] | |
| def compute_palindromes(words): | |
| def is_palindrom(word): | |
| return word == ''.join(reversed(word)) | |
| def try_be_palindrom(word): | |
| char_dict = {} | |
| for char in word: | |
| if char_dict.has_key(char): |