You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
plot two columns against each other with local uncertainty bands by windowing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function for showing graph with ci bands for quality of given of linear regression modell
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Mit Hilfe der App SSHelper kann auf ein (nicht gerootetes) Android-Gerät per SSH zugegriffen werden.
Eine gute Beschreibung der Möglichkeiten mit der Software sowie Tips und Tricks sind unter https://arachnoid.com/android/SSHelper/index.html (falls nicht verfügbar, alternativ http://archive.is/wip/dezC9) zu finden.
SSH-Verbindung einrichten
ggf. ssh-keygen
ssh-copy-id
Empfehlung: Password-Login dann deaktivieren
~/.ssh/config mit host #HANDY-IP# port 2222 schreiben
Mit dem Windows-Boot-Manager Dual Boot in installiertes Linux
Linux aus dem Windows-Boot-Manager starten
Mit Hilfe des Kommandozeilen-Tools bcdedit und dem Windows-DD-Clone von http://www.chrysocome.net/dd ist ein Eintrag eines installierten Linux in das Windows-Boot-Menü kein Problem
Vorbereitung
Es wird der Linux-Boot-Sektor benötigt, und zwar von Windows aus lesbar.
Dieser kann am leichtesten mit dem Tool dd extrahiert werden.
Im laufenden Linux geht das direkt aus der Konsole. Annahme, das System ist auf der Partition /dev/sda5: