meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
digital:hardware:workstation [2018/10/25 13:00]
natrius
digital:hardware:workstation [2019/01/10 16:41]
natrius
Line 1: Line 1:
-mein Rechner +Workstation 
-Diverse Infos zu meinem Gerät bzw. spezifischen Einstellungen+ 
 +Various things i had to change on my workstation.
  
 ## Learn Linux ## Learn Linux
 +
   * http://overthewire.org/wargames/bandit/bandit0.html   * http://overthewire.org/wargames/bandit/bandit0.html
   * VIM https://mariobytes.wordpress.com/2018/10/03/beginners-guide-to-vim/   * VIM https://mariobytes.wordpress.com/2018/10/03/beginners-guide-to-vim/
Line 9: Line 11:
   * http://www.tipsandtricks.ga/2018/10/20-linux-command-tips-and-tricks-that.html (https://www.reddit.com/r/linux4noobs/comments/9nw7o9/20_linux_command_tips_and_tricks_that_will_save/)   * http://www.tipsandtricks.ga/2018/10/20-linux-command-tips-and-tricks-that.html (https://www.reddit.com/r/linux4noobs/comments/9nw7o9/20_linux_command_tips_and_tricks_that_will_save/)
  
-## Ausstattung+## Dualboot
  
-FIXME 
- 
-  * **Tower**: Fantec 
-  * **Mainboard**: 
-  * **CPU**: i5-3557k 
-  * **RAM**: 16GB  
-  * **GPU**: Nvidia GeForce GTX970 
- 
-### Eingabegeräte 
-  * **Monitor**: 2x Dell U2311H 
-  * **Maus**: Zowie 
-  * **Tastatur**: Cherry MX3.0 
- 
-## Dualboot 
 Erst Windows, dann Linux, damit der Bootloader korrekt installiert wird. Umgedreht kann es sein, dass direkt in Windows gebooted wird, ohne Auswahlmöglichkeit für Linux - dann muss der Bootloader von Linux einfach neu installiert werden. Erst Windows, dann Linux, damit der Bootloader korrekt installiert wird. Umgedreht kann es sein, dass direkt in Windows gebooted wird, ohne Auswahlmöglichkeit für Linux - dann muss der Bootloader von Linux einfach neu installiert werden.
  
 ### Zeitprobleme ### Zeitprobleme
 +
 Wer Windows und Linux im DualBoot verwendet, stellt schnell fest, dass es immer wieder Probleme mit der Uhrzeit gibt, die mal um 1 bis 2 Stunden abweichen kann. Das liegt daran, dass Windows und Unix-Systeme ihre Uhrzeiten anders in der internen Systemuhr abspeichern. Unix-Systeme speichern historisch ihre Zeit in UTC ab, Windows-Systeme in Lokalzeit (bei uns zur Zeit UTC+2). Zur Wahl stehen drei Möglichkeiten: Wer Windows und Linux im DualBoot verwendet, stellt schnell fest, dass es immer wieder Probleme mit der Uhrzeit gibt, die mal um 1 bis 2 Stunden abweichen kann. Das liegt daran, dass Windows und Unix-Systeme ihre Uhrzeiten anders in der internen Systemuhr abspeichern. Unix-Systeme speichern historisch ihre Zeit in UTC ab, Windows-Systeme in Lokalzeit (bei uns zur Zeit UTC+2). Zur Wahl stehen drei Möglichkeiten:
  
Line 45: Line 34:
  
 ### Linux commands everybody should know ### Linux commands everybody should know
 +
   * https://raspberrytips.com/raspberry-pi-commands/   * https://raspberrytips.com/raspberry-pi-commands/
  
Line 58: Line 48:
  
 #### Script #### Script
 +
 https://www.computerbase.de/forum/threads/asus-xonar-dgx-unter-ubuntu-switch-frontpanel-backpanel.1724207/#post-20625405 https://www.computerbase.de/forum/threads/asus-xonar-dgx-unter-ubuntu-switch-frontpanel-backpanel.1724207/#post-20625405
 Save script somewhere where its always available, drag&drop it in the taskbar and click once for switching between Headphones and Speakers. Save script somewhere where its always available, drag&drop it in the taskbar and click once for switching between Headphones and Speakers.
 +
 <code bash> <code bash>
 #!/bin/bash #!/bin/bash
Line 88: Line 80:
  
 ### LTSpice ### LTSpice
 +
 Install wine first Install wine first
     sudo apt-get install wine     sudo apt-get install wine
Line 96: Line 89:
  
 ### Game opens on the wrong monitor ### Game opens on the wrong monitor
 +
 To work around this on KDE, I created the following specific Window Behaviour rule: To work around this on KDE, I created the following specific Window Behaviour rule:
  
Line 112: Line 106:
   - 6) Click ok   - 6) Click ok
   - 7) Click Apply   - 7) Click Apply
-  - 8) Try restart Metro Last Light +  - 8) Try restart Metro Last Light 
 + 
 +## Windows 
 + 
 +### After installing 
 + 
 +  - https://github.com/Sycnex/Windows10Debloater 
 +  - https://github.com/bmrf/tron/blob/master/README.md#use 
 + 
 +### CHKDSK 
 + 
 +Run in the following order to ensure minimum runtime. The following one just if really needed - the first one is read only and will tell you more. 
 + 
 +  - Chkdsk 
 +  - Chkdsk /f 
 +  - Chkdsk /r