Jump to content



Ubuntu 8.04 useful things after you install it


bkbilly

Recommended Posts

Παιδιά χρειάζομαι βοήθεια!Έχω βάλει τα 8.10 και εγκατέστησα κανονικά τους drivers για την κάρτα γραφικών μου.Όταν πάω να δω video , η εικόνα τρεμοσβήνει και η λύση που βρήκα ήταν μέσω του vlc να αλλάξω το video output σε X11.Παρόλα αυτά τώρα να και βλέπω δεν τρεμοσβήνει η εικόνα κάθε 20-30 δευτερόλεπτα σε όλα τα video η εικόνα κολλάει για ένα πολύ μικρό χρονικό διάστημα λες και κάνει buffing.Τα φώτα σας παρακαλώ γιατί μου έχουν βγει τα μάτια!

Υ.Γ.:Πώς βάζουμε υποστήριξει ελληνικών χαρακτήρων?Γιατί το amarok κάτι τραγούδια που έχω με ελληνικό title μου τα βγάζει αλαμπουρνέζικα.:help1:

Link to comment
Share on other sites

  • Replies 48
  • Created
  • Last Reply

Έψαξα πάρα πολύ για το amarok που δεν μπορεί να διαβάσει τα ελληνικά.

το πρόβλημα το έχουν τα ubuntu επειδή και στις πληροφορίες του τραγουδιού δεν τα λέει καλά. Κάτι πρέπει να μην υποστιρίζει κάποια κωδικοποίηση που χρησιμοποιούν τα τραγούδια...

Link to comment
Share on other sites

Αυτό που μπορείς να κάνεις για το Amarok είναι να τα ανοίξεις όλα τα τραγούδια με τον Amarok και στην συνέχεια να αρχίσεις να μεταονομάζεις... Πολύ δύσκολο όμως... Πάντως αν το κάνεις μία φορά θα μείνουν για πάντα!

Έχω διαβάσει οτι με τον Amarok 2 λειτουργούν τα ελληνικά μια χαρά αλλά μπορεί να μπεί μόνο σε kde 4.1.

Για το πρόβλημα με το Video δεν έχω βρεί τίποτα... Δοκίμασε αν δεν βαριέσαι να ξαναεγκαταστήσεις τα ubuntu...

Link to comment
Share on other sites

Για τον amarok 1.4, αν θυμάμαι καλά υποστηρίζεται μόνο utf-8 encoding. Άρα όσα αρχεία έχουν ελληνικά tags από windows θέλουν reencoding των tags. Υπάρχουν πολλές λύσεις (batch reencode με προγράμμματα όπως το easytag), αν ψάξετε θα βρείτε αναλυτικές οδηγίες σε ελληνικά sites.

Ο Amarok 2 beta υποστηρίζει και τις άλλες κωδικοποιήσεις.

@apagal, μονο με vlc αυτά? Δοκίμασε άλλους players, π.χ. mplayer, xine και τσέκαρε και τις ρυθμίσεις της κάρτας σου. Τι κάρτα έχεις?

Link to comment
Share on other sites

και εγω με την 3650 εχω το ιδιο προβλημα.Υποθετω πως ευθυνεται ο driver της ATI καθως γενικοτερα η εικονα του περιβαλλοντος δεν ειναι σταθερη/καθαρη αφου απο το εφε της ελαχιστοποιησης παραθυρου μεχρι και το scrollαρισμα σε browser η κινηση της εικονας δεν ειναι συνεχης

Link to comment
Share on other sites

  • 1 month later...

Write CD/DVD

you have two options

  1. go to “Places CD/DVD Creator” and drag your files in the window and press the button “Write to Disc”
  2. go to “Applications Sound & Video Brasero Disc Burning”

Remove partitions from desktop

  • Press Alt+F2 and type “gconf-editor” and navigate to “apps nautilus desktop”
  • From the right deselect the “volumes_visible”

Audio Player (MP3)

  • sudo apt-get install amarok

a nice OSD Preview is:

%title (%length)

%artist {- %year}

Create Panoramic photograph

  • sudo apt-get install hugin

you can find it from “Applications → Graphics → Hugin panorama creator”

Greek-English Dictionary (Magenta)

go to this page: http://www.magenta.gr/gr/lexicon_gold_linux/ and download the deb file

Install VMWare Workstation

go to http://www.vmware.com/download/ws/ and download the latest version

  • sudo apt-get install build-essential
  • cd ...../Vmware-Workstation-6.5
  • sudo ./Vmware-Workstation-6.5.0-118166.x86_64.bundle

make the sound work

  • sudo -i
  • aptitude install alsa-oss
  • chmod +s /usr/lib/libaoss.so.*
  • mv /usr/bin/vmware /usr/bin/vmware.orig
  • echo '#!/bin/bash' > /usr/bin/vmware
  • echo 'LD_PRELOAD=libaoss.so exec /usr/bin/vmware.orig "$@"' >> /usr/bin/vmware
  • chmod +x /usr/bin/vmware
  • exit

Typing tutor over terminal

  • sudo apt-get install gtypist

to run it type gtypist

to run it in silent mode type: gtypist -s

to run it with custom error percentage type (0 – 100): gtypist -e 15

Audio Editor

  • sudo apt-get install audacity

after you install it, run it and go to “Edit → Preferences → go to tab Audio 1/0 and change the playback and recording to ALSA: default

you can also install a more difficult program that is much better: sudo apt-get install ardour

Programming Compiler

  • sudo apt-get install geany

this program is for lots of programming languages

Install telnet Server

  • sudo apt-get install telnetd
  • sudo /etc/init.d/openbsd-inetd restart

  • If you want to connect ubuntu with an other pc with telnet type: telnet 192.168.0.1
  • If you have windows and you want to connect to a telnet server you will have to use: putty or teraterm or something else

Install SSH Server

  • apt-get install openssh-server openssh-client

  • If you want to connect ubuntu with an other pc with telnet type: ssh user@your-server-ip-address
  • If you have windows and you want to connect to a telnet server you will have to use: putty or teraterm or something else

Batch rename files

  • sudo apt-get install krename

to run it go to “Applications → Accessories → Krename”

How to drag and drop files to a location like windows

ubuntu has replaced the right click drag and drop with the middle click

Install Kubuntu on Ubuntu

  • sudo apt-get install kubuntu-desktop

you can change the session you want from the login screen

Roll-Up windows

  • Press Alt+F2 and type “gconf-editor” and navigate to “apps metacity general”
  • On the right double click “action_middle_click_titlebar” and replace with “toggle_shade”
  • The default is “lower”

Install Gnome-Do

sudo apt-get install gnome-do

Font Viewer

sudo apt-get install gnome-specimen

Fix time change on ubuntu-windows switch

  • sudo gedit /etc/default/rcS

  • change the UTC from yes to no

Link to comment
Share on other sites

System Details on your Desktop (Conky)

  • Download this file: Conky.zip
  • sudo apt-get install conky hddtemp lm-sensors python-feedparser
  • sudo chmod u+s /usr/sbin/hddtemp
  • sudo gedit /etc/default/hddtemp

replace everything inside with the following:

RUN_DAEMON="true"

DISKS_1="/dev/hdc"

DISKS_2="/dev/sda"

DISKS_NOPROBE=""

INTERFACE="127.0.0.1"

PORT="7634"

SYSLOG="10"

OPTIONS=""

  • copy the files in the folder “Conky” to the home folder. There are some hidden files that they should also be copied.
  • Open the “.conkyrc” file and find “yourgmailusername” and the “yourgmailpassword” and replace them with your gmail account info.

to start it press Alt+F2 and type “conky

this is the result 200812231439292720x768spp9.th.png

Link to comment
Share on other sites

Τα Ububtu 8.10 έχουν κάποιο κόλλημα με τα ακουστικά. Παρόλο που τα συνδέω στη θύρα, εξακολουθούν να λειτουργούν μόνο τα ηχεία του φορητού μου. Τελικά, χρειάζεται η ακόλουθη διαδικασία:

1) δεξί κλικ στο εικονίδιο του ήχου

2) άνοιγμα του ελεγκτή έντασης

3) στην καρτέλα με τις επιλογές πρέπει να προστεθεί το μενού των ακουστικών

4) να αποεπιλεγούν τα ακουστικά από την καρτέλα switches

5) τέλος, να σιγαστεί το εμπρόσθιο ηχείο

Η ρύθμιση αυτή γίνεται στη συσκευή HDA Intel (Alsa Mixer)

Πρόσφατα εγκατέστησα το aMule, αλλά το πρόγραμμα εγκατάστασης των Ubuntu απλώς το πρόσθεσε στο μενού του διαδικτύου. Κάνω κλικ στο εικονίδιο, αλλά το πρόγραμμα δεν ανταποκρίνεται. Υπάρχει κάποιο άλλο πρόγραμμα για το δίκτυο donkey;

Link to comment
Share on other sites

Τα Ububtu 8.10 έχουν κάποιο κόλλημα με τα ακουστικά. Παρόλο που τα συνδέω στη θύρα, εξακολουθούν να λειτουργούν μόνο τα ηχεία του φορητού μου. Τελικά, χρειάζεται η ακόλουθη διαδικασία:

1) δεξί κλικ στο εικονίδιο του ήχου

2) άνοιγμα του ελεγκτή έντασης

3) στην καρτέλα με τις επιλογές πρέπει να προστεθεί το μενού των ακουστικών

4) να αποεπιλεγούν τα ακουστικά από την καρτέλα switches

5) τέλος, να σιγαστεί το εμπρόσθιο ηχείο

Η ρύθμιση αυτή γίνεται στη συσκευή HDA Intel (Alsa Mixer)

Πρόσφατα εγκατέστησα το aMule, αλλά το πρόγραμμα εγκατάστασης των Ubuntu απλώς το πρόσθεσε στο μενού του διαδικτύου. Κάνω κλικ στο εικονίδιο, αλλά το πρόγραμμα δεν ανταποκρίνεται. Υπάρχει κάποιο άλλο πρόγραμμα για το δίκτυο donkey;

Εγώ επειδή ασύρματα ακουστικά που τα συνδέω με το usb κάνω κάτι διαφορετικό:

Sound preferences <auto detect sound input device>

  • Connect the device you want

  • Go to "System → Preferences → Sound"
  • in this window you have lots of choices to make. Everything in there are "Autodetect". Find the ones you want and change them to the ones that work with the input device. For me the external device is "Logitech Wireless.............USB Audio (OSS)"

Εγώ όταν δεν το έχω συνδεδεμένο τον δέκτη των ακουστικών μου τότε στο sound preferences μου λέει σε αυτό που έχω επιλέξει ότι δεν είναι συνδεδεμένο. Όταν το λέει αυτό τότε ο ήχος βγαίνει κανονικά από τα ηχεία μου. Προσπάθησε να κάνεις κάτι αντίστοιχο και στο δικό σου μήπως και λειτουργήσει καλύτερα!

Link to comment
Share on other sites

Την πρωτοχρονιά εγκατέστησα τα Ubuntu 8.10, αλλά για να μην ανοίγω άλλο θέμα ποστάρω εδώ

Για να τρέχει το Frostwire πρέπει να κατεβάσουμε τα:

1 Frostwire (από το official website)

2.Sun Java 6 Runtime (Applications, Add/Remove, Show All Available Applications , Search: Java)

Link to comment
Share on other sites

  • 3 weeks later...

Remove shadow from gnome panel if you use Compiz

  • go to “System Preferences CompizConfig Settings Manager
  • then go to “Window Decoration
  • find the “Shadow windows” and replace the “any” to “!title=Expanded Edge Panel” without the quotes and it's ready

Find the color you want

  • sudo apt-get install gcolor2

Mount image file to see it as a directory

Partition Editor

  • sudo apt-get install gparted

Install a package with a link that you can send it

apt:packagename

you put this link on your web browser and it installs the package you want.

You must replace packagename with your own package, e.g. apt:amarok

Capture Tool to take screenshots

Create Proxy server

sudo apt-get install squid

sudo cp /etc/squid/squid.conf /etc/squid/squid.conf.backup

sudo gedit /etc/squid/squid.conf

change the http_access deny all to http_access allow all

sudo /etc/init.d/squid restart

change the port:

sudo gedit /etc/squid/squid.conf

find the http_port and change the number. The default is 3128

Desktop terminal

  • sudo apt-get install devilspie
  • mkdir ~/.devilspie
  • gedit ~/.devilspie/DesktopConsole.ds

paste the following

(if(matches (window_name) "DesktopConsole") (begin(set_workspace 2)

(below)(undecorate)(skip_pager)(skip_tasklist)(wintype "utility")))

  • open terminal and go to “Edit Profiles New
  • in the Profile name put “terminal” and press “Create
  • select the profile “terminal” and press “Edit
  • in “General” tab untick the “Show menubar by default in new terminals
  • in “Title and Commands” tab replace the title with “DesktopConsole
  • in the “Background” tab select the “Transparent background” and go the bar to “None
  • in the “Scrolling” tab find the “Scrollbar is:” and select the “Disabled” from the drop down menu
  • go to “System Preferences Sessions” and press “Add” and put in the Command the “devilspie
  • Press again Add and pun in the Command the “gnome-terminal --geometry=80x15+300+50 --window-with-profile=terminal

Play MP3 files through terminal

  • sudo apt-get install vlc

  • go to the directory of the mp3 files

  • vlc -I ncurses filename.mp3

or

  • vlc -I ncurses *.mp3

you can find the help menu by pressing “m”

Install Microsoft fonts on ubuntu

  • sudo apt-get install msttcorefonts

Rename USB drive

  • Mount external usb drive

  • sudo apt-get install mtools ntfsprogs e2fsprogs jfsutils reiserfsprogs xfsprogs
  • echo mtools_skip_check=1 >> ~/.mtoolsrc

change FAT16/FAT32 label

sudo mlabel -i <device> ::<label>

change NTFS label

sudo ntfslabel <device> <label>

change ext2/ext3 label

sudo e2label <device> <label>

change JFS label

sudo jfs_tune -L <label> <device>

change ReiserFS (v3) label

sudo reiserfstune -l <label> <device>

change XFS label

xfs_admin -l <label> <device>

<device> =your device /dev/sdxy, ex: /dev/sdd1

<label> =your desired (new) label, ex: my_external

Link to comment
Share on other sites

Βασικά, διαπίστωσα ότι δεν υπάρχει οδηγός για το σαρωτή μου (HP Scanjet 2400) και όχι μόνο αυτό, αλλά οι μόνοι διαθέσιμοι οδηγοί σαρωτών για Linux είναι για πολύ παλαιότερα μοντέλα. Υπάρχει κάποια σχετική εντολή για τη χρηση σαρωτών στα Ububtu; Ο εκτυπωτής μου δε χρειάστηκε καν εγκατάσταση, διότι τον αναγνώρισε αυτόματα το σύστημα χάρη στις ενημερώσεις της HP. Για τους σαρωτές της, ωστόσο, δεν προνόησε. Αναρωτιέμαι εάν υπάρχει κάποιο περιβάλλον για τα Ubuntu που υποστηρίζει λειτουργικό για Windows, ούτως ώστε να εγκαταστήσω τον οδηγό των Windows και να μπορώ να χρησιμοποιώ το σαρωτή μου και στα Ubuntu.:hm:

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Δημιουργία...

Important Information

Ο ιστότοπος theLab.gr χρησιμοποιεί cookies για να διασφαλίσει την καλύτερη εμπειρία σας κατά την περιήγηση. Μπορείτε να προσαρμόσετε τις ρυθμίσεις των cookies σας , διαφορετικά θα υποθέσουμε ότι είστε εντάξει για να συνεχίσετε.