| Gary Gnu - 51 sec No Gnews Is Good Gnews Auteur : soap206 Tags:Gary Gnu  |
| El nombre correcto es GNU con Linux : R. STALLMAN (VIDEO 1) - 598 sec Video de una entrevista al inventor del Sistema GNU y fundador de la Free Software Foundation, RICHARD M. STALLMAN, exponiendo las ventajas del Software Libre, aclarando el nombre correcto del sistema : GNU/LINUX, y conceptos polémicos como "código abierto" (open source) Auteur : josueelguerrero Tags:VIDEO_GNU_ LINUX_ WINDOWS_ RMS_ 2007_ VIDEO  |
| The Gnu Song - 197 sec Humorous song by Flanders and Swann. www.homevideotalentshow.com Auteur : Ukuleleric Tags: Humour song Flanders and Swann  |
| Flymake in GNU Emacs 22 - 406 sec demonstaration of flymake-mode, a new feature of GNU Emacs 22.
It's a on-the-fly syntax checker. Auteur : BitToByte Tags:GNU Emacs flymake programming tool linux  |
| Metisse on GNU/Linux demo - 294 sec A demo of Metisse, an X-based window system designed with two goals in mind: make it easy to design and implement innovative window management techniques and conform to existing standards and be robust and efficient enough to be used on a daily basis, making it a suitable platform for the evaluation of the proposed techniques. Auteur : SmartWarthog Tags:linux metisse desktop 3d xgl compiz beryl technology innovation innovative windows flip3d vista mac macosx macos unix  |
| GNEVE - GNU Emacs Video Editor mode demo - 204 sec GNEVE - GNU Emacs Video Editor mode demo
Demonstration video on GNEVE in action.
GNEVE Homepage: http://1010.co.uk/gneve.html
GNEVE is an extension for GNU Emacs to provide flexible EDL (Edit Decision List) video editing facilities as part of a free, multimedia production toolchain. GNEVE is under active development, currently with three developers working towards a first beta release. GNEVE depends on the freely available MPlayer software for previewing, and the latest, free MLT framework/video editor for EDL processing. The software is keystroke driven, with flexible preview and render functionalities. GNEVE is written in Emacs Lisp, and runs on GNU/Linux.
Developers: Martin Howse, Arnold Mátyási, Gábor Török Auteur : arnmatyasi Tags: GNU Emacs GNEVE realtime video editor  |
| Flanders And Swann - The Gnu Song - 310 sec Great little song from an extremely talented pair..
Although I've seen a few versions of this on here (including a Muppets one I didn't know existed!), I thought I'd try my own stab at it.. and added my own little joke at the end for the geeks in the room :D Auteur : sirstrongbad Tags: Flanders And Swann Comedy The Gnu Song  |
| El nombre correcto es GNU con Linux : R. STALLMAN (VIDEO 2) - 577 sec Video de una entrevista al inventor del Sistema GNU y fundador de la Free Software Foundation, RICHARD M. STALLMAN, exponiendo las ventajas del Software Libre, aclarando el nombre correcto del sistema : GNU/LINUX, y conceptos polémicos como "código abierto" (open source) Auteur : josueelguerrero Tags:GNUconLinux (VIDEO2)  |
| Trisquel GNU/Linux - 136 sec Video de la interfaz de TrisGuel GNU/Linux 0.97 con Xgl+Compiz.
http://trisquel.uvigo.es Auteur : trisquel2006 Tags:trisquel gnu linux xgl compiz  |
| GNU/LINUX UBUNTU 7.04 Feisty Fawn - 101 sec This is my Os GNU/LINUX UBUNTU 7.04 (Feisty Fawn) whit Beryl and emerald theme manager. my blog: http://marwal.wordpress.com/ Auteur : waltergd22 Tags: gnu/linux gnu linux ubuntu feisty fawn os beryl emerald  |
| GNU variant: GNU/kfreeBSD review - 332 sec This video talks about Debian GNU/kfreeBSD, the "k" in front of freeBSD means that only the kernel of freeBSD is being used. the whole system is Debian GNU, I tried it via the Ging live CD. But I didn't install it, you can try it to! but its still a work in progress.
If you try it. You can post a video response about your experience. Auteur : nnasby63 Tags: freesoftware freeBSD unix Debian stallman nnasby63  |
| Breve storia del software libero e GNU Linux (parte 01) - 477 sec Breve servizio (trovato su Google Video), con alcuni estratti di Revolution OS 2, che racconta storia, vantaggi e caratteristiche di Linux e del software libero open-source.
Fonte: http://video.google.com/videoplay?docid=-7319760967286790378 Auteur : sberla54 Tags:linux opensource computer revolutionos freesoftware gnu stallman hacker nerd geek documentary torv  |
| Slackware GNU/Linux 12.0 + Compiz-Fusion - 170 sec Compiz-Fusion on Slackware 12. It can be done! You don't have to be an expert! Usually runs smoothly. Auteur : radumaier Tags:slackware linux compiz compiz-fusion vista aero underbeat romania  |
| Macross plus GNU-DOU series Review - 274 sec A closer look at Yamato's GNU-DOU Macross Plus Valkyries. See the full reviews here: YF-19 http://www.collectiondx.com/node/2566, YF-21 http://www.collectiondx.com/node/2568, VF-11B http://www.collectiondx.com/node/2567 Auteur : CollectionDX Tags: macross yamato yf-19 gnu dou collectiondx review  |
| Revolution OS - Birth Of GNU (1/5) - 148 sec http://www.MasterNewMedia.org Extracted from the Revolution OS documentary. In this clip Richard Stallman discusses the birth of the GNU Auteur : RobinGood Tags: gnu open source revolution os robingood robin good linux opensource copyleft copy left operating system  |
| XGL Debian GNU/Linux - 129 sec Un Demo del XGL no tan nuevo, hecho por Novell Auteur : ob3ronX Tags:linux xgl debian gnome  |
| Video 1 - How to download Ubuntu GNU/Linux - Training Vid - 225 sec Linux.com short training video, This video shows you how to download GNU/Linux OS. An easy guide to Linux Ubuntu (the same steps apply for Fedora and Linspire etc). Training Video by Robin Miller.
Download Link
Alternate viewing method: Use your favorite media player to open this URL:
http://www.linux.com/blob.pl?id=b0f30c4805c22d072f48076088eb3533 Auteur : tauheedul Tags:Linux GNU UNIX Ubuntu Software Operating System OS Download Tutorial Training Video Install Microsoft Robin Miller  |
| GNU/Linux y Dell - 293 sec www.kikegavilan.com Auteur : kikegavilanxxx Tags:GNU/Linux Dell  |
| Building GNU Emacs as a sample of separate compilation in C - 197 sec complex programs usually consist of multile source files. To understand the flow of compiling them and combining into the target object, I demonstrate how to build emacs (temacs, a vanilla emacs core) with make command, in this video.
*** これはプログラミング演習用の自習ビデオです ***
分割コンパイル(separate compilation)の実例
GNU Emacs 23.0.60はおおよそ125個のCファイル、合計34万行からなっている(C言語以外で記述されている部分については省略)。これをコンパイルするにはmakeコマンドを利用(入力)する。すると、それぞれのCファイルが:
gcc -c *.c -I*
でコンパイルされる(この時-Iは必要だが(大文字のアイ)-lは要らない(小文字のエル))。これで125個の*.oが作成される。-cを付けるとコンパイルするファイルの中にmain関数はなくてよいし、リンクもされない。
*.oの生成が終ったら全てを目的プログラムtemacsにまとめるために:
gcc -o temacs *.oの羅列 -l各種ライブラリ
で結合(リンク)する。この際にはライブラリ関数を結合するために-lが必要になる(小文字のエル)。
なお、一連の動作を自動化するために、Makefileに生成手順のルールを記述してある。従って実際にユーザが入力するのは:
make temacs
である。(-j2はデュアルコアCPUでの並列コンパイル用の指示)。 Auteur : ShujiNarazaki Tags: separate compilation gcc emacs make Makefile  |
| Linus Torvalds on GNU/Linux - 51 sec Linus Torvalds states that without the GNU software from the Free Software Foundation such as the GNU C compiler it would not have been possible to develop the Linux kernel or most of the "open source" programs. The combination of the GNU operating system and the Linux kernel make up what is called the GNU/Linux operating system. Torvalds also states that he agrees and uses the GNU General Public License (GPL).
To learn about GNU visit:
http://www.gnu.org
The Free Software Foundation:
http://www.fsf.org Auteur : gnu4freedoms Tags: GNU/Linux GNU GPL Richard Stallman Linus Torvalds Free Software Movement Foundation GCC computer opensource Linux  |