lists.hellug.grlists.hellug.gr/pipermail/migrate2linux/2006.txt · 2009-05-14From trelakis at...

download lists.hellug.grlists.hellug.gr/pipermail/migrate2linux/2006.txt · 2009-05-14From trelakis at gmail.com Tue Jan 3 03:48:35 2006 From: trelakis at gmail.com (Manolis Kiriakos) Date:

If you can't read please download the document

Transcript of lists.hellug.grlists.hellug.gr/pipermail/migrate2linux/2006.txt · 2009-05-14From trelakis at...

... !

... . , , . , dependencies , Progam Files, , compile , "" . compiles (). ... de facto ; , , , (, " " :) ) . ( - ) post. .

On 1/3/06, Manolis Kiriakos wrote:

> > . > ,> , > . , > dependencies

: , .

> > , Progam Files, , compile , "" > .

, ' /usr/local/src. build . /usr/local " __ " partition ( .. /home).

> compiles > ().

. make --install, object (,) (/usr/local/bin, /usr/local/lib).

> > ... de facto > > ;

. . README, INSTALL .

, , ,> (, > " " :) ) > .

, build :

* /usr/local/src/prog-verXY, README, INSTALL , dependencies ( ). , .

* ./configure --help : .* ./configure --option1 --option2 * make ( build)* make install (. root).

On Tue, 03 Jan 2006 10:01:19 +0200, Fanourgakis Manolis wrote:

> , ' > /usr/local/src. build . > /usr/local " __ "> partition > ( .. /home).

> make --install, object (,> ) (/usr/local/bin, /usr/local/lib> ).

.

> compiles > ().

>> .

. make install dependency, " " build, " ".

.

On Mon, 19 Dec 2005 15:50:45 +0200Thanos wrote:

> Giorgos Keramidas wrote:> > On 2005-12-18 22:27, Thanos wrote:> >> > >> ( , ) > >> xterm WindowMaker > >> !> > > > , > > xterm ; windowmaker :> > > > xterm -bg black -fg white> > > > ...> > ! > ( ) > .>

[1] , RgbPath /etc/X11/xorg.conf . ( / ; )

-- Stavros Giannouris Jabber: stavrosg at jabber.org

"Hello. I'm a signature virus. Just copy me to your signature to help me spread"[1] , - Xorg 7 /usr /usr/X11.. :->

____________________________________________________________________http://www.freemail.gr - .http://www.freemail.gr - free email service for the Greek-speaking.

On 2006-01-05 17:44, Stavros Giannouris wrote:>On Mon, 19 Dec 2005 15:50:45 +0200>Thanos wrote:>>Giorgos Keramidas wrote:>>> On 2005-12-18 22:27, Thanos wrote:>>>> >>>> ( , ) >>>> xterm WindowMaker >>>> !>>>>>> , >>> xterm ; windowmaker :>>>>>> xterm -bg black -fg white>>>>>> ...>>>> ! >> ( ) >> .>> [1] ,> RgbPath /etc/X11/xorg.conf.> ( > / ; )

. xterm '' black/white . bug xterm, hard-code .

Stavros Giannouris wrote:> On Mon, 19 Dec 2005 15:50:45 +0200> Thanos wrote:> >> Giorgos Keramidas wrote:>>> On 2005-12-18 22:27, Thanos wrote:>>>> >>>> ( , ) >>>> xterm WindowMaker >>>> !>>> , >>> xterm ; windowmaker :>>>>>> xterm -bg black -fg white>>>>>> ...>> ! >> ( ) >> .>>> > [1] , > RgbPath /etc/X11/xorg.conf .> ( / > ; )

!

RgbPath "" path. . ... .--

____________________________________________________________________http://www.freemail.gr - .http://www.freemail.gr - free email service for the Greek-speaking.

!

group Linux , "" shutdown/reboot . ? , group?--

____________________________________________________________________http://www.freemail.gr - .http://www.freemail.gr - free email service for the Greek-speaking.

On 2006-01-08 15:39, Thanos wrote:> !>> group Linux , > "" shutdown/reboot > . ? , group?

group. reboot(8) FreeBSD .. :

109 if (geteuid()) { 110 errno = EPERM; 111 err(1, NULL); 112 }

geteuid() , 'root'., , group, user ID.

Giorgos Keramidas wrote:> On 2006-01-08 15:39, Thanos wrote:>> !>>>> group Linux , >> "" shutdown/reboot >> . ? , group?> > group. reboot(8)> FreeBSD .. :> > 109 if (geteuid()) {> 110 errno = EPERM;> 111 err(1, NULL);> 112 }> > geteuid() , 'root'.> , , > group, user ID.

man shutdown, /etc/shutdown.allow. gdm gnome . gdm ? gdm/gnome .

, , . ? ?--

____________________________________________________________________http://www.freemail.gr - .http://www.freemail.gr - free email service for the Greek-speaking.

> On 2006-01-08 15:39, Thanos wrote:> > !> >> > group Linux , > > "" shutdown/reboot > > . ? , group? sudo, group...

-- Ack and you shall receive.

apix wrote:

>> On 2006-01-08 15:39, Thanos wrote:

>>> !>>>>>> group Linux , >>> "" shutdown/reboot >>> . ? , group?

> sudo, group...

( ). su sudo.--

____________________________________________________________________http://www.freemail.gr - .http://www.freemail.gr - free email service for the Greek-speaking.

O/H Thanos :> apix wrote:> >>> On 2006-01-08 15:39, Thanos wrote:> >>>> !>>>>>>>> group Linux , >>>> "" shutdown/reboot >>>> . ? , group?> >> sudo, >> group...> > ( > ). su sudo.

slackware /etc/sudoers root %users ALL=NOPASSWD: /sbin/shutdown -h now %users ALL=NOPASSWD: /sbin/reboot

terminal xterm sudo /sbin/shutdown -h now shutdown password sudo /sbin/reboot reboot password

On 2006-01-08 22:51, Thanos wrote:>Giorgos Keramidas wrote:>>On 2006-01-08 15:39, Thanos wrote:>>> group Linux , >>> "" shutdown/reboot >>> . ? , group?>>>> group. reboot(8)>> FreeBSD .. :>>>> 109 if (geteuid()) {>> 110 errno = EPERM;>> 111 err(1, NULL);>> 112 }>>>> geteuid() , 'root'.>> , , >> group, user ID.>> man shutdown, > /etc/shutdown.allow. gdm > gnome . gdm> ? > gdm/gnome .>> , , > . ? ?

UNIX sudo. sudo sudoers user group:

# visudo

( editor /etc/sudoers file, )

keramida ALL=/sbin/reboot

sudo, :

sudo /sbin/reboot

root ( ) .

On 2006-01-08 23:14, Thanos wrote:>apix wrote:>>>On 2006-01-08 15:39, Thanos wrote:>>>> group Linux , >>>> "" shutdown/reboot >>>> . ? , group?>>>> sudo, >> group...>> ( > ). su sudo.

password password user rootpassword. , , root. , :

%users ALL=(ALL) NOPASSWD: ALL

, . password root /etc/passwd, .

Giorgos Keramidas wrote:

> On 2006-01-08 23:14, Thanos wrote:> >>apix wrote:>>>>>>On 2006-01-08 15:39, Thanos wrote:>>>>>>>>> group Linux , >>>>> "" shutdown/reboot >>>>>. ? , group?>>>>>> sudo, >>> group...>>>> ( >>). su sudo.> > > password password user root> password. , ,> root. , > :> > %users ALL=(ALL) NOPASSWD: ALL> > , . > password root /etc/passwd, > .

" " , Greema shutdown/reboot login .

gdm/gnome gnome shutdown/reboot sudo . gdm!

sudo gdm . xfce4 Debian Sarge /etc/xfce4/shutdown.allow .--

____________________________________________________________________http://www.freemail.gr - .http://www.freemail.gr - free email service for the Greek-speaking.

On 2006-01-09 10:30, Thanos wrote:> gdm/gnome gnome > shutdown/reboot > sudo . > gdm!

. sudo, GNOME, GNOME, Linux, FreeBSD, Solaris setup. gdm, . GNOME.

XFCE4, , sudo options 'power off' 'reboot' session manager, :)

Giorgos Keramidas wrote:

> XFCE4, , sudo > options 'power off' 'reboot' session manager, > :)

gdm!

sudo ' . sudo ! xfce4... ! ;-)--

____________________________________________________________________http://www.freemail.gr - .http://www.freemail.gr - free email service for the Greek-speaking.

O/H Thanos :> Giorgos Keramidas wrote:> >> XFCE4, , sudo >> options 'power off' 'reboot' session manager, >> :)> > gdm!> > sudo ' > . sudo ! xfce4... > ! ;-) kdm (kde ) sudo root kcontrol-> -> -> shutdown "" shutdown/reboot .

sudo greema.To %users ALL=NOPASSWD: /sbin/shutdown -h now %users ALL=NOPASSWD: /sbin/reboot password shutdown/reboot root password %users ALL=(ALL) NOPASSWD: ALL

password

djemos wrote:> O/H Thanos :> >>Giorgos Keramidas wrote:>>>>>>> XFCE4, , sudo >>> options 'power off' 'reboot' session manager, >>> :)>>>> gdm!>>>> sudo ' >>. sudo ! xfce4... >> ! ;-)> > kdm (kde ) sudo > root kcontrol-> > -> -> > shutdown "" > shutdown/reboot .> > > sudo > greema.> To > %users ALL=NOPASSWD: /sbin/shutdown -h now> %users ALL=NOPASSWD: /sbin/reboot> password > shutdown/reboot root > password> %users ALL=(ALL) NOPASSWD: ALL > > > > password> >

. :

thanosALL=NOPASSWD: /sbin/reboot, /sbin/shutdown -h now

( Ubuntu ;-) ):

- Debian 3.1 & XFCE4- Arch Linux & XFCE4.2

Debian XFCE. Arch Linux. modules XFCE Arch. .

sudo . .--

____________________________________________________________________http://www.freemail.gr - .http://www.freemail.gr - free email service for the Greek-speaking.

antivirus linux? (web server, mail server) antivirus 4psa () clamAV .

> > antivirus linux? (web > server, mail server) antivirus 4psa () > clamAV > .

4psa clamav . kaspersky . . email , ( file server), .

kaspersky Windows Linux ( ). windows interface .

' Alpha Web Banking Mozilla Firefox. LGU. Windows 9x NT 4.0 2000 XP LGU Linux.

Linux+Firefox? web banking Firefox Linux?

...--

____________________________________________________________________http://www.freemail.gr - .http://www.freemail.gr - free email service for the Greek-speaking.

Thanos wrote:> ' Alpha Web Banking > Mozilla Firefox. > LGU. > Windows 9x NT 4.0 2000 XP > LGU Linux.> > > Linux+Firefox? web banking > Firefox Linux?> > ...

web banking Alpha linux firefox :)

Gvre

On Wednesday 11 January 2006 10:25, Thanos wrote:> > Windows 9x NT 4.0> 2000 XP LGU > Linux.

, ? ( ) ( URL, path).

> > Linux+Firefox? web banking > Firefox Linux?

To web interface Alpha Bank Firefox. ( ), Firefox , .

-- Thanos Kyritsis Q: ?A: ! ;-)

DJ Art wrote:

> On Wednesday 11 January 2006 10:25, Thanos wrote:> >> >> Windows 9x NT 4.0 2000 XP >> LGU Linux.> > > , ? ( ) ( > URL, path).

" " :

http://www.alpha.gr/page/default.asp?id=868&la=1

Firefox .

!--

____________________________________________________________________http://www.freemail.gr - .http://www.freemail.gr - free email service for the Greek-speaking.

Thanos wrote:> web banking Firefox > Linux?

web banking ( , ), Firefox+Linux.

On 2006-01-11 10:51, Thanos wrote:>DJ Art wrote:>>On Wednesday 11 January 2006 10:25, Thanos wrote:>>> >>> Windows 9x NT 4.0 2000 XP >>> LGU Linux.>>>> , ? ( ) ( >> URL, path).>> " " :>> http://www.alpha.gr/page/default.asp?id=868&la=1>> Firefox .

:)

Giorgos Keramidas wrote:> On 2006-01-11 10:51, Thanos wrote:>> DJ Art wrote:>>> On Wednesday 11 January 2006 10:25, Thanos wrote:>>>> >>>> Windows 9x NT 4.0 2000 XP >>>> LGU Linux.>>> , ? ( ) ( >>> URL, path).>> " " :>>>> http://www.alpha.gr/page/default.asp?id=868&la=1>>>> Firefox .> > :)

:

https://www.winbank.gr/loginPortal/login_files/help/techical_gr.htm

--

____________________________________________________________________http://www.freemail.gr - .http://www.freemail.gr - free email service for the Greek-speaking.

8a i8ela na anaferw kai egw me tin sira mou oti to web tis Eurobankine MI filiko me otidipote allo ektos apo IE. Anagastika naxrisimopoihsw to wine gia na dw fws !!

just my 0.2 cents

--########################################3Zaharioudakis Nikosmob: +30 6947204063A: Because it messes up the order in which people normally read text.Q: Why is top-posting such a bad thing?A: Top-posting.Q: What is the most annoying thing on usenet and in e-mail?

Epi ti eukairia iparxi mia trapeza i opia pezi me olous tous browsers opwsIEFirefox {win + linux + Freebsd}SafariOpera (win Linux}http://www.proton.gr

--########################################3Zaharioudakis Nikosmob: +30 6947204063A: Because it messes up the order in which people normally read text.Q: Why is top-posting such a bad thing?A: Top-posting.Q: What is the most annoying thing on usenet and in e-mail?

-----BEGIN PGP SIGNED MESSAGE-----Hash: SHA1

Nikos Zaharioudakis wrote:> 8a i8ela na anaferw kai egw me tin sira mou oti to web tis Eurobank> ine MI filiko me otidipote allo ektos apo IE. Anagastika na> xrisimopoihsw to wine gia na dw fws !!>........

Malon den einai pliros filiko me to firefox. Giati exw logariasmomis8odosias sthn eurobank kai ton diaxirizome (sthn ousia plironw tiskartes mou an kai otan tis xrisimopoihsw) mono mesa apo firefox & linuxpou exw ston deftero ypologisth (o opoios blepei internet mesa apo tonproto). Den exw kanei xrish allwn litourgiwn gia na jerw an kai kataposo douleboune (mia fora piga na kanw.... Kai ekana egw la8os kai denta katafera)

- --Athanasios Sidiropoylosmsx-----BEGIN PGP SIGNATURE-----Version: GnuPG v1.4.0 (GNU/Linux)Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFDyb/d+F6UJNjDIgcRAnIVAJ4vAulOEHwbVAcPkkRBeqoqq/eKtQCdFW3LG/+z170erk//klLhl/oNKFA==/Cvj-----END PGP SIGNATURE-----

"Crystallized H. Craving"-------------- next part --------------An HTML attachment was scrubbed...URL:

apt-get upgrade Debian based ( ) .

Debian Package Manager filename ? cpio. :

pool/main/c/cpio/cpio_2.5-1.2ubuntu1.1_i386.deb

.

, 56 . filenames mirror Debian ADSL .

?--

____________________________________________________________________http://www.freemail.gr - .http://www.freemail.gr - free email service for the Greek-speaking.

Thanos wrote:> , 56 > . > filenames > mirror Debian > ADSL .

Linux ( Unix bash wget) , apt-zip. bash+wget Cygwin Windows.

Antonios Christofides wrote:> Thanos wrote:>> , 56 >> . >> filenames >> mirror Debian >> ADSL .> > Linux ( Unix bash wget) , > apt-zip. > bash+wget Cygwin Windows.

! apt-zip !

Windows . ... . Live CD script apt-zip-list link browser. pool .

!--

____________________________________________________________________http://www.freemail.gr - .http://www.freemail.gr - free email service for the Greek-speaking.

... M$!

--

____________________________________________________________________http://www.freemail.gr - .http://www.freemail.gr - free email service for the Greek-speaking.

Debian Sarge locale el_UTF. msttcorefonts. , , ( 1). (.. xmms, sylpheed) .

? ? , locale ?

...--

____________________________________________________________________http://www.freemail.gr - .http://www.freemail.gr - free email service for the Greek-speaking.

password root suse 10 ? , sites , , /etc/passwd /etc/shadow suse 10 . Fedora Core 4 . Suse 10 /etc/passwdYAST2save kai /etc/shadowYAST2save . ......

____________________________________________________________________http://www.freemail.gr - .http://www.freemail.gr - free email service for the Greek-speaking.

sotiris wrote:> password root suse 10 ?> , sites > , , /etc/passwd /etc/shadow suse 10 .> Fedora Core 4 .> Suse 10 /etc/passwdYAST2save kai > /etc/shadowYAST2save . ......

root ? passwd?--

____________________________________________________________________http://www.freemail.gr - .http://www.freemail.gr - free email service for the Greek-speaking.

O/H Thanos :

> sotiris wrote:>>> password root suse 10 ?>> , >> sites , , /etc/passwd /etc/shadow suse 10 >> .>> Fedora Core 4 .>> Suse 10 /etc/passwdYAST2save kai >> /etc/shadowYAST2save . >> ......>>> root ? > passwd?

. suse ::))

____________________________________________________________________http://www.freemail.gr - .http://www.freemail.gr - free email service for the Greek-speaking.

single user root. grub .

To boot into single user mode using GRUB:

1. You might have to press to see your boot menu (you will see a prompt)2. Choose the kernel you want to boot using the arrow buttons on your keyboard3. Press "e" for edit4. Press the "end" button on your keyboard, type in a comma space ", "and then type "single"

5. Press and than "b" to boot that kernel, this will take youinto single user mode

prompt $ #

:

Once you get to the command line prompt, type:# passwd Enter new UNIX password: Retype new UNIX password: passwd: passwordupdated successfully

You can then reboot and use your new root password

On 1/29/06, sotiris < chryssot at freemail.gr> wrote:>> O/H Thanos :>> > sotiris wrote:> >> >> password root suse 10 ?> >> , > >> sites , , /etc/passwd /etc/shadow suse 10> >> .> >> Fedora Core 4 .> >> Suse 10 /etc/passwdYAST2save kai> >> /etc/shadowYAST2save . > >> ......> >> >> > root ? > > passwd?>> . > suse ::))>> ____________________________________________________________________> http://www.freemail.gr - .> http://www.freemail.gr - free email service for the Greek-speaking.>>-------------- next part --------------An HTML attachment was scrubbed...URL:

.

, sudo :

sudo passwd root

sudo.-------------- next part --------------An HTML attachment was scrubbed...URL:

O/H Andreas P. :

> single user > root. grub > .>> To boot into single user mode using GRUB:>>1. You might have to press to see your boot menu (you will see a prompt)>2. Choose the kernel you want to boot using the arrow buttons on your keyboard>3. Press "e" for edit>4. Press the "end" button on your keyboard, type in a comma space ", " and then type "single">>>5. Press and than "b" to boot that kernel, this will take you into single user mode>> prompt $ #>>:>>> >> Once you get to the command line prompt, type:>> # passwd Enter new UNIX password: Retype new UNIX password: passwd: > password updated successfully>> You can then reboot and use your new root password>> > . singe mode root password.... init=/bin/bash Error .....( a FC4 .....:)

____________________________________________________________________http://www.freemail.gr - .http://www.freemail.gr - free email service for the Greek-speaking.

On 1/28/06, Thanos wrote:> Debian Sarge locale el_UTF. > > msttcorefonts. , , > ( 1). (..> xmms, sylpheed) .>> ?

gtk1 "" utf locale ( gtk2 utffonts )

> ? ,> > locale ?

ktogias at media:~$ LANG=el_GR.ISO-8859-7 xmms

> ...> -->> ____________________________________________________________________> http://www.freemail.gr - .> http://www.freemail.gr - free email service for the Greek-speaking.>>

--Konstantinos TogiasUniversity Of PatrasDept. of Mathematics

On Monday 30 January 2006 00:07, you wrote:> On 1/29/06, sotiris wrote:> > O/H Andreas P. :> > init=/bin/bash > > Error .....>> error;>>> --> Konstantinos Togias> University Of Patras> Dept. of Mathematics

? . Sorry . Thank's anyway ???????????????????????????????????????????????????i??j)??????????????????????????????m??0zf+y[?y+^jH

Dual boot extended partition. logical partitions Windows "" ( !). logical partitions Windows . logical partitions . ;

, grub fstab ;

____________________________________________________________________http://www.freemail.gr - .http://www.freemail.gr - free email service for the Greek-speaking.

Konstantinos Togias wrote:> On 1/28/06, Thanos wrote:>> Debian Sarge locale el_UTF. >> >> msttcorefonts. , , >> ( 1). (..>> xmms, sylpheed) .>>>> ?> > gtk1 > "" utf locale ( gtk2 > utf> fonts )

. ' "".

>> ? ,>> >> locale ?> > ktogias at media:~$ LANG=el_GR.ISO-8859-7 xmms

! ...--

____________________________________________________________________http://www.freemail.gr - .http://www.freemail.gr - free email service for the Greek-speaking.

On 2006-01-30 16:59, Thanos wrote:> , grub fstab > ;

Backup :)

Giorgos Keramidas wrote:

> On 2006-01-30 16:59, Thanos wrote:> >> , grub fstab >> ;> > > Backup :)

! ... !

. partitions . MBR grub. live cd grub.menu fstab. .

( !) MBR . Grub ?--

____________________________________________________________________http://www.freemail.gr - .http://www.freemail.gr - free email service for the Greek-speaking.

On 2006-01-30 20:06, Thanos wrote:>Giorgos Keramidas wrote:>>On 2006-01-30 16:59, Thanos wrote:>>> , grub fstab >>> ;>>>> Backup :)>> ! ... !>> . > partitions . MBR > grub. live cd grub.menu fstab. > .>> ( > !) MBR . > Grub ?

boot install CD-ROM FreeBSD root device :)))

, GRUB .

Giorgos Keramidas wrote:

> On 2006-01-30 20:06, Thanos wrote:> >>Giorgos Keramidas wrote:>>>>>On 2006-01-30 16:59, Thanos wrote:>>>>>>> , grub fstab >>>> ;>>>>>>Backup :)>>>> ! ... !>>>> . >>partitions . MBR >> grub. live cd grub.menu fstab. >> .>>>> ( >>!) MBR . >> Grub ?> > > boot install CD-ROM> FreeBSD root device :)))> > , GRUB .

Ubuntu ( grub ) ; repair ( ) .--

____________________________________________________________________http://www.freemail.gr - .http://www.freemail.gr - free email service for the Greek-speaking.

Thanos wrote:> Giorgos Keramidas wrote:> >> On 2006-01-30 20:06, Thanos wrote:>>>>> Giorgos Keramidas wrote:>>>>>>> On 2006-01-30 16:59, Thanos wrote:>>>>>>>>> , grub fstab >>>>> ;>>>>>>>> Backup :)>>>>>> ! ... !>>>>>> . >>> partitions . MBR >>> grub. live cd grub.menu fstab. >>> .>>>>>> ( >>> !) MBR . >>> Grub ?>>>>>> boot install CD-ROM>> FreeBSD root device :)))>>>> , GRUB .> > Ubuntu ( grub > ) ; > repair ( ) > .

prompt "rescue" a. ! ;-)--

____________________________________________________________________http://www.freemail.gr - .http://www.freemail.gr - free email service for the Greek-speaking.

On 2006-01-30 21:30, Thanos wrote:> Giorgos Keramidas wrote:> > On 2006-01-30 20:06, Thanos wrote:> > > > > > ( !) MBR > > > . Grub > > > ?> >> > boot > > install CD-ROM FreeBSD root device :)))> >> > , GRUB .>> Ubuntu ( > grub ) ;> repair ( > ) .

. Live CD-ROM Ubuntu boot CD-ROM root device ;

, boot Live CDROM, mount (.. /mnt) chroot(8) root shell . , .

Giorgos Keramidas wrote:> On 2006-01-30 21:30, Thanos wrote:> >>Giorgos Keramidas wrote:>>>>>On 2006-01-30 20:06, Thanos wrote:>>>>>>> >>>>( !) MBR >>>> . Grub >>>>?>>>>>> boot >>>install CD-ROM FreeBSD root device :)))>>>>>>, GRUB .>>>> Ubuntu ( >>grub ) ;>> repair ( >>) .> > > . Live CD-ROM > Ubuntu boot CD-ROM root device> ;> > , boot Live CDROM, > mount (.. /mnt) > chroot(8) root shell > . , > .

! ... .--

____________________________________________________________________http://www.freemail.gr - .http://www.freemail.gr - free email service for the Greek-speaking.

, Suse10 ADSL via ethernet?System: Laptop ACER 1524Network card: RTL-8169 GigabyteOS: Suse 10Modem-router: Microcom VivodiM via DHCP Subnet Mask 255.255.255.0 255.0.0.0 ipconfig WIN.T manual ip subnet mask ( router win, LAN ip 10.0.... 255.0.0..) .

-- Best regards, GR mailto:marconi at freemail.gr

____________________________________________________________________http://www.freemail.gr - .http://www.freemail.gr - free email service for the Greek-speaking.

On 1/31/06, GR wrote:> ,> Suse> 10 ADSL via ethernet?> System: Laptop ACER 1524> Network card: RTL-8169 Gigabyte> OS: Suse 10> Modem-router: Microcom Vivodi> M via DHCP Subnet Mask 255.255.255.0 > 255.0.0.0 ipconfig WIN.> T manual ip subnet mask ( > router win, LAN ip 10.0.... 255.0.0..) > .> >> >>>>> --> Best regards,> GR mailto:marconi at freemail.gr>>>> ____________________________________________________________________> http://www.freemail.gr - .> http://www.freemail.gr - free email service for the Greek-speaking.>>

DNS Servers /etc/resolv.conf ?

manual ip, interface ; ping ip router ;

--Konstantinos TogiasUniversity Of PatrasDept. of Mathematics

GR wrote:> ,> Suse> 10 ADSL via ethernet?> System: Laptop ACER 1524> Network card: RTL-8169 Gigabyte> OS: Suse 10> Modem-router: Microcom Vivodi> M via DHCP Subnet Mask 255.255.255.0 > 255.0.0.0 ipconfig WIN.

255.0.0.0; ! win ; modem/router mask dhcp... .

Doc

-- Theory asserts that although in theory there should be nodifference between theory and practice, in practice there ISdifference between theory and practice.

.

) dns VIVODI etc/resolve.conf nameserver ip .) interface :" 10.0..." ping error message: nerwork is unreachable.) subnet einai 255.0.0.0 ipconfig(win) ifconfig (Linux)) noppel live cd . modem/router Laptop .

-- Best regards, GR

____________________________________________________________________http://www.freemail.gr - .http://www.freemail.gr - free email service for the Greek-speaking.

resolv.conf networking Knoppel SUSE?

GR wrote:> .>> ) dns VIVODI > etc/resolve.conf nameserver ip> .> ) interface :> " 10.0..."> ping error message: nerwork is unreachable.> ) subnet einai 255.0.0.0 ipconfig> (win) ifconfig (Linux)> ) noppel live cd > . modem/router Laptop > .>> >>

Thanos wrote:> > ... M$!> >

! ' M$ " " /.

" , ." [1]

M$?

[1] http://www.naftemporiki.gr/news/static/06/02/01/1148461.htm--

____________________________________________________________________http://www.freemail.gr - .http://www.freemail.gr - free email service for the Greek-speaking.

On 2006-02-01 16:28, Thanos wrote:> Thanos wrote:> > > >... M$!> >> >>> ! ' M$ " " > /.>> " > , > > ." [1]>> > M$?>> [1] http://www.naftemporiki.gr/news/static/06/02/01/1148461.htm

post:

http://bsdaemon.blogspot.com/2006/01/will-greek-government-sell-out-to.html

Giorgos Keramidas wrote:> On 2006-02-01 16:28, Thanos wrote:>> Thanos wrote:>>> >>> ... M$!>>>>>> >> ! ' M$ " " >> /.>>>> " >> , >> >> ." [1]>>>> >> M$?>>>> [1] http://www.naftemporiki.gr/news/static/06/02/01/1148461.htm> > > post:> > http://bsdaemon.blogspot.com/2006/01/will-greek-government-sell-out-to.html

! atma...--

____________________________________________________________________http://www.freemail.gr - .http://www.freemail.gr - free email service for the Greek-speaking.

Thanos wrote:> Thanos wrote:>> >> ... M$!>>>> > > ! ' M$ " " > /.> > " > , > > ." [1]> > > M$?> > [1] http://www.naftemporiki.gr/news/static/06/02/01/1148461.htm

" " [1] " " :

" , ."

MS? , / . "" Windows /.

[1] http://ta-nea.dolnet.gr/print_article.php?e=A&f=18454&m=N55&aa=1--

____________________________________________________________________http://www.freemail.gr - .http://www.freemail.gr - free email service for the Greek-speaking.

muz wrote:

> resolv.conf networking > Knoppel SUSE?

, (Slackware 10.2, kernel 2.4.31) . upgrade 2.6.13 . 2.6 router . K firewall?? modules ??/

____________________________________________________________________http://www.freemail.gr - .http://www.freemail.gr - free email service for the Greek-speaking.

Me endiaferei va dimiourgiso ena site opou o episkepths tha kataxwrei ta stoixeia tou (onoma , tilefonoktl) kai ta stoixei tha mevouv sto server gia toulaxiston ena mhna gia epexergasia.

Gnwrizw HTML alla profanws den eivai arketo gia interactve efarmoges.

Ti xreaxwtai na xrhsimopoihsw? PHP, MySQL, Javascript, JAVA h ola afta mazi?

Eyxaristw

_________________________________________________________________Express yourself instantly with MSN Messenger! Download today it's FREE! http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/

, (17/10/05) Kubuntu (Breezy) Linux, ( XP )... . () :

Kubuntu , login ( kdm), ( Konqueror), corruption . nvidia-glx, kdm.

googling "" nVidia 6600/6600GT ( ) drivers drivers nvidia http://www.ubuntuforums.org/showthread.php?t=75074. , driver nvidia . 12 (" 2, drivers nvidia"), kdm (kdm start), ( , stop ).

/; ; xorg.conf;

Doc

: newbie linux ( ) lynx e-mail :( ( lynx gmail; ), emailclient shell;

/2: ssh ;

-- Theory asserts that although in theory there should be nodifference between theory and practice, in practice there ISdifference between theory and practice.

On 2/13/06, Constantine Dokolas wrote:

> /2: ssh ;>sudo apt-get install ssh

--Konstantinos TogiasUniversity Of PatrasDept. of Mathematics

Constantine Dokolas wrote:> : newbie linux ( > ) lynx > e-mail :( ( lynx gmail; ), email> client shell;

lynx . elinks w3m. mail client mutt.

> /2: ssh ;

sudo apt-get install openssh-server

Constantine Dokolas wrote:> , (17/10/05) Kubuntu (Breezy) > Linux, ( > XP )... . > () :>> Kubuntu , login ( kdm),> ( Konqueror),> corruption . nvidia-glx,> kdm.>> googling "" nVidia 6600/6600GT ( ) > > drivers > drivers nvidia > http://www.ubuntuforums.org/showthread.php?t=75074. , > driver nvidia . > 12 (" 2, drivers nvidia"), kdm > > (kdm start), ( , > > stop ).> , wiki is your friend. binary driver Nvidia guidehttps://wiki.ubuntu.com/BinaryDriverHowto/Nvidia

documentation ( wiki) ubuntu .

.

.

Linux HDD;

windows bootable , CD HDD, HDD.

Linux laptop CD ROM, .

-------------- next part --------------An HTML attachment was scrubbed...URL:

Spiros Papatheodorou wrote:

> Linux laptop > CD ROM, > .

, ! ;-)

. . . .--

____________________________________________________________________http://www.freemail.gr - .http://www.freemail.gr - free email service for the Greek-speaking.

13 2006 19:56, / Spiros Papatheodorou :

> Linux HDD;>> windows bootable , > CD HDD, > HDD.>> Linux laptop > CD ROM, > .

!

' , (floppy) laptop ;

,

-- Power On. 7717235, . 212 000 3070email: info at power-on.grhttp://www.power-on.gr

Thanos wrote:> Spiros Papatheodorou wrote:> >> Linux laptop >> CD ROM, >> .> > , ! ;-)> > . > > . . > .

. .. Ubuntu [1]. "Advanced Installation Methods".

[1] https://wiki.ubuntu.com/Installation--

____________________________________________________________________http://www.freemail.gr - .http://www.freemail.gr - free email service for the Greek-speaking.

pc. dual suse9.3 windows xp. suse 30' pstn modem ( winmodem suse ) . windows ....-------------- next part --------------A non-text attachment was scrubbed...Name: achilles1.vcfType: text/x-vcardSize: 370 bytesDesc: not availableURL:

wrote:

> suse 30' > pstn modem ( winmodem suse > ) . windows ....

, 1 SuSE Windows, !

Windows 1 partition, windows Suse GRUB/LILO MBR "" Windows.--

____________________________________________________________________http://www.freemail.gr - .http://www.freemail.gr - free email service for the Greek-speaking.

Sammie,

CACB Cascade Bancorphttp://br.geocities.com/unfetters1097/

Jason Hayden, Acct. Rep. go445995

Tuesday 14 February 2006 09:30, / :> pc. > dual suse9.3 windows> xp. suse 30' > pstn modem ( winmodem suse > ) . windows ....

notebook SuSE, ...

,

On Tue, 14 Feb 2006 10:39:18 +0200Thanos wrote:

> wrote:> > > suse 30' > > pstn modem ( winmodem suse > > ) . windows ....> > , > 1 SuSE Windows, !> > Windows 1 partition, > windows Suse > GRUB/LILO MBR "" > Windows. ?/me confused/me ducks and runs

-- Stavros Giannouris Jabber: stavrosg at jabber.org

"Hello. I'm a signature virus. Just copy me to your signature to help me spread"

____________________________________________________________________http://www.freemail.gr - .http://www.freemail.gr - free email service for the Greek-speaking.

Stavros Giannouris wrote:> On Tue, 14 Feb 2006 10:39:18 +0200> Thanos wrote:> >> wrote:>>>>> suse 30' >>> pstn modem ( winmodem suse >>> ) . windows .... >>>>> , >> 1 SuSE Windows, !>>> ?> /me confused> /me ducks and runs

Suse windows! ** ...--

____________________________________________________________________http://www.freemail.gr - .http://www.freemail.gr - free email service for the Greek-speaking.

On Tue, 14 Feb 2006 17:20:31 +0200Thanos wrote:

> Stavros Giannouris wrote:> > On Tue, 14 Feb 2006 10:39:18 +0200> > Thanos wrote:> > > >> wrote:> >>> >>> suse 30' > >>> pstn modem ( winmodem suse > >>> ) . windows ....> >>>> >> ,> >> 1 SuSE Windows, !> >>> > ?> > /me confused> > /me ducks and runs> > Suse windows! **> ...

suse. suse windows .

-- Stavros Giannouris Jabber: stavrosg at jabber.org

"Hello. I'm a signature virus. Just copy me to your signature to help me spread"

____________________________________________________________________http://www.freemail.gr - .http://www.freemail.gr - free email service for the Greek-speaking.

On 2006-02-14 17:22, Stavros Giannouris wrote:> > suse windows .

Windows `' , MBR . , '':

) Linux ) , .

:-(

On Tue, 14 Feb 2006 09:30:23 +0200 wrote:

> pc. > dual suse9.3 windows> xp. suse 30' > pstn modem ( winmodem suse > ) . windows ....

lilo grub linux ?

windows .

On Mon, 13 Feb 2006 19:56:57 +0200"Spiros Papatheodorou" wrote:

> .> > .> > Linux HDD; > > windows bootable , > CD HDD, > HDD.> > Linux laptop > CD ROM, > .> > >

windows cd cdrom?

cdrom ethernet modem ?

extreme adaptoraki ide 2.5'' 3.5'' ( ), pc , kernel hardare modules laptop.

O/H :> pc. > dual suse9.3 windows xp. suse > 30' > pstn modem ( winmodem suse > ) . windows .... ; suse windows ! , ; ! windows linux;Well done dear friend ( ).

: windows !

____________________________________________________________________http://www.freemail.gr - .http://www.freemail.gr - free email service for the Greek-speaking.

Fannie,

STAD Student Advantagehttp://in.geocities.com/quilling39944

Patrick Zamora, Acct. Rep. a325

Fannie,

STAD Student Advantagehttp://in.geocities.com/quilling39944

Patrick Zamora, Acct. Rep. a325

Listers ,

suse . windows . desktop. linux .

.-------------- next part --------------A non-text attachment was scrubbed...Name: achilles1.vcfType: text/x-vcardSize: 370 bytesDesc: not availableURL:

wrote:> Listers ,> > suse . > windows . desktop. > linux > .

! ...

; Windows SuSE;--

____________________________________________________________________http://www.freemail.gr - .http://www.freemail.gr - free email service for the Greek-speaking.

, dsl pstn speedtouch 530 Alcatel me cd 500. drivers win mac. laptop , ( ) 256 ram,500 mh 8 gb . . :1. .2. drivers gia speedtouch 530 Alcatel. . 3. drivers (.. win .). suse 9.0 2 , , , , ).

migrate2linux-request at lists.hellug.gr :

> Send Migrate2linux mailing list submissions to> migrate2linux at lists.hellug.gr> > To subscribe or unsubscribe via the World Wide Web, visit> http://lists.hellug.gr/mailman/listinfo/migrate2linux> or, via email, send a message with subject or body 'help' to> migrate2linux-request at lists.hellug.gr> > You can reach the person managing the list at> migrate2linux-owner at lists.hellug.gr> > When replying, please edit your Subject line so it is more specific> than "Re: Contents of Migrate2linux digest..."> > > Today's Topics:> > 1. Re: SUSE 9.3 (Thanos)> 2. driver speedtouch 530 (advocate)> > > ----------------------------------------------------------------------> > Message: 1> Date: Wed, 15 Feb 2006 10:51:57 +0200> From: Thanos > Subject: Re: SUSE 9.3> To: > Cc: migrate2linux at lists.hellug.gr> Message-ID: > Content-Type: text/plain; charset=ISO-8859-7; format=flowed> > wrote:> > Listers ,> > > > suse . > > windows . desktop. > > linux > > .> > ! > ...> > ; Windows SuSE;> -- > > > Message: 2> Date: Wed, 15 Feb 2006 11:00:33 +0200> From: "advocate" > Subject: driver speedtouch 530> To: > Message-ID: > Content-Type: text/plain;charset="iso-8859-7"> .....> dsl pstn > speedtouch 530 Alcatel me cd 500........ > :> 1. .> 2. drivers gia speedtouch 530 Alcatel.> . 3. > drivers.....1.O : http://distrowatch.com2. . .3. 2. firefox: 10.0.0.138 , .

On 2/15/06, advocate wrote:> ,> dsl pstn > speedtouch 530 Alcatel me cd 500. > drivers win mac.> laptop > , > ( ) 256 ram,> 500 mh 8 gb . > .> :> 1. .

pentium75MHz 32 RAM dhcpd,caching proxy, cvs server debian sarge stable... debian based "Damn Small Linux" desktop (web browser, text editor klp)

> 2. drivers gia speedtouch 530 Alcatel.

modem/router (speedtouch 530 OTEnet). modem ethernet usb . lan modem ethernet switch ( eth pc), driver. webinterface modem 10.0.0.138 browser . pc router, pc speedtouch bridged mode...

ethernet. pc usb, driver...

--Konstantinos TogiasUniversity Of PatrasDept. of Mathematics

Alonso,

Darrius Mayer - http://es.geocities.com/oafishness88136

Shari CarrollAcct. Rep. kv890373

advocate wrote:> ,> dsl pstn > speedtouch 530 Alcatel me cd 500. > drivers win mac. > laptop > , > ( )

kai ta dika mou sugxarhthria :> kalh ths proodo!

> 256 ram,> 500 mh 8 gb .

MPAKATELA TO LES ESU AUTO?!?!?!?!?

> > . > :> 1. .

S' aresoune ta flamewars, e?Koita...:

- An baleis gentoo 8a se brizei o Keramidas- An baleis suse 8a se brizoune sxedon oloi- An baleis slackware 8a brizesai monos sou (mexri na ma8eis)...et cetera ad nauseam. Sumperasma: Dokimase kana ubuntu ka8' oti einaipolu ths modos kai 8a breis mpoliko support. Exei kai debian backend,opote boleuei apo polles apopseis. Einai kai boliko gia tous amuhtous.To basikotero tou problhma einai oti to 8ewrei sexy o aggelakos... Peranautwn, ola linux einai, ola kala einai (me e3airesh to suse :> kai katiahdies tupou linspire)

> 2. drivers gia speedtouch 530 Alcatel.> .

http://www.linux-usb.org/SpeedTouch/index.html

3. > drivers (.. win .).

An h dianomh sou exei kernel >= 2.6.10 de 8a xreiastei pi8anotata naegkatasthseis tipota. To problhma pi8anon 8a to sunanthseis prospa8wntasna fortwseis to firmware... h selida tou kernel module exei kapoiesodhgies gia sugkekrimenes dianomes.

Genikotera, einai kalh idea - an mporeis - na antikatasthseis to 530 mekapoio xDSL "router" me ethernet interface.

Kalh tuxh :)

A.

> modem/router (speedtouch 530 OTEnet). > modem ethernet usb .

8a grapsw 20 fores ston vi mou:PREPEI NA DIABAZW PROSEKTIKOTERA TA PRODUCT SPECS

(Editor's note: profanws, to sxolio gia thn antikatastash tou 530 einaiAKURO AKURO)

A.

windows sp1,sp2, drivers -------------- next part --------------A non-text attachment was scrubbed...Name: achilles1.vcfType: text/x-vcardSize: 370 bytesDesc: not availableURL:

wrote:> windows sp1,sp2, drivers

! ... SuSE ... ;-)

..: reply e-mail reply-to-all "" . .--

____________________________________________________________________http://www.freemail.gr - .http://www.freemail.gr - free email service for the Greek-speaking.

Debian 3.1 Stable testing. sources.list apt-get update .

apt-get upgrade "have been kept back" . :

80 upgraded, 0 newly installed, 0 to remove and 235 not upgraded.

"" licq. testing, . ;--

____________________________________________________________________http://www.freemail.gr - .http://www.freemail.gr - free email service for the Greek-speaking.

Thanos wrote:> Debian 3.1 Stable > testing. sources.list apt-get update> .> > apt-get upgrade "have been kept back"> .

apt-get dist-upgrade

;)

A.

Thanos wrote:> Debian 3.1 Stable > testing. sources.list apt-get update> .> > apt-get upgrade "have been kept back"> . :> > 80 upgraded, 0 newly installed, 0 to remove and 235 not upgraded.> > > "" licq. > testing, . ;

apt-get dist-upgrade i apantisi sou. To aplo upgrade mallon den ta kaneigiati 3ekinaei kapoia alysida apo auta opou kapoio paketo theoreitaisimantiko.

-- Alexandros Kosiaris Network Management Center , NTUAe-mail : alex at noc.ntua.grPublic Key Fingerprint :D6B1 0634 BE65 719C 6C95 7492 8201 4B46 C478 F074-------------- next part --------------A non-text attachment was scrubbed...Name: smime.p7sType: application/x-pkcs7-signatureSize: 3166 bytesDesc: S/MIME Cryptographic SignatureURL:

Alexandros Kosiaris wrote:> Thanos wrote:>> Debian 3.1 Stable ?? ? ? >> testing. sources.list apt-get update>> ? .>>>> apt-get upgrade "have been kept back">> ? ??. :>>>> 80 upgraded, 0 newly installed, 0 to remove and 235 not upgraded.>>>> ?? ?? ?? >> ? "" licq. ?? ?>> testing, . ? ;> > apt-get dist-upgrade i apantisi sou. To aplo upgrade mallon den ta kanei> giati 3ekinaei kapoia alysida apo auta opou kapoio paketo theoreitai> simantiko.

:-( ! ? Debian Package Manager ! ! ;-)

? ?...--

____________________________________________________________________http://www.freemail.gr - .http://www.freemail.gr - free email service for the Greek-speaking.

> Alexandros Kosiaris wrote:> > Thanos wrote:> >> Debian 3.1 Stable > >> testing. sources.list apt-get update> >> .> >>> >> apt-get upgrade "have been kept back"> >> . :> >>> >> 80 upgraded, 0 newly installed, 0 to remove and 235 not upgraded.> >>> >> > >> "" licq. > >> testing, . ;> >> > apt-get dist-upgrade i apantisi sou. To aplo upgrade mallon den ta kanei> > giati 3ekinaei kapoia alysida apo auta opou kapoio paketo theoreitai> > simantiko.>> :-( ! Debian Package Manager !> ! ;-)>> ...> --

, sources.list ( ) apt-get dist-upgrade , stable testign?

?

PS: sources.list QPackage synaptic?

wrote:

> ? , ? sources.list ( > ? )

sources.list [1] ? /etc/apt/ ? . ? server ? .

> ? apt-get dist-upgrade , ?> ? stable testign?

?! ? ? ? 300 ? ~190. ? " ", ? , Xfree86 X.org ? ? paths fonts ? ? .

[1]http://www.debian.org/doc/manuals/apt-howto/ch-basico.en.html#s-sources.list--

____________________________________________________________________http://www.freemail.gr - .http://www.freemail.gr - free email service for the Greek-speaking.

Thanos wrote:> wrote:> >> ? , ? sources.list ( >> ? )> > sources.list [1] ? /etc/apt/ ? > . ? server ? > .> >> ? apt-get dist-upgrade , ?>> ? stable testign?> > ?! ? ? ? 300 ? > ~190. ? " ", ? , > Xfree86 X.org ? ? paths > fonts ? ? .> > [1]http://www.debian.org/doc/manuals/apt-howto/ch-basico.en.html#s-sources.list

? ... ? sources.list ? apt-get update. apt-get dist-upgrade.--

____________________________________________________________________http://www.freemail.gr - .http://www.freemail.gr - free email service for the Greek-speaking.

Listers,

DVD-RIP SUSE-------------- next part --------------A non-text attachment was scrubbed...Name: achilles1.vcfType: text/x-vcardSize: 370 bytesDesc: not availableURL:

On 2/15/06, wrote:> Listers,>> DVD-RIP SUSE>>>

:

mencoder

http://www.mplayerhq.huhttp://www.mplayerhq.hu/DOCS/HTML/en/mencoder.html--Konstantinos TogiasUniversity Of PatrasDept. of Mathematics

Alexandros Kosiaris wrote:> apt-get dist-upgrade i apantisi sou. To aplo upgrade mallon den ta kanei> giati 3ekinaei kapoia alysida apo auta opou kapoio paketo theoreitai> simantiko.

, upgrade , . stable, dependencies. testing, dependencies , , dependencies.

apt-get aptitude. , dependencies. , uninstall , uninstall, , . aptitude, .

( . ) ' , , . ' Mandriva Linux2006, linux.gr

. . ' . . :dhcpd, caching proxy, cvs server switch (?? ??) pc routerbridged mode

-----Original Message-----From: Theophanis Mastakas [mailto:mastakas at otenet.gr] Sent: Wednesday, February 15, 2006 11:25 AMTo: advocateSubject: Re: driver speedtouch 530

> ADSL speedtouch modem 530 Alcatel. Mandriva Linux 2006. internet. ( IP , DSN - OTENET)

linux ! . .

O/H advocate :

> ,> dsl pstn >speedtouch 530 Alcatel me cd 500. > drivers win mac. > laptop > , > ( ) 256 ram,>500 mh 8 gb . > . > :>1. .>2. drivers gia speedtouch 530 Alcatel.> . 3. >drivers (.. win .). > suse 9.0 2 , > > , , > , >). >>>>>>

O/H advocate :

>( . )> ' , > , .> ' Mandriva Linux>2006, linux.gr>> . .> ' . > .> :>dhcpd, caching proxy, cvs server> switch (?? ??)> pc router>bridged mode>> >>>>-----Original Message----->From: Theophanis Mastakas [mailto:mastakas at otenet.gr] >Sent: Wednesday, February 15, 2006 11:25 AM>To: advocate>Subject: Re: driver speedtouch 530>> >> ADSL speedtouch modem 530 Alcatel.> > Mandriva Linux 2006. >> internet. >> ( IP , DSN - OTENET)>> > linux ! . > > .>>>O/H advocate :>> >>> ,>> dsl pstn >>speedtouch 530 Alcatel me cd 500. >> drivers win mac. >> laptop >> , >> ( ) 256 ram,>>500 mh 8 gb . >> . >> :>>1. .>>2. drivers gia speedtouch 530 Alcatel.>> . 3. >>drivers (.. win .). >> suse 9.0 2 , >> >> , , >> , >>). >>>>>>>>>>>> >> >>>>>>> > linux.gr Mandrake. site Mandriva wwwnew.mandriva.com download wwwmew.mandriva.com/en/downloads .

Antonios Christofides wrote:

> , uninstall , uninstall, > , > .

apt-get remove; dependencies , ;--

____________________________________________________________________http://www.freemail.gr - .http://www.freemail.gr - free email service for the Greek-speaking.

On Thu, Feb 16, 2006 at 09:05:52AM +0200, advocate wrote:> ( . )> ' , > , .> ' Mandriva Linux> 2006, linux.gr> > . .> ' . > .> :> dhcpd, caching proxy, cvs server> switch (?? ??)> pc router> bridged mode> > > >

, .

linux internet alcatel ethernet ( cdrom).

muz wrote:> > , > wiki is your friend. binary driver > Nvidia guide> https://wiki.ubuntu.com/BinaryDriverHowto/Nvidia>> documentation ( wiki) ubuntu > .

Kubuntu , (DVI Analog), driver Analog DVI. ' ( nvidia-settings) twinview :(

GLX drivers (76.61 ) .

/ thread (soon :) )

Doc

-- Theory asserts that although in theory there should be nodifference between theory and practice, in practice there ISdifference between theory and practice.

Thanos wrote:> apt-get remove; dependencies > , ;

. aptitude remove, install aptitude.

advocate wrote:

> ' Mandriva Linux> 2006, linux.gr

ftp ntua [1]. [2].

[1] http://ftp.ntua.gr/pub/linux/mandrake/official/iso/2006.0/i586/[2] http://wwwnew.mandriva.com/en/downloads/mirrors/2006iso--

____________________________________________________________________http://www.freemail.gr - .http://www.freemail.gr - free email service for the Greek-speaking.

Antonios Christofides wrote:> Thanos wrote:>> apt-get remove; dependencies >> , ;> > . aptitude remove, install> aptitude.

manpage apt-get:

"remove is identical to install except that packages are removed instead of installed."

install dependancies remove *identical* install ! .--

____________________________________________________________________http://www.freemail.gr - .http://www.freemail.gr - free email service for the Greek-speaking.

downloading, 3 CD 1 DVD. ??

-----Original Message-----From: migrate2linux-bounces at lists.hellug.gr[mailto:migrate2linux-bounces at lists.hellug.gr] On Behalf Of ThanosSent: Thursday, February 16, 2006 11:07 AMTo: Migrate2Linux ListSubject: Re: driver speedtouch 530

advocate wrote:

> ' Mandriva Linux> 2006, linux.gr

ftp ntua [1]. [2].

[1] http://ftp.ntua.gr/pub/linux/mandrake/official/iso/2006.0/i586/[2] http://wwwnew.mandriva.com/en/downloads/mirrors/2006iso--

____________________________________________________________________http://www.freemail.gr - .http://www.freemail.gr - free email service for the Greek-speaking.

advocate wrote:> downloading,> 3 CD 1 DVD. > ??

, md5sums iso images . iso images.

Mandriva 2006. ...--

____________________________________________________________________http://www.freemail.gr - .http://www.freemail.gr - free email service for the Greek-speaking.

O/H advocate :

> downloading,> 3 CD 1 DVD. > ??>>-----Original Message----->From: migrate2linux-bounces at lists.hellug.gr>[mailto:migrate2linux-bounces at lists.hellug.gr] On Behalf Of Thanos>Sent: Thursday, February 16, 2006 11:07 AM>To: Migrate2Linux List>Subject: Re: driver speedtouch 530>>advocate wrote:>> >>> ' Mandriva Linux>>2006, linux.gr>> >>>> ftp ntua [1]. > [2].>>[1] http://ftp.ntua.gr/pub/linux/mandrake/official/iso/2006.0/i586/>[2] http://wwwnew.mandriva.com/en/downloads/mirrors/2006iso> > iso ( 3 CD 1 DVD) , Burn CD DVD .

On 2/16/06, advocate wrote:> . .> ' . > .> :> dhcpd, caching proxy, cvs server> switch (?? ??)> pc router> bridged mode>> >

,

switch ethernet , ethernet . ethernet , , , adsl modem , internet modem. google. .

, ... google .

--Konstantinos TogiasUniversity Of PatrasDept. of Mathematics

Thanos wrote:

> > Mandriva 2006. ...

PC World *Live CD* Mandriva. 3 CD ' modem .--

____________________________________________________________________http://www.freemail.gr - .http://www.freemail.gr - free email service for the Greek-speaking.

Thanos wrote:> "remove is identical to install except that packages are removed instead of installed."> > install dependancies remove > *identical* install > ! .

;

aptitude install postgresqlaptitude remove postgresqlapt-get install postgresqlapt-get remove postgresql

( 3 , 4 )

Antonios Christofides wrote:> Thanos wrote:>> install dependancies remove >> *identical* install >> ! .> > ;

! man apt-get...

> aptitude install postgresql> aptitude remove postgresql> apt-get install postgresql> apt-get remove postgresql> > ( 3 , 4 > )

... ;-)--

____________________________________________________________________http://www.freemail.gr - .http://www.freemail.gr - free email service for the Greek-speaking.

:1) /etc/apt/sources.list testing?2) /etc/apt/sources.list testing?3) ( DSL HOL, ). spark.net.gr, ntua.gr softnet.tuc.gr ?

PS1. copy-paste /etc/apt/sources.list .

PS2. ( ): /etc/apt/sources.list, FTP HTTP

wrote:> :> 1) /etc/apt/sources.list > > testing?

copy sources.list sources.list.stable . /etc/apt/sources.list "" testing. stable, security updates testing .

> 2) > /etc/apt/sources.list testing?

. :-(

> 3) ( DSL HOL, > ). spark.net.gr, ntua.gr softnet.tuc.gr > ?

spark.net.gr softnet.tuc.gr; server netselect. :

netselect spark.net.gr ftp.ntua.gr softnet.tuc.gr

server "".

> PS1. copy-paste > /etc/apt/sources.list > .

... :-D

> PS2. ( ): > /etc/apt/sources.list, FTP HTTP>

http .

apt-howto.

http://www.debian.org/doc/manuals/apt-howto/index.en.html

testing ! Linux testing ! ;-)--

____________________________________________________________________http://www.freemail.gr - .http://www.freemail.gr - free email service for the Greek-speaking.

15 2006 23:17, / Konstantinos Togias :> On 2/15/06, wrote:> > Listers,> >> > DVD-RIP SUSE>> :>> mencoder

DVD backup ( 9 4), k9copy

,

wrote:

> PS1. copy-paste > /etc/apt/sources.list > .

sources.list stable. 2 DVD . security updates stable server.

testing :

deb http://ftp.ntua.gr/pub/linux/debian/ testing main contrib

sources.list . :

apt-get updateaptitude update

' , !

aptitude dist-upgrade testing.--

____________________________________________________________________http://www.freemail.gr - .http://www.freemail.gr - free email service for the Greek-speaking.-------------- next part --------------An embedded and charset-unspecified text was scrubbed...Name: sources.list.stableURL:

Kubuntu ... :)

migration :- wma streams (streaming audio) internet- DVDs

:- ( )

:- utility GRUB? default ( GRUB).- apt repositories debian ;- repositories ; ..Firefox 1.5, RPM. ; ;- Gnome ; ( Mandrake/Mandriva)

-- Theory asserts that although in theory there should be nodifference between theory and practice, in practice there ISdifference between theory and practice.

.

17 2006 11:17, / Constantine Dokolas :> migration :> - wma streams (streaming audio) internet> - DVDs

Automatix . codecs, dcss, dma,

> :> - ( )

kdegames

> - apt repositories debian ;

> - repositories ; ..> Firefox 1.5, RPM. ;> ;

Firefox 1.5 backport breezy. package maintainers. , automatix .

> - Gnome > ; ( Mandrake/Mandriva)

.

,

-- Power On. 7717235, . 212 000 3070email: info at power-on.grhttp://www.power-on.gr

Thanos wrote:> > /etc/apt/sources.list testing?>> . :-(

. ,

Thanos wrote:> netselect spark.net.gr ftp.ntua.gr softnet.tuc.gr>> server "".

' ! ( !)

Thanos wrote:> http .

- - netselect. http, , '

Thanos wrote:> sources.list stable. > 2 DVD . security updates > stable server.

' . , stable . . .

Thanos wrote:> testing :>> deb http://ftp.ntua.gr/pub/linux/debian/ testing main contrib

sources.list . . ?

Thanos wrote:> testing > ! > Linux > testing ! ;-)

testing. (KDE, openoffice, firefox nicotine). . .:)

, ...

- ; switching. Alt-LShift, . ; ( wiki :( )

- ; ( , ).

Doc

-- Theory asserts that although in theory there should be nodifference between theory and practice, in practice there ISdifference between theory and practice.

wrote:

> Thanos wrote:>> netselect spark.net.gr ftp.ntua.gr softnet.tuc.gr>>>> server "".> > ' ! ( > !)

! :-D

>> sources.list stable. >> 2 DVD . security updates >> stable server.> > ' . , stable> . .> .

testing.

>> testing :>>>> deb http://ftp.ntua.gr/pub/linux/debian/ testing main contrib> > sources.list . > > . ?

... ' . . http://ftp.ntua.gr ftp://ftp.ntua.gr. . . netselect.

> testing.> (KDE, openoffice, firefox > nicotine).

testing!--

____________________________________________________________________http://www.freemail.gr - .http://www.freemail.gr - free email service for the Greek-speaking.

17 2006 12:03, / Constantine Dokolas :

> - ; > switching. Alt-LShift, > . ; ( wiki :( )

~/.kde/share/config/kdeglobals option "Switch to Next Keyboard Layout" , .

> - ; ( > , ).

> Doc

,

wrote:> 17 2006 12:03, / Constantine Dokolas :> >> - ; >> switching. Alt-LShift, >> . ; ( wiki :( )> > ~/.kde/share/config/kdeglobals option "Switch to Next Keyboard > Layout" , .

" Linux" OWTO [1]. KDE.

[1] http://members.hellug.gr/djart/articles/grlinux/grlinux-3.html--

____________________________________________________________________http://www.freemail.gr - .http://www.freemail.gr - free email service for the Greek-speaking.

Logitech MX310 Optical Mouse 3 (back & forward) /. internet . /. .

/etc/X11/xorg.conf

Section "InputDevice"Identifier"Configured Mouse"Driver"mouse"Option"CorePointer"Option"Device""/dev/input/mice"Option"Protocol""ExplorerPS/2"Option"Buttons""7"Option"ZAxisMapping""4 5"EndSection--

____________________________________________________________________http://www.freemail.gr - .http://www.freemail.gr - free email service for the Greek-speaking.

wrote:> 17 2006 12:03, / Constantine Dokolas :> >> - ; >> switching. Alt-LShift, >> . ; ( wiki :( )> > ~/.kde/share/config/kdeglobals option "Switch to Next Keyboard > Layout" , .

; ;

-- Theory asserts that although in theory there should be nodifference between theory and practice, in practice there ISdifference between theory and practice.

Listers , 5 cd dvd suse 10?H ...-------------- next part --------------A non-text attachment was scrubbed...Name: achilles1.vcfType: text/x-vcardSize: 370 bytesDesc: not availableURL:

O/H :> Listers ,> 5 cd dvd suse 10?> H ... live dvd . live dvd 32-bit 64-bit dvd. !

____________________________________________________________________http://www.freemail.gr - .http://www.freemail.gr - free email service for the Greek-speaking.

Reid Herman,

Summary Account - http://es.geocities.com/rulable54371

Wilford Baker, Account Rep. a01934

Kalhmera,

Eimai metaptyxiakos foithths Istorias (to anaferw aplws ws endeijh aneparkeias gnwsewn programmatismoy) alla exw mia ejoikeiwsh me xeirismo. Exw peise kapoioys filoys na egkatasthsoyme to Ubuntu sta pc mas. Tha jekinhsw loipon apo ton forhto moy Sony Vaio VGN-FS215S. Katebasa odhgies apo to diktyo gia to pws tha kanw to partitioning kai thn egkatastash. Exw tis exhs apories.

1.

Otan dokimasa ta live cds kai toy Ubuntu kai toy Kubuntu kanena den anagnwrize oyte to eswteriko modem oyte thn karta wireless. Mallon to modem markas CXT, HDAUDIO SoftV92 Data Fax Modem with smart CP einai winmodem. Yparxei periptwsh na leitoyrghsei me kapoio tropo. Apo ta forums diapistwsa oti polys kosmos exei ayto to problhma.

2.

Omologw oti aisthhtika protimw to Kubuntu alla to live CD ston forhto den anagnwrize ton exwteriko sklhro moy kai to flash se antithesh me to Ubuntu. Epishs otan ekana klik sta menoy arxize na asprizei h othonh kai na kolaei.

3.

To problhma toy ellhnikoy plhktrologioy to antimetwpizoyn oloi ap'oti katalaba.

4.

Diabasa oti einai kalytero na kanw tessereis parition Root, Boot, Swap, Home. Sthn Boot tha egatasthsw ton boot manager?

5.

Epeidh den exw allo ypologisth kai den exw to perithwrio na ton katasthsw axrhsto giati doyleyw ti metra mporw na labw?

Tha mporoysa na perimenw thn epomenh dianomh 6.04 mpas kai lythoyn kapaoia apo ta problhmata alla protimw na mhn kathysterhsw thn metabash moy sto Linux 2 mhnes. Katanow oti einai bareto na apantate ston xiliosto asxeto poy rwtaei koinotopes erwthseis alla tha hmoyn eygnwmwn an mporoyse na me dieykolynei kapoios.

Eyxaristw ek twn proterwn

Yannis

21 2006 13:39, / :> Kalhmera,

!

> Otan dokimasa ta live cds kai toy Ubuntu kai toy Kubuntu kanena> den anagnwrize oyte to eswteriko modem oyte thn karta wireless.> Mallon to modem markas CXT, HDAUDIO SoftV92 Data Fax Modem with> smart CP einai winmodem. Yparxei periptwsh na leitoyrghsei me> kapoio tropo. Apo ta forums diapistwsa oti polys kosmos exei ayto> to problhma.

winmodem wifi . winmodem . Linux drivers .

> 2.>> Omologw oti aisthhtika protimw to Kubuntu alla to live CD ston> forhto den anagnwrize ton exwteriko sklhro moy kai to flash se> antithesh me to Ubuntu. Epishs otan ekana klik sta menoy arxize na> asprizei h othonh kai na kolaei.

! .

> 3.>> To problhma toy ellhnikoy plhktrologioy to antimetwpizoyn oloi> ap'oti katalaba.

, x server . .

> 4.>> Diabasa oti einai kalytero na kanw tessereis parition Root, Boot,> Swap, Home. Sthn Boot tha egatasthsw ton boot manager?

, ... swap / ... /home, . server :)

> 5.>> Epeidh den exw allo ypologisth kai den exw to perithwrio na ton> katasthsw axrhsto giati doyleyw ti metra mporw na labw?

;

> Eyxaristw ek twn proterwn>>> Yannis

' ... . - RTFM STFW, . Linux ... .

,

John , http://linmodems.technion.ac.il/ -------------- next part --------------A non-text attachment was scrubbed...Name: achilles1.vcfType: text/x-vcardSize: 379 bytesDesc: not availableURL:

gia th wireless karta des ayto to howto:https://wiki.ubuntu.com/WifiDocs/Driver/Ndiswrapper

Synithws doulevoun oi drivers twn windows mesw tou ndiswrapper xwris idiaitera provlhmata.

wrote:> Kalhmera,>> Eimai metaptyxiakos foithths Istorias (to anaferw aplws ws endeijh > aneparkeias gnwsewn programmatismoy) alla exw mia ejoikeiwsh me > xeirismo. Exw peise kapoioys filoys na egkatasthsoyme to Ubuntu sta pc > mas. Tha jekinhsw loipon apo ton forhto moy Sony Vaio VGN-FS215S. > Katebasa odhgies apo to diktyo gia to pws tha kanw to partitioning kai > thn egkatastash. Exw tis exhs apories.>> 1.>> Otan dokimasa ta live cds kai toy Ubuntu kai toy Kubuntu kanena> den anagnwrize oyte to eswteriko modem oyte thn karta wireless.> Mallon to modem markas CXT, HDAUDIO SoftV92 Data Fax Modem with> smart CP einai winmodem. Yparxei periptwsh na leitoyrghsei me> kapoio tropo. Apo ta forums diapistwsa oti polys kosmos exei ayto> to problhma.>> 2.>> Omologw oti aisthhtika protimw to Kubuntu alla to live CD ston> forhto den anagnwrize ton exwteriko sklhro moy kai to flash se> antithesh me to Ubuntu. Epishs otan ekana klik sta menoy arxize na> asprizei h othonh kai na kolaei.>> 3.>> To problhma toy ellhnikoy plhktrologioy to antimetwpizoyn oloi> ap'oti katalaba.>> 4.>> Diabasa oti einai kalytero na kanw tessereis parition Root, Boot,> Swap, Home. Sthn Boot tha egatasthsw ton boot manager?>> 5.>> Epeidh den exw allo ypologisth kai den exw to perithwrio na ton> katasthsw axrhsto giati doyleyw ti metra mporw na labw?>> Tha mporoysa na perimenw thn epomenh dianomh 6.04 mpas kai lythoyn > kapaoia apo ta problhmata alla protimw na mhn kathysterhsw thn > metabash moy sto Linux 2 mhnes. Katanow oti einai bareto na apantate > ston xiliosto asxeto poy rwtaei koinotopes erwthseis alla tha hmoyn > eygnwmwn an mporoyse na me dieykolynei kapoios.>> Eyxaristw ek twn proterwn>>> Yannis>>>>

wrote:> Kalhmera,> > Eimai metaptyxiakos foithths Istorias (to anaferw aplws ws endeijh > aneparkeias gnwsewn programmatismoy) alla exw mia ejoikeiwsh me > xeirismo. Exw peise kapoioys filoys na egkatasthsoyme to Ubuntu sta pc > mas. Tha jekinhsw loipon apo ton forhto moy Sony Vaio VGN-FS215S. > Katebasa odhgies apo to diktyo gia to pws tha kanw to partitioning kai > thn egkatastash. Exw tis exhs apories.

! !

laptop, Linux on Laptops [1] TuxMobil [2]! . - - laptop .

> Otan dokimasa ta live cds kai toy Ubuntu kai toy Kubuntu kanena> den anagnwrize oyte to eswteriko modem oyte thn karta wireless.> Mallon to modem markas CXT, HDAUDIO SoftV92 Data Fax Modem with

[1] & [2]. LinModems [3]. ! ;-)

> Omologw oti aisthhtika protimw to Kubuntu alla to live CD ston> forhto den anagnwrize ton exwteriko sklhro moy kai to flash se> antithesh me to Ubuntu. Epishs otan ekana klik sta menoy arxize na> asprizei h othonh kai na kolaei.

Ubuntu Kubuntu " ". Gnome KDE . ' hardware.

> To problhma toy ellhnikoy plhktrologioy to antimetwpizoyn oloi> ap'oti katalaba.

; laptops ; , , HOWTO Linux [4].

> Diabasa oti einai kalytero na kanw tessereis parition Root, Boot,> Swap, Home. Sthn Boot tha egatasthsw ton boot manager?

boot partition boot loader. partition (~30MB). 3, (root, swap home).

> Epeidh den exw allo ypologisth kai den exw to perithwrio na ton> katasthsw axrhsto giati doyleyw ti metra mporw na labw?

Windows ? backup - . ( GRUB ) Windows .

[1] http://www.linux-laptop.net/[2] http://tuxmobil.org/[3] http://www.linmodems.org/[4] http://members.hellug.gr/djart/articles/grlinux/grlinux.html--

____________________________________________________________________http://www.freemail.gr - .http://www.freemail.gr - free email service for the Greek-speaking.

, ( windows) . Thunderbird the Jem Project ( suse linux 10.0 64). DVD Cd). Jem Project "compile deCSS from the source code". . cd . Jem Project . ; . "" . , /. ..: :)) --------------------------------- Yahoo! (spam); Yahoo! Mail http://login.yahoo.com/config/mail?.intl=gr -------------- next part --------------An HTML attachment was scrubbed...URL:

On 2006-02-21 13:33, Chris Tsa wrote:> Thunderbird> the Jem> Project ( suse linux 10.0 > 64). > DVD Cd).

GUI media player.

> Jem Project "compile deCSS> from the source code".

. "compile from the source code" audioCD-ROM.

.

200% mediaplayer SuSE , SuSE .

> > .> > cd > . Jem Project> > . ;

, , , , > UNIX. , > www.tldp.org/ Linux.

> . ! > "" .>> ,>> /.>> ..: > :))

:)

Chris Tsa wrote:

> DVD > Cd).

codecs dvd. Xine [1] MPlayer [2] codecs. SuSE (' 8.2 ) codecs .

[3] xine MPlayer rpm . compile. . codecs MPlayer [4].

[1] http://xinehq.de/[2] http://www.mplayerhq.hu/design7/news.html[3] http://packman.links2linux.org/index.php4?action=cat&cat=1[4] http://www.mplayerhq.hu/design7/dload.html--

____________________________________________________________________http://www.freemail.gr - .http://www.freemail.gr - free email service for the Greek-speaking.

wrote:> > ,

CC ! :-)

> (1). > Debian Ubuntu > .

Ubuntu Debian. Debian Ubuntu/Kubuntu.

CD . HOWTO .

> Grub > .

. ;--

____________________________________________________________________http://www.freemail.gr - .http://www.freemail.gr - free email service for the Greek-speaking.

Thano giorgo thnx/. I'll let you know./ kris/. --------------------------------- Yahoo! (spam); Yahoo! Mail http://login.yahoo.com/config/mail?.intl=gr -------------- next part --------------An HTML attachment was scrubbed...URL:

bonjour , existe -il des drivers pour ce modem ? -------------- next part --------------An HTML attachment was scrubbed...URL:

On Sun, 19 Feb 2006 15:08:40 +0200Thanos wrote:

> /etc/X11/xorg.conf> > Section "InputDevice"> Identifier"Configured Mouse"> Driver"mouse"> Option"CorePointer"> Option"Device""/dev/input/mice"> Option"Protocol""ExplorerPS/2"> Option"Buttons""7"> Option"ZAxisMapping""4 5"> EndSection

! Ubuntu. Debian testing ! ! :-( Ubuntu;--

____________________________________________________________________http://www.freemail.gr - .http://www.freemail.gr - free email service for the Greek-speaking.

On 2/21/06, Magmapepita at aol.com wrote:>> bonjour , existe -il des drivers pour ce modem ?>

Bonjour, c'est un typical serial modem.Quelle distro as tu?

stable testing .

.

1 : visual mode aptitude, / "g" . xserver-xorg ! aptitude upgrade, ;

2o : UTC 2 boot. . base-config UTC . aptitude install base-config conflict locales, testing . : UTC base-config;

3o : xfce4. sudo / . xfce. . sudo reboot/shutdown . ;

...--

____________________________________________________________________http://www.freemail.gr - .http://www.freemail.gr - free email service for the Greek-speaking.

linux!

DVD deCSS, . compile source, rpm :

http://download.videolan.org/pub/libdvdcss/1.2.9/rpm/libdvdcss2-1.2.9-1.i386.rpm

RPM installers windows. YaST kpackage.

http://packman.links2linux.org/index.php4?action=cat&cat=1 MPlayer xine-lib, link. RPM SuSE 10 64bit.

MPlayer xine video player linux. libdvdcss2 DVD. xine SuSE10, "" , . RPM SuSE .

CD deCSS xine MPlayer, SuSE players kscd, menu (Multimedia > CD players)...

MP3 amaroK. MP3 players SuSE xmms, kaboodle, JuK MP3 ( ...). RPM, link , ...

, - linux!

------- Tuesday 21 February 2006 15:33, / Chris Tsa :> DVD > Cd). Jem Project "compile deCSS from> the source code".

1. Isws xreiazete kanena "apt-get -f install", ekanes apt-get dist-upgrade ?

2. dpkg-reconfigure paketo einai otan thes na janarythmiseis paketoalla ean thes oi rythmish einai sto /etc/default/rcS

# Set UTC=yes if your system clock is set to UTC (GMT), and UTC=no if# not.UTC=no

3. Eheis GDM gia login manager?

Fanis

howtos. imwheel?

http://www.linuxforum.com/linux_tutorials/70/1.php

http://www.linuxquestions.org/questions/showthread.php?s=&threadid=188254

Thanos wrote:> On Sun, 19 Feb 2006 15:08:40 +0200> Thanos wrote:>> >> /etc/X11/xorg.conf>>>> Section "InputDevice">> Identifier"Configured Mouse">> Driver"mouse">> Option"CorePointer">> Option"Device""/dev/input/mice">> Option"Protocol""ExplorerPS/2">> Option"Buttons""7">> Option"ZAxisMapping""4 5">> EndSection>> >> ! Ubuntu. Debian testing ! ! :-( Ubuntu;>

Fanis Dokianakis wrote:> 1. Isws xreiazete kanena "apt-get -f install", ekanes > apt-get dist-upgrade ?

aptitude "g" ' aptitude -f install.

> 2. dpkg-reconfigure paketo einai otan thes na janarythmiseis paketo> alla ean thes oi rythmish einai sto /etc/default/rcS

, reconfigure ;

> # Set UTC=yes if your system clock is set to UTC (GMT), and UTC=no if> # not.> UTC=no

UTC=no . Debian 2 . Debian . ;

> 3. Eheis GDM gia login manager?

! startx xfce4. testing xfce sudo . , .--

____________________________________________________________________http://www.freemail.gr - .http://www.freemail.gr - free email service for the Greek-speaking.

On Fri, Feb 24, 2006 at 05:06:40AM +0200, Thanos wrote:> UTC=no . > Debian 2 > . > Debian > . ;> >

ntpdate .

> 2o : > UTC 2 > boot. > . base-config > UTC > . aptitude install base-config > conflict locales, > testing > . : > UTC base-config;

rm /etc/localtimeln -s /usr/share/zoneinfo/EET /etc/localtime

date

date -s 10:14

hwclock

bios ( date ):

hwclock --systohc

On 2006-02-24 10:15, wrote:>> 2o : >> UTC 2 >> boot. >> . base-config >> UTC >> . aptitude install base-config >> conflict locales, >> testing >> . : >> UTC base-config;>> > rm /etc/localtime> ln -s /usr/share/zoneinfo/EET /etc/localtime

. :)

FYI,

, , . .. :

# cd /etc # ln -fs ../usr/share/zoneinfo/Europe/Athens localtime

, :

# cd /etc # ln -fs ../usr/share/zoneinfo/America/Tijuana localtime

, EST EEST, [1].

[1] http://www.timeanddate.com/library/abbreviations/timezones/

Giorgos Keramidas wrote:> On 2006-02-24 10:15, wrote:>>> 2o : >>> UTC 2 >>> boot. >>> . base-config >>> UTC >>> . aptitude install base-config >>> conflict locales, >>> testing >>> . : >>> UTC base-config;>> >> rm /etc/localtime ln -s /usr/share/zoneinfo/EET>> /etc/localtime> > . :)

date --set=20:20:20hwclock --systohc

H .

.

sysvconfig service server hwclockfirst.sh BIOS.

service . .--

____________________________________________________________________http://www.freemail.gr - .http://www.freemail.gr - free email service for the Greek-speaking.

Thanos wrote:

> 1 : visual mode aptitude, > / "g" > > . xserver-xorg > ! aptitude upgrade, > ;

""!

x-window-system-core .

"can not open device /dev/input/mice" x-server. x.org server . ( Xfce ! :-( ).

/dev/input/mice . xorg.conf xserver-xorg .

; Logitech;--

____________________________________________________________________http://www.freemail.gr - .http://www.freemail.gr - free email service for the Greek-speaking.

debian testing. ( ). . ? KDE

wrote:> debian testing. > ( ). > > . > ? KDE > >

/etc/X11/xorg.conf root.

section "InputDevice"