Displaying 2 results from an estimated 2 matches for "troisiem".
Did you mean:
troisieme
2012 Apr 18
1
different behaviour with ubuntu or with slitaz
Hello,
I am a teacher and I use educational softwares that do not require installation.
Here's an example:
http://artic.ac-besancon.fr/svt/act_ped/svt_clg/troisieme/defenses/defenses-immunitaires-3eme.zip
My problem is that most of these software work relatively well under slitaz with wine version 1.2.3 but not on ubuntu10.04 with the same version of wine.
I have display problems.
With ubuntu, when in run the .exe in xterm, i get this:
Code:
frv at frv-...
2005 Jun 22
1
3 internet connexions - Problem with my script
...Configuration de la premiere connexion Internet
ip link set $IFE1 up
ip addr flush dev $IFE1
ip addr add $IPE1/$NME1 brd $BRD1 dev $IFE1
# Configuration de la deuxieme connexion Internet
ip link set $IFE2 up
ip addr flush dev $IFE2
ip addr add $IPE2/$NME2 brd $BRD2 dev $IFE2
# Configuration de la troisieme connexion Internet
ip link set $IFE3 up
ip addr flush dev $IFE3
ip addr add $IPE3/$NME3 brd $BRD3 dev $IFE3
ip rule add prio 222 table 222
ip route add default scope global \
nexthop via $GWE1 dev $IFE1 weight 1 \
nexthop via $GWE2 dev $IFE2 weight 4 \
nexthop via $GWE3 dev $IFE3 weight 1
ip rul...