[SLUG] Connecting to TPG with Redhat 7.2

2003-02-28 Thread t
Hi Folks

I want to connect my Redhat 7.2 box to TPG.  Can someone please tell me the
settings I need for my

/etc/ppp/*   scripts
I think the ones I am going to have to change are

/etc/ppp/ppp-on
/etc/ppp/ppp-on-dialer
/etc/ppp/pap-secrets   (or should I be changing chap-secrets?)

Is this documented on the web somewhere?

Thanks

Tony


-- 
SLUG - Sydney Linux User's Group - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug


[SLUG] Anybody bought a modem to use with Linxu recently...looking for suggestions for V.90/v.92/kflex

2003-03-18 Thread t
hi

i am after a hardware modem which supports v.90/v.92/kflex.  Has anybody
bough a modem recently with these specs and can recomend/non-recomend
any models.

Thanks for you help

Tony


-- 
SLUG - Sydney Linux User's Group - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug


[SLUG] Help with Masquerading, linux dialup to the net, then windows boxs hanging off the linux box

2003-03-19 Thread t
Hi

I have a dial up connection and want to use linux to connect to the net,
then have windows
boxs hanging off it.  I just looked at the
"Masquerading Made Simple HOWTO"

and it says to do the following

modprobe ipt_MASQUERADE # If this fails, try continuing anyway
iptables -F; iptables -t nat -F; iptables -t mangle -F
iptables -t nat -A POSTROUTING -o ppp0 -j MASQUERADE
echo 1 > /proc/sys/net/ipv4/ip_forward

 iptables -A INPUT -m state --state ESTABLISHED,RELATED -j ACCEPT
iptables -A INPUT -m state --state NEW -i ! ppp0 -j ACCEPT
 iptables -P INPUT DROP   #only if the first two are succesful
 iptables -A FORWARD -i ppp0 -o ppp0 -j REJECT

Before I do it, do you think it is very secure? All I want to be able to do
through the
linux box from the windows machines at the moment is to surf the net,
collect/send mail
and ssh out(I dont want to be able to ssh to this box from the net).  What
do I need to
add to allow only the services to/from the net.

Thanks for your help

Tony



-- 
SLUG - Sydney Linux User's Group - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug


[SLUG] Help with tpg dial up using ppp, please show me what to put in /etc/ppp/ppp-chat

2003-03-21 Thread t
Hi

I am trying to connect to tpg with my redhat 7.2, but I cannot get on using
pppd.  I am running pppd from the command line with the scripts which
follow.
Can anyone suggest where I am going wrong.  I cannot work out what is needed
after the second "ser Access Verification" from the server, anyone know.  I
know I have to add to the /etc/ppp-chat-isp a assword line.  But I will do
that once I have the second  "ser Access Verification" working.
Anyone have a /etc/ppp-chat-isp script they use for tpg and want to share it
with me, it would save a great deal of pain!


Please tell me if you need more info.

Thanks


Tony

--start /etc/ppp/options
debug
/dev/ttyS1
115200
modem
crtscts
asyncmap 0
defaultroute
noipdefault
lock
lcp-max-configure 60
connect "/usr/sbin/chat -v -t 240 -f /etc/ppp/chat-isp"
--end /etc/ppp/options

--start /etc/ppp-chat-isp
iTIMEOUT 10
ABORT 'BUSY'
ABORT "NO ANSWER"
'' \rAT
TIMEOUT 30
OK ATDTphoneNo
CONNECT ""
115200 ""
Verification ""
Username: myUserName
Verification myUserName
--end /etc/ppp-chat-isp

-start /var/log/messages

Mar 22 01:12:25 p100 pppd[1579]: pppd 2.4.1 started by root, uid 0
Mar 22 01:12:26 p100 chat[1580]: timeout set to 10 seconds
Mar 22 01:12:26 p100 chat[1580]: abort on (BUSY)
Mar 22 01:12:26 p100 chat[1580]: abort on (NO ANSWER)
Mar 22 01:12:26 p100 chat[1580]: send (^MAT^M)
Mar 22 01:12:26 p100 chat[1580]: timeout set to 30 seconds
Mar 22 01:12:26 p100 chat[1580]: expect (OK)
Mar 22 01:12:26 p100 chat[1580]: ^MAT^M^M
Mar 22 01:12:26 p100 chat[1580]: OK
Mar 22 01:12:26 p100 chat[1580]:  -- got it
Mar 22 01:12:26 p100 chat[1580]: send (ATDTphoneNo^M)
Mar 22 01:12:27 p100 chat[1580]: expect (CONNECT)
Mar 22 01:12:27 p100 chat[1580]: ^M
Mar 22 01:12:46 p100 chat[1580]: ATDTphoneNo^M^M
Mar 22 01:12:46 p100 chat[1580]: CONNECT
Mar 22 01:12:46 p100 chat[1580]:  -- got it
Mar 22 01:12:46 p100 chat[1580]: send (^M)
Mar 22 01:12:46 p100 chat[1580]: expect (115200)
Mar 22 01:12:46 p100 chat[1580]:  115200
Mar 22 01:12:46 p100 chat[1580]:  -- got it
Mar 22 01:12:46 p100 chat[1580]: send (^M)
Mar 22 01:12:46 p100 chat[1580]: expect (Verification)
Mar 22 01:12:46 p100 chat[1580]: ^M
Mar 22 01:12:47 p100 chat[1580]: ^MUser Access Verification
Mar 22 01:12:47 p100 chat[1580]:  -- got it
Mar 22 01:12:47 p100 chat[1580]: send (^M)
Mar 22 01:12:47 p100 chat[1580]: expect (Username:)
Mar 22 01:12:47 p100 chat[1580]:
Mar 22 01:12:47 p100 chat[1580]: ^M
Mar 22 01:12:47 p100 chat[1580]: ^M^M
Mar 22 01:12:47 p100 chat[1580]:
Mar 22 01:12:47 p100 chat[1580]: Username:
Mar 22 01:12:48 p100 chat[1580]:  -- got it
Mar 22 01:12:48 p100 chat[1580]: send (myUserName^M)
Mar 22 01:12:48 p100 chat[1580]: expect (Verification)
Mar 22 01:12:48 p100 chat[1580]:  ^M
Mar 22 01:12:48 p100 chat[1580]: ^MUser Access Verification
Mar 22 01:12:48 p100 chat[1580]:  -- got it
Mar 22 01:12:48 p100 chat[1580]: send (myPassWord^M)
Mar 22 01:12:48 p100 pppd[1579]: Serial connection established.
Mar 22 01:12:48 p100 pppd[1579]: Using interface ppp0
Mar 22 01:12:48 p100 pppd[1579]: Connect: ppp0 <--> /dev/ttyS1
Mar 22 01:12:49 p100 pppd[1579]: Warning - secret file /etc/ppp/pap-secrets
has world and/or group access
Mar 22 01:12:53 p100 pppd[1579]: Serial line is looped back.
Mar 22 01:12:53 p100 pppd[1579]: Connection terminated.
Mar 22 01:12:53 p100 pppd[1579]: Hangup (SIGHUP)
Mar 22 01:12:53 p100 pppd[1579]: Exit.
-end /var/log/messages

-- 
SLUG - Sydney Linux User's Group - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug


[SLUG] Want squid to automatically update certain sites every 10 mins

2003-03-22 Thread t
Hi Folks

There are a few sites which I look at a lot, and what I want to do is make
sure the cached version is updated on a regular basis even if I do not
expliclty look at the site with a browser  So I want squid look up the site
every 10 mins.  I was thinking of simply doing something like this in a
script file

lynx http://www.smh.com.au
http://www.theaustralian.news.com.au/
lynx http://news.bbc.co.uk

and just making the script file run every 10 mins.  But this looks a bit
dodgy doing this, and lynx will not download the pictures(??).  Is there a
better way?

Thanks

Tony

-- 
SLUG - Sydney Linux User's Group - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug


[SLUG] Using iptables to unblock several ports, help please

2003-03-22 Thread t
Hi

I need to get Yahoo Messenger working on a windows box which is connecting
to the internet via Masquerading.  I need to open the
following ports up 5050, 5101, 5100, 5001, 5050, 80, 20, 21, 25, 37 ,119.
The port 5050 needs only to be able to connect to list of servers at the end
of the email.
At this stage I do not know if they need to be udp or tcp, so please tell me
how to do both, then when I find out which it is I
will delete the other.

How do I do this using iptables.

Thanks

Tony

Yahoo_1 = 24.71.200.68
Yahoo_2 = 204.71.202.73
Yahoo_3 = 204.71.200.54
Yahoo_4 = 204.71.200.55
Yahoo_5 = 204.71.200.56
Yahoo_6 = 204.71.200.57
Yahoo_7 = 204.71.177.35
Yahoo_8 = 204.71.202.59
Yahoo_9 = 204.71.202.58
Yahoo_10 = 216.115.105.214
Yahoo_11 = 204.71.201.47
Yahoo_12 = 204.71.201.48
Yahoo_13 = 216.115.105.215
Yahoo_14 = 216.136.172.221
Yahoo_15 = 216.115.107.63 es21.msg.yahoo.com
Yahoo_16 = 216.115.107.64 es22.msg.yahoo.com
Yahoo_17 = 216.115.107.65 es23.msg.yahoo.com
Yahoo_18 = 216.115.107.66 es24.msg.yahoo.com
Yahoo_19 = 216.115.107.67 es25.msg.yahoo.com
Yahoo_20 = 216.115.107.101 es26.msg.yahoo.com
Yahoo_21 = 216.115.107.102 es27.msg.yahoo.com
Yahoo_22 = 216.115.107.103 es28.msg.yahoo.com
Yahoo_23 = 216.115.107.104 es29.msg.yahoo.com
Yahoo_24 = 216.115.107.105 es30.msg.yahoo.com
Yahoo_25 = 216.136.173.179 es31.msg.yahoo.com

-- 
SLUG - Sydney Linux User's Group - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug


Re: [SLUG] Using iptables to unblock several ports, help please

2003-03-22 Thread t

From: "Stewart" <[EMAIL PROTECTED]>
> > to the internet via Masquerading.  I need to open the
> > following ports up 5050, 5101, 5100, 5001, 5050, 80, 20, 21, 25, 37
> > ,119
>
> if that's the ports needed by yahoo messaging i'd be finding another
> service to use..

actually...after a bit more investigation it seems I only need to open the
port 5100, so can someone please show me how to do that, I have got

iptables -A OUTPUT -p tcp -o eth0  --dport 5100 -j ACCEPT
iptables -A OUTPUT -p udp -o eth0  --dport 5100 -j ACCEPT
iptables -A OUTPUT -p tcp -o eth0  --sport 5100 -j ACCEPT
iptables -A OUTPUT -p udp -o eth0  --sport 5100 -j ACCEPT
iptables -A INPUT -p tcp   --dport 5100 -j ACCEPT
iptables -A INPUT -p udp   --dport 5100 -j ACCEPT
iptables -A INPUT -p tcp   --sport 5100 -j ACCEPT
iptables -A INPUT -p udp  --sport 5100 -j ACCEPT

Anything else here I need?

Thanks

Tony



-- 
SLUG - Sydney Linux User's Group - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug


[SLUG] Does rndc dumpdb list everything in the named cache?

2003-03-22 Thread t
I have just installed and got working named.  I am using it in cache mode.
If I browse some sites, ie www.smh.com.au, then look in the output of

rncd dumpdb--(1)

they are not listed in the output of, where as other sites, ie
www.google.com , zonelabs.com(from zonealarm doing a dns query) are listed
in the output of (1).  Does this seem odd?


Cheers

Tony

-- 
SLUG - Sydney Linux User's Group - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug


Re: [SLUG] Red Hat Linux 9 ISOs will be available by March 31st 2003 !!!

2003-03-25 Thread t
> Only available to paying RHN subscribers on 31 March though. Mere mortals 
> have to wait for another week 

So paid subscribers get to find all the bugs! How nice of them.
-- 
SLUG - Sydney Linux User's Group - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug


[SLUG] radius

2004-05-03 Thread Rob T
Hi Guys

I've got a problem with a radius system that is used to authenticate
wireless.  My practical linux skills aren't huge so please bare with me.
Its running on redhat 7.3, I think its openradius. I know the command to
start it is radiusd. It stops every night. I started it as root and am
wondering if it stops when roots login times out.

Any suggestions would be greatly appreciated.

Cheers

Robert


-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


Re: [SLUG] radius

2004-05-04 Thread Rob T
Thanks for the suggestions.

Cheers

Rob T

> On Tue, May 04, 2004, Michael Fox wrote:
>> If you want radiusd to run @ boot and stay running in the background,
>> I'd suggest getting a init.d wrapper script created and installed.
>> That way the system will fire up the radiusd @ boot in certain run
>> levels and then terminate it nicely upon shutdown.
>
> You may want to check for the existence an /etc/init.d/radius (or
> something like radius) script before creating one. It's possible that
> one exists and isn't being run.
>
> You can find out a bit about managing Red Hat 7.3 runlevels here:
> http://www.redhat.com/docs/manuals/linux/RHL-7.3-Manual/ref-guide/s1-init-boot-shutdown-init.html
>
> -Mary



-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


[SLUG] apt-get upgrade problems

2006-10-30 Thread T Murray

Hi all,

Yesterday did the usual # apt-get update   # apt-get dist-upgrade and
have been receiving the following error ever since... Anyone got some
ideas of how i can resolve this issue:


wutang:/home/trent# apt-get dist-upgrade
Reading package lists... Done
Building dependency tree... Done
Calculating upgrade... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
12 not fully installed or removed.
Need to get 0B of archives.
After unpacking 0B of additional disk space will be used.
Do you want to continue [Y/n]? y
Setting up openbsd-inetd (0.20050402-3) ...
Starting internet superserver: inetdinvoke-rc.d: initscript
openbsd-inetd, action "start" failed.
dpkg: error processing openbsd-inetd (--configure):
subprocess post-installation script returned error exit status 1
dpkg: dependency problems prevent configuration of netbase:
netbase depends on openbsd-inetd | inet-superserver; however:
 Package openbsd-inetd is not configured yet.
 Package inet-superserver is not installed.
 Package openbsd-inetd which provides inet-superserver is not configured yet.
dpkg: error processing netbase (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of nfs-common:
nfs-common depends on netbase (>= 4.24); however:
 Package netbase is not configured yet.
dpkg: error processing nfs-common (--configure):
dependency problems - leaving unconfigured
Setting up fam (2.7.0-11) ...
Starting file alteration monitor: FAMinvoke-rc.d: initscript fam,
action "start" failed.
dpkg: error processing fam (--configure):
subprocess post-installation script returned error exit status 1
dpkg: dependency problems prevent configuration of libapache2-mod-perl2:
libapache2-mod-perl2 depends on netbase; however:
 Package netbase is not configured yet.
dpkg: error processing libapache2-mod-perl2 (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of nfs-kernel-server:
nfs-kernel-server depends on nfs-common (>= 1:1.0.8-1); however:
 Package nfs-common is not configured yet.
dpkg: error processing nfs-kernel-server (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of ntp:
ntp depends on netbase; however:
 Package netbase is not configured yet.
dpkg: error processing ntp (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of ntp-simple:
ntp-simple depends on ntp (>= 1:4.2.2+dfsg.2-2); however:
 Package ntp is not configured yet.
dpkg: error processing ntp-simple (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of ntpdate:
ntpdate depends on netbase; however:
 Package netbase is not configured yet.
dpkg: error processing ntpdate (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of samba:
samba depends on netbase; however:
 Package netbase is not configured yet.
dpkg: error processing samba (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of smbfs:
smbfs depends on netbase (>= 2.02); however:
 Package netbase is not configured yet.
dpkg: error processing smbfs (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of swat:
swat depends on samba (= 3.0.23c-2); however:
 Package samba is not configured yet.
swat depends on netbase; however:
 Package netbase is not configured yet.
dpkg: error processing swat (--configure):
dependency problems - leaving unconfigured
Errors were encountered while processing:
openbsd-inetd
netbase
nfs-common
fam
libapache2-mod-perl2
nfs-kernel-server
ntp
ntp-simple
ntpdate
samba
smbfs
swat
E: Sub-process /usr/bin/dpkg returned an error code (1)
wutang:/home/trent#

--
Regards,



Trent Murray

T:   0419 39 99 78
F:   02 9543 7654
E:   [EMAIL PROTECTED]   >> received direct to mobile phone
M:  P.O Box 3269 Bangor NSW 2234
--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


[SLUG] apt-get upgrade problems

2006-11-01 Thread T Murray

Simon,

Thanks for the suggestions - I however uninstalled netbase and then
reinstalled all the packages listed - that seemed to fix the issue.
Thanks for replying to my message though - nice to know there are
people who are willing to help out just because they can...

Thanks again !


Trent Murray

T:   0419 39 99 78
F:   02 9543 7654
E:   [EMAIL PROTECTED]   >> received direct to mobile phone
M:  P.O Box 3269 Bangor NSW 2234
--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


[SLUG] Queensland Work - Brisbane

2006-11-01 Thread T Murray

Hi all,

Just a short email - I have a customer who is expanding into QLD
(brisbane) We have set up a VPN using Fedora C4 to communicate with
the Sydney Office however the business will be expanding quickly and
we are on the lookout for a subbie that can offer desktop support as
required.  Desktops will increase to about 10 machines in the upcoming
12 months.  If anyone has strong knowledge of Windows XP, MYOB &
hardware troubleshooting and wants some extra work feel free to drop
me an email -  I will be in brisbane between 20 - 24 Nov

--
Regards,



Trent Murray

T:   0419 39 99 78
F:   02 9543 7654
E:   [EMAIL PROTECTED]   >> received direct to mobile phone
M:  P.O Box 3269 Bangor NSW 2234
--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


[SLUG] Antispam Ideas

2006-11-02 Thread T Murray

Hi all,

I currently moderate the slug-chat list - heaps of spam gets killed
every day before it hits the digest.  While new spam is being blocked
old mail rules are allowing spam through into the lists.

The only real solutions that I see are: (1) edit all existing mail
rules to ensure integrity, or more drastically (2) Remove all
subscribers from the lists and have a re-subscription period for all
real members.

This has been a topic that has be discussed time after time - and I
dont think there is going to be an easy pain free solution.

What do you think?
--
Regards,



Trent Murray

T:   0419 39 99 78
F:   02 9543 7654
E:   [EMAIL PROTECTED]   >> received direct to mobile phone
M:  P.O Box 3269 Bangor NSW 2234
--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


[SLUG] OpenVPN

2006-11-04 Thread T Murray

G'day All,

Attempting to set up a persistant site-to-site VPN using OpenVPN under
Debian Etch with the following features:

* Non static SSL/TLS authentication/keys
* routing mode

If you have done something similar could you post your config file
(with sensitive data ommitted) so I can take a look - I have hit a few
hurdles...

--
Regards,



Trent Murray


T:   0419 39 99 78
F:   02 9543 7654
E:   [EMAIL PROTECTED]   >> received direct to mobile phone
M:  P.O Box 3269 Bangor NSW 2234
--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


[SLUG] Fedora virtualization under Debian

2006-11-17 Thread T Murray

G'day all,

I've just installed QEMU virtualised XP Professional under Debian - works
great.  My question is it possible to virtualize fedora in QEMU.  Im
currently running Debian etch and studying for my LPI-102 exams so having
Fedora avalible at a click (without logging out of my Debian distro) would
be very convenient

Is this possible - and if so could someone point the way?
--
Regards,



Trent Murray

T:   0419 39 99 78
F:   02 9543 7654
E:   [EMAIL PROTECTED]   >> received direct to mobile phone
M:  P.O Box 3269 Bangor N.S.W 2234
--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


[SLUG] Merry Christmas

2006-12-23 Thread T Murray

Hi everyone,

Just a short message to thank everyone for their time, efforts and support
over this past year.

Wishing you all a very Merry Christmas and a Happy, Safe and Prosperous New
Year!!!

Take care everyone!



Trent Murray
IT Consultant
Guardian Technology Group
--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


[SLUG] Never to Return?

2007-01-05 Thread T Murray

Hi all,

I recently purchased a new laptop - dual core IBM R60 thinkpad with an ATI
x1400 256Mb video card.

Ive installed Debian Etch with KDE as my desktop manager (as I think my
system has plenty of resources for eye-candy) but I am having trouble
permenantly removing packages.

  For example: I remove KDE games but the next time the system upgrades it
reinstalls games.

  So my question is:  How to you remove packages and mark them never to
return?
  --
  Regards,
  Trent Murray
  (Diazepam)
--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


[SLUG] Rusya'da bir Türk okulu

2004-10-13 Thread Muhammed T.



Türkçe - English ? Arabic ? German - Danish
Rusya'da bir Türk 
okulu

PETERSBURGÇar I. Petro'nun 
kurduğu şehirde bir Türk okulu... Türkiye'den Çağ Eğitim Vakfı ile Rus Milli 
Eğitim Bakanlığı ve Petersburg bölge belediyesi bir anlaşma yapmış, okul dokuz 
yıl önce ona göre kurulmuş.Okul yönetiminde en yetkili olan 'kurucu 
temsilcisi' Türk, okul müdürü Rus... 18 Türk öğretmenin beşi bayan. Rus öğretmen 
sayısı yirmi. 210 öğrenciye bu kadar öğretmen!Okulun kurucu temsilcisi Ali 
Türkeli, edebiyat öğretmeni. Edebiyat ve felsefe bilgisine hayran kaldım. 
Rusçayı ve Rus edebiyatını da çok iyi biliyor. O anlattı:- İstanbul'da 1 
milyon 800 bin öğrenci, 80 bin öğretmen var. Petersburg'da ise öğrenci sayısı 
800 bin, öğretmen sayısı 70 bin. Bu şehirde her yıl 43 bin lise mezunundan 39 
bini üniversiteye giriyor?! Bizim mezunlarımızın tamamı üniversiteyi, hem de 
devlet üniversitelerini kazanıyor.Petersburg üniversitesi 1818'de açılmış, 
bizim Darülfünun'dan 80 yıl önce. sosyalizmin de eğitim alanında çok başarılı 
olduğunu belirtmeliyim.* * *TÜRK okulunun bu yılki mezuniyet 
törenindeyiz. Petersburg bölgesi Belediye Başkanı Georgi Abeleyev, okulun 
eğitimdeki başarısını ve Türk - Rus dostluğunu öven bir konuşma yapıyor.Çağ 
Eğitim Vakfı okullarının Genel Koordinatörü İsmail Tas, Türkçe ve Rusça 
konuşuyor, okullarının kuruluş tarihçesini ve rakamlarla başarısını 
anlatıyor.İstanbul Milli Eğitim Müdürü Ömer Balıbey, Türkiye'de bazı anadolu 
ticaret liselerinde Rusça dersinin okutulacağını söylediğinde salonda bir alkış 
kopuyor.Salonda bir "Avrasya ruhu" seziyorum.Başarılı öğrencilerden 
birine de ben diploma verdim. Kısa konuşmamda Türk ve Rus edebiyatındaki Doğu - 
Batı çatışmasının paralelliğini hatırlatarak şunu söyledim:- Ben Türkiye'nin 
Avrupa Birliği'ne üye olmasını istiyorum ve bu gerçekleşecek. Ama Türklerle 
Rusların el ele vererek bir Avrasya ekonomisi ve dostluğu yaratması mümkündür ve 
gereklidir.Konuşan Rus öğrenci velileri okulu övdüler, hem bilgi vermesi hem 
karakter terbiyesi bakımından* * *ÖĞRENCİ korosu Türkçe ve Rusça 
şarkılar söylüyor, en çok Tarkan'la Barış Manço'yu seviyorlar. Sevimli Rus 
öğrencilerden "Gülpembe..."yi dinlerken duygulandım, Barış'ı rahmetle, özlemle 
andım.Türk sanat müziği sanatçısı Zara'nın nefis sesiyle söylediği tempolu 
şarkılar, Türk - Rus herkesi coşturuyor.Öğrencilerin Türkçesi güzel... Alina 
Bolşakova TV sunucusu, Maşa Kanderetava İngilizce öğretmeni olmak istiyor. İrina 
Gutkova'nın amacı Boğaziçi Üniversitesi'nde işletme okumak.Okul yatılı. Ali 
Türkeli diyor ki:- Yatılı olması, İngilizce ve Türkçe öğretimini 
kolaylaştırıyor.Ve öğrenciler bize muhteşem bir vals gösterisi yapıyorlar. O 
müzik, o ihtişam... Hele okulun maskotu haline gelmiş beş yaşlarındaki şu küçük 
kızla küçük oğlanın kuğular gibi vals yapması, görmeliydiniz.Bu okul burada 
Türk dilinin, kültürünün, Türk - Rus dostluğunun ve çağdaş eğitimin bir burcu 
olmuş.Fethullah Gülen'in teşvikiyle kurulan okullardan biri bu... Bu okullar 
Türk kültürünün meşaleleridir.[EMAIL PROTECTED]
-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html

[SLUG] Snakes and Rubys

2006-05-21 Thread T Murray
Yeah I agree too many lists can be a handful - but on the other hand it may be a useful tool for introducing people to SLUG.  
 
There are a few people out there (at least 12 that I know of) that have expressed interest in joining a Python SIG - these people are not affiliated with SLUG at all and maybe such a mailing list would be a good way of getting them involved with SLUG.

 
Cheers 
 
Trent Murray
 
(diazepam)
-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html

[SLUG] Encouraging New Membership

2006-05-22 Thread T Murray
Matt,I think the use of offical greeters to assist new people get an orientation and feel welcome is a great idea.Who do we know that meets the outlined criteria of (i) extroverted (ii) willing to participate as a greeter (iii) knows enough existing members to provide intro's.
I guess another option is to give the new members a nametag or something  and then encourage an etiquette of existing members introducing themselves visitors during coffee time.Any effort to make guests and new members feel welcome has to be beneficial.
Trent Murray
-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html

[SLUG] Meet and Greet

2006-05-22 Thread T Murray
Name Tags.  Here is another suggestion.  Just ammend the current membership cards to include a space for your name on the front and then supply a simple plastic name tag cover (from officeworks these are 40c each) Maybe colour coded name tags or slug T-shirts could indicate Meet & Greeters while committee members could wear buffalo hats with horns sticking out the side.
Trent
-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html

[SLUG] Ladies Meet Up

2006-05-23 Thread T Murray
Just visited the SLUG Website - "Ladies Meet Up" - What a great idea!  Congratulations to those organising this event...wonder if i will have much luck getting my wife getting there?Trent
-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html

[SLUG] Snakes and Rubies

2006-05-24 Thread T Murray
The original ideaof a Snakes and Rubies SIG was (i) to scratch my own itch and (ii) Python would allow both experienced coders and newbies to participate.  I do like the idea of hearing talks on LISP, SmallTalk though
-- Regards,Trent Murray
-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html

[SLUG] Snakes / Rubies and Newbies

2006-05-25 Thread T Murray
Count me in - im sure my mate Gav will also be interested.  We will both be there this Friday!Trent Murray   [diazapam]
-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html

[SLUG] Spam and other crap?

2006-05-31 Thread T Murray
Can someone give me the scoop on why the digest is filled with so much spam and other crap?Regards,Trent Murray
-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html

[SLUG] Ubuntu verses Debian (pure)

2006-06-02 Thread T Murray
I know a lot of you use Ubuntu, I currently use Debian (etch) but am a little hesitant to move across to Ubuntu as I dont fully understand what the difference is (apart from multimedia appearing to be easier to set up).  
What are the main differences between the two on the command line?  I hear there is no root access??? also does Ubuntu conform to the Linux Filesystem Heirachy Standard?  and do people think Ubuntu will head down the same path as Redhat (and eventually restrict their free versions like they have with fedora?)  And finally if Ubuntu is Debian (which many people have said to me) then why move across at all?
Excuse my ignornance on this matter but the only answers i can seem to find when asking this question are (i) Because Ubuntus better and (ii) Setting up multimedia is easier.-- Regards,Trent 

-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html

[SLUG] Ubuntu verses Debian (pure)

2006-06-02 Thread T Murray
Jeff,
 
Okay so I am impressed!  My mate Gav had almost given up on convincing me!  (sorry Gav for ever doubting you!)
 
A few more questions though - is Kubuntu as well supported? Are the release cycles the same?  Are the base packages like SAMBA and Apache tweeked at all for ease of use under Ubuntu or do they remain untouched? Finally one other question - What dont people like about Ubuntu that they prefer in pure debian ?

 
Sorry if i sound like a techno-fundamentalist - but its in my nature!  =)-- Regards,Trent 
(diazepam)
-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html

[SLUG] Installing Ubuntu with no CD

2006-06-04 Thread T Murray
Hi all,Does anyone know how to install Ubuntu without the use of a CD Rom Drive?  (my laptop CD Rom is playing up and a replacement is a week or two away)-- Regards,Trent Murray
(diazepam)
-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html

[SLUG] Linux User Group Radio (LUGRadio)

2006-06-05 Thread T Murray
Hey guys,Thought that some of you might be interested in this, the latest episode of LUGRadio is out and has a segment on the latest Ubuntu."Simon Phipps from Sun and an unwell Mark Shuttleworth from Canonical
talk about Ubuntu 6.06 LTS's support of Sun's SPARC machines, an
eventual free Java, and running Dapper on your digital camera (2.00)"You can download the podcast here: http://www.lugradio.org/ -- Regards,
Trent Murray(a.k.a diazepam)
-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html

[SLUG] MS SharePoint Equivalent?

2006-06-23 Thread T Murray
Hi guys,Microsoft has a server tool called Sharepoint that one of my clients has requested i install - however being that it is MS im not interested in deploying it.  However i would be interested if there was a linux equivalent so the question is :
Anyone know if there is a GNU/Linux equivalent of MS SharePoint?-- Regards,Trent Murray(a.k.a diazepam)
-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html

[SLUG] MS SharePoint Equivalent?

2006-06-23 Thread T Murray
James,I am completely ignorant on the matter of MS SharePoint - a business advisor that refers me work requested that I conduct the installation on behalf of his client.  The client returns from holidays in approximately 1 week and I wanted to have a Linux Equiv up my sleeve.
So based on this any information is welcomed-- Regards,Trent MurrayGuardian Techology Group  |  PC Home SupportTel:  0419 39 99 78Fax: 02 9589 3202Web: 
www.pchomesupport.com.au
-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html

[SLUG] CISCO Sim Tools

2006-06-26 Thread T Murray
Anyone know of an Opensource CISCO Simulation tool that will run on linux?  -- Regards,Trent Murray
-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html

[SLUG] PCI Modem

2006-07-15 Thread T Murray
Can anyone recommend a PCI Modem - im setting up a Hylafax server and need a modem with stable/good linux compatibility (O.S is Debian Etch)-- Regards,Trent (a.k.a diazapam)
-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html

[SLUG] Calling All Debian Gurus - Kernel Compile Issues

2006-07-28 Thread T Murray
Hey guys,Currently studying LPI102 at grandville - unfortunately the teacher leans heavily towards Fedora and almost ignores debian systems which makes things a little difficult. This week we had to recompile an upgrade kernel, i used the below method and did a 'make oldconfig' but my xorg server fails to start - how can this be if i am using the old config file?  and what can i do to resolve this issue?
-- COMPILE METHOD---1. obtained kernel in bzip2 format, untar, unzip and verify signature2. clean out old config files with # make mrproper3.copy existing kernel config file to the new source directory:

# 


	
	
	
	
	
	cp /boot/config-$(uname -r).config4.  Configure the kernel# make oldconfig5. compile kernel# make-kpkg clean


	

	
	
	
	
	

#make-kpkg modules_clean 
#  make-kpkg --append_to_version=<.value>
--initrd kernel_image
(go for a walk...make a coffee and so on!.)
6. Install Kernel# cd ..   (check for the kernel in .deb format)7.  Reboot - all appears fine and then X wont start and  lo complains about radeon video controller.

Thanks guys once again for taking the time to read my rantings!Trent (a.k.a Diazepam)
-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html

[SLUG] HylaFax

2006-08-23 Thread T Murray
Hi Guys,
 
Currently setting up Hylafax - at home its working fine.  The feature that I am most interested in is the fax (forwarding) to email.  Once again at home it is working fine however the smtp settings were configured by a front end user client.  I must have tried about 12 different front ends to hylafax and one of them set the smtp (sendmail) settings to work - the problem is I dont know which one.

 
Does anyone know how to manually configure Hylafax to forward faxes as emails (e.g. how to set the smpt server, login and password settings).  I have editied the FaxDispatch file as stated in the man pages but still no luck
-- Regards,Trent 
-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html

[SLUG] Asterisk

2006-08-31 Thread T Murray
Yeah - Asterisk sounds great, been working on Hylafax
lately and have heard some fancy things can be done with Asterisk and
Hylafax-- Regards,Trent
-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html

[SLUG] Modems

2006-09-02 Thread T Murray
Can anyone recommend a freely avalible FAX modem (class 1/1.0) that works well with linux and also isnt too expensive-- Regards,Trent 
-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html

[SLUG] Multiple VPN & VNC Connection Manager

2006-09-08 Thread T Murray
Hi all,

Firstly let me start by saying I have geniunely enjoyed reading the daily slug Digests - been a real education for me.

My question is: Does anyone know of an application that will allow you
manage multiple vpn and vnc connections (or maybe a seperate utility
for each connection type i.e. VPN and VNC)  Currenlty I am having
to keep a all my remote IP addresses, config settings and passwords
manuallyLooking forward to your suggestions...have a good weekend!Trent 
(diazepam)

-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html

[SLUG] Google Desktop Type Service For Linux Server?

2006-10-03 Thread T Murray
Hi all,

I am looking for an application that runs like Google Desktop but on a linux server for use in a medium sized office.  

Server is running samba on Debian etch and has a seperate partiition
for office files which the owner wants to be able to index and search
'Google Style' 

Is there anything that does this?  Or does google have it in the bag?-- Regards,Trent Murraya.k.a diazepam

-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html

[SLUG] OpenSource Zimbra Plugin for Outlook?

2006-10-20 Thread T Murray
Hey all,

Can anyone tell me if they know of an open source plugin that allows outlook clients to link with Zimbra?
See you all this friday! =)-- Regards,Trent MurrayT:   0419 39 99 78F:   02 9543 7654E:   [EMAIL PROTECTED]   >> received direct to mobile phone
M:  P.O Box 3269 Bangor NSW 2234
-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html

[SLUG] Simple Questions

2002-02-23 Thread Henry T Wijaya

Hi,

Say I'd like to know which particular directory does a file "RELEASE"
resides in, how do I go about doing that?

Would a "ls -AR RE*" work?

How do I go about changing the default X Server from say VGA16 to 
SVGA, manually under SuSe?


Thanks in Advance
 

-- 
SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug



Re: [SLUG] Another place to eat

2002-02-23 Thread Henry T Wijaya

Although I've never been to dinner with you guys, but if you need 
suggestions to chinese restaurants, then those that come up to mind are

Kam Fook @ Haymarket
Golden Century @ cnr of Sussex St & Goulburn St
Silver Spring @ 1 level above the Australian Post Haymarket branch

HTH


Rgds,
H T Wijaya

- Original Message -
From: "Nicholas Reese" <[EMAIL PROTECTED]>
Date: Saturday, February 23, 2002 4:05 pm
Subject: [SLUG] Another place to eat

> Hi all,
> 
> I don't know how packed the Marigold (just around the corner from 
Gang
> Spew) gets on a Friday night, but I have had Yum Cha there many times
> and their service is good and the food fantastic. They also have two
> massive floors of space so getting a table should be easy.
> 
> Regards,
> 
> Nick Reese
> 
> Linux earns mindshare, Microsoft buys it... 
> 
> 
 

-- 
SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug



Re: [SLUG] Another place to eat

2002-02-24 Thread Henry T Wijaya

Isn't it the other way round, where it's illegal or rather ill advised 
to provide tap water, ever since the water incident that happened few 
years back?

Rgds,
H T Wijaya

- Original Message -
From: Pete Ryland <[EMAIL PROTECTED]>
Date: Sunday, February 24, 2002 5:38 pm
Subject: Re: [SLUG] Another place to eat

> On Mon, Feb 25, 2002 at 11:00:58AM +1030, David Fitch wrote:
> > On Mon, Feb 25, 2002 at 09:28:56AM +1100, Matthew Palmer wrote:
> > > Do they charge exorbident  prices for their drinks, and a 
> $1 for a jug
> > > of tap water?
> > 
> > either:
> > - take a small plastic bottle with you (like the 500ml orange 
> juice ones)
> > and fill it from the sink in the dunny, or
> > - order the water, specify normal tap water, and if they charged 
> for it
> > on the bill at the end refuse to pay (just the bit for the water),
> > you might have to argue a bit but they always give in eventually
> > (in my experience anyway).
> > 
> > (not that I've had to do that for a while, charging for water 
> seems to 
> > mainly be a Sydney thing, in Adelaide it's increasingly popular for
> > restaurants to automatically supply (free) a jug of water and 
> glasses)
> IIRC, in a place which serves either alcohol or food, it's 
> actually illegal
> to 1. refuse to provide tap water to customers or 2. charge for it.
> 
> Pete
> -- 
> SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/
> More Info: http://lists.slug.org.au/listinfo/slug
> 
 

-- 
SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug



Re: [SLUG] Toshiba laptop

2002-02-25 Thread Henry T Wijaya



Ken Foskey wrote:

> On Mon, 2002-02-25 at 12:36, Colin Humphreys wrote:
> 
>>On Sat, Feb 23, 2002 at 10:49:52AM +1100, Ken Foskey wrote:
>>
 
> I still have not figured out the little thumb mouse pointer on the
> toshiba.  Does anyone have this set up?  I checked laptop site and it
> confused me (not hard).  As I understand it I can have three pointers
> set up on this,  ttyS0,  psaux, and the third and use anyone I have
> plugged in at the time.
> 

You mean if it's set up correctly, there'll be 3 mouse pointers?
I'm trying to install linux on a Toshiba laptop too, Satelite 2800.

I managed to do it by doing a 'gpm -t ps2 -m /dev/psaux'
tho' how do I go about enabling it at boot up automatically, instead of 
doing it manually.


using Suse 6.1 now.


-- 
SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug



Re: [SLUG] Toshiba laptop & X

2002-02-25 Thread Henry T Wijaya

What's the chipset of your video card in your laptop?

Andy Eager wrote:

> Hi all,
> 
> I have been tearing my hair out trying to get X working correctly on my 
> Toshiba 2520 laptop.
> 
> I have tried a multitude of different video timings and have come to the 
> conclusion that the problem does not lie within video timings.  The 
> generic laptop (800 x 600) setting behaves in exactly the same way as 
> the standard VGA (640 x 480) setting.
> 
> The problem is as follows;
> 
> X starts up and seems to work OK.  Whenever a window is moved around the 
> screen (or text scrolls) a whole bunch of horizontal lines appear on the 
> screen.  There seems to be some kind of pattern when this happens:  I 
> can see the standard icons appear at regular spaces accross the screen 
> (not clearly but they are there).  For example the RedHat icon appears 
> only once when the screen is still, but when a window is moved, it 
> appears 'ghost like' another 2 times at equal intervals across the screen.
> 
> I had a look at google and found only one reference to a similar 
> problem:  Here the author states that the frame buffer device seemed to 
> fix the problem.
> Anybody got any ideas why this would work (haven't tried it yet) and 
> whats going on in the first place?
> 
> Thanks
> 
> Andy.
> 
> 


-- 
SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug



Re: [SLUG] Laptop + Debian + no way to install it (help?).

2002-03-07 Thread Henry T Wijaya

- Original Message -
From: Andy Eager <[EMAIL PROTECTED]>
Date: Friday, March 8, 2002 3:25 pm
Subject: Re: [SLUG] Laptop + Debian + no way to install it (help?).

> Grant Parnell wrote:
> 
> >On Tue, 5 Mar 2002, Ryan Verner wrote:
> >
> >>Gidday...
> >>
> >>I'm wanting to configure my Toshiba Portege 3110CT to dual boot
> >>debian/win2k.  At the moment its running XP (very, very bloddy 
> slowly), and
> >>I have two partitions - a 4.5gig fat32 (c:), and a 1.2gig fat32 
> (d:).>>Basically, I want to install win2k to the 4.5gig, and erase 
> the existing
> >>1.2gig fat32 and turn this into linux native/swap partitions.
> >>
> >>Under normal circumstances, this would be damn easy.  However, 
> the portege's
> >>do not have internal cdrom or floppy drives.  I have no floppy 
> drive, and no
> >>way to access one, and the cdrom drive is external (pcmcia), and 
> even though
> >>I know linux does support it, the toshiba bios does not allow me 
> to boot
> >>from this.  This is the latest flashed firmware.
> >>
> >>The main issue is actually getting linux onto the machine.  
> Somehow I need
> >>to invoke the debian install program.  I can't drop to DOS, as I 
> can't think
> >>of any way to do this, so loadlin isn't an option either.
> >>
> You should be able to get a dos prompt by running command.com.
> (Run --> c:\command.com)  (I just hate that backslash!!!)
> 
> >
> >I haven't had to use Windows for years but I'd be 
> surprise>finally got rid of the dos command prompt. 
> >
> Yep, I think they have.
> 
> Andy
Let's put it this way, they upgraded it to a 32-bit environment.
 

-- 
SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug



[SLUG] newbie Q's

2002-03-23 Thread Henry T Wijaya

Hi listers,

just installed mandrake 8.2 on my laptop, the furthest progress on linux
I've made so far after departing from slackware. was tinkering around
and few newbie questions that cropped up & I hope wouldn't take up much
of your time, mind you that some questions would seem trivial.

1) when gnome is loading, a beep is emitted. yet, when trying to play an
audio cd & a wav file, no sound is heard. peeked into rpmdrake, and
found gnome-audio package is installed. so where should I go poking next?
2) There're 3 other pc's using Win2k, and had some partitions shared.
How do I access those shared partitions? What program do I use
specifically? Do I simply mount them just like cdrom?
3) There's a black square-ish black box at the bottom right hand corner
of the screen. What's that for?
4) Was tinkering around and add a clock panel. had it removed, instead
of the rest of the icons filling up the empty space, it seems as if
there's a ghost copy, thus gaps. how do I remove those gaps?
5) how do I mount a NTFS volume created by W2k, that's residing on the
same hdd?
6) does licq able to use the data files used by windows version of icq2001b?
7) does Galeon able to use the mail data file created by windows
versionn of Netscape 6.2?  
8) I'm using a broadband router. The manual deals with Windows only and
had instructions to fill in the address of DNS servers and the "DNS
suffix for this connection" field under windows. Is there such
equivalent field under linux? How do I add such entries?
9) Upon starting Gnome, it complains of my host isn't a valid entry.
Does it refers the host as the name of this pc? I'd put in
"nsw.bigpond.net.au" thinking that it's referring to "DNS suffix".
Obviously I'm wrong.
10) Lastly, installing StarOffice should be done under root, right?

Thank in advance.

Rgds,
H T Wijaya
 

-- 
SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug



Re: [SLUG] lilo conf

2002-03-24 Thread Henry T Wijaya

- Original Message -
From: Chris Barnes <[EMAIL PROTECTED]>
Date: Monday, March 25, 2002 6:48 am
Subject: [SLUG] lilo conf

> Hey people,
> I know this might frustrate some people because this sort of thing 
> has been
> discussed before but I just don't feel it is was covered well enough.
> 
> Does know how I can edit my lilo.conf to make lilo boot the os 
> (windows 2k)
> on /dev/hdd?


> 
> I have been searching the net for hours now and all I can find is 
> peoplewith instructions on how to make the w2k boot loader boot linux.
> 
> They also say you must install windows on the first partition/hard 
> disk,then install linux.

That restriction is only applicable to Win9x, ie. Win95/8, WinME
Well, I'd say this suggestion is to simplify the procedures only.
 w2k --> linux
1) this way, you'd only need to add the entries I've added below to
lilo.conf
2) you'll end up using lilo as the boot manager.
 linux --> w2k
1) this way, you'd need to issue a dd command, extracting the first 512
bytes (if my memory serves me correctly) of the linux partition and copy
that to the system partition of w2k.
2) you'll end up using w2k boot manager
> 
> I already have Linux installed on /dev/had, I have my swap on 
> /dev/hdb, my
> cd-rom is on /dev/hdc and my "messing around" disk is on /dev/hdd.
> 
> I boot into linux 99.8% of the time so I don't want to boot the w2k 
> bootload to get to linux.

Another way of doing it, is to use w2k boot manager and modify the
boot.ini file to load linux by default.
> 
> I remember seeing something in a lilo.conf a while ago that said 
> somethinglike 
> other=/dev/hdx
> label=win
> map-drive=0x80
>to=0x81
> map-drive=0x81
>to=0x80

Actually, it's as simple as
Other=/dev/hdd
   label=win
   table=/dev/hdd

That should work, I presume, since w2k doesn't mind residing in any
other disk or partition.
> 
> I did try this but got an error from lilo (sorry I cant remember 
> what it
> said and I'm in the middle of reinstalling w2k)
> 
> All feedback appreciated.

Hope that helps.

 

-- 
SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug



[SLUG] newbie Q's -- The mini Sequel

2002-03-26 Thread Henry T Wijaya

Hi sluggers,

2 questions that just cropped up my mind.

1) what's the difference between module & 'compiling into kernel'?
My intuition is that module is 'called' the kernel is trying to access a
particular hardware, while 'compiling into kernel' is including the
module into the kernel. Right?

2) Since Mandrake's 8.2 installation takes care detection of all
hardware automatically, now that I need to change a new pcmcia card, how
do I do it? This questions leads to, since pcmcia is hot-swappable even
when the system is on, do I need to 'switch off' the device before
removing it or do I simply physically the card?

3) Which particular office program that m$ office 2k is most compatible
with? Previous message, someone mentioned that Sun's StarOffice isn't
that good after all (I'm being generic here since I don't know the
details about it). 

TIA once again.

Rgds,
Henry


Powered by telstra.com

 

-- 
SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug



Re: [SLUG] Telstra Cable, DHCP and iptables concern

2002-03-27 Thread Henry T Wijaya

Hi,

I've been on Tel$tra cable since they started introducing unlimited
download.

I've found out that, as long as your pc stays on during their expiry
lease date, your IP won't change at all.

I was using a direct PC --> modem 2 years ago, and had just bought a
broadband router, had it cloned the previous nic mac address, and now
I'm still using the same IP that's leased to me close to 6 mths ago.

You're using the Motorola modem aren't you?

HTH

Rgds,
Henry

- Original Message -
From: Peter Rundle <[EMAIL PROTECTED]>
Date: Wednesday, March 27, 2002 2:48 pm
Subject: [SLUG] Telstra Cable, DHCP and iptables concern

> Sluggers,
> 
> I've got my Linux gateway doing it's thang (connected to Telstra 
> cable, 
> bpa login and
> masquerading for the local lan) and it all works fine except that 
> if the 
> iptables rules are
> in place *before* eth0 (the connection to the modem) is raised then 
> eth0 
> cannot accept
> a dhcp response from the cable modem to get it's ip address. (Input 
> policy on eth0 is
> drop). Ok so no problem, when booting I just start the network 
> before 
> starting iptables,
> *but* what happens when the dhcp lease expires?Am I gonna find 
> that 
> in a day or
> so's time the eth0 drops of the net and it all comes crashing down? 
> Do I 
> need a rule
> set to accept dhcp replies from the cable modem and if so what?
> 
> TIA's
> 
> Pete
> 
> 
> 
> 
> -- 
> SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/
> More Info: http://lists.slug.org.au/listinfo/slug
> 


Powered by telstra.com

 

-- 
SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug



[SLUG] random thoughts

2002-03-27 Thread Henry T Wijaya

Hi (again, unashamedly),

'few' quick questions.

1) Under WinXX, you can share a particular partition or directory. How
do I do that under Linux, esp when the rest of the pc's are running w2k?
Do I have to set it up via samba?

2) Under WinXX, there's such a thing call "WORKGROUP", and that allows
anyone to view the shared partitions/directories. How do I do that under
Linux? Samba again?

3) Using command-line under bash, one can basically "trace", TAB, and a
list of matching executables are shown, provided of course in the
executables are in your path. I had added /usr/sbin in my .bash_profile,
yet "trace" TAB doesn't shows up any matching executables. What's going on?

4) What's the name of the program that spits out random quotes whenever
one logins?

5) How do I know if the nic is operating @ 10 or 100mbps? I've used
'ifconfig', seems like the nic is operating @ 10mbps, since 
RX bytes:10546363 (10.0 Mb). If that's the case, how do I change it to
100mbps? My nic does support 100mbps. :)

6) In my home directory, I've an executable 'dnetc', and would like to
make a directory named 'dnetc' too, but mkdir complains

/home/henry
[henry@nsw henry]$ mkdir dnetc
mkdir: `dnetc' exists but is not a directory
[henry@nsw henry]$

So how do I accomplish creating a directory when there's a file with an
exact name of the intended directory?

7) man ls states that the -A option will list everything except those . & ..

yet...

[henry@nsw BitchX]$ ls -A ~
.bash_history
.bash_logout
.bash_profile
.bashrc
bookmarks.html

...

8) How do I copy from a terminal and paste it onto any window program?
Copying & Pasting is fine if I were to do it from a window to a window,
using the normal CTRL + C, CTRL + V, respectively.

Hope that doesn't take up too much of your time...

Rgds,
Henry


Powered by telstra.com

 
-- 
SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug



Re: [SLUG] SMC7004ABR

2002-04-07 Thread Henry T Wijaya

Hi!

I'm actually using this to connect 4 computers to a Telstra Bigpond 
cable. Although all are using Win2k, XP and only 1 laptop is using 
Mandrake 8.2

And this is actually very funny. 2 Win2k machines have to use the 
bpalogin program. While a WinXP and another Win2k don't need to, so does 
the Linux laptop.

I'd say it's pretty good, since grc.com (wonder if it's a good 
indication) couldn't probe any open ports tho' Apache is running.

I could send you some screenshots what you can do about it with respect 
to firewalls, since I'm amateurish in it.

Setup is pretty simple too.


BTW how much are you getting it for? I got mine while I'm in singapore, 
$250. :) It's a printer server too, you do know that?

Just make sure that you've got model nos of
750.5432, 5648, 5702, 5756
That way you'll be able to upgrade its firmware. Mine sux, it's of model 
750.5433.

HTH
H T Wijaya
Bob Hubbard wrote:

> I'm trying to decide between an old 486 for a firewall between my
> SuSE-7.3/Win98 box and the Internet or using the SMC7004ABR BARRICADE
> Router/firewall.
> 
> The SMC has a port for my dial up modem as well as all the other ports for
> ADSL or Cable. I'm presently on a dial up system with TPG but I'm thinking I
> might have some use for the ADSL/Cable capabilities in the (very far
> distant) future. Not much happening in Bonnells Bay these days. The SMC
> seems to be the only router/firewall with the dial up modem capability.
> 
> Does anyone have any experience with the SMC router/firewall. At the moment
> only interested in protecting a home stand alone computer. I've read a few
> reviews but would like to get some info from experience, especially the
> linux comunity. Is this a good programmable firewall or is it a mediocre
> firewall like maybe Zone Alarm.
> 
> Thanks,
> 
> Bob Hubbard
> 


-- 
SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug



[SLUG] Ïîìåùåíèÿ â àðå íäó è \íà ïðàäàæó

2006-01-17 Thread Scotty T. Crum


АРЕНДА

1. м. Автозаводская, 2-й Кожуховский пр-д, 15 мин. пешком 
Блоки от 160, 320 кв.м до 2200 кв.м в адм. здании (320 м на этаже). Подвал 320 кв.м можно под склад. Приточно-вытяжная вентиляция. Телефония - Риелком, Корбина. Парковка.  
Арендная ставка: $ 400 кв.м/г., включая НДС и ком. платежи
221-71-71, 8-926-211-15-90 Анна

2. м. Волгоградский проспект, ул. Сосинская, 3 мин. пешком
Блоки 122 кв.м и 117 кв.м разделенные внутри офисными перегородками (h потолка - 3.6м, h перегородок - 2.7м).
2 этаж адм. здания. Рабочее состояние. МГТС, коммерческие, интернет. Прямая аренда
Арендная ставка:  $ 350  кв.м/г., включая ком. услуги
221-71-71, 8-926-211-15-90 Анна

3. м. Новокузнецкая, Саловническая наб. 7 мин. пешком
216, 141 кв.м, полуподвал с окнами (1/3 окна над землей) жилого дома, отдельный вход
Рабочее состояние. Телефоны МГТС, Комстар. Интернет. Договор о совместной деятельности или сотрудничестве
Арендная ставка: $ 320 кв.м/г., включая ком. услуги
137-50-68. 137-00-37 Светлана, Марина

4. м. Новослободская, Суворовская площадь д. 2
Блок 110 кв.м ( 5 кабинетов, с/у), h потолка - 3.5 м, 1 этаж, отдельный вход. Евроремонт. 3 МГТС. Собственная пар-ковка на 2 м/места. Договор совместной деятельности
Арендная ставка: $  450 кв.м. год 
221-71-71, 8-926-211-15-90 Анна

5. м. Новые Черемушки, ул. Каховка
Офисные блоки 180, 360 до 1500 кв.м. Кабинетная система. Качественный ремонт. Телефоны МГТС, оптиковолокно. Круглосуточная охрана. Парковка. 
Арендная ставка: $ 420 кв.м/г, вкл. все
221-71-71, 8-926-230-23-39 Лариса, 504-73-00 Нина

6. м. Текстильщики, ул. Саратовская, помещение свободного назначения
130 кв.м (зал 57 кв.м), 1 этаж  жилого здания, отд. вход  на 2 фирмы. h -4.0 м. Витринные окна. Хороший ремонт. 
Арендная ставка:  $ 300  кв.м/г., включая все + электроэнергия
221-71-71, 504-73-00 Нина 

7. м. Текстильщики, 15 мин. пешком в современном бизнес-парке класса "В"
Блок на  2-х этажах по 250 кв.м в отдельно стоящем строении. 
Арендная ставка: $ 210, вкл. НДС и ком. платежи, кроме охраны. Парковка входит в стоимость.
221-71-71, 8-926-204-70-77 Елена

8. м. Текстильщики, складской блок, 15 минут пешком 
1) Блок (сдача целиком) состоит из: одноэтажного строения  теплого - 550 кв.м (выс.пот.-6м)с большими воротами + офис 70 кв.м. и открытая площадка 730 кв.м. Охрана. Стоимость аренды: $ 8 250 в месяц (вкл. все)
2) Склад на 1 этаже, площадь - 530 кв.м, теплый, охрана, парковка, стоимость аренды: $ 6 890 в месяц (вкл. все)
221-71-71, 8-926-204-70-77 Елена

9. м. Петровско-Разумовская, ул. Прянишникова дом 19, 20 мин. пешком
Офисы 70, 300 и 350 кв.м на мансардном этаже особняка. Кабинетная планировка. Евроремонт. Парковка. Охрана. Арендная ставка:  $ 270  кв.м/год, включая НДС и ком. платежи 
221-71-71, 8-926-211-15-90 Анна

10. м. Пл. Ильича, Международный пер.
Блок 750 или 392 кв.м, отделка под арендатора. 2/2 адм. зд. Территория огорожена. 
Арендная ставка: $ 430 кв.м/г. 
221-71-71, 8-926-204-70-77 Елена

11. м. Павелецкая, бизнес центр класса "В+"
Блоки 300, 1400 и  2 800 кв.м. Выполнен качественный ремонт. Свободная планировка. Система приточно-вытяжной вентиляции и кондиционирование, видеонаблюдение. Арендная ставка:  $ 750  кв.м/год, вкл. НДС, ком. платежи
221-71-71, 504-73-00 Нина

12. м. Преображенская площадь
Блоки от 100 до 4000 кв.м. Евроремонт. Здание оборудовано приточно-вытяжной вентиляцией, системой безопасно-сти, пожарно-охранной сигнализацией. Охрана. Парковка. Кафе. Договор прямой аренды 
Арендная ставка: от $ 420 за кв.м/год, включая НДС и ком. платежи
221-71-71, 8-926-226-56-27 Наталья, 8-926-204-70-77 Елена
13. м. Фрунзенская, переулок Хользунова, 2 мин. пешком
Офис 163 кв.м, 4 кабинета: 40, 34, 34, 23,  кухня - 11м со встроенной мебелью, с/у
1 этаж жилого дома, отдельный вход. Хороший ремонт. 4 линии МГТС, мини АТС, интернет
Арендная ставка:  $ 650  кв.м/год 
221-71-71, 8-926-230-23-39 Лариса

15. м. Ш. Энтузиастов,  ул. Электродная 
Офис 50, 120, 340  кв.м. Офисный центр класса "С". Охрана. Парковка. Коммерческие телефоны
Арендная ставка:  $ 310 кв.м/год, включая все.
Складские помещения 300, 1000 кв.м. Теплые, отремонтированные, грузовые лифты. 
Арендная ставка: $ 140  кв.м/год, вкл. все
221-71-71, 8-926-211-15-90 Анна 

16. м. Шаболовская, Тульская, 2-й Рощинский пр-д, 15 м.п.
Офисный блок 51,1 кв.м, имеет прихожую 7 кв.м., 2 комнаты - 17.3 и 26.7 кв.м. Офис полностью готов к работе. Обо-рудован новой мебелью, имеет переговорную комнату на 10 человек. Телефоны и интернет - коммерческие, возмож-ность подключения любого количества номеров. Договор субаренды
Цена аренды - $ 600 кв.м/ год,  включая НДС и ком.услуги
137-50-68, 8-926-226-56-27 Наталья

17. м. Электрозаводская, ул. Б.Почтовая, в новом бизнес-центре кл. "В" 
Площади от 50 до 3000 кв.м. Ремонт под арендатора. Здание оборудовано  скоростными лифтами LG, единой систе-мой кондиционирования, приточновытяжной вентиляцией, системой безопасности, пожарно-охранной сигнализацией.
Коммерческие телефоны "Тел". Парковка. Прямая аренда 

[SLUG] $B4uK>pJs%S%8%M%9$N>R2p(B

2001-01-02 Thread $B%O%C%T%$!%(B(II)
$B!!FMA3$N%a!]%k$G<:Ni$$$?$7$^$9!#$"$J$?MM$K$H$C$FM-1W$J>pJs$N$40FFb$G$9!#(B
$BFs=E$KFO$$$?$j!"ITI,MW$JJ}$O!"?=$7$o$1M-$j$^$;$s$,8f:o=|4j$$$^$9!#(B
$B!!(B
  $B#2#1@$5*7??7>pJs%S%8%M%9$,N)$A>e$,$j$^$7$?!#$3$N%S%8%M%9$O!"$b$C$H$b?7(B
$B$7$/(B $B4|BT$G$-$k%S%8%M%9$G$9!#$^$5$K:#;O$^$C$?$P$+$j$J$N$G!"%H%C%W%]%8%7(B
$B%g%s$N0LCV$KIU$1$i$l!"K\Ev$N9b<}F~$,(B $B4|BT$G$-$^$9!#(B
$B:#;22C$9$k$+!"#1%v7n8e$K;22C$9$k$+!"$=$l$H$b#3%v7n8e$+!&!&!&!&!&(B
 $B$=$l$@$1$G$bA4A30c$$$^$9!#(B
 
$B!!HNGd!":_8K!"%N%k%^!"%_!]%F%#%s%0$J$I$$$C$5$$$J$7!#LLE]$J%S%8%M%9>pJs(B
$B$NAw?.6HL3$r6H\:Y$r@A5a$7$F!"(B $BFbMF$r$*FI$_$/$@$5$$!#(B
$B$b$A$m$s;qNA$O!"L5NA$G$9!#!!(B
-
$B(B  $B>\:Y;qNA$N@A5a@h!'(B
 $B(B $B!J(BE$B%a!<%k$G$*Aw$j$$$?$7$^$9!K(B
 $B!!!!(B *
$B(B  [EMAIL PROTECTED]
  $B%O%C%T%$!%(B(II)
 




-- 
SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/
More Info: http://slug.org.au/lists/listinfo/slug