No description
Find a file
Your Name c932704b7a read
2017-05-22 00:25:10 +02:00
audible_convert_to_audio.sh chmod 2017-05-16 13:59:59 +02:00
audible_convert_to_audio_windows.sh chmod 2017-05-16 13:59:59 +02:00
compile chmod 2017-05-16 13:59:59 +02:00
convert_to_audio.sh fix 2017-05-14 15:22:25 +02:00
convert_to_flac.sh chmod 2017-05-16 13:59:59 +02:00
convert_to_ogg.sh fix 2017-05-14 15:17:07 +02:00
convert_to_ogg_oggenc.sh fix 2017-05-14 15:17:07 +02:00
image.sh chmod 2017-05-16 13:59:59 +02:00
image2.sh chmod 2017-05-16 13:59:59 +02:00
image3.sh chmod 2017-05-16 13:59:59 +02:00
image4.sh chmod 2017-05-16 13:59:59 +02:00
LICENSE chmod 2017-05-16 13:59:59 +02:00
packages.txt fix 2017-05-20 16:55:08 +02:00
read.sh read 2017-05-22 00:25:10 +02:00
README.md chmod 2017-05-16 13:59:59 +02:00
shellinabox.service chmod 2017-05-16 13:59:59 +02:00
shellinabox_sshwrapper.sh shellinabox_key 2017-05-16 18:08:15 +02:00
shellscripte.sh fix 2017-05-20 16:55:08 +02:00
ssh_tunnel.png sshtunnel_bind 2017-05-21 02:38:05 +02:00
sshtunnel.service fix 2017-05-21 02:56:22 +02:00
sshtunnel1.service fix 2017-05-21 02:56:22 +02:00
sshtunnel_bind.sh sshtunnel_bind 2017-05-21 02:38:05 +02:00
start.sh chmod 2017-05-16 13:59:59 +02:00
start2.sh chmod 2017-05-16 13:59:59 +02:00
start_shellinabox.sh chmod 2017-05-16 13:59:59 +02:00
test_flac_files.sh test 2017-05-14 15:40:11 +02:00
texttoecho.py chmod 2017-05-16 13:59:59 +02:00
youtube-dl.sh youtube-dl 2017-05-18 22:51:33 +02:00
youtube.sh youtube+fix 2017-05-18 00:09:58 +02:00

shell-scripte

Nützliche shell-scripte

ssh tunnel vom server oder zum server einrichten mit:

ssh-keygen -t rsa -b 4096

ssh-copy-id -i ~/.ssh/id_rsa.pub user@server

oder

cat id_rsa.pub | ssh server 'cat>> ~/.ssh/authorized_keys'