-
4 months ago
How to rotate a video 90 degree under Linux
mencoder VIDEO0029.mp4 -o output.mp4 -vf rotate=1 -oac copy -ovc lavc
In today's video, I am going to show you how to rotate a video from portrait...
1,281 views
linuxbyexample
uploaded
-
4 months ago
linuxbyexample
commented:
-
-
8 months ago
Linux grep - A quick tutorial showing how to use grep to count strings in a text file
In today's screen cast, I am going to show you how to use the Linux grep command, to quickly count the number of instanc...
6,473 views
linuxbyexample
uploaded
-
8 months ago
linuxbyexample
commented:
@daeheadshot
Helge sorry you found the voice annoying, I certainly wasn't try to annoy anyone -- I was trying to make the video "work safe" and sound professional, but I'll take your comments on board, and try to make future videos less serious
Paul,
-
-
9 months ago
Alias - An introduction tutorial on using the Linux alias command
One way to check that your web site is running, is to ping the web server that your site resides on, and see if you get ...
919 views
linuxbyexample
uploaded
-
9 months ago
linuxbyexample
commented:
@theif519 Glad you found the video of some use, the Alias command is certainly very useful, especially when working on Linux servers.
-
-
1 year ago
ccrypt - Secure Password Management From The Linux Command Line
Passwords! - It seems like every web site or service requires you to have a password, and if your being diligent and cre...
2,591 views
linuxbyexample
uploaded
-
1 year ago
linuxbyexample
commented:
@chrelad
Thanks, glad you liked the screencast. We have many planned for 2011.
-
-
1 year ago
SF Show! and Super Useful Dongle
Thank you! Tickets are SOLD OUT for the 2/18/12 show!
Flash Drives: http://bit.ly/PomplamooseFl...
PomplamooseMusic • 132,481 views
-
1 year ago
Tiny Core 3.3...Tiny But With Big Pants !!!!
Watch in fullscreen and HD.......
Here we have the latest version of tiny core,which is now at 3.3,and there have been quite a few changes this tim...
sneekylinux • 3,298 views
linuxbyexample
commented:
Great review. It's inspired me to give Tiny Core a try on some older hardware.
-
1 year ago
s3cmd - Linux command line interface with Amazon S3 data storage
Backups! - sooner or later you are going to have to rely on your backups, to retrieve an important photograph or documen...
1,529 views
linuxbyexample
uploaded
-
1 year ago
Austrumi 2.2.1 ...same but better....
Watch in fullscreen and HD....
Here we look at the new austrumi release,and quite nice it is too,but there are a few niggles i have like lang and i...
sneekylinux • 2,495 views
linuxbyexample
commented:
Great job as always. Another excellent review.
-
1 year ago
Sintel - Third Open Movie by Blender Foundation
"Sintel" is an independently produced short film, initiated by the Blender Foundation as a means to further improve and validate the free/open sour...
BlenderFoundation • 2,950,379 views
linuxbyexample
favorited
-
1 year ago
Virtualizing Servers with XenServer, We Bought a New House!
Things have been really entertaining here for the last month or so. I know, I should have been showing things as they happened, but I just haven't ...
TWILTalks • 1,225 views
-
1 year ago
Sneeky Quickie 03/03/12 Pi..Yrs and Mike OS..Nice
Here is just a quick sneeky quickie about some stuff including the raspberry pi, young rewired state and mike os, you may like what you see but hey...
sneekylinux • 50 views
-
1 year ago
Arch Linux Installation Tutorial Part 2: Setting up Xorg, Gnome and Pulseaudio
The specific commands I used: http://www.thisweekinlinux....
All the commands used can be found in the Arch Wiki, specifica...
thisweekinlinux • 56,475 views
linuxbyexample
commented:
Thank you for a great how-to video, I learned a few tips which helped me get Arch installed under Virtual Box. Great Work !
-
1 year ago
linuxbyexample
favorited
-
1 year ago
linuxbyexample
liked
-
-
1 year ago
Photoshop. Come rendere una foto simile a un disegno, a un fumetto.
Pasticcio grafico per trasformare una foto "normale" in una specie di disegno, di fumetto. In questo caso ho trasformato in "disegno" una capretta ...
testomatto • 271 views
-
1 year ago
ubuntu live earth wallpaper (xplanetfx) with conky for a pretty and informative desktop
link for xplanetfx... http://mein-neues-blog.de/x...
link for conky setup... http://gnome-look.org/conte...
suli8 • 13,982 views
-
1 year ago
"The Linux A-TEAM" Podcast
Last night I had the opportunity to have a discussion with a few other members of the Linux community, and this video was the result. It was a LOAD...
thisweekinlinux • 3,503 views
-
-
1 year ago
Using the Exif tool on Linux to read / write Exif Tags to your photo collection.
In today's screen cast I am going to show you how to read and write Exif tags to and from your digital photographs. Exif...
3,561 views
linuxbyexample
uploaded
-
1 year ago
Linux commands to check the specification of a new linux server
In this video I am going to show you some Linux commands, that you can use to check the specification of a new server yo...
1,495 views
linuxbyexample
uploaded
About Linux By Example
how-to videos on using Linux, both on the desktop and as a server operating system.
@KutWrite
1) You don't really need to use a bash script, I just did that for ease while recording the video so I didn't have to type the full mencoder syntax while filming.
2) The mencoder syntax is:-
mencoder inputfile.mp4 -o outputfile.mp4 -vf rotate=1 -oac copy -ovc lavc
So in this instan...