Welcome to Planet openSUSE

This is a feed aggregator that collects what openSUSE contributors are writing in their respective blogs.

To have your blog added to this aggregator, please read the instructions.


Sunday
29 January, 2012


face

I would like to share something that came to my knowledge through Facebook, and though I don’t know ‘tatica’ personally, I did traded a few emails with her in the past and know that her contributions are always awesome.

If you can help, please consider donating a few bucks to help this awesome FOSS contributor attending one of the major events in the field of her contributions!

To help ‘tatica’ please click on the image!

Original Text from the Campaign (source: http://pledgie.com/campaigns/16632):

“Maybe you know that girl here. You know she does a lot for FLOSS, using GIMP, Inkscape and Blender. Its not that she makes only graphics for Fedora and a lot of othere FLOSS-projects or events. She also give her knowledge always to others, giving talks and workshops on events or producing screencasts.

She always wanted to see an FLOSS event in europe, so the Libre Graphics Meeting and LinuxWochen Vienna would be the right event for her.

There is only one problem, flights from south america to europe are really expensive. From Caracas to Vienna is mostly between 1500 and 1700 $, why 2500 then. So maybe we can pay the hotel also? “


face

(Gambar diambil dari http://www.yolinux.com)

Mailman merupakan aplikasi opensource yang biasa digunakan untuk keperluan diskusi melalui media email. Biasanya, kita menggunakan media mailing list yang sudah ada pada email free, contohnya googlegroups dan yahoogroups. Panduan berikut merupakan cara sederhana pembuatan mailing list dengan mailman menggunakan sistem operasi SLES 11 SP1.

SLES 11 SP1 yang saya gunakan merupakan Minimal Server Appliance yang mana mempercepat instalasi sistem dan memiliki beberapa format diantaranya :

Minimal Server Appliance tersebut dapat didownload pada link berikut : Free Download : Minimal Server Appliance untuk Kemudahan Deployment Virtualization Server

Berikut adalah catatan lingkungan sistem yang dipergunakan :

Hostname   :   milis.vavaigroups.com
 
Domain     :   vavaigroups.com

INSTALASI DAN KONFIGURASI DNS

untuk instalasi dan konfigurasi dns, dapat merujuk pada artikel berikut : Mudahnya konfigurasi DNS server pada OpenSUSE/SLES

INSTALASI MAILMAN

Pada Minimal Server Appliance sendiri sudah dimasukan aplikasi yang dibutuhkan untuk membuat mailing list, yaitu bind, mailman, postfix dan apache. Jika menggunakan instalasi SLES 11 menggunakan DVD biasa, lakukan perintah berikut pada terminal/konsole

zypper in mailman apache2 postfix bind

KONFIGURASI POSTFIX

vi /etc/postfix/main.cf

Yang harus di edit hanyalah konfigurasi berikut dan sesuaikan

alias_maps = hash:/etc/aliases,hash:/var/lib/mailman/data/aliases
 
mydestination = $mydomain, $myhostname
 
mydomain = vavaigroups.com
 
myhostname = milis.vavaigroups.com
 
inet_interfaces = all

KONFIGURASI MAILMAN

buka file mm_cfg :

cd /usr/lib/mailman/Mailman
 
vi mm_cfg.py

Edit seperti konfigurasi dibawah ini :

# Put YOUR site-specific settings below this line.
 
DEFAULT_URL_PATTERN = 'http://%s/mailman/'
 
#DEFAULT_NNTP_HOST = 'container'
 
DEFAULT_EMAIL_HOST = 'vavaigroups.com'
 
DEFAULT_URL_HOST = 'milis.vavaigroups.com'
 
MTA = 'Postfix'
 
POSTFIX_ALIAS_CMD = '/usr/sbin/postalias'
 
POSTFIX_MAP_CMD = '/usr/sbin/postmap'
 
#DELIVERY_MODULE = 'SMTPDirect'
 
SMTPHOST = 'localhost'
 
SMTPPORT = '25'
 
add_virtualhost(DEFAULT_URL_HOST, DEFAULT_EMAIL_HOST)
 
IMAGE_LOGOS = '/mailmanicons/'

Kemudian di save dan lakukan perintah berikut melalui konsole atau terminal

cd /usr/lib/mailman
 
bin/newlist mailman
 
bin/config_list -i /var/lib/mailman/data/sitelist.cfg mailman
 
bin/mmsitepass rahasia
 
bin/mmsitepass -c rahasia

password rahasia diatas untuk autentikasi apabila membuat milis menggunakan web, silahkan ganti dengan password secure yang anda inginkan

# setup mailman cron

cd /usr/lib/mailman/cron
 
crontab -u mailman crontab.in

# setup daemon

Edit file /etc/init.d/mailman

Hilangkan sendmail dari bagian Begin Init Info, kemudian simpan.

Jalankan perintah berikut melalui konsole/terminal

a2enflag MAILMAN
 
chkconfig mailman on
 
chkconfig postfix on
 
chkconfig apache2 on
 
service postfix start
 
service apache2 start
 
service mailman start

# Testing Mailman

Membuat Milis via Konsole, ganti rahasia dengan password secure yang diinginkan.

cd /usr/lib/mailman
 
bin/newlist excellent ahmad@vavai.com rahasia

Membuat Milis via Web : buka alamat http://milis.vavaigroups.com/mailman/listinfo atau menggunakan ip address

Untuk testing menggunakan email secara langsung, saya menggunakan Zimbra Mail Server yang diinstal pada Minimal Server Appliance

Silahkan dicoba dan semoga bermanfaat :D

Artikel Terkait


face

Pasados 4 días desde el lanzamiento de KDE 4.8 y es es momento de analizar lo que dicen algunos blogs y páginas web de habla hispana sobre esta nueva versión del escritorio.
Empezamos con Genbeta, este importante blog sobre nuevas tecnologías, realiza una breve descripción de las nuevas funcionalidades de KDE 4.8, aunque yo me quedo con el párrafo que abre el artículo:

La nueva versión de KDE está ya con nosotros, y trae consigo interesantes novedades, ninguna de ellas revolucionaria pero que juntas consiguen convencer a más de uno para actualizar su sistema a esta nueva versión.

Muy Linux también dedica un artículo a KDE 4.8, comentando cada las mejoras en cada una de las ramas principales del proyecto KDE: Workspaces, aplicaciones y platform. Completa el artículo el siguiente vídeo de Krunner y Marble:


Fayerwayer realiza un breve artículo sobre esta versión comentando detalles como:

KDE Applications 4.8 viene con una nueva versión del manejador de archivos Dolphin que ha mejorando sustancialmente su motor de visualización; Kate recibe nuevas características y mejoras, Gwenview viene con mejoras funcionales y visuales. Nuevas características de la aplicación geográfica Marble siguen llegando, entre las cuales se encuentran: Elevation Profile, seguimiento por satélite e integración de Krunner – una herramienta para buscar y lanzar archivos y aplicaciones.

Destacar también otros blocs donde se comenta el lanzamiento:

 

¿Conoceís algún sitio más donde se hable del lanzamiento?


KDE4.de: KDE SC 4.8 RELEASE

11:12 UTC

face

Am 25.01.2012 war es soweit, das Entwicklerteam hat KDE SC 4.8 frei gegeben. Zu den größten Änderungen zählt das Redesign des Powermanagements in Zusammenspiel mit dem Plasmadesktop. Letzterer enthält nun in der Standardinstallation die ersten Widgets die auf QTQuick basieren.

Zum Download steht wie immer der Source Code und für folgende Distributionen fertige Pakete:

  1. Gentoo
  2. Kubuntu ( Kubuntu Download Info )
  3. openSUSE Factory ( one-click Install )
  4. openSUSE 12.1 ( one-click Install)
  5. openSUSE 11.4 ( one-clicl Install)

Quellen:


Ray Chen: KDE 4.8

04:03 UTCmember

face



在 openSUSE 12.1 升級 KDE 4.8 就下面幾個步驟
# zypper ar http://download.opensuse.org/repositories/KDE:/Release:/48/openSUSE_12.1/ KR48
# zypper ref
# zypper dup --from KR48

你需要回答一些問題:(每個人的情況可能不同)
問題: k3b-codecs-2.0.2-13.8.x86_64 需要 k3b = 2.0.2-13.8,但無法提供此需求
解決方案 1:反安裝 k3b-codecs-2.0.2-13.8.x86_64
解決方案 2:保留過期的 k3b-2.0.2-13.8.x86_64
解決方案 3:保留過期的 k3b-2.0.2-13.8.x86_64
解決方案 4:藉由忽略某些它的相依性破壞 k3b-codecs

使用'數字'選擇上列的解決方法,或 skip(跳過)、retry(重試)或 cancel(取消) [1/2/3/4/s/r/c] (c): 1

k3b-codecs 這個套件是由 packman 來的
請先移除避免麻煩(您以後還是可以再裝回來的)
問題: qt4-qtscript-0.1.0-14.1.2.x86_64 需要 libqt4 = 4.7.4,但無法提供此需求
無法安裝的提供者: libqt4-4.7.4-19.2.2.x86_64[openSUSE-12.1-12.1-1.4]
libqt4-4.7.4-19.2.2.i586[repo-oss]
libqt4-4.7.4-19.2.2.x86_64[repo-oss]
解決方案 1:下列行動將被執行:
保留過期的 libqt4-4.7.4-19.4.1.x86_64
保留過期的 kdegames4-carddecks-default-4.7.2-3.1.2.noarch
保留過期的 libkdeedu4-data-4.7.2-2.1.2.noarch
解決方案 2:反安裝 qt4-qtscript-0.1.0-14.1.2.x86_64
解決方案 3:保留過期的 libqt4-4.7.4-19.4.1.x86_64
解決方案 4:藉由忽略某些它的相依性破壞 qt4-qtscript

使用'數字'選擇上列的解決方法,或 skip(跳過)、retry(重試)或 cancel(取消) [1/2/3/4/s/r/c] (c): 2

qt4-qtscript 需要 libqt4-4.7.4 表示是和舊版 kde 綁在一起的
也先移除
問題: kdm-4.8.0-723.3.x86_64 需要 kdm-branding = 4.8.0,但無法提供此需求
無法安裝的提供者: kdm-branding-upstream-4.8.0-723.3.i586[KR48]
kdm-branding-upstream-4.8.0-723.3.x86_64[KR48]
kdm-branding-basedonopensuse-12.1-6.1.2.i586[repo-oss]
kdm-branding-basedonopensuse-12.1-6.1.2.x86_64[repo-oss]
解決方案 1:反安裝 kdm-4.7.2-6.4.1.x86_64
解決方案 2:反安裝 kdm-branding-openSUSE-12.1-15.3.9.noarch
解決方案 3:保留過期的 kdm-4.7.2-6.4.1.x86_64
解決方案 4:保留過期的 kdm-4.7.2-6.4.1.x86_64
解決方案 5:保留過期的 kdm-4.7.2-6.4.1.x86_64
解決方案 6:藉由忽略某些它的相依性破壞 kdm

使用'數字'選擇上列的解決方法,或 skip(跳過)、retry(重試)或 cancel(取消) [1/2/3/4/5/6/s/r/c] (c): 2

kdm 當然是要的
所以選擇 2,刪除 kdm-branding-openSUSE

接下來就可以順利安裝升級

安裝完畢重開機因為原本的 kdm theme "SUSE" 已經被移除了
可能造成 KDM 無法啟動
所以可以先編輯 /etc/sysconfig/displaymanager
修改
DISPLAYMANAGER_KDM_THEME=""

使用預設 KDM 主題,或
DISPLAYMANAGER_KDM_THEME="openSuSe"

請依照您系統中有安裝的 kdm 佈景主題來修改
您已經順利升級 KDE 4.8 了

face

Salah satu feature tersembunyi dan kerap membuat bingung rekan-rekan yang hendak melakukan implementasi VMWare VSphere Hypervisor/ESXi adalah menjalankan Virtual Machine (VM) secara otomatis pada saat host/induknya dihidupkan. Feature ini penting agar SysAdmin tidak perlu secara manual menghidupkan VM. Memangnya SysAdmin nggak punya pekerjaan lain yang lebih keren selain menghidupkan VM secara manual?

Baca artikel “Tips VMWare VSphere/ESXi : Virtual Machine Auto Start” selengkapnya…

Artikel Terkait


Saturday
28 January, 2012


face

fblaise@snowball ~ $ ps -eo pcpu,pid,user,args | sort -k 1 -r | head -10
%CPU PID USER COMMAND
7.4 2591 root [flush-btrfs-1]
5.9 905 root [btrfs-endio-0]
4.4 2907 root [btrfs-endio-wri]
4.3 1314 root /usr/bin/X :0 vt7 -nr -nolisten tcp -auth /var/run/xauth/A:0-VjxI1a
2.7 900 root [btrfs-worker-0]
1.7 2106 fblaise /usr/bin/knotify4
1.4 2094 fblaise kwin
0.6 10 root [kworker/0:1]
0.5 3643 fblaise top

And it is only on my /home filesystem… system is currently sitting idle. Wow.

This is on a Linux Mint laptop with 3.0.0-13-generic-pae.

Anyone experienced this?


face

Update: Dieser Artikel vom September 2009 wurde im Januar 2012 aktualisiert

kegel

 

Der schlanke VLC Media Player zählt zu den beliebtesten Wiedergabe-Programmen für Multimedia-Inhalte nicht nur in der Linux-Welt.  Auch viele Windows- und Mac User nutzen dieses hervorragende Programm.

Ein wichtiger Grund dafür ist der problemlose Umgang mit den häufigsten Video- und Audio-Formaten. So spielt der VLC etwa DVDs ( mit Menü ) genauso ab, wie Video-CDs, MP3s, MOV- und FLV-Dateien oder DivX.

Der Player unterstützt MPEG- und DivX-Streaming und kann damit auch Videos schon während des Downloads abspielen.  Man kann sich den Beginn des Films anschauen und prüfen ob sich der Download wirklich lohnt. Ebenso kann  man auch ZIP gepackte Files abspielen, ohne diese vorher entpacken zu müssen.

Die Lautstärke des Filmes kann künstlich auf bis zu 200 Prozent erhöht werden, falls das Video zu leise sein sollte. Zusätzlich kann der “VLC media player” auch nach Albencovern suchen.

Eine Playlist-Funktion erlaubt das Abspielen mehrerer Filme hintereinander.
In der Version 1.0.x haben die Entwickler die Software um wichtige Formate ergänzt und den Grundstein für Blu-ray-Unterstützung gelegt. Darüber hinaus wurde der “VLC media player” um neue Wiedergabe- und Aufnahme-Funktionen erweitert.

Der Funktionsumfang des “VLC media player” ist so groß, dass er sich nur unzureichend wiedergeben lässt. Am besten den “VLC media player” selber ausprobieren. Er gehört einfach zur Grundausstattung. ( bei einem Linux Computer gehört er schon zum “Guten Ton” ;-) )

 

Installation:

Eine Möglichkeit, von der ich doch eher abraten möchte, ist die 1-Klick Installation über die Projektseite http://www.videolan.org/vlc/download-suse.html
Dabei wird das VideoLan Repository eingebunden. Dadurch passiert es, wenn man ebenfalls das Packman Repo eingebunden hat, dass man zwei Repos benutzt, die beide den “VLC media player” und dazugehörige Dateien und Abhängigkeiten anbieten. Bei der Installation des “VLC media player” kann es dann zu unzähligen nicht aufgelösten Abhängigkeiten und Problemen kommen, weil sich die Pakete aus beiden Repos mischen.

 

Ich selbst favorisiere die Installation aus dem Packman Repository. Das Repository von Packman sollte ohnehin auf jedem openSUSE System nicht fehlen und wird auch für die Installation des “VLC media player” benötigt. Das Packman Repo habe ich bereits über die Community Repositories in meinem System eingebunden. Die Installation ist denn eigentlich keine Hürde mehr. YaST als Root starten. Über die Suchfunktion im YaST Modul “Software installieren oder löschen” nach vlc suchen und installieren. Das war es schon.

 

Die Installation des VLC media players ist unter openSUSE die gleiche Prozedure wie bei jeder anderen Softwareinstallation per YaST auch.

 

Der VLC Player startet mit einem äußerst sparsammen und unscheinbarem Programmfenster. Diese Aufmachung lässt die tatsächlichen Fähigkeiten des VLC nur erahnen.

Der VLC Player startet mit einem äußerst sparsamen und unscheinbarem Programmfenster. Diese Aufmachung lässt die tatsächlichen Fähigkeiten des VLC nur erahnen.

 

Einige der Möglichkeiten im VLC

Einige der Möglichkeiten im VLC

 

Das Einstellungsfenster des VLC.

Das Einstellungsfenster des VLC.

 

Wem der “VLC media player” doch zu spatanisch daher kommt, der kann sich den Player mit etlichen Skins verschönern. Auf der speziellen Skin – Webseite ist die


face


Sigo con la serie de cómo instalar  KDE 4.8 en diversas distribuciones. En esta ocasión toca otra de las conocidas: Fedora.

Para ello tenemos la explicación de Fedorigen, la cual copio y pego

Para poder tener esta versión tendremos que agregar los repositorios kde-redhat a nuestro equipo lo haremos de la siguiente forma:


yum -y install wget && wget http://apt.kde-redhat.org/apt/kde-redhat/fedora/kde.repo -O /etc/yum.repos.d/kde.repo

ahora procedemos a editar nuestro archivo para activar los repositorios inestable

 

nano /etc/yum.repos.d/kde.repo

donde dice enable=0 lo cambiamos por enable=1

con esto procedemos a actualizar el sistema


yum update

Como no soy especialista de esta distribución, si teéis dudas os remito a dos blogs donde también han publicado esta mini guía e incluso han puesto sus propios comentarios y explicaciones: Gabuntu y Espacio Linux.

Bien seguro os pueden ayudar.


face

I needed to implement an infrared remote control decoder, so certainly I took out my Arduino and hooked up an IR sensor chip to pin 2. Then the interesting thing started. Looking around, I found ladyada’s tutorial on IR sensors. However, the method used there is pretty limited (you basically record a sample of each key signal and then compare the received signal to your samples) and unreliable for many protocols.
Then I found IRMP (german only link, sorry) which is a very versatile IR decoder for many protocols. However, IRMP is made to be used with plain avr-gcc, not from within Arduino’s IDE.
But fixing that was really not very hard.
The results are available on gitorious, project arduino-addons/irmp-arduino, including a simple example sketch to test the decoder.

Note that I’ll probably rebase the git tree whenever something happens in the IRMP SVN repository, so be aware of that in case you make local changes to the code and want to update from my tree.

Have fun! :-)


face

Melanjutkan tulisan saya tentang Amanda di episode 1 dan episode 2, kayak film aja :) , kali ini saya tuliskan episode penutup dari keseluruhan cerita tentang siapa sebetulnya Amanda. Wah jadi trilogy nih :P
Namun jangan khawatir, tulisan lain tentang Amanda masih akan menghiasi tulisan-tulisan saya.

Apa kebutuhan sistem buat Amanda?
Amanda membutuhkan sebuah komputer yang dapat mengakses disk (local, NAS, atau SAN) atau tape drive atau library dengan kapasitas besar.
Mendukung semua format tape modern seperti LTO,EXABITE, DAT, atau DLT. Komputer ini nantinya akan menjadi “backup server host”. Semua komputer yang akan anda backup dinamakan “backup client host”. Server tadi juga bisa menjadi client host.

Amanda bisa berjalan lancar dengan satu atau lebih partisi besar “holding disk” di server host yang digunakan untuk buffering data-data dump sebelum ditulis ke tape. Hoding disk memudahkan Amanda menjalankan backup secara paralel ke disk, dan akan ditulis ke tape jika backup sudah selesai.
Catatan: holding disk tidak begitu dibutuhkan, tanpanya Amanda akan tetap menjalankan backup secara berurutan ke tape drive, namun menjalankan Amanda tanpa holding disk tidak akan mendapatkan performa yang optimal tetapi masih bisa mendapatkan keuntungan dari fitur-fitur Amanda yang lain.

Gampangnya begini, untuk performance terbaik holding disk harus lebih besar kapasitasnya dibanding hasil dump data-data dari partisi yang mau dibackup. Contohnya, jika anda ingin membackup partisi dengan ukuran 1 terabyte yang hasilnya dikompresi sampai 500 GB, berarti anda memerlukan sedikitnya 500 GB di holding disk. Dengan kata lain jika partisi terbesar di komputer yang akan dibackup adalah 50GB dan akan dikompresi sampai 25GB, berarti anda membutuhkan 25GB di holding disk. Namun Amanda akan bekerja lebih baik dengan holding disk yang lebih besar. :D

Sejatinya, proses backup akan tetap jalan jika data-data dump tersebut melebihi kapasitas holding disk, Amanda akan mengirim data dump tsb langsung ke tape drive. Jika anda punya banyak data dump yang melebihi holding disk-nya maka akan menurunkan kecepatan dari mesin yang memproses backup tsb.

Sistem apa saja yang cocok untuk Amanda?
Amanda bisa jalan di sistem Unix modern yang mensupport dump atau GNUtar, punya sockets dan inetd (atau penggantinya seperti xinetd), dan mempunyai salah satu fitur ini, system V shared memory atau mengimplementasikan BSD mmap.

Secara khusus, Amanda telah di-kompile dan ditest di sisi client di sistem-sistem berikut:

AIX 3.2 and 4.1
BSDI BSD/OS 2.1 and 3.1
DEC OSF/1 3.2 and 4.0
FreeBSD 6, 7 and 8
GNU/Linux 2.6 on x86, m68k, alpha, sparc, arm and powerpc
HP-UX 9.x and 10.x (x >= 01)
IRIX 6.5.2 and up
NetBSD 1.0
Nextstep 3 (*)
OpenBSD 2.5 x86, sparc, etc (ports available)
Solaris 10
Ultrix 4.2
Mac OS X 10
Windows: XP Pro (Server pack 2), 2003 server, Vista, 2008 server R2, Windows 7 (*)

(*) Amanda server dapat berjalan di semua mesin-mesin tsb kecuali yang ditandai bintang.

Operasi backup menggunakan CPU dan memori secara intensif (misal untuk operasi enkripsi dan kompresi). Sangat disarankan anda menggunakan CPU sekelas server pada server backup.

Dimana bisa mendapatkan Amanda?
Amanda, termasuk source code-nya


Friday
27 January, 2012


face

Am 19.01.2012 hat Adobe im Adobe-Labs die 4. Beta-Version (11.2.202.183) des Flash Players für 32-bit wie auch 64-bit Systeme veröffentlicht.

Laut der Release Notes sind folgende Feature enthalten:

  • Throttling event (new ThrottleEvent)
  • Einige Bugfixes (laut dem Bugtracker von Adobe)

Wer noch einen Fehler oder Ungereimtheiten in der aktuellen Beta des Flash Player gefunden hat, so möchte ich den Bugtracker von Adobe empfehlen.

Die Installation des neuesten Flash Player auf openSUSE:

Hinweis: Die Installation wird in der Konsole mit root-Rechten durchgeführt. Hierzu wird der Flash Player und das zugehörige Packaging Skript heruntergeladen. Daraus wird ein RPM-Paket gebaut und auf Wunsch installiert.

Downloads:

  1. Das Skript makerpm-flash-11.2-beta4.sh wie auch die Prüfsummendatei herunterladen:
    wget http://www.sebastian-siebert.de/downloads/makerpm-flash-11.2-beta4.sh
    wget http://www.sebastian-siebert.de/downloads/makerpm-flash-11.2-beta4.sh.sha1
  2. Die Prüfsumme vom heruntergeladenen Skript prüfen:
    sha1sum -c makerpm-flash-11.2-beta4.sh.sha1

    Idealerweise sollte folgende Ausgabe erscheinen, andernfalls ist das Skript defekt und sollte ersetzt werden:

    makerpm-flash-11.2-beta4.sh: OK
  3. Das Skript ausführbar machen:
    chmod 755 makerpm-flash-11.2-beta4.sh
  4. Nun gibt es 3 Möglichkeiten die Pakete zu erstellen und zu installieren:
    1. Auf einem reinen KDE-System:
      ./makerpm-flash-11.2-beta4.sh -i kde
    2. Auf einem reinen GNOME- bzw. GTK-System:
      ./makerpm-flash-11.2-beta4.sh -i gnome
    3. Sowohl auf einem KDE-System wie auch auf einem GNOME-System:
      ./makerpm-flash-11.2-beta4.sh -i all

      oder einfach nur

      ./makerpm-flash-11.2-beta4.sh -i

    Dann entspannt zurück lehnen und warten bis die Installation abgeschlossen ist. Das Skript ist wie gewohnt gesprächig und die jeweilige Aktion kann verfolgt werden. ;-)

  5. Rechner neustarten und Flash Player 11.2 Beta 4 testen.

Feedbacks sind immer willkommen.

Have a lot of fun! ;-)

Share


face

AMD/ATI Catalyst 12.1 / fglrx 8.930 rpm are available

Sorry I missed in December the annoucement release for the 8.920, but from what I’ve seen. zypper up do the job for you :-)

Quick Résumé about 12.1

AMD rename their installer, So Sebastian did the same for his script.

I will just copy/google translate/paste here the comment made by Sebastian Siebert on his blog :

With this version AMD Catalyst Gnome 3.2 issues (flickering and screen cracks) are finally resolved.
According to AMD, the notebook with the PowerXpress technology (Intel-/AMD-Grafikkarte – discrete GPU) should work again.
I would be grateful if someone could test this functionality for me and give me feedback. Thank you.

See more at Sebastian’s blog. Don’t be shy, you can leave there the result of test in english too :D
See below what to do in case of troubles.

The rpms version 8.930 are available from Friday January 27th

My advise is to firstly remove any existing version with zypper rm, then just zypper in the new version, even if 8.930 are the first version I’ve seen making its upgrade correctly.

As usual, I let the last 2 previous versions in the repository, just in case you need it.

Catalyst 8.930 fglrx 12.1 in action

Tested on a fresh 12.1 + updates with a stock kde 4.7.2

Factory rpms are not available actually, I’ve not be able to build a new building machine for it.
Anyways, factory and 12.2 should keep their effort on debuging and testing widely the free radeon driver.

One-click-installer

As nobody killed me about the one click installer available, I upgrade its status to RC (feedback welcome)
For 32bits system :
AMD/ATI fglrx one click installer
For 64bits system :
AMD/ATI fglrx one click installer
(*) To know which kind of system you have, open a console, then run uname -a, and look the output if you see x86_64 on the line you are running a 64bits, otherwise a 32bits.

Installation, Caution, Troubles

Installation

Please refer to my previous article where all the installation procedure are explained.

For a first installation, if you don’t remove radeon from the initrd, you will get in trouble. Don’t thanks who removed that from the wiki. :-(

Caution

  • Wrong (to my point of view) create an xorg.conf file which is unneeded if you work with /etc/xorg.conf.d/50-device.conf and have driver “fglrx” inside
  • AMD CCLE didn’t get correctly upgraded if xorg is running during the upgrade. My advise, let’s go to console and as root do the following :
    init 3
    rcatievenstd stop
    zypper ref
    zypper up
    init 6
    

    Let the package rebuild the kernel driver. And for me I always remove the newly xorg.conf file created.
    reboot is mandatory!

Debuging troubles

I recommend in case of trouble the use of his script which can collect the whole informations needed to help you. then you just have to issue a simple commande in console to


face

El tema principal de hoy son la ley SOPA, ACTA y el sonado caso de Megaupload. Además de los problemas con aplicaciones Android Legitimas, y el caso de los SMS espías.

 

 

Securnoia, tu dosis seguridad y paranoia.


face

Ayer hablé de openSUSE y sus repositorios para KDE 4.8, hoy de KUbuntu que también disponde de los suyos. Como se ve, las grandes distribuciones no se duermen.
Los chicos/as de KUbuntu apenas tardaron un par de horas tras el lanazmiento de KDE 4.8 para tener todos los paquetes listos para tener al día la versión de KDE.
Para ello debes añadir el repositorio (si aún no lo tienes):

ppa:kubuntu-ppa/backports

Luego ejecutar en Konsole:

sudo apt-get dist-upgrade

Esto actualizará los paquetes obsoletos: kdepim-groupware, kdepim-wizards y kdepim-kresources.

Vía: Espacio KDE


face

Baixe já sua Linux Magazine 86 Community Edition! Já está no ar a Linux Magazine 86 Community Edition.Confira nesta edição os principais assuntos da Linux Magazine de janeiro (Ciberguerra) e leia um artigo completo sobre o Lazarus, ambiente de desenvolvimento para o Free Pascal compatívelcom diversas plataformas, e que permite aos desenvolvedores criar interfacesgráficas com [...]


face


Ya estoy probando KDE 4.8 en un portátil con openSUSE, se instala tal y como explico en esta entrada, y estoy viviendo en primera persona sus mejoras. Así que iré escribiendo aquellas cositas que hace que a KDE 4.8 el mejor escritorio de todos los tiempos:

  • A nivel general, el portátil va mucho más fluido, el escritorio se desliza con extraordinaria suavidad.
  • A la hora de añadir nuevos plasmoides, por fin el foco del cursor está en el cuadro de búsquedas.
  • Añadidas opciones para configurar la transición entre ventanas.
  • Además, éstas funcionan mejor. Por ejemplo, en el modo presentación, la ventana seleccionada aumenta de tamaño con un suave zoom.
  • La gestión de energía ha mejorado sustancialmente. El portátil con KDE aguanta mucho más tiempo.
  • Han desaparecido los problemas de bloqueo cuando el portátil entraba en modo de hibernación.

Seguramente habrá muchos más detalles, pero todavía no he investigado a fondo esta nueva versión. Así que atentos, supongo que habrán muchos más artículos como éste.

 


face

Mungkin anda sudah pernah pakai Startup Disk Creator, dan juga sudah membaca dan mempraktekkan ulasan saya tentang USB Installer Windows. Kali ini tool yang kurang lebih sama dengan dua tool tadi namun tool ini hanya untuk install distro linux ke flashdisk anda, yaitu LiveUSB Install akan saya ulas di artikel ini.

LiveUSB Install adalah tool untuk membuat Live Linux USB di Linux dan Windows. Sangat mudah digunakan untuk menginstal bermacam distro Linux di flashdisk anda dari file image ISO atau dari CD/DVD, bahkan bisa langsung download dan install file ISO nya dari internet.

LiveUSB Install support bermacam distro Linux seperti Android, Debian, Centos, Fedora, Kubuntu, LinuxMint, OpenSuse, Ubuntu, Xubuntu dan banyak lagi. Anda bisa melihat daftar lengkapnya disini.

Untuk menginstal program ini di LinuxMint, jalankan perintah berikut melalui terminal:

sudo add-apt-repository “deb http://download.learnfree.eu/repository/skss / #SKSS”

wget http://download.learnfree.eu/repository/skss/repo.pub.asc -q -O- | sudo apt-key add -

sudo apt-get update

sudo apt-get install live-usb-install

Setelah terinstal dan dijalankan, jangan lupa colokkan flashdisk biar terdeteksi flashdisknya oleh program ini. Kemudian pilih Mode instalasi yang diinginkan pilihannya yaitu Distribution, Custom syslinux config, WinGrub ISO Chainloader, IMG Write and (Re)Install Syslinux.
Selanjutnya pilih sumber instalasinya, pilihannya ada 3 yaitu dari CD/DVD, ISO Image, dan Internet.

Di bagian Select Linux Distribution, anda bisa memilih nama distro dan versi Linux yang akan anda buat menjadi Live USB.

Anda juga bisa mencentang opsi Autodetect distribution di bagian Install from, supaya program bisa mendeteksi secara otomatis distro apa yang anda masukkan jika anda mengambil sumber dari CD/DVD atau dari ISO Image, jika sumbernya dari Internet maka anda tetap harus memilih nama dan versi distro Linuxnya.

Setelah instalasi distro linux yang anda inginkan selesai dimasukkan ke flashdisk, selanjutnya anda bisa gunakan flashdisk anda untuk menjalankan live session linux yang anda pilih tadi atau menginstalnya ke komputer target.

Sumber: Learnfree

Artikel Terkait


face



The Open Enchilada Project S04E11


face

Zimbra biasanya menggunakan port SSH untuk komunikasi internal dengan aplikasi-aplikasi yang dikelolanya. Jika ada perubahan pada port default SSH (port 22) atau ada pemindahan aplikasi (misalnya restore Zimbra backup dari folder /opt ke sistem yang baru), ada kemungkinan muncul pesan sebagai berikut saat mengakses  Zimbra Admin dibagian tab Server :

Baca Artikel “Solved : Zimbra Error Message: System Failure: Exception During Auth RemoteManager” Selengkapnya…

Artikel Terkait


Thursday
26 January, 2012


face

AMD Catalyst 12.1 (fglrx 8.930) wurde veröffentlicht. Das Skript makerpm-amd-12.1.sh steht ab sofort zum Download zur Verfügung und unterstützt openSUSE 11.3, 11.4 und 12.1. Hinweis: AMD hat den Installer von ati-driver-installer… in amd-driver-installer… umbenannt. Im Zuge dessen habe ich ebenfalls das Skript von makerpm-ati… in makerpm-amd… umbenannt.

Nach einem Test dieser AMD Catalyst Version ist die GNOME 3.2-Problematik (Flackern und Bildschirmrisse) endlich behoben worden. Laut AMD sollten die Notebooks mit der PowerXpress-Technologie (Intel-/AMD-Grafikkarte – discrete GPU) wieder funktionieren. Ich wäre sehr verbunden, wenn jemand diese Funktionalität für mich testen könnte und bitte um entsprechende Rückmeldung. Vielen Dank.

Zudem habe ich die Generierung des Systemreport vom Skript überarbeitet, um weitere Systeminformationen abzufragen. Ein aktualisiertes Packaging Skript habe ich beigefügt und wird separat heruntergeladen. Ab sofort können die User von Balsam Professional (ein Ableger von openSUSE) das Skript verwenden. Das makerpm-Skript hat nun die Version 5.0 erreicht und bin ziemlich stolz darauf, dass die makerpm-Skript-Reihe sich seit 2 Jahren erfolgreich bewährt hat. Vielen Dank für eure Unterstützung und mit eurer Hilfe (Feedbacks und eingereichte Systemreports) habe ich mich für euch mit AMD auseinander gesetzt, um die Fehler im Treiber beheben zu lassen. Ich bitte euch nicht aufzuhören, sondern fleißig weiterhin Fehler zu melden. Vielen Dank. ;-)

Downloads:

Installationsanleitung:
http://de.opensuse.org/SDB:AMD/ATI-Grafiktreiber#Installation_via_makerpm-ati-Skript

Über das makerpm-amd-Skript

Das Skript makerpm-amd-12.1.sh ist sehr mächtig, robust und läuft vollautomatisch. Der AMD-Installer wird automatisch heruntergeladen, falls er nicht schon im Verzeichnis liegt. Zudem wird geprüft, ob die Grafikkarte vom Treiber unterstützt wird. Auf Wunsch wird nach dem Bau des RPM-Packages der fglrx-Treiber installiert.

Folgende Argumente können dem Skript übergeben werden:

-b Nur das RPM-Package bauen (Standard)
-c <type> Nur X-Server konfigurieren. Monitor-Typ: single = 1 Monitor, dual = 2 Monitore (Wichtig: Nur ausführen, wenn es Probleme mit der Standardkonfiguration des X-Servers auftreten)
-d Nur den ATI-Installer downloaden
-i Das RPM-Package bauen und installieren bzw. updaten
-kms <yes|no> Kernel-Mode-Setting (KMS) aktivieren oder deaktivieren
-nohw Hardware-Erkennung explizit ausschalten. (z.B. beim Bau in einer VM)
-old2ddriver <yes|no> den alten 2D-Treiber aktivieren oder deaktivieren
-r|–report erstellt ein Report und speichert diese in eine Datei namens ati-report.txt
-u|–uninstall entfernt AMD Catalyst restlos vom System. Zuerst wird das fglrx-Package (falls vorhanden) vom System deinstalliert. Danach werden vorhandene ATI-Dateien und -Verzeichnisse entfernt. Hinweis: Falls das Rebuild-Skript installiert wurde, wird es ebenfalls entfernt und das Initskript /etc/init.d/xdm wiederhergestellt.
-ur|–uploadreport wie Option –report nur zusätzlich wird der Report auf einem NoPaste-Service sprunge.us hochgeladen und gibt bei Erfolg den Link zurück.
-h Die Hilfe anzeigen lassen
-V Version des Skript anzeigen

Hilfe, es funktioniert nicht!

Bitte haltet folgende Regel ein:

  1. Bei der Eingabe der Befehle auf mögliche Tippfehler überprüfen.
  2. Möglicherweise ist die Lösung für das Problem


face

You have an Touchpaddevice and you're looking for an free and open source operatingsystem, touchfriendly and with a KDE UI?

Then you maybe have heard about Plasma Active. Plasma Active is a new UI specially developed for touch-devices. You can download it there from open-slx. That image is prepared to install Plasma Active on the Top of Balsam Professional.

In this Article you can see how to prepare the stick. After booting and installing you have a Plasma Active on your device. You also can use Plasma Active inside a Dual or Multiboot Installation.

But we want to use Skype for this device.

First of all you have to surft to: http://www.skype.com/intl/de/get-skype/on-your-computer/linux/downloading.suse . After accessing the site it will be prepare the download. Just save it any place.

Change now to that directory which contains the saved package. Type in your console:

sudo zypper in skype-2.2.0.35-suse.i586.rpm

After the installation you will see the Skype Icon in the Applicationlauncher.

Tap now on that icon. Now opens the graphical client as you maybe know from the desktop. Tap on Username and type there your Username with the virtual keyboard. Sadly the virtual keyboard doesn't see the Password field. That means that you have to use an external USB Keyboard for this field.

After the Login you can use it through tapping on it. If you tap on the Text field you can use the virtual keyboard. If you like to call anyone just tap on the phone icon.

The integrated WeTab Webcam is supported directly without any changes.

You can plug in a Headphone into the WeTab. A  seperate port for a microphone isn't placed there. But the WeTab has a integrated microphone which pacify in most cases.

wetab-skype

Updated 27.1.12: Changed the packageinstall from rpm to zypper.


face

Pünktlich nach Plan, wurde am gestrigen 25.Januar 2012 mit KDE SC 4.8.0 die neueste Ausgabe des KDE Projektes veröffentlicht. Neben dem beseitigen von etlichen Bugs, wurde auch wieder viele Neuerungen eingebaut. So hat das KDE Team gleich an vielen verschiedenen … Weiterlesen


face

Eu juntei informações de várias fontes aqui neste artigo, então comecemos dando crédito a quem merece! http://www.freetechie.com/blog/installing-oracle-sun-java-1-7u1-opensuse-12-1/ https://sites.google.com/site/easylinuxtipsproject/java-for-opensuse Meu sistemas Linux é um Notebook SAMSUNG RV411 com openSuSE 12.1 64bits.   Agora, vamos ao artigo. A Sun descontinuou a sua licença que permitia as distribuições Linux distribuir versões empacotadas de sua JVM junto com suas [...]


face



Episodio 3 de Android Apps Reviews por GnuOwned

En esta ocasión platicamos de Foursquare y Untappd


face

Al parecer las diferentes distribuciones Linux se han puesto las pilas y no tenemos que esperar unos días para instalarnos KDE 4.8 en nuestros PC.
De hecho estoy escribiendo estas líneas en un portátil con openSUSE 12.1 con KDE 4.8, cuya instalación realicé ayer sobre las 12 de la noche.
Bien, pasemos a las explicaciones, comencemos con cómo instalar KDE 4.8 en openSUSE

Basta con añadir los siguientes repositorios y actualizar el equipo. Si utilizamos 11.4, basta cambiar el número en la línea de rspositorios.

http://download.opensuse.org/repositories/KDE:/Release:/48/openSUSE_12.1/

http://download.opensuse.org/repositories/KDE:/Extra/KDE_Release_48_openSUSE_12.1/

Esto lo podemos hacer mediante la línea de comandos
Más información: My KDE week | openSUSE

Notas importantes:

  • Asegurarse que no se añade ningún repositior Qt ya que todos los paquetes ya están integrados en los anteriores.
  • Desactivar el repositorio UpdatedApps
  • Si no se inicia el escritorio Plasma y se queda en negro el fondo de escritorio pero funciona KRunner y el resto de aplicaciones, bastará eliminar la carpeta oculta /.kde4 que está en el directorio raiz del usuario. Esto depende de la configuración del escritorio anterior. Eso si, perderemos las configuraciones básicas de nuestro anterior KDE.

face

I'm going to FOSDEM, the Free and Open Source Software Developers' European Meeting

FOSDEM 2012 is just round the corner and, as you might know, LibreOffice will have a DevRoom this year too. And, as it was already publicized, your servant and Eilidh McAdam of libvisio fame will attend too. The goal of this event will be to help you to become a LibreOffice developer, by helping you to get your first contact with the code from inside.

How to prepare for the event?

In order to give as many community members the possibility to speak, the presentations will not take more then 15 minutes each. But we will be there for one-to-one contacts and hacking goodness. If you are interested in contributing to our new Visio import filter, or the upcomming Corel Draw and MS Publisher filters, here is what you can do:

  1. Find a bug that is bothering you in the current Visio import filter, or some simple feature that the importer currently does not support
  2. Check out the following libraries:
    • master branch of libwpd (git clone git://libwpd.git.sourceforge.net/gitroot/libwpd/libwpd)
    • STABLE-0-2-0 branch of libwpg (git clone -b STABLE-0-2-0 git://libwpg.git.sourceforge.net/gitroot/libwpg/libwpg)
    • master branch of libwps (git clone git://libwps.git.sourceforge.net/gitroot/libwps/libwps)
    • master branch of libvisio (git clone git://anongit.freedesktop.org/libreoffice/contrib/libvisio), and
    • master branch of libcdr (git clone git://anongit.freedesktop.org/libreoffice/libcdr)
  3. Build them as system libraries and install them in the same order.
  4. Then build LibreOffice according to these instructions. The important thing is to use those system libraries that you just built. To do so, be sure you added to the configure flags
    • --with-system-liwpd
    • --with-system-libwpg
    • --with-system-libwps
    • --with-system-libvisio
    • --with-system-libcdr

With this kind of build, you will be ready to make the most from your Brussels weekend. Nevetheless, you can drop around at our IRC channel #libreoffice-dev channel at irc.freenode.net for more information and ideas.

Starting to do it instead of planning to do it ...

... is the best way to enter the FOSS development. That is why your servant and Eilidh will be around to hold your hand with debugging and finding way to implement your favourite features. We will answer your questions about the library design. We will point you to the place in the code where your bug might linger. And for more complicated stuff, we will debug it with you.

Don't expect us to give you a fish, but we will certainly teach you how to catch it by yourself. And in the same token, you will become a contributor inside a community of smart people that is fun to hang and hack with.

See you in Brussels the 4th and 5th of February 2012.


face


Hime 首頁:https://github.com/caleb-/hime/
Hime 是由 gcin 輸入法分支出來開發的,
http://tetralet.luna.com.tw/index.php?op=ViewArticle&articleId=234&blogId=1
兩方面仍維持合作的關係,
不過可能開發的重心會不一樣,
也就是說,隨著時間流逝,兩者的差別將越來越大
如果您想要嘗試一下 hime
可以由 home:swyear 套件庫安裝
以 openSUSE 12.1 為例:
# zypper ar obs://home:swyear/openSUSE_12.1 swyear
(若已經加過 home:swyear 套件庫,上面步驟不必再做)
# zypper in hime

重新登入後會自動改用 hime
(這裡的優先順序並不代表任何的偏好,
只是希望新安裝一個輸入法後能順利的切換)

若要改回用其他輸入法可以
1. 移除 hime,回到您的原本設定
2. 要同時保有 hime
在 ~/.profile 加上
export INPUT_METHOD=gcin

全域設定在 /etc/sysconfig/language
設定
INPUT_METHOD=gcin

或其他您想要的輸入法


face

Indiferent că versiunea 12.1 a fost un succes sau nu, Echipa Boosters a terminat de conceput calendarul pentru construcţia şi lansarea openSUSE 12.2. Conform calendarului creat de Coolo, openSUSE 12.2 va fi disponibil publicului pe data de 15 iulie 2012.

Calendarul detaliat cu etapetele de construcţie este următorul:
openSUSE 12.2 Milestone 1, 9 Februarie 2012
openSUSE 12.2 Milestone 2, 3 Martie 2012
openSUSE 12.2 Milestone 3, 5 Aprilie 2012
openSUSE 12.2 Milestone 4, 26 Aprilie 2012
openSUSE 12.2 Beta 1, 24 Mai 2012
openSUSE 12.2 RC1, 14 Iunie 2012
openSUSE 12.2 RC2, 28 Iunie 2012
openSUSE 12.2 Gold Master, 6 Iulie 2012
openSUSE 12.2 lansarea oficială Duminică, 11 Iulie 2012

PS: calendar actualizat conform informaţiilor din acest articol.

Older blog entries ->