Browsing Posts tagged linux

Ξέρω, ξέρω δεν είναι open source, free software κλπ κλπ, αλλά κακά τα ψέματα, (δυστυχώς) είναι η πιο αξιόπιστη λύση για VOIP στο linux… Και μετά από πολύ καιρό επιτέλους (περίπου δύο χρόνια!) βλέπουμε μια καινούργια έκδοση, η οποία όμως φυσικά υστερεί σημαντικά του αντίστοιχου προγράμματος στα Windows.

Τουλάχιστον με αυτή τη beta φαίνεται να διορθώνονται τα κυριότερα προβλήματα που είχα μέχρι τώρα:

  • ήχος πλέον και από τα δύο κανάλια
  • καλύτερη λειτουργία με PulseAudio

Ανακοίνωση, κατάλογος αλλαγών/προσθηκών/γνωστών προβλημάτων και κατέβασμα του Skype Version 2.1.0.47 beta για Linux.

this entry on Friendfeed

…κι εγώ με τη σειρά μου το διαφημίζω :)

KDE 4.3

Εδώ μπορείτε να βρείτε και ένα ωραιότατο animated bannerάκι για τη σελίδα σας (η ελληνική μετάφραση δική μου, οπότε αν δε σας αρέσει κάτι γκρινιάξτε σε μένα!)

this entry on Friendfeed - 3 comments. Panayotis Vryonis liked it.

KDE 4.2 Beta 1

Comments off

Μόλις δοκίμασα να τρέξω το Live CD του openSUSE 11.0 με την Beta 1 του KDE 4.2 και οφείλω να ομολογήσω ότι έχω μείνει κατάπληκτος! Το φόρτωσα σε ένα virtual machine που δημιούργησα στο VirtualBox και πετάει! Σε μερικές περιπτώσεις (ειδικά τα plasma applets) τρέχει πολύ καλύτερα από το ίδιο μου το desktop!

Θέλω πακέτα για τη Fedora μου ΤΩΡΑ!

ΥΓ. εντάξει, μου κράσαρε αλλά είναι ΒΕΤΑ…

Due to the special circumstances though (I like my KDE 3.5 desktop and although I am thrilled by KDE4, I am still unconvinced it’s ready for everyday use) what I did was to download the KDE Live ISO image, and I install it on my USB stick using this script by katzj which also allows you to save data on the USB stick (allows persistence).

So, I’ll test it and decide if I’ll move into KDE4 or stick with Werewolf till Fedora 10.

Είναι λίγο παλιά βέβαια (28/01/2008) άλλα έχει ενδιαφέρον μια ανακοίνωση του Hellug (Hellenic Linux Users Group – Ένωση Χρηστών και Φίλων Linux Ελλάδος) σχετικά με τον τρόπο αντιμετώπισης τους από το υπουργείο και την κυβέρνηση πάνω στο θέμα του γνωστού νομοσχεδίου περί Microsoft…

Μερικοί στην ελλαδίτσα ποτέ δεν θα μάθουν (γι’ αυτό θα μείνει με υποκοριστικό…). Και δεν έχει να κάνει με το ότι πρόκειται για ελεύθερο λογισμικό κλπ κλπ… αλλά η νοοτροπία αυτή είναι γενικότερη στον κρατικό μηχανισμό. Αντε μην αρχίσω Κυριακάτικα…

Το βρήκα στο Μετά την εφημερίδα.

Sun Java & Fedora

Comments off

One more little bug down. I tried to run a Java application and instead got back the error:

java: xcb_xlib.c:50: xcb_xlib_unlock: Assertion `c->xlib.lock’ failed.
Aborted

This is a known bug and can be fixed (assuming you have Sun’s Java installed in /opt) with the command (as root):

sed -i ‘s/XINERAMA/FAKEEXTN/g’ /opt/jre1.6.0_03/lib/i386/xawt/libmawt.so

Of course, you might need to change the path accordingly if you have a different version installed, or you’ve installed Java in a different place.

I had read some time ago this digg submission about hard drive wear and tear in Ubuntu, so I became interested in finding out what happens in my new laptop and Fedora. The default power management level of my hard drive was at 128. Ubuntu was setting that value to its most aggressive value (0) resulting in many Load Cycles. I was astonished when I saw the output of the smartctl command for my drive (using linked image for readability):

/usr/sbin/smartctl --all /dev/sda

hdparm output

What the above output says is that in the 62 hours that my drive was operating, it went over 21K Load Cycles! About a cycle every ten seconds. Unnecessary and definitely not good. Now, to be clear: this is not a Fedora issue. This is not a Linux issue. It’s due to the default power management value selected by the manufacturer. Anyhow, I decided to improve it a bit.

You can set that value using the hdparm utility. By issuing something like hdparm -B 210 /dev/sda you can set it to a less aggressive value (254 will disable it completely). Now the catch is that this value is reset every time you reboot. To set it automatically in every boot you can add that command in the file /etc/rc.local. This particular file is read every time your system boots and for every runlevel (text or graphics mode).

Now, after 74 hours of usage the Load Cycle Count is at 23961. The average went to 1 cycle/11 seconds – only slightly improved – but the rate of the increase has definitely gone down. yipee!

btw, my hard disk is a Seagate Momentus 7200.1 series, model: ST910021AS

Powered by WordPress Web Design by SRS Solutions © 2010 spinning world Design by SRS Solutions