Greek
Size: 9655
Comment:
|
Size: 10664
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 27: | Line 27: |
You can change `Label` with the name you want your mounted device to appear in the `/media` folder. It is recommended not to use spaces, because things get complicated. In order to separate words, spaces can be substituted with a underscore. | Μπορείτε να αλλάξετε την `Ετικέτα` με το όνομα που θέλετε να εμφανίζεται η προσαρτημένη συσκευή στον φάκελο `/media`. Συνίσταται να μην αφήνετε κενούς χαρακτήρες, επειδή επιπλέκονται τα πράγματα. Σε περίπτωση ξεχωριστών λέξεων, οι κενοί χαρακτήρες μπορούν να αντικατασταθούν με κάτω παύλα (_). |
Line 29: | Line 29: |
To mount the device, run the following command: | Για να προσαρτήσετε την συσκευή, εκτελέστε τις ακόλουθες εντολές: |
Line 34: | Line 34: |
Where `sdb1` stands for the plugged in the USB port device. But what does actually `sdb1` mean? | Όπου `sdb1` είναι η συσκευή που έχει εισαχθεί σε μια θύρα USB. Αλλά τι ακριβώς σημαίνει το `sdb1`; |
Line 36: | Line 36: |
* `hda` – the first installed IDE device (hard disk drive) | * `hda` – είναι η πρώτη IDE εγκατεστημένη συσκευή (σκληρός δίσκος) |
Line 38: | Line 38: |
* `hda1` – the first partition of the `hda` device | * `hda1` – η πρώτη κατάτμηση της συσκευής `hda` |
Line 40: | Line 40: |
* `hda2` – the second partition of the `hda` device, etc. | * `hda2` – η δεύτερη κατάτμηση της συσκευής `hda` κοκ |
Line 42: | Line 42: |
* `hdb` – the second installed IDE device (hard disk drive) | * `hdb` – η δεύτερη IDE εγκατεστημένη συσκευή (σκληρός δίσκος) |
Line 44: | Line 44: |
* `hdb1` – the first partition of the `hdb` device, etc. | * `hdb1` – η πρώτη κατάτμηση της συσκευής `hdb` κοκ |
Line 46: | Line 46: |
* `sda` – the first installed SCSI device (SATA hard disk drive or USB flash drive) | * `sda` – η πρώτη SCSI εγκατεστημένη συσκευή (σκληρός δίσκος SATA ή δίσκος USB flash) |
Line 48: | Line 48: |
* `sda1` – the first partition of the `sda` device, etc. | * `sda1` – η πρώτη κατάτμηση της συσκευής `sda` κοκ |
Line 50: | Line 50: |
If you have only one SCSI device installed (SATA hard disk drive), its generated name is probably `sda` and your '''Ubuntu GNOME''' working partition is `sda1`. When you insert a USB flash drive in the USB port of your computer (e.g. it is another SCSI device), its name will be `sdb` and its working partition's name will be `sdb1`. If you add one more USB flash drive its names will be `sdc` for the device and `sdc1` for its working partition respectively. | Εάν έχετε μόνο μια εγκατεστημένη συσκευή SCSI (σκληρός δίσκος SATA), το δημιουργούμενο όνομα πιθανώς να είναι `sda` και η κατάτμηση για το '''Ubuntu GNOME''' είναι η `sda1`. Όταν εισάγετε τον δίσκο USB flash στην θύρα USB του υπολογιστή σας (πχ είναι άλλη συσκευή SCSI), το όνομα θα είναι `sdb` και το όνομα της κατάτμησης θα είναι `sdb1`. Εάν προσθέσετε ακόμα ένα δίσκο USB flash τα ονόματα θα είναι `sdc` για την συσκευή και `sdc1` για την κατάτμηση αντίστοιχα. |
Line 52: | Line 52: |
=== Unmount a USB flash drive via Terminal === | === Αποπροσάρτηση δίσκου USB flash μέσω τερματικού === |
|
Σύντομοι σύνδεσμοι |
Πίσω στη σελίδα των βασικών εγχειριδίων |
Εγχειρίδια για προχωρημένους στο Ubuntu GNOME
Εξεικευμένα για Wiki
Πως να συμμετέχετε στην ομάδα Ubuntu GNOME (αγγλικό).
Πως να δημιουργήσετε μια σελίδα Wiki (αγγλικό).
Διαχείριση συσκευών
Προσάρτηση ενός USB μέσω τερματικού
Μέσω γραφικής διεπαφής χρήστη του Ubuntu GNOME μπορείτε εύκολα να προσαρτήσετε και να χρησιμοποιήσετε το USB απλά εισάγοντάς το σε μιά θύρα USB του υπολογιστή. Σε μερικές ειδικές περιπτώσεις αυτή η εργασία μπορεί να γίνει μέσω γραμμής εντολών (μέσω τερματικού).
Πρώτα από όλα, χρειάζεται να δημιουργήσετε ένα σημείο προσάρτησης για την συσκευή (ένα κατάλογο όπου η συσκευή θα προσαρτηθεί). Για δημιουργία νέου καταλόγου, ακολουθήστε την παρακάτω εντολή:
sudo mkdir /media/Label
Μπορείτε να αλλάξετε την Ετικέτα με το όνομα που θέλετε να εμφανίζεται η προσαρτημένη συσκευή στον φάκελο /media. Συνίσταται να μην αφήνετε κενούς χαρακτήρες, επειδή επιπλέκονται τα πράγματα. Σε περίπτωση ξεχωριστών λέξεων, οι κενοί χαρακτήρες μπορούν να αντικατασταθούν με κάτω παύλα (_).
Για να προσαρτήσετε την συσκευή, εκτελέστε τις ακόλουθες εντολές:
sudo mount /dev/sdb1 /media/Label
Όπου sdb1 είναι η συσκευή που έχει εισαχθεί σε μια θύρα USB. Αλλά τι ακριβώς σημαίνει το sdb1;
hda – είναι η πρώτη IDE εγκατεστημένη συσκευή (σκληρός δίσκος)
hda1 – η πρώτη κατάτμηση της συσκευής hda
hda2 – η δεύτερη κατάτμηση της συσκευής hda κοκ
hdb – η δεύτερη IDE εγκατεστημένη συσκευή (σκληρός δίσκος)
hdb1 – η πρώτη κατάτμηση της συσκευής hdb κοκ
sda – η πρώτη SCSI εγκατεστημένη συσκευή (σκληρός δίσκος SATA ή δίσκος USB flash)
sda1 – η πρώτη κατάτμηση της συσκευής sda κοκ
Εάν έχετε μόνο μια εγκατεστημένη συσκευή SCSI (σκληρός δίσκος SATA), το δημιουργούμενο όνομα πιθανώς να είναι sda και η κατάτμηση για το Ubuntu GNOME είναι η sda1. Όταν εισάγετε τον δίσκο USB flash στην θύρα USB του υπολογιστή σας (πχ είναι άλλη συσκευή SCSI), το όνομα θα είναι sdb και το όνομα της κατάτμησης θα είναι sdb1. Εάν προσθέσετε ακόμα ένα δίσκο USB flash τα ονόματα θα είναι sdc για την συσκευή και sdc1 για την κατάτμηση αντίστοιχα.
Αποπροσάρτηση δίσκου USB flash μέσω τερματικού
To unmount a USB flash drive via Terminal, run the following command:
sudo umount /dev/sdb1
Format a USB flash drive via Terminal
Most USB flash drives are formatted under the FAT32 filesystem. To format a USB flash drive in FAT32 via Terminal run the following command:
sudo mkdosfs -n 'Label' -I /dev/sdb1 -F 32
File Management
Change file permissions
When you start compiling source code, or even downloading .JAR files that you want to execute, you will need to learn to change file permissions. File permissions simply tell your computer who is allowed to do what to a certain file or folder in the file system. To learn more about permissions have a read on Wikipedia.
Via the GUI
For most beginner users, changing permissions via the graphics user interface (GUI) is the easiest. To do this, simply right click on the file whose permissions you want to change, and switch to the Permissions tab. From here, you can change individual users', groups', and others' read and write permissions, as well as allow the execution of the file as a program.
Via Terminal
In order to proceed, you will need to have an adequate understanding of both symbolic and numeric permissions notations. There is an in depth but brief explanation of this on Wikipedia.
To change file permissions via Terminal, first navigate to your target by running:
cd /path/to/your/file/
Then,
sudo chmod 0### yourfile.extension
(Where ### are replaced with the appropriate permissions for your needs.)
Networking
There are many ways to connect to the internet in UbuntuGNOME. In the Network Settings, you can connect to wireless and wired connections as well as VPN and proxy services.
Via the GUI
Wired
Most of the time wired internet connects automatically, but if it doesn't...
- Click the network icon in the upper right-hand corner of the monitor.
Turn on the Wired switch.
Wireless
To connect to a wireless network...
- Click on the network icon in the upper right-hand corner of the monitor.
- Select the router you would like to connect to.
If the network you are on has stringent security measures, and you can't connect to your router as described above...
Select Network Setting.
- Click the arrow to the right of the router you want to connect to.
Click Settings in the bottom right-hand corner.
This screen will allow you to change all settings so that they match the systems in use. If you don't know what settings to choose, and the defaults don't work, contact your network administrator.
VPN
To create a VPN connection...
Click on the network icon in the upper right-hand corner of the monitor and select Network Settings.
Click the + in the bottom left of the Network Settings window.
Select VPN from the drop-down list and click Create.
- Select the protocol you wish to use.
Enter all the relevant settings for your VPN service. Use Advanced... button where necessary.
Proxy
To connect to a proxy server...
Click on the network icon in the upper right-hand corner of the monitor and select Network Settings.
Select Network Settings.
Select Network Proxy from the left-hand menu.
- Configure your connection.
Select Automatic, and provide your Configuration URL.
Select Manual, and enter all your relevant information.
Partitioning
Partitioning can be daunting at first, but isn't all that complicated once you understand some basic concepts and requirements.
Mount Points
All non-swap partitions have a mountpoint. This is the folder that is mapped to it. All that needs to be done to give any folder on a system its own partition is to make a partition and assign it /folder/name as its mountpoint.
Required Partitions
All that's needed to have a functional Ubuntu GNOME installation is a / partition.
Common Optional Partitions
- /boot
- Required size of 2GB
- Holds files essential to booting Ubuntu GNOME.
- /root
- Size is unimportant, but is usually 2GB+
- /home
- Holds all users' data. Should be allocated liberally, and depending on how many data files you'll have.
- /bin
- Holds all program files. Should be allocated liberally, and depending on how many programs you plan to install.
Feedback
If you couldn't find what you were looking for on this section and/or you would like to help our team and/or add your own HOWTO, please Contact Us and we will be very glad to listen to/read your feedback
UbuntuGNOME/HowTo/AdvancedHowTo/Greek (last edited 2014-11-08 16:55:05 by iosifidis)