Difference between revisions of "Talk:SME on CentOS 6"
(Created page with "Is this the recommended base install? As there are several it would be good to specify. CentOS-6.3-x86_64-minimal.iso") |
|||
(9 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
− | + | ---- | |
− | + | 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 | ||
+ | |||
+ | ---- | ||
+ | <strike>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. | ||
+ | |||
+ | |||
+ | [[User:RequestedDeletion|RequestedDeletion]] agreed. This page has evolved over time and needs a bit of sanitising. Will do. </strike> | ||
+ | |||
+ | [[User:RequestedDeletion|RequestedDeletion]] ([[User talk:RequestedDeletion|talk]]) 07:44, 3 February 2013 (MST) Found an elegant solution. Closed. | ||
+ | |||
+ | ---- | ||
+ | <strike> | ||
+ | [[User:Wellsi|Wellsi]] | ||
+ | Enable SSH | ||
+ | |||
+ | This can be reduced to just starting the service. No need to install anything or stop iptables | ||
+ | |||
+ | service sshd start | ||
+ | </strike> |
Latest revision as of 15:45, 3 February 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.
RequestedDeletion (talk) 07:44, 3 February 2013 (MST) Found an elegant solution. Closed.
Wellsi
Enable SSH
This can be reduced to just starting the service. No need to install anything or stop iptables
service sshd start