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
digital:hardware:workstation [2018/10/25 12:56]
natrius
digital:hardware:workstation [2022/02/22 16:47] (current)
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 8: Line 10:
   * https://linuxjourney.com/   * https://linuxjourney.com/
   * 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 
-  * **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 ## 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 42: 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 55: 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 70: Line 65:
 </code> </code>
  
-### Ubuntu Nvidia Treiber +### Game opens on the wrong monitor
-Kontrolle, was installiert ist und welche Treiber empfohlen werden +
-    ubuntu-drivers devices +
- +
-PPA hinzufügen +
-    sudo add-apt-repository ppa:graphics-drivers/ppa +
- +
-    sudo apt update +
- +
-Für GTX 970 +
-    sudo apt install nvidia-390 +
- +
-Gerät Neustarten +
- +
-### LTSpice +
-Install wine first +
-    sudo apt-get install wine+
  
-Download LTspice via http://www.analog.com/en/design-center/design-tools-and-calculators/ltspice-simulator.html 
- 
-Click on LTspiceIv.exe and open with wine. Wine will install the program and create a shortcut for you. 
- 
-### 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 109: Line 83:
   - 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 third one just if really needed - the first one is read only and will tell you more. 
 + 
 +  - Chkdsk 
 +  - Chkdsk /f 
 +  - Chkdsk /r