B
bouke
Op het FreeSCO Forum, las ik dat FreeSCO 0.30 elk moment kan uitkomen.
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<Bekijk de onderstaande video om te zien hoe je onze site als een web app op je startscherm installeert.
Opmerking: Deze functie is mogelijk niet beschikbaar in sommige browsers.
<
<
<
<
<
<
<
<
<
<
<
<

<
<
<
<
<
<
<
<
<
<
<
<So concider this as where the files are located, But it is at present not officially released. Also concider that there are no packages currently posted for 030 and that there are no 027 packages that will run in 030. So for the impatient this could pose other problems.
Edit het bestandje /rc/rc_init
Zoek de volgende regels:
Code:
echo -n "Initializing interface lo...II"
ifconfig lo 127.0.0.1
route add -net 127.0.0.0 && $DONE
En voeg daar onder aan toe :
Code:
echo -n "Aanpassen MAC adress op eth0...II"
ifconfig eth0 hw ether ###
#
#
# && $DONE
eth0 is dan dus je chello verbinding.

O0