Trailer: openSUSE 11 Video-Training
http://www.video2brain.com/de/products-263.htm In diesem Video-Training zeigt Ihnen Profi-Trainer Dieter Thalmayr, wie Sie in die openSUSE-Version 11 einsteigen und sofort produktiv und professionell mit ihr arbeiten. Das Video-Training führt Sie durch alle wichtigen Features & Funktionen wie zum Beispiel den neuen KDE 4-Desktop.
Linux
Open
SUSE
Source
KDE
GNU
GIMP
video2brain
Channels:
OpenSUSE
Added: 280 days ago by
nate
Views: 62 |
Comments: 0
Not yet rated
Ubuntu Intrepid Ibex part 4 of 6
Watch in HD: http://nl.youtube.com/watch?v=3WmiqOCFnGs&fmt=22 Ubuntu 8.10 code name "Intrepid Ibex" This video is about my Ubuntu desktop. I just wanted to show you why I love this GNU/Linux distribution so much. A while ago I made one of my Windows Vista desktop http://www.youtube.com/watch?v=RgXtn5hNjaA Now Youtube has a new widescreen player and support for High Definition streaming( = beta, add &fmt=22 to the end of the URL), so it's time to upload a new movie. This video is not only eye candy! I'll show you some cool programs and games for the Linux platform. You are free to modify, copy, share and redistribute this movie (except the music). Because I do not own the music! I captured my Ubuntu desktop in GTK Record My Desktop. I had to convert the .ogv files to h.264 mp4 with Allok mpeg4 converter in order to edit them in my favorite video editing tool! I wanted to edit my movie clips in Corel Video Studio X2, but I had some problems to import the files. Actually it didn't load the full movie clip, so I switched to Microsoft Windows Moviemaker. Windows Moviemaker sucks! When I was saving my movie, it stuck at 99%. I tried again, but it stuck again and again and again. Guess this issue has something to do with the installed codecs. Then I tried Pinnacle Studio 12 Ultimate. OK I managed to publish my movie 1280x720 in a mp4 container with the so called High definition. But when I checked the codec of the video in Quicktime and that was not a h.264codec! WTF Pinnacles mp4 High Definition is not h.264! The quality was good but it could be better. I also used a program called Yamb to join and split multiple h.264 mpeg4 video clips. The software works great! No conversion! It took almost four hours to save this movie(Pinnacle)! That's a very long time! HP pavillion 1080ed a centrino2 notebook P8400 CPU 2,26 GHz 4GB DDR2-SODIMM 9600 mGT 5400 Western Digital disk... I know this is slow You may wonder why I didn't use Free- or Open source video editors for Linux. That's because most of these programs will save your movie in some weird codecs and containers. For example ogg, ogv, ogm, mkv.... I don't think that Youtube will accept these files. And we all know that less conversion will result in a higher quality movie. Soon I'll publish a HD 1080p version with 5.1 sound....probably a .wmv Download the full movie in 1080p here: Sorry not yet available
ubuntu
linux
gnu
compiz
fusion
games
os
eye
candy
gnome
anime
gpl
open
source
desktop
adobe
opensuse
free
Channels:
OpenSUSE
Added: 280 days ago by
nate
Views: 56 |
Comments: 0
Not yet rated
Threads Nel Sistema Operativo Linux
http://www.linuxfoundation.org/ - http://www.debian.org/index.it.html - http://slackware.it/ - http://www.ubuntu-it.org/ - http://it.opensuse.org/Benvenuto_su_openSUSE.org La specifica implementazione dei thread e dei processi dipende dal sistema operativo, ma, in generale, si può dire che un thread è contenuto all'interno di un processo, e che diversi thread contenuti nello stesso processo condividono alcune risorse (lo spazio d'indirizzamento del processo), mentre processi differenti non condividono le loro risorse. Un thread è composto principalmente da tre elementi: program counter, valori nei registri e stack. Le risorse condivise con gli altri threads di uno stesso task sono essenzialmente la sezione di codice, la sezione di dati e le risorse del Sistema Operativo. Nelle architetture a processore singolo, quando la CPU esegue alternativamente istruzioni di thread differenti, si parla di multithreading a divisione di tempo. La commutazione fra i thread avviene di solito tanto frequentemente da dare all'utente l'impressione che tutti i task siano eseguiti contemporaneamente. Nelle architetture multi-processore i thread vengono invece realmente eseguiti contemporaneamente, ciascuno su un distinto processore. Quando delle azioni sono effettuate a livello di thread tutta l'informazione di stato riguardante l'esecuzione viene tenuta in strutture dati a livello di thread. Ci sono, comunque, molte azioni che influiscono su tutti i thread di un processo e che il sistema operativo deve gestire a livello di processo. A questo genere di azioni appartengono la sospensione e la terminazione di un processo. In entrambi i casi, la rimozione dalla memoria dello spazio di indirizzamento si ripercuote su tutti i thread che condividono quello spazio di indirizzamento e che entrano quindi tutti insieme nello stato di sospensione o di terminazione. Come i processi anche i thread hanno uno stato di esecuzione e possono sincronizzarsi tra loro. Gli stati di un thread sono ready, running e blocked. Ci sono quattro operazioni di base associate ai cambiamenti di stato di un thread. Creazione: quando un processo viene creato, si crea anche un thread. Successivamente un thread può creare un altro thread a cui deve fornire il puntatore delle istruzioni e gli argomenti: vengono creati un contesto per i registri e gli stack, e il nuovo thread è messo nella coda dei ready. Blocco: quando un thread deve aspettare un particolare evento entra in stato blocked (salvando i registri utente, il program counter e lo stack pointer) Sblocco: quando si verifica l'evento per cui il processo era stato posto in stato blocked, il thread passa allo stato ready. Terminazione: quando un thread completa il suo compito, il suo contesto per i registri e i suoi stack vengono deallocati. Applicazioni tipiche dei thread sono la parallelizzazione di un programma, per sfruttare i moderni processori multi core: infatti, un singolo thread può essere eseguito su un solo core per volta. Linux (o GNU/Linux) è un sistema operativo libero di tipo Unix (o unix-like) costituito dall'integrazione del kernel Linux con elementi del sistema GNU e di altro software sviluppato e distribuito con licenza GNU GPL o con altre licenze libere. Supportato da società come IBM, Sun Microsystems, Hewlett-Packard, Red Hat e Novell, Linux può essere installato su una ampia gamma di computer, dai cellulari, tablet computer e console ai mainframe e i supercomputer. Linux è anche un sistema operativo per server e fa funzionare i dieci supercomputer più veloci nel mondo. Il suo sviluppo è sostenuto da un'associazione senza fini di lucro, ovvero la Linux Foundation. Linux, in realtà, è il nome del kernel sviluppato da Linus Torvalds a partire dal 1991 che, integrato con i componenti già realizzati dal progetto GNU (compilatore GCC, libreria glibc e altre utility) e da software di altri progetti, è stato utilizzato come base per la realizzazione dei sistemi operativi open source e delle distribuzioni che vengono normalmente identificate con lo stesso nome. L'utilizzo della parola Linux è da attribuire a Ari Lemmke, l'amministratore che rese per primo disponibile Linux su Internet via FTP il 17 settembre 1991. In particolare, Linux era il nome della directory, la pub/OS/Linux, in cui risiedevano i file del nuovo sistema operativo. Il nome scelto da Torvalds e che durò per sei mesi era Freax, ovvero Freaks con la x d'ordinanza. Secondo Richard Stallman, fondatore del progetto GNU, e secondo la Free Software Foundation, la dicitura Linux (senza prefisso "GNU/") per l'intero sistema operativo sarebbe erronea, in quanto il nome Linux è attribuibile al solo kernel e il sistema, strutturato a partire dai componenti dell'originale progetto GNU, dovrebbe più propriamente chiamarsi GNU/Linux. Da Wikipedia
informatica
sistemi
operativi
gnu
linux
processi
threads
scheduling
computer
tutorial
windows
programmazione
Channels:
OpenSUSE
Added: 280 days ago by
nate
Views: 101 |
Comments: 0
Not yet rated
FreeBSD Vs. Linux - TechTV 02/09/2003
http://www.freebsd.org/ -- http://www.linuxfoundation.org/ Linux refers to the family of Unix-like computer operating systems using the Linux kernel. Linux can be installed on a wide variety of computer hardware, ranging from mobile phones, tablet computers and video game consoles, to mainframes and supercomputers. Linux is a leading server operating system, and runs the 10 fastest supercomputers in the world. The development of Linux is one of the most prominent examples of free and open source software collaboration; typically all the underlying source code can be used, freely modified, and redistributed, both commercially and non-commercially, by anyone under licenses such as the GNU General Public License. Typically Linux is packaged in a format known as a Linux distribution for desktop and server use. Some popular mainstream Linux distributions include Debian (and its derivatives such as Ubuntu), Fedora and openSUSE. Linux distributions include the Linux kernel and supporting utilities and libraries to fulfill the distribution's intended use. FreeBSD is a free Unix-like operating system descended from AT&T UNIX via BSD UNIX. Although for legal reasons FreeBSD cannot be called "UNIX," as the direct descendant of BSD UNIX (many of whose original developers became FreeBSD developers), FreeBSD's internals and system APIs are UNIX-compliant, and thanks to its permissive licensing terms, much of FreeBSD's code base has become an integral part of other operating systems such as Mac OS X that have subsequently been certified as UNIX-compliant and have formally received UNIX branding. With the exception of the proprietary Mac OS X, FreeBSD is the most widely used BSD-derived operating system in terms of number of installed computers, and is the most widely used freely licensed, open-source BSD distribution, accounting for more than three quarters of all installed systems running free, open-source BSD derivatives. FreeBSD is a complete operating system; the kernel, device drivers, and all of the userland utilities, such as the shell, are held in the same source code revision tracking tree. (This is in contrast to Linux distributions, for which the kernel, userland utilities, and applications are developed separately, and then packaged together in various ways by others.) Third-party application software may be installed using various software installation systems, the two most common being source installation and package installation, both of which use the FreeBSD Ports system. (From Wikipedia)
linux
open
source
freebsd
operating
system
GNU
GNOME
Shell
KDE
Plasma
Desktop
Ubuntu
technology
unix
computer
Channels:
OpenSUSE
Added: 280 days ago by
nate
Views: 123 |
Comments: 0
Not yet rated