Zum Inhalt springen

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

Overflo (Diskussion | Beiträge)
Amir (Diskussion | Beiträge)
 
(7 dazwischenliegende Versionen von 2 Benutzern 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 ===
Start "Application Manager" and install package "rootsh"
Start "Application Manager", install package "rootsh" and "OpenSSH Client and Server"


Open "X-Terminal" on your N900.
Open "X-Terminal" on your N900.
Zeile 11: Zeile 11:
</pre>
</pre>


=== Add extras to /etc/apt/sources.list ===
=== Add extras-testing to /etc/apt/sources.list ===
<pre>
<pre>
#Extras
deb http://repository.maemo.org/extras-testing/ fremantle free non-free
deb http://repository.maemo.org/extras/ fremantle free non-free
deb-src http://repository.maemo.org/extras-testing/ fremantle free
deb-src http://repository.maemo.org/extras/ fremantle free
</pre>
</pre>


Zeile 41: Zeile 40:


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


Generate ssh key:
Generate ssh key:
Zeile 78: Zeile 72:


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