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 revisionPrevious revision
Next revision
Previous revision
groups:mg:private:resonatoren:reslabcomputers:reslab-main [2020/05/15 12:43] – [17. Install ALLAN live Py!] fienegroups:mg:private:resonatoren:reslabcomputers:reslab-main [2020/08/12 11:45] (current) – [8. Install Software] ssauer
Line 111: Line 111:
           * Admin-Password: HMaser           * Admin-Password: HMaser
           * Server: Uncheck "Accept incoming connections" (not yet using VNC)           * Server: Uncheck "Accept incoming connections" (not yet using VNC)
-  - Puresync +  - Puresync (Version 3.6.2) 
 +    * Important data is copied to the respective folders representin the name of the computer automatically 
 +    * Ask Admin:  
 +      * Computer should have full write access (but not delete) to \\afs\iqo.uni-hannover.de\projects\magnesium\Backups  
 +      * Computer can read the whole \\afs\iqo.uni-hannover.de\projects\magnesium\  
 +      * This is utilized by giving these PCs a **static IP adress** (assigned via their MAC) and these IPs are in the AFS group **iqo-hosts:mg-lab**  
 +    * Create \\afs\iqo.uni-hannover.de\projects\magnesium\ as Network adress
     * configure the correct folders to be backed up to AFS     * configure the correct folders to be backed up to AFS
 +      * Nessary Backup folders:
 +        * D:Counter_Data -> \\afs\iqo.uni-hannover.de\projects\magnesium\Backups\reslab\Backup_Counter_Data
 +      * Backups are copied to the AFS every night at 04:00 using the program PureSync, which is installed on all PCs
 +    * The data stored on AFS is automatically backuped to the Rechenzentrum (AFS backup). So all data "should" be safe then in case of fire/water/acid/nuclear-winter or whatever :)
 +
  
 ==== 9. System Restore with windows ====  ==== 9. System Restore with windows ==== 
Line 201: Line 212:
     - To edit the code in VS Code, install "Python" and "Python for VS Code" in VS Code     - To edit the code in VS Code, install "Python" and "Python for VS Code" in VS Code
     - Upgrade "pip" in Terminal with "python -m pip install --upgrade pip"     - Upgrade "pip" in Terminal with "python -m pip install --upgrade pip"
-    - Install one after the other requirement in Terminal with pip install **XXX**:+    - Install all requirements with " pip install -r requirements.txt " or install one after the other requirement in Terminal with pip install **XXX**: 
 +       - (versions and requirements are updated in the repositry, which you can find below)  
 +<WRAP right round important 40%> 
 +You need to be in the path of the cloned repositry to be able to access the content of requirements.txt! 
 +</WRAP>
        - numpy==1.18.2        - numpy==1.18.2
        - matplotlib==3.1.2        - matplotlib==3.1.2
Line 208: Line 223:
        - allantools==2019.09        - allantools==2019.09
        - pyqtgraph==0.10.0        - pyqtgraph==0.10.0
-      (versions and requirements are updated in the repositry, which you can find below) 
   - Install git-cola (Version: 3.6)   - Install git-cola (Version: 3.6)
     - Open Git bag/Git cola     - Open Git bag/Git cola