Revision history for LinuxWissen
Additions:
Das Problem mit langsamer Darstellung von Ordnern einer SMB-Freigabe unter macOS ist hier beschrieben: http://plazko.io/apple-osx-finder-is-listing-files-very-very-slow-when-connected-to-smb-shared-hard-drive-connected-to-a-wifi-router/ . Nach der Darstellung des Autors reicht es einfach aus, in der jeweiligen Freigabe in der ##smb.conf## Folgendes zu ergänzen:
##vfs objects = fruit streams_xattr##
Dies scheint tatsächlich zu helfen - das Öffnen von Ordnern unter macOS ist deutlich schneller, auch die Vorbereitung von Kopiervorgängen usw.
##vfs objects = fruit streams_xattr##
Dies scheint tatsächlich zu helfen - das Öffnen von Ordnern unter macOS ist deutlich schneller, auch die Vorbereitung von Kopiervorgängen usw.
Additions:
Generiere keys für die Identifikation:
Deletions:
Additions:
Nun ist login ohne Passwort wie folgt möglich:
##ssh gonzo@10.0.0.200 -i /pfad/id_rsa##
##ssh gonzo@10.0.0.200 -i /pfad/id_rsa##
Deletions:
Additions:
cat pfad/id_rsa.pub | ssh gonzo@10.0.0.200 'cat "">>"" .ssh/authorized_keys'
Deletions:
Additions:
gonzo@10.0.0.200's password:## (jetzt noch eingeben)##
Deletions:
Additions:
cat pfad/id_rsa.pub | ssh gonzob@10.0.0.200 'cat "">>"" .ssh/authorized_keys'
Deletions:
Additions:
Geneirere keys für die Identifikation:
Nun erstelle Ordner und kopiere Schlüssel dahin auf die Zielmaschine:
##a@A:~> ssh gonzo@10.0.0.200 mkdir -p .ssh
gonzo@10.0.0.200's password:## (jetzt noch eingeben)
cat pfad/id_rsa.pub | ssh gonzob@10.0.0.200 'cat >> .ssh/authorized_keys'
gonzo@10.0.0.200's password: ##
Nun ist login ohne Passwort möglich...
Nun erstelle Ordner und kopiere Schlüssel dahin auf die Zielmaschine:
##a@A:~> ssh gonzo@10.0.0.200 mkdir -p .ssh
gonzo@10.0.0.200's password:## (jetzt noch eingeben)
cat pfad/id_rsa.pub | ssh gonzob@10.0.0.200 'cat >> .ssh/authorized_keys'
gonzo@10.0.0.200's password: ##
Nun ist login ohne Passwort möglich...
Deletions:
Additions:
##ssh-keygen -t rsa
Generating public/private rsa key pair.
Enter file in which to save the key ...
Enter passphrase (empty for no passphrase): ##keine eingeben!##
Enter same passphrase again: ##
Generating public/private rsa key pair.
Enter file in which to save the key ...
Enter passphrase (empty for no passphrase): ##keine eingeben!##
Enter same passphrase again: ##
Deletions:
Additions:
Und hier eine Schritt-für-Schritt-Anleitung für eine Verbindung von einem Ubuntu-Gerät zu einem macOS-Gerät über ssh ohne Eingabe von Passwort:
##Ubuntu = 10.0.0.100
user@Ubuntu = root
Mac = 10.0.0.200
user@Mac = gonzo##
Generate keys for authentication:
####
##Ubuntu = 10.0.0.100
user@Ubuntu = root
Mac = 10.0.0.200
user@Mac = gonzo##
Generate keys for authentication:
####
Additions:
- unter Mac OSX: http://micheljansen.org/blog/entry/123
Deletions:
Additions:
((2)) SMB Freigaben
Tuning des Samba-Servers: https://eggplant.pro/blog/faster-samba-smb-cifs-share-performance/
Tuning des Samba-Servers: https://eggplant.pro/blog/faster-samba-smb-cifs-share-performance/
Additions:
Wenn die unter /etc/exports freigegebenen Ordner nur aktualisiert werden sollen, reicht ein
##sudo exportfs -ra##
##sudo exportfs -ra##
Additions:
Falls der ##minidlna## nicht automatisch Dateien berücksichtigt, die sich im Ordner befinden, kann dies wie folgt erzwungen werden:
##service minidlna stop
minidlnad -R
service minidlna start##
//zwischenzeitlich unter 10.0.0.xx:8200 nachsehen, ob die Dateien gefunden sind und der Scan beendet ist
##service minidlna stop
minidlnad -R
service minidlna start##
//zwischenzeitlich unter 10.0.0.xx:8200 nachsehen, ob die Dateien gefunden sind und der Scan beendet ist
Additions:
((1)) Etwas Multimedia
Ubuntu als DLNA-Server: mit [[https://sourceforge.net/projects/minidlna/?source=navbar minidlna (auch ReadyMedia genannt)]] kein Problem. Anleitung für Ubuntu (bei 16.04 hatte automatisch die Installationsmöglichkeit enthalten): https://wiki.ubuntuusers.de/ReadyMedia/
Ubuntu als DLNA-Server: mit [[https://sourceforge.net/projects/minidlna/?source=navbar minidlna (auch ReadyMedia genannt)]] kein Problem. Anleitung für Ubuntu (bei 16.04 hatte automatisch die Installationsmöglichkeit enthalten): https://wiki.ubuntuusers.de/ReadyMedia/
Deletions:
Additions:
((2)) ##crontab## benutzen
http://85.214.109.129/master/DokumentacjaCron (PL)
http://85.214.109.129/master/DokumentacjaCron (PL)
Additions:
((2)) Statische Netzwerkadressen konfigurieren:
https://help.ubuntu.com/lts/serverguide/network-configuration.html
((2)) NFS Freigaben im Netzwerk
http://85.214.109.129/master/UdostepnianiePlikowNFS (PL)
https://help.ubuntu.com/lts/serverguide/network-configuration.html
((2)) NFS Freigaben im Netzwerk
http://85.214.109.129/master/UdostepnianiePlikowNFS (PL)
Deletions:
https://help.ubuntu.com/lts/serverguide/network-configuration.html
Additions:
- http://linuxproblem.org/art_9.html
Additions:
((2)) CD-Image erstellen
Mit dem Befehl „dd“ können Sie schnell und einfach ein Image einer CD erstellen. Achten Sie nur darauf, dass die CD vorher nicht gemountet sein darf. Der Befehl dazu lautet:
##dd if=/dev/cdrom of=cd-rom.iso##
Mit dem Befehl „dd“ können Sie schnell und einfach ein Image einer CD erstellen. Achten Sie nur darauf, dass die CD vorher nicht gemountet sein darf. Der Befehl dazu lautet:
##dd if=/dev/cdrom of=cd-rom.iso##
Additions:
- kurze Anleitung zu ##rsync##: [[ITWissenRsyncManual manual do rsync]] - hier gleichzeitig ein simples backup-System beschrieben
Deletions:
Additions:
Mehrere Quellen:
- [[http://www.macuser.de/forum/f27/automatische-backups-syncs-210626/ manuelle "Time Machine" von macuser forum]]
- snapshot-Backups erstellen: http://linuxwiki.de/rsync/SnapshotBackups
- Zugriff über ##rsync## ohne Passworteingabe (über ssh): http://troy.jdmz.net/rsync/index.html
- kurze Anleitung zu ##rsync##: [[ITWissenRsyncManual manual do rsync]]
- [[http://www.su4me.de/lin_ssh.html#ssh-cert Zertifikate für ssh-Login]]
- noch einmal Zertifikate, diesmal direkt unter Mac OSX: http://macfidelity.de/2010/01/22/mac-ssh-unter-mac-os-x-10-6/
- [[http://www.macuser.de/forum/f27/automatische-backups-syncs-210626/ manuelle "Time Machine" von macuser forum]]
- snapshot-Backups erstellen: http://linuxwiki.de/rsync/SnapshotBackups
- Zugriff über ##rsync## ohne Passworteingabe (über ssh): http://troy.jdmz.net/rsync/index.html
- kurze Anleitung zu ##rsync##: [[ITWissenRsyncManual manual do rsync]]
- [[http://www.su4me.de/lin_ssh.html#ssh-cert Zertifikate für ssh-Login]]
- noch einmal Zertifikate, diesmal direkt unter Mac OSX: http://macfidelity.de/2010/01/22/mac-ssh-unter-mac-os-x-10-6/
Deletions:
- snapshot-Backups erstellen: http://linuxwiki.de/rsync/SnapshotBackups
- Zugriff über ##rsync## ohne Passworteingabe (über ssh): http://troy.jdmz.net/rsync/index.html
- kurze Anleitung zu ##rsync##: [[MyRsyncManual manual do rsync]]
- [[http://www.su4me.de/lin_ssh.html#ssh-cert Zertifikate für ssh-Login]]
- noch einmal Zertifikate, diesmal direkt unter Mac OSX: http://macfidelity.de/2010/01/22/mac-ssh-unter-mac-os-x-10-6/
Additions:
- show all installed packages: ## dpkg -l | less ##
- show installed packages with "part string" in the name: ##dpkg -l | less | grep part-string##
- installing packages from special repositories: ##aptitude -t lenny-backports install debian-backports-keyring##
- installing nvidia drivers: http://wiki.debian.org/NvidiaGraphicsDrivers
- installing VirtualBox: http://wiki.debian.org/VirtualBox
- show installed packages with "part string" in the name: ##dpkg -l | less | grep part-string##
- installing packages from special repositories: ##aptitude -t lenny-backports install debian-backports-keyring##
- installing nvidia drivers: http://wiki.debian.org/NvidiaGraphicsDrivers
- installing VirtualBox: http://wiki.debian.org/VirtualBox
Deletions:
- show installed packages with "part string" in the name: ##dpkg -l | less | grep part-string##
- **list with all packages for my standard system under debian**: PackagesDebian
- installing packages from special repositories: ##aptitude -t lenny-backports install debian-backports-keyring##
- installing nvidia drivers: http://wiki.debian.org/NvidiaGraphicsDrivers
- installing VirtualBox: http://wiki.debian.org/VirtualBox
Additions:
- snapshot-Backups erstellen: http://linuxwiki.de/rsync/SnapshotBackups
- Zugriff über ##rsync## ohne Passworteingabe (über ssh): http://troy.jdmz.net/rsync/index.html
- kurze Anleitung zu ##rsync##: [[MyRsyncManual manual do rsync]]
((3)) ssh-Zertifikate
- [[http://www.su4me.de/lin_ssh.html#ssh-cert Zertifikate für ssh-Login]]
- noch einmal Zertifikate, diesmal direkt unter Mac OSX: http://macfidelity.de/2010/01/22/mac-ssh-unter-mac-os-x-10-6/
((2)) Paketmanagement unter Debian / Ubuntu
- show all installed packages: ## dpkg -l | less ##
- show installed packages with "part string" in the name: ##dpkg -l | less | grep part-string##
- **list with all packages for my standard system under debian**: PackagesDebian
- installing packages from special repositories: ##aptitude -t lenny-backports install debian-backports-keyring##
- installing nvidia drivers: http://wiki.debian.org/NvidiaGraphicsDrivers
- installing VirtualBox: http://wiki.debian.org/VirtualBox
- Zugriff über ##rsync## ohne Passworteingabe (über ssh): http://troy.jdmz.net/rsync/index.html
- kurze Anleitung zu ##rsync##: [[MyRsyncManual manual do rsync]]
((3)) ssh-Zertifikate
- [[http://www.su4me.de/lin_ssh.html#ssh-cert Zertifikate für ssh-Login]]
- noch einmal Zertifikate, diesmal direkt unter Mac OSX: http://macfidelity.de/2010/01/22/mac-ssh-unter-mac-os-x-10-6/
((2)) Paketmanagement unter Debian / Ubuntu
- show all installed packages: ## dpkg -l | less ##
- show installed packages with "part string" in the name: ##dpkg -l | less | grep part-string##
- **list with all packages for my standard system under debian**: PackagesDebian
- installing packages from special repositories: ##aptitude -t lenny-backports install debian-backports-keyring##
- installing nvidia drivers: http://wiki.debian.org/NvidiaGraphicsDrivers
- installing VirtualBox: http://wiki.debian.org/VirtualBox
Additions:
((2)) Kodieren der Konsole und Zugriff über SSH
((3)) rsync als //time machine//
- [[http://www.macuser.de/forum/f27/automatische-backups-syncs-210626/ manuelle "Time Machine" von macuser forum]]
((3)) rsync als //time machine//
- [[http://www.macuser.de/forum/f27/automatische-backups-syncs-210626/ manuelle "Time Machine" von macuser forum]]
Additions:
Allgemein nützliche Befehle für kleine Aufgaben
((2)) Welche Version der Distribution läuft? (Ubuntu)
##lsb_release -d##
((2)) Welche Linux-Version läuft?
##uname -a##
((1)) Insbesondere Netzwerk
Statische Netzwerkadressen konfigurieren:
https://help.ubuntu.com/lts/serverguide/network-configuration.html
((2)) Welche Version der Distribution läuft? (Ubuntu)
##lsb_release -d##
((2)) Welche Linux-Version läuft?
##uname -a##
((1)) Insbesondere Netzwerk
Statische Netzwerkadressen konfigurieren:
https://help.ubuntu.com/lts/serverguide/network-configuration.html