Zum Inhalt springen

Hack-A-N900/First Steps: Unterschied zwischen den Versionen

Amir (Diskussion | Beiträge)
Keine Bearbeitungszusammenfassung
Amir (Diskussion | Beiträge)
 
(2 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 1: Zeile 1:
<b>WARNING:</b> That's where the pleasure and pain of N900 starts. How much pleasure and/or pain depends highly on how familiar you are with linux. So make sure you know how to accomplish simple administrative tasks via a root shell without bricking your system and do regular [http://metalab.at/wiki/Hack-A-N900/Backup backups].
<b>WARNING:</b> That's where the pleasure and pain of N900 starts. How much pleasure and/or pain depends highly on how familiar you are with linux. So make sure you know how to accomplish simple administrative tasks via a root shell without bricking your system and do regular [[Hack-A-N900/Backup | backups]].


=== Root Access ===
=== Root Access ===
Zeile 40: Zeile 40:


=== OpenSSH ===
=== OpenSSH ===
Install OpenSSH client and server:
<pre>
apt-get install openssh
</pre>


Generate ssh key:
Generate ssh key:
Zeile 77: Zeile 72:


<pre>
<pre>
apt-get install bash coreutils-gnu grep-gnu findutils-gnu tar-gnu wget vim
apt-get install bash coreutils-gnu grep-gnu findutils-gnu tar-gnu wget vim netcat
</pre>
</pre>