Browse Source

mint update

84582af
Dirk Alders 1 year ago
parent
commit
862a8d36cb
2 changed files with 9 additions and 7 deletions
  1. 4
    2
      apt-extend-mint
  2. 5
    5
      latex_doc/templates/brief.tex

+ 4
- 2
apt-extend-mint View File

4
 #
4
 #
5
 # Additional Packages
5
 # Additional Packages
6
 COMMON="
6
 COMMON="
7
-joe git tmux
7
+zsh zsh-syntax-highlighting zsh-autosuggestions
8
+vim vim-python-jedi vim-autopep8 git tmux
8
 synaptic
9
 synaptic
9
 owncloud-client
10
 owncloud-client
10
 keepass2 xdotool
11
 keepass2 xdotool
38
 "
39
 "
39
 
40
 
40
 PROGRAMMING="
41
 PROGRAMMING="
41
-arduino
42
+arduino patchelf libserialport0
42
 minicom
43
 minicom
43
 pycodestyle
44
 pycodestyle
44
 virtualenv
45
 virtualenv
62
         echo
63
         echo
63
         echo
64
         echo
64
         echo You need to enable and start tlp, if you want to have it running.
65
         echo You need to enable and start tlp, if you want to have it running.
66
+        echo Execute: sudo patchelf --add-needed libserialport.so.0 /usr/lib/x86_64-linux-gnu/liblistSerialsj.so.1.4.0 for arduino startup
65
         ;;
67
         ;;
66
     *)
68
     *)
67
         echo Installation aborted!
69
         echo Installation aborted!

+ 5
- 5
latex_doc/templates/brief.tex View File

24
 %\klassisch
24
 %\klassisch
25
 
25
 
26
 \Name                {Dirk Alders}
26
 \Name                {Dirk Alders}
27
-\Strasse             {Am Spottenberg 7a}
27
+\Strasse             {Neue Buchener Straße 16}
28
 \Zusatz              {}
28
 \Zusatz              {}
29
-\Ort                 {63834 Sulzbach}
29
+\Ort                 {74722 Buchen}
30
 \Land                {}
30
 \Land                {}
31
 \RetourAdresse       {\sf\name\ $\cdot$\ \strasse\ $\cdot$\ \ort} % einzeilig f¨ur Ihre Adresse im Sichtfenster;
31
 \RetourAdresse       {\sf\name\ $\cdot$\ \strasse\ $\cdot$\ \ort} % einzeilig f¨ur Ihre Adresse im Sichtfenster;
32
 \Unterschrift        {Dirk Alders}
32
 \Unterschrift        {Dirk Alders}
33
 \Datum               {\VAR{short_date}}
33
 \Datum               {\VAR{short_date}}
34
 
34
 
35
-\Telefon             {06028/\,40\,70\,41}
36
-\Telefax             {06028/\,21\,800\,69}
35
+\Telefon             {+49 6281/\,55\,411,22}
36
+%\Telefax             {}
37
 %\HTTP                {http://mount-mockery.de}
37
 %\HTTP                {http://mount-mockery.de}
38
-\EMail               {dirk@mount-mockery.de}
38
+\EMail               {d.alders@mount-mockery.de}
39
 
39
 
40
 %\Bank                {Sparkasse Miltenberg Obernburg}
40
 %\Bank                {Sparkasse Miltenberg Obernburg}
41
 %\BLZ                 {BYLADEM1MIL}
41
 %\BLZ                 {BYLADEM1MIL}

Loading…
Cancel
Save