Difference between revisions of "Talk:SME on CentOS 6"
Line 23: | Line 23: | ||
− | [[User:RequestedDeletion|RequestedDeletion]] | + | [[User:RequestedDeletion|RequestedDeletion]] agreed. This page has evolved over time and needs a bit of sanitising. Will do. |
---- | ---- | ||
− | + | <strike> | |
[[User:Wellsi|Wellsi]] | [[User:Wellsi|Wellsi]] | ||
Enable SSH | Enable SSH | ||
Line 33: | Line 33: | ||
service sshd start | service sshd start | ||
+ | </strike> |
Revision as of 09:24, 28 January 2013
There are now testing repositories setup for sme9. Most of them are still empty but updates and updates-testing may contain some packages that will make installing things easier. Just replace the -8 at the end of the mirrorlist with -9.
http://mirrorlist.contribs.org/mirrorlist/smeupdates-9
http://mirrorlist.contribs.org/mirrorlist/smeupdates-testing-9
Enable networking
Each boot you have to start the network etc etc. I decided it was better with the minimal install and touch as little as possible - if I could then get SME packages installed I could then use that to configure networking later.
To start the networking
dhclient eth0
To check your ip address
ifconfig eth0
I think that the options to change ip address etc should be moved to another page. Keep this one as simple as possible.
RequestedDeletion agreed. This page has evolved over time and needs a bit of sanitising. Will do.
Wellsi
Enable SSH
This can be reduced to just starting the service. No need to install anything or stop iptables
service sshd start