Compare commits

..

2 Commits

Author SHA1 Message Date
Jan Philipp Timme 68a524fd3b Remove legacy toprc 2019-12-23 10:19:32 +01:00
Jan Philipp Timme 05707573cb Fix music pull script 2019-12-23 10:19:32 +01:00
4 changed files with 8 additions and 17 deletions

16
.toprc
View File

@ -1,16 +0,0 @@
top's Config File (Linux processes with windows)
Id:i, Mode_altscr=0, Mode_irixps=1, Delay_time=0.500, Curwin=3
Def fieldscur=¥&K¨³´»½@·º¹56ÄFÅ')*+,-./0128<>?ABCGHIJLMNOPQRSTUVWXYZ[\]^_`abcdefghij
winflags=162740, sortindx=21, maxtasks=0, graph_cpus=1, graph_mems=2
summclr=1, msgsclr=1, headclr=3, taskclr=1
Job fieldscur=¥¦¹·º(³´Ä»½@<§Å)*+,-./012568>?ABCFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghij
winflags=163124, sortindx=0, maxtasks=0, graph_cpus=2, graph_mems=0
summclr=6, msgsclr=6, headclr=7, taskclr=6
Mem fieldscur=¥º»<½¾¿ÀÁMBNÃD34·Å&'()*+,-./0125689FGHIJKLOPQRSTUVWXYZ[\]^_`abcdefghij
winflags=163124, sortindx=21, maxtasks=0, graph_cpus=2, graph_mems=0
summclr=5, msgsclr=5, headclr=4, taskclr=5
Usr fieldscur=¥¦§¨ª°¹·ºÄÅ)+,-./1234568;<=>?@ABCFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghij
winflags=162740, sortindx=21, maxtasks=0, graph_cpus=2, graph_mems=0
summclr=3, msgsclr=3, headclr=2, taskclr=3
Fixed_widest=0, Summ_mscale=2, Task_mscale=1, Zero_suppress=0

3
bin/fqdn Executable file
View File

@ -0,0 +1,3 @@
#!/bin/bash
echo $1
dig +short -x $1 | tr '[:upper:]' '[:lower:]'

View File

@ -1,2 +1,2 @@
#!/bin/bash #!/bin/bash
rsync --recursive --times --update --delete-after --force --progress jpt@backup.jpt.lu:/home/jpt/Music/ /media/Daten/Media/Musik/ rsync --recursive --times --update --delete-after --force --progress jpt@5.srv.jpt.lu:/home/jpt/Music/ /home/jpt/Music/

4
bin/save-keepass Executable file
View File

@ -0,0 +1,4 @@
#!/bin/sh
cp -vf /home/jpt/Cloud/Privat/Keepass/MyDB.kdbx /run/media/jpt/JPT-SUBKEYS/Keepass/MyDB.kdbx
sync