3D-Desktop: 3D for the Impatient
http://blog.irwan.name/?p=107
Glamorous pictures?
13 years ago
Mydebian group is a group of debian enthusiast in Malaysia. Its mainly to document debian information and debian news as well as debian experiences and debian activities in the context of Malaysian's Debian Enthusiast.
meister:~# apt-get install wine
Reading package lists... Done
Building dependency tree... Done
Package wine is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package wine has no installation candidate
apt-get install ia32-libs libc6-dev-i386 lib32z1-dev
irwan@meister:/tmp$ tar xjvf wine-0.9.37.tar.bz2
irwan@meister:/tmp$ cd wine-0.9.37/tools/
irwan@meister:/tmp/wine-0.9.37/tools$ ./wineinstall
irwan@meister:~$ tar xzvf ies4linux-latest.tar.gz
irwan@meister:~$ cd ies4linux-2.0.5/
irwan@meister:~/ies4linux-2.0.5$ ./ies4linux
Welcome to go6!
Your new go6 account gives you access to forums, documents and the go6 wiki. Your account can also be used with Freenet6, the free IPv6 access service. In order to get IPv6 access, please download and install the go6 client here.
42 # user identification:
43 # userid=anonymous|your_userid
44 # anonymous means no userid. With anonymous, you don't need to register
45 # to get an userid from the broker. However, prefixes (router mode) nor
46 # permanent ipv6 address are available in anonymous mode.
47 # your_userid means the userid you registered to the broker. The userid
48 # must be using only legal dns label names (eg: [a-zA-Z0-9-] ) since
49 # the userid is used inside your user hostname.
50 userid=PUT_YOUR_USERNAME
52 #
53 # password:
54 # passwd=your_password
55 # leave empty if userid=anonymous
56 # your_password means the password you have been assigned with your
57 # userid
58 passwd=PUT_YOUR_PASSWORD
76 #
77 # 'server' is the tunnel broker identifier
78 # Value is the tunnel broker IP address or FQDN and an optional port number
79 # The default port number is 3653.
80 #
81 # Examples:
82 # server=hostname # FQDN
83 # server=A.B.C.D # IPv4 address
84 # server=hostname:port_number
85 # server=A.B.C.D:port_number
86 #
87 # For users with accounts, 'server' should be set to the Freenet6
88 # tunnel broker with authenticated accounts (broker.freenet6.net)
89 server=broker.freenet6.net
90 #
91 # The default value is the Freenet6 tunnel broker for
92 # anonymous accounts (anon.freenet6.net)
93 #server=anon.freenet6.net
www.foss.org.my, www.mncc.com.my, www. thedreamsoft.com
echo $LC_ALL
export LC_ALL=CThis setting will work on current session. If you plan to save this setting, put it in your RC in your shell profile:
export LC_ALL=C