EDV: Unterschied zwischen den Versionen

Aus Wiki_2020
Wezi (Diskussion | Beiträge)
Wezi (Diskussion | Beiträge)
Zeile 89: Zeile 89:
== Software ==
== Software ==


===== <u>Pyton Anaconda</u> =====
[https://community.anaconda.cloud/t/creating-new-environment-from-base-getting-ssl-error-when-trying-to-install-jupiter-notebook-in-new-env/41007/7 ssl Error Fix]
===== <u>Linux Mint</u> =====
===== <u>Linux Mint</u> =====
<div style="column-count:2">
<div style="column-count:2">

Version vom 16. Dezember 2022, 12:28 Uhr

EDV

Hardware

Project Neubau

Hardware

Software

Betriebssystem
Treiber

in dieser Reihenfolge installiert:

  1. Chipsatz
  2. Mainboard
  3. Grafikkarte
  4. LAN
  5. Canon Drucker Pixma IP4300
Benchmarks

Router(Speedport Fritz )

Intel CPU Core i7 4770K

USB

NAS

ASROCK Z87 Extreme4

TV Karten

Pinnings

Software

Pyton Anaconda

ssl Error Fix

Linux Mint
Programme
Notfallsysteme USB/CD
Datenbank

sqlitebrowser
sqlite-backup

Backing up the database
To make a backup copy of the database, simply do a "dump" and redirect the results to a file.
cd /home/sqlite
sqlite3 sample.db .dump > sample.bak

Software - Software, Quellen etc.

Backup

Betriebssysteme related

Win 10 related

Boot / Multiboot
Datenrettung
Schadsoftware

Viren und Zeugs - Plagegeister etc.

Internetsicherheit

Passwordcrack Wordlists

HowTo's

Virtualisierung

Git & Github


cd /D U:\ArduinoIDE_2.0.1\portable\mcp23xxx_blink
git init Initialized empty Git repository in U:/ArduinoIDE_2.0.1/portable/mcp23xxx_blink/.git/
git add . warning: in the working copy of 'mcp23xxx_blink.ino', LF will be replaced by CRLF the next time Git touches it
git status On branch master No commits yet Changes to be committed: (use "git rm --cached <file>..." to unstage) new file: Blink.png new file: mcp23xxx_blink.ino
git commit -m "first commit" [master (root-commit) f64e5b1] first commit 2 files changed, 60 insertions(+) create mode 100644 Blink.png create mode 100644 mcp23xxx_blink.ino
git status On branch master nothing to commit, working tree clean

meanwhile create on Github new Repo


git remote -v
git remote add origin https://github.com/Jvde2019/mcp23xxx_blink
git remote -v origin https://github.com/Jvde2019/mcp23xxx_blink (fetch) origin https://github.com/Jvde2019/mcp23xxx_blink (push)
git branch -M main
git push -u origin main Enumerating objects: 4, done. Counting objects: 100% (4/4), done. Delta compression using up to 12 threads Compressing objects: 100% (4/4), done. Writing objects: 100% (4/4), 8.27 KiB | 4.13 MiB/s, done. Total 4 (delta 0), reused 0 (delta 0), pack-reused 0 To https://github.com/Jvde2019/mcp23xxx_blink * [new branch] main -> main branch 'main' set up to track 'origin/main'.

Sonstiges