Sponsored Content
The Lounge What is on Your Mind? New UNIX and Linux History Sections Post 303035509 by Neo on Monday 27th of May 2019 12:25:46 AM
Old 05-27-2019
Update:

Added two short bios, Ken Thompson and Dennis Ritchie. More to come as I have time ...


Code:
$rand = mt_rand(0, 7); 

if ($rand == 0) { 
    eval('$history_div_for_users = "' . fetch_template('unix_linux_history') . '";'); 
} elseif ($rand == 1) { 
    eval('$history_div_for_users = "' . fetch_template('linux_unix_history') . '";'); 
} elseif ($rand == 2) { 
    eval('$history_div_for_users = "' . fetch_template('red_hat_history') . '";'); 
} elseif ($rand == 3) { 
    eval('$history_div_for_users = "' . fetch_template('ubuntu_history') . '";'); 
}  elseif ($rand == 4) { 
    eval('$history_div_for_users = "' . fetch_template('gnu_history') . '";'); 
} elseif ($rand == 5) { 
    eval('$history_div_for_users = "' . fetch_template('man_page_history') . '";'); 
} elseif ($rand == 6) { 
    eval('$history_div_for_users = "' . fetch_template('ken_thompson_history') . '";'); 
}elseif ($rand == 7) { 
    eval('$history_div_for_users = "' . fetch_template('dennis_ritchie_history') . '";'); 
}else{ 
    $history_div_for_users = ''; 
}

Please contribute if you have time, otherwise I'll have to have all the "historical" fun myself.
These 5 Users Gave Thanks to Neo For This Post:
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Unix History Question: Why are filenames/dirnames case sentsitive in Unix?

I tried looking for the answer online and came up with only a few semi-answers as to why file and directory names are case sensitive in Unix. Right off the bat, I'll say this doesn't bother me. But I run into tons of Windows and OpenVMS admins in my day job who go batty when they have to deal... (3 Replies)
Discussion started by: deckard
3 Replies

2. Solaris

unix command history

is there any way to determine the last command entered on a unix machine??? Thanx (3 Replies)
Discussion started by: mm00123
3 Replies

3. SuSE

Linux SuSE 10 - Disable Unsuccessful Login History.

When we login to any remote connections in SuSE Linux, say for example, telnet , the following line is displayed "Last Login : Date and time is displayed" I would like to disable this. In SuSE 9, I could find the solution . Please suggest me a solution to disable the line displayed for SuSE... (3 Replies)
Discussion started by: Laksmi
3 Replies

4. Shell Programming and Scripting

stop users from running 'history -c' in Linux

Hi All, My question is how can i stop my users on system from deleting their history. How can i stop the users from running 'history -c'. I have searched thoroughly on the forum but didn't find any satisfactory solution to the problem. kindly help if you any suggestions Thanx in... (3 Replies)
Discussion started by: xander
3 Replies

5. UNIX and Linux Applications

Unix History

Hi everybody Im Megadrink!!! This is my first thred. Ive recently been introduced to Unix and i was interested in Unix's History. Can anyone give me a breif History On Unix. Just when it was invented/released. Maybe someother cool things about it. Thx for the information in advance!! :D (2 Replies)
Discussion started by: Megadrink
2 Replies

6. Linux

History of executed command in Linux

Hi All, Is there a way to check command executed by users in Linux for a specific date? I know we can use history, but it doesn't shows yesterday's executed commands. rgds, (3 Replies)
Discussion started by: ronny_nch
3 Replies

7. UNIX for Dummies Questions & Answers

How to clear history in Linux

Hello All, Good Morning. I am trying to erase history list in my linux box, but my below command is failing. What is the actual way to clear it? > history clear -bash: history: clear: numeric argument required Also when I run my commands in my command prompt, my team lead can see my... (7 Replies)
Discussion started by: NARESH1302
7 Replies

8. Shell Programming and Scripting

History file in UNIX

commands to view the history file in unix. I am not sure whether it is bash_history.sh (1 Reply)
Discussion started by: ramkumar15
1 Replies

9. What is on Your Mind?

The Great History of UNIX (1969-1999) | 30 Years of UNIX History | YouTube Video

I am pleased to announce this new video in 1080 HD for UNIX lovers honoring thirty years of UNIX history spanning from 1969 to 1999 presented in 150 seconds (two and a half minutes) in 1080 HD, celebrating the 50th anniversary of UNIX. The Great History of UNIX (1969-1999) | 30 Years of UNIX... (8 Replies)
Discussion started by: Neo
8 Replies

10. UNIX for Advanced & Expert Users

How to find out and monitor IO spikes history in Linux?

hello all i have application which according to AWS monitoring is reaching to high spikes of IO at random time . and causing the server to crash and restart . my question is how can i find out what cause the spike and if i can't with the native linux tools what free open source minimon... (6 Replies)
Discussion started by: umen
6 Replies
GET_FLASH_VIDEOS(1p)					User Contributed Perl Documentation				      GET_FLASH_VIDEOS(1p)

NAME
get_flash_videos - Video downloader for various Flash-based video hosting sites SYNOPSIS
get_flash_videos [OPTION]... URL... get_flash_videos [OPTION]... SEARCH DESCRIPTION
Download the Flash video from the web pages given in "URL", choosing suitable filenames for each. Alternatively if "SEARCH" is specified (either quoted or unquoted), get_flash_videos will search Google Video for "SEARCH", and present a list of videos to download. get-flash-videos attempts to support many video sites, therefore there is no list of supported sites in this manual page as it frequently changes, see the website for a list. OPTIONS
-d, --debug Print extra debugging information. -f, --filename Save downloaded file to the specified filename. Usually this shouldn't be necessary, as "get_flash_videos" tries to use a meaningful name for the video. -r, --quality The quality of the video to attempt to download. Some sites offer videos in multiple qualities; this will let you specify which quality to prefer. "get_flash_videos" will aim to download a video at the specified quality or lower, if no video is available at that quality it will download the next highest quality video available. You can specify a quality as either: o high o medium o low or a target resolution: o 1080p(1920x1080) o 720p(1280x720) o 576p(720x576) o 480w(854x480) o 480p(640x480) o 240w(427x240) o 240p(320x240) High corresponds to 1080p or 720p, medium to 576p, 480w and 480p and low to 240w and 240p. The default is high. -p, --play Begin playing the video once enough of the file has been downloaded. --player="CMD" Specify the player to use for the "--play" option. Any occurrence of %s in this string will be replaced with the filename of the video (appropriately shell escaped). The default on *nix operating systems is to use mplayer: mplayer -really-quiet %s You may wish to automatically delete the video after you have viewed it: mplayer -really-quiet %s; rm %s On Windows, if "-p" or "--play" is specified but no player is specified, VLC (if installed) will be used to play the video. There is no need to specify where you have installed VLC - this will be automatically retrieved from the registry. --proxy Proxy to use, a SOCKS proxy or HTTP proxy can be specified. To specify a SOCKS proxy, simply provide the host and port in host:port format. If port is not specified, 1080 is assumed. "LWP::Protocol::socks" is required for SOCKS support. To specify an HTTP proxy, provide the proxy URL, for example "http://host:port". For proxying RTMP downloads, SOCKS is required along with a version of "rtmpdump" which supports SOCKS proxying. If no proxy is specified on the command line or the config file the $HTTP_PROXY environment variable will be used. --subtitles Download subtitles for the video, if available. Subtitles are converted to SubRip format and saved to a file of the same name as the video file, but with an extension of 'srt'. -q, --quiet Be quiet, only print errors. -u, --update Check the get-flash-videos website for a newer version. If a newer version is available download it and replace the running version with it. You will need to run this as a user with permission to write to the location of the get_flash_videos program. If you installed using a packaging system it is recommended to use that to upgrade, not this option. -v, --version Print the version of get_flash_videos. -y, --yes Do not prompt with any questions, just say 'yes'. This means either literally yes, or the default or first option if choosing from a list. --add-plugin="URL" Add an external plugin from a specified URL or local file. CONFIGURATION
On startup get_flash_videos will read the configuration files located at /etc/get_flash_videosrc and then ~/.get_flash_videosrc. The files follow a simple "name = value" convention where the name matches the long version of the command line options. For example if you want to specify the default player, to always say yes and to always run the player the file might look like: player = my-video-player %s 2>/dev/null; rm -f %s yes # Always play the video play Options given on the command line will override these options, with the exception that it is not currently possible to disable an option enabled in the configuration file from the command line. EXAMPLES
Play a video (may prompt for filename still, override with -y): get_flash_videos -p http://some.site/video Download a video (note quotes are required for URLs with special characters like "&" in): get_flash_videos "http://some.site/video?f=1&v=1234" Play the URL on the clipboard (UNIX): xclip -o | xargs get_flash_videos -y -p Play the URL on the clipboard (OSX): pbpaste | xargs get_flash_videos -y -p (Note if there is text on the clipboard rather than a URL above then get_flash_videos will search for it). Play the first video matching "Open Source": get_flash_videos -y -p Open Source BUGS
Third party sites are a moving target therefore it is possible support for some of the sites may not work correctly. First check that you are using the latest version. If you wish to see open bugs or report a bug visit http://code.google.com/p/get-flash-videos/issues/list <http://code.google.com/p/get- flash-videos/issues/list>. HACKING
If you'd like to change or improve get-flash-videos (for example adding support for another site), please see the project wiki where there's an overview to help you get started, and a detailed tutorial on adding support for a new site: http://code.google.com/p/get-flash-videos/w/list <http://code.google.com/p/get-flash-videos/w/list>. COPYRIGHT
Copyright 2009, zakflash and MonsieurVideo Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 <http://www.apache.org/licenses/LICENSE-2.0> Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. Contributions are welcome and encouraged, but please take care to maintain the JustWorks(tm) nature of the program. perl v5.14.2 2012-06-28 GET_FLASH_VIDEOS(1p)
All times are GMT -4. The time now is 05:13 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy