Δημοσιεύθηκε: 19/10/2005 16:18 Θέμα δημοσίευσης: Fedora Core 4
Molis ebala to Fedora kai exw kapoies apories!
1.H prwth einai,oti enw sto keyboard exw prosthesh Layout ta Ellinika den xserw pws na ta alazw,mporw,na enfanisw eikonidio sthn bara katw?
2.To fedora to ekana install se ena disko ton opoio eixa ftiaxsei ena partition gia ta linux kai to upoloipo htan FAT32 (apo ti thimamai ta linux grafoyn kanonika se fat32) ektos oti ta linux den blepoy ton ypoloipo disko,den blepoun,oute toys alloys dup poy exw panw,enan akoma EIDE (ntfs) kai enan SATA ,toys opoioys toys eixe enagnirisei kanonika otan etoimazomoyn na kanw to install!
3.Problhma einai me thn karta Hxoy,pou den thn anagnorizoyn kai den exw katholoy hxo!
4.Pws mporv na alaxsw gramatoseires sto internet?
Ayta ta liga mrpc,elpizw n mhn se koyrasa,exsaloy esu mou eixes pei oti an balw fedora tha mporeis na me boithiseis kalhtera!!xexe!
Κατ' αρχήν χρησιμοποιείς KDE ή Gnome?
Για να διαβάσεις ntfs από fedora πρέπει να εγκαταστήσεις αυτό: http://linux-ntfs.sourceforge.net/rpm/fedora4.html
Ρίξε και μια ματιά στο /mnt/ ή στο /media μήπως είναι εκεί οι δίσκοι των windows (fat32) αλλιώς χρειάζεται να τους κάνεις εσύ mount.
Μια συμβουλή για να κάνεις εύκολα τη δουλειά σου: κάνε εγκατάσταση το webmin (http://rpmforge.net/user/packages/webmin/) και από εκεί όλα θα είναι παιχνιδάκι.
Αλλιώς για να κάνεις automount κάθε φορά που ξεκινάει το σύστημα, θα πρέπει να πειράξεις το αρχείο
/etc/fstab
και να βάλεις τα δικά σου partitions. Π.χ.:
Ψάξε λίγο και την εντολή mount
Το να αλλάξεις γραμματοσειρές στο internet είναι πολύ γενικό. Στον firefox εννοείς;
Το καλύτερο που έχεις να κάνεις, για να βλέπεις και σωστά ελληνικά παντού, είναι να περάσεις τις γραμματοσειρές των windows στο linux. Θα το βρεις εύκολα μέσα από τις ρυθμίσεις.
Καταρχην χρησιμοποιω το GNOME!Εβαλα τα δυο προγραματα που μου ειπες,γιναν Install αυτοματα μονα τους,αλλα δεν τα βρησκω για να τα τρεξω!
Ξεχασα να σου πω πως η καρτα ηχου μου ειναι μια Hercules Digifire 7.1! _________________
Το webmin πρέπει να τρέξει μετά από restart αν έχεις ενεργοποιήσει το service του, καλόντας από τον browser σου τη διεύθυνση http://localhost:10000 (συνήθως).
Το άλλο που πρόσθεσες ήταν η υποστήριξη για ntfs, δεν υπάρχει τίποτα να τρέξεις
I'll be back with more info... Μέχρι τότε ψάξε λίγο αυτά που σου είπα ήδη. _________________ [ Ικαρία | mrpc's blog | Παραπληροφόρηση ]
Το άλλο που πρόσθεσες ήταν η υποστήριξη για ntfs, δεν υπάρχει τίποτα να τρέξεις
I'll be back with more info... Μέχρι τότε ψάξε λίγο αυτά που σου είπα ήδη.
Ναι το καταλαβα αφου εγραψα το ποστ!θα κοιταξω τι μπορω να κανω μονος μου και τα ξαναλεμε!ευχαριστω πολυ!
Ekana mount to deytero partition pou briskete ston idio hd me to linux me thn entolh
-t vfat /dev/hda1 /mnt/win-shared
[(na nai kala ta paidia sto irc ]
Enas fakelos me to onoma win-shared enfanistike sto zirico's Home, gia na tou alaxsw owner apo root se zirico ekana :
chown zirico win-shared
(an den kanw lathos ayth h entolh einai gia files kai oxi gia directory,parola ayta deixnei na "douleyei" kanonika)
Gia ton deytero skliro ekana :
-t ntfs -o nls=utf8 /dev/hdb1 /mnt/Disc_2
O fakelos Disc_2 ayth thn foa den enfanistike sto zirico's Home alla sthn kartela mnt (giati?)
Ekana pali thn idia entolh
chown zirico Disc_2
kai enw me bazei sto fakelo Disc_2 den exw prosbasei stoys ypofakelous!
twra thelw na rwthsw ,an xsereis na mou peis,yparxei kapoia entolh pou na dinei permision se ena directory kai stous subfolders?An kai diabasa olo to parakatw den katalaba tipota!!!!!!
zirico3 έγραψε:
4.2.7 Permissions for directories
The meaning of the permissions is different for directories than it is for "normal" files. For normal files: r=permission to read the contents of the file, w=permission to modify the contents of the file, and x=permission to execute the file.
For directories: r=permission to list the filenames in the directory, w=permission to create or delete files in the directory, and x=permission to access the directory. Otherwise, the permissions are set the same way for directories as they are for normal files.
Default file permissions with umask. When a new file is created, it is given default permissions. On my system, these are:
-rw-r--r--
This means that files created by a user can be read and written by this user; the group and the others can only read the file. Still, on my default RedHat system, users cannot read the files in the other users' home directories because the permissions on the home directories are:
drwx------
I can check the default file permissions given to my newly created files using:
umask -S
(The option "-S" stands for "symbolic" and tells umask to display the permissions in an easy-to-read form, instead of the default numeric mode.)
I can change the default file permissions for newly created files using a command like:
umask u=rw,g=,o=
which will give the owner the read and write permissions on newly created files (r+w), and no permission to the group and others.
Using numbers to set default permissions with umask is more tricky. The number shows the permissions that you take away for users (opposite to chmod). Thus:
umask 000
will give full permissions to everybody on newly created files. The next example gives read and write permissions to the owner, and zero permissions for everybody else (seems that's what one might want):
umask 177
To make the settings permanent for all users on the system, adjust the appropriate line(s) in the file /etc/profile.
Προσθηκη στα αγαπημενα Αποστολη θεματος. Δεν μπορείτε να δημοσιεύσετε νέο Θέμα σ' αυτή τη Δ.Συζήτηση Δεν μπορείτε να απαντήσετε στα Θέματα αυτής της Δ.Συζήτησης Δεν μπορείτε να επεξεργασθείτε τις δημοσιεύσεις σας σ' αυτή τη Δ.Συζήτηση Δεν μπορείτε να διαγράψετε τις δημοσιεύσεις σας σ' αυτή τη Δ.Συζήτηση Δεν έχετε δικαίωμα ψήφου στα δημοψηφίσματα αυτής της Δ.Συζήτησης You cannot attach files in this forum You cannot download files in this forum