(What is terminal? - Edit Wiki)
Videos 1 to 30
Terminal City - Episode 1 Recap
from Most Recent July 02, 2008
Author: KOCHVideo Added: Wed, 02 Jul 2008 15:50:38 -0800 Duration: 49After being told that she has breast cancer, Katie stumbles onto the set of a hospital-based reality show. Suddenly, she is thrust into the spotlight and must cope with fame, fear, life and death. Coming soon on DVD. www.terminalcity.tv
|
MSI - Prescription @ Terminal 5 NYC 6/27/08
from YouTube :: Tag // business June 29, 2008
This is Mindless Self Indulgence playing "Prescription" at Terminal 5 in New York City, June 27th, 2008. Here's the setlist for the night: 1. Shut Me Up 2. Mastermind 3. Lights Out 4. Stupid MF 5. Issues 6. 1989 7. Never Wanted To Dance 8. Prescription 9. On It 10. Animal 11. Tornado 12. Pay For It 13. Get It Up 14. Faggot 15. Evening Wear 16. Bomb This Track 17. Bitches 18. Planet Of The Apes 19. Straight To Video 20. I Hate Jimmy Page Ending: There's No Business Like Show Business Be sure to visit the MSI Underground forum for latest news, info, and other fans. http://www.mindless-self-indulgence.com/forums Author: UncleMax27 Keywords: mindless self indulgence msi jimmy urine Lyn-Z lynz righ? kitty Terminal NYC new york city prescription Added: June 29, 2008
|
Jazz Band am Grand Central Terminal
from YouTube :: Tag // newyork June 27, 2008
Kommen nix ahnend am GTC mit der U-Bahn an und bekommen gleich so ne Live Peformence geboten.Die waren echt net schlecht Author: JBBProd Keywords: grand central terminal New York Jazz Band GTC Live Musik Music Added: June 27, 2008
|
Terminal Tip: Eject Media Disc
from Revver - tutorial Videos June 18, 2008
Author: BullBoyKennels Added: Tue, 17 Jun 2008 22:16:37 -0800 Duration: 156Terminal Tip: Eject Media Disc - In this tutorial I will show you how to use Terminal to EJECT or force a media disc to eject from you slot loaded disc drive. From time to time you may have a disc that stay in it's drive and does not eject once your done working or maybe you closed out your program & forgot to eject the disc. So then you like normal will hit/press the eject key & nothing happens the disc does not eject. Then your forced to have to restart your system so that the disc is ejected. Well no more of that, just open up Terminal. See example below. Open up Terminal & type: drutil eject [Hit Return] or Open up Terminal & type: drutil tray open [Hit Return] And that will do the trick for ya.
|
Terminal Tip: top
from Revver - tutorial Videos June 18, 2008
Author: BullBoyKennels Added: Tue, 17 Jun 2008 20:35:08 -0800 Duration: 106Terminal Tip- top Terminal Tip: top - In this tutorial I will show you how to use Terminal to check your system if you think it may be running slow, or if you think something is running that shouldn't be running. This is also used to dentifying potential problem areas in a process on your system as well. So if you think something is wrong this should be one of the places you come to check. Open up Terminal & type: top [Hit Return]
|
Terminal Tip: Eject Media Disc
from recent posts - blip.tv (beta) June 17, 2008
Terminal Tip: Eject Media Disc - In this tutorial I will show you how to use Terminal to EJECT or force a media disc to eject from you slot loaded disc drive. From time to time you may have a disc that stay in it's drive and does not eject once your done working or maybe you closed out your program & forgot to eject the disc. So then you like normal will hit/press the eject key & nothing happens the disc does not eject. Then your forced to have to restart your system so that the disc is ejected. Well no more of that, just open up Terminal. See example below. Open up Terminal & type: drutil eject [Hit Return] or Open up Terminal & type: drutil tray open [Hit Return] And that will do the trick for ya.
|
Terminal Tip: top
from recent posts - blip.tv (beta) June 17, 2008
Terminal Tip: top - In this tutorial I will show you how to use Terminal to check your system if you think it may be running slow, or if you think something is running that shouldn't be running. This is also used to dentifying potential problem areas in a process on your system as well. So if you think something is wrong this should be one of the places you come to check. Open up Terminal & type: top [Hit Return]
|
Terminal Tip: Download Files CURL
from Revver - tutorial Videos June 17, 2008
Author: BullBoyKennels Added: Tue, 17 Jun 2008 17:52:50 -0800 Duration: 199Terminal Tip: Download Files CURL - In this tutorial I will show you how to use Terminal to download files using the command [curl], also please note that I will also use [-LO] just after curl. Here is what -L does: -L follow link even is a redirect has been put in place. Here is what -O does: Tells curl to keep original file name from the server when it is download. If you would like to specify a location for your file to be downloaded to rather then have it saved to the user account folder then simply do this first in terminal. cd /Desktop So this way [cd] means Create Directory and [/Desktop] is where we want the file to be saved to once it is downloaded. Example 1: curl -LO http://www.Site Name/file.zip Example 2: cd ~/Desktop [hit return] then type curl -LO http://www.Site Name/file.zip
|
Terminal Tip: Download Files CURL
from recent posts - blip.tv (beta) June 17, 2008
Terminal Tip: Download Files CURL - In this tutorial I will show you how to use Terminal to download files using the command [curl], also please note that I will also use [-LO] just after curl. Here is what -L does: -L follow link even is a redirect has been put in place. Here is what -O does: Tells curl to keep original file name from the server when it is download. If you would like to specify a location for your file to be downloaded to rather then have it saved to the user account folder then simply do this first in terminal. cd /Desktop So this way [cd] means Create Directory and [/Desktop] is where we want the file to be saved to once it is downloaded. Example 1: curl -LO http://www.Site Name/file.zip Example 2: cd ~/Desktop [hit return] then type curl -LO http://www.Site Name/file.zip
|
Maxwell Render 64 bit
from Most Recent June 15, 2008
Author: valmac75 Added: Sun, 15 Jun 2008 10:37:33 -0800 Duration: 146Lesson about using Maxwell Render 64 bit through the command line
|
Maxwell Render 64 bit
from my videos June 15, 2008
Author: valmac75 Added: Sun, 15 Jun 2008 10:37:33 -0800 Duration: 146Lesson about using Maxwell Render 64 bit through the command line
|
Update iWeb Via SSH using RSYNC in Terminal
from Revver - tutorial Videos June 14, 2008
Author: BullBoyKennels Added: Sat, 14 Jun 2008 15:45:59 -0800 Duration: 404Update iWeb Via SSH using RSYNC in Terminal Update iWeb Via SSH using RSYNC in Terminal In this tutorial I will show you how to use Terminal in MAC OS X to upload & update your iWeb Site via SSH using RSYNC in Terminal. This will save you lots of time in having to re-upload your entire site especially when you use you own host rather then a DOTMAC account to host you own iWeb Sites. Since many host will allow Syncing via FTP that is great but with iWeb when you publish your site to a folder then upload it to your site, then the problem comes up where all the dates have changed. Even though you may have only changed a file or two. Thus forcing you to have to upload everything again unless you know exactly what to upload your self. So by using the RSYNC in Terminal it will do all the dirty work for you. Terminal Command Needed: rsync -avz Sites/mysite/ username@webhost.com:webroot/
|
Patrouille Suisse near miss
from YouTube :: Tag // tag June 13, 2008
Normalerweise dürfen die Flugzeuge der ILA nicht über die Zuschauer fliegen, aufgrund der strengen Sicherheitsvorschriften. Da ich aber an diesem Tag auf dem Terminal vom Flughafen stand, flogen die F-5 Tiger direkt über meinen Kopf. Ziemlich selten in Deutschland; nicht nur weil die Patrouille Suisse nur ein Mal alle zwei Jahre nach Deutschland kommt. Author: SoltauCruiser Keywords: Patrouille Suisse near miss low flying ILA Berlin 2008 air acrobatic Schönefeld terminal airport over my head Luft- und Raumfahrt Tricks Added: June 13, 2008
|
Estande de miniaturas da Viação Cometa São Paulo S.P.
from YouTube :: Tag // sao paulo June 13, 2008
Neste vídeo o estande comemorativo aos 60 anos da Viação Cometa no terminal rodoviário do Tietê em São Paulo SP, destaque para a miniatura do Flecha Azul 7000 feito pela CMA Author: Gilciliano Keywords: Miniatura ônibus Flecha Azul Viação Cometa São Paulo Terminal Rodoviário Tietê Gilciliano Added: June 13, 2008
|
Update iWeb Via SSH using RSYNC in Terminal
from recent posts - blip.tv (beta) June 13, 2008
Update iWeb Via SSH using RSYNC in Terminal Update iWeb Via SSH using RSYNC in Terminal In this tutorial I will show you how to use Terminal in MAC OS X to upload & update your iWeb Site via SSH using RSYNC in Terminal. This will save you lots of time in having to re-upload your entire site especially when you use you own host rather then a DOTMAC account to host you own iWeb Sites. Since many host will allow Syncing via FTP that is great but with iWeb when you publish your site to a folder then upload it to your site, then the problem comes up where all the dates have changed. Even though you may have only changed a file or two. Thus forcing you to have to upload everything again unless you know exactly what to upload your self. So by using the RSYNC in Terminal it will do all the dirty work for you. Terminal Command Needed: rsync -avz Sites/mysite/ username@webhost.com:webroot/
|
Having fun in the terminal
from Dailymotion - channel tech & science June 08, 2008
This video will quickly show you how to play some games in the terminal. Please ignore the stupid unregistered watermark. Oh, and can someone give me the serial code for screen-flow? PLEASE COMMENT!Author: The_One_and_only_Jo Tags: terminal fun games no yes in the mac Posted: 09 June 2008 Rating: 4.0 Votes: 1
|
Voyage territoire
from Dailymotion - channel travel June 07, 2008
voila une tite video sur un voyage passé en début de terminal sur les massifs de l'ardécheAuthor: laidy_fae Tags: voyage territoire terminal stav tsp nanass nono nathou Posted: 07 June 2008 Rating: 0.0 Votes: 0
|
Vidéo003
from Dailymotion - channel college June 05, 2008
encore et toujours la suite...Author: the-forgotten-dreams Tags: bataille d'oeufs dernier jour des terminal lycée jules verne nantes Posted: 05 June 2008 Rating: 0.0 Votes: 0
|
Vidéo002
from Dailymotion - channel college June 05, 2008
encore la suite...Author: the-forgotten-dreams Tags: bataille d'oeufs dernier jour des terminal lycée jules verne nantes Posted: 05 June 2008 Rating: 0.0 Votes: 0
|
Vidéo001
from Dailymotion - channel college June 05, 2008
la suite, la suite y a une suite XDAuthor: the-forgotten-dreams Tags: bataille d'oeufs dernier jour des terminal lycée jules verne nantes Posted: 05 June 2008 Rating: 0.0 Votes: 0
|
Vidéo000
from Dailymotion - channel college June 05, 2008
première vidéo des terminal et leur bataille d'œufs même si on voit pas très bien ^^'Author: the-forgotten-dreams Tags: oeuf jules verne lycée dernier jour terminal fac merde pue farine Posted: 05 June 2008 Rating: 0.0 Votes: 0
|
13 Terminal (15 Tai) @ Wahjong www.viwawa.com
from YouTube :: Tag // lost June 04, 2008
A recording of my 3rd (or 4th) 13 Terminal winning hand in the game of mahjong (WahJong @ www.viwawa.com) which gave me 15 tais (pts). This is actually my first ever upload on YouTube. I've always wanted to play around with Camtasia Studio and record stuff which I find rare. I was taking a break during work and playing a few rounds of mahjong with some friends. Right when I thought I had the chance to get a 13 Terminal hand, I quickly fired up Camtasia and began recording. Just wish I'd played with Camtasia long ago so that I could post my previous encounters. A 13 Terminal, by definition means - One each of the 1 and 9 tiles in each common suit, plus one each of all the honor tiles (4 winds, 3 dragons), and any matching honor tile to make a pair. You can see that I sort of lost hope when the player Picolet made a Pong (a triplet, or three of a kind in the same suit) of the tile hong zhong (中). But luck was on my side and I drew the last 中, and then went on to win the game with 15 tais self drawn. Sorry for the occasional popup of msn notifications. You can tell that I'm a newbie with Camtasia. Author: dan1st Keywords: 13 Fold Terminal Demon Mahjong WahJong viwawa viwawa.com www.viwawa.com tiles game Added: June 4, 2008
|
|
Log in or sign up to leave comments.
0 comments on terminal:
(No comments yet..)
get widgets
RSS feed for terminal:
To add your video to this page, just add this code in your video blog post:
|