A Couple of Short Linus Torvalds Videos

 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements A Couple of Short Linus Torvalds Videos
# 1  
Old 01-23-2007
MySQL A Couple of Short Linus Torvalds Videos

This link is to a page that has two short videos that feature Linus Torvalds discussing the Linux kernel. After you watch the first video, scroll down some more to reach the second video.
Login or Register to Ask a Question

Previous Thread | Next Thread

5 More Discussions You Might Find Interesting

1. War Stories

Linus Torvalds reply about Meltdown and Spectre.

Apologies if this is the wrong forum but... ...This is hard hitting stuff. LKML: Linus Torvalds: Re: x86/enter: Create macros to restrict/unrestrict Indirect Branch Speculation (5 Replies)
Discussion started by: wisecracker
5 Replies

2. Shell Programming and Scripting

How to couple 2 script in 1?

I have two script / test1 - test2 test1 in var / etc test2 in var / www and I want coupled into a single script that runs both script in the following order test1 and test2 every 3 minutes (7 Replies)
Discussion started by: azzeddine2005
7 Replies

3. Shell Programming and Scripting

A couple issues

Hello, I have a couple questions. First of all, I'm trying to use the wc command on the /etc/passwd file to find out the total amount of users but I am unsuccesful. I figured since users each have their own line in the passwd file that i could have it count the number of lines and then return the... (1 Reply)
Discussion started by: Simonpalmieri
1 Replies

4. HP-UX

Couple of questions.

Right now I am a Microfocus COBOL programmer, working on a HP-UX system. I want to now get Certified as a HP Certified Systems Administrator. I ordered a book from amazon and will start with it. I also will be working at my job with someone who applies the patches and things as we do NOT have a... (3 Replies)
Discussion started by: nixie21
3 Replies

5. Filesystems, Disks and Memory

What the best HD format for Unix & Linus

Hello people, Im just about to install linux and unix but would like to know what the best Partition type format is for both of them. Can anyone tell me Thankyou in advanced (1 Reply)
Discussion started by: jeffersno1
1 Replies
Login or Register to Ask a Question
PLAYMPEG(1)						      General Commands Manual						       PLAYMPEG(1)

NAME
plaympeg - MPEG audio (MP3) and video (MPEG-1) player SYNOPSIS
plaympeg [options] file ... DESCRIPTION
plaympeg is an MPEG audio and video player that uses the SDL MPEG Player Library. It can play back MPEG audio (layer 1, 2 and 3), MPEG video (MPEG-1) and MPEG system (audio and video combined) files. MPEG-2 video files (as found on DVDs) are not supported. The video player works best on a 16 bit color depth X11 display, it works on other color depths with reduced speed as well. You'll need a CPU with 300 MHz or more to play back an MPEG system stream with 25 frames per seconds (fps) at full speed. OPTIONS
--help Show short usage information --noaudio Don't play the audio stream (if available) --novideo Don't play the video stream (if available) --fullscreen Play the MPEG video stream in fullscreen mode (this requires root privileges or a setuid plaympeg binary) -2, --double Play the MPEG video stream at double size -l, --loop Play the stream (audio or video) over and over again -v N, --volume N Set the volume of the audio stream to N% (N in the range of 0 to 100) -s S, --scale S Play the MPEG video stream at S size SEE ALSO
SMPEG home page at http://www.lokigames.com/development/smpeg.php3 AUTHOR
The SDL MPEG Player Library was written by Karl Robillard and Sam Lantinga of Loki Entertainment Software. Please report any bugs and/or fixes to smpeg@lokigames.com. This manual page was written by Stefan Gybas <sgybas@debian.org> for the Debian GNU/Linux system, but may be used elsewhere under the GPL. PLAYMPEG(1)