Sponsored Content
The Lounge What is on Your Mind? New UNIX and Linux History Sections Post 303035522 by Neo on Monday 27th of May 2019 07:32:08 AM
Old 05-27-2019
Update:
(11 down, maybe 89 more to go...)

Added Linus Torvalds and a rough list of various Unix-like flavors, and simplified the PHP plugin:

Code:
<?php
$rand = mt_rand(0, 10);

$flavs = array(
    'unix_linux_history',
    'linux_unix_history',
    'red_hat_history', 
    'ubuntu_history', 
    'gnu_history', 
    'man_page_history',
    'ken_thompson_history', 
    'dennis_ritchie_history', 
    'linus_torvalds_history', 
    'unix_flavors_history',
    'brian_kernighan_history');

$flav = $flavs["$rand"];
eval('$history_div_for_users = "' . fetch_template($flav) . '";');

Note:

You can easily see these "historical sections" on any tags search result at the bottom of the page; for example linux:

Code:
https://www.unix.com/tags/linux.html

Just reload the page to view the various random "historical" entries.
 

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
EVENTUTIL(3)								 1							      EVENTUTIL(3)

The EventUtil class

INTRODUCTION
EventUtil is a singleton with supplimentary methods and constants. CLASS SYNOPSIS
EventUtil final EventUtil Constants o const integer$EventUtil::AF_INET2 o const integer$EventUtil::AF_INET610 o const integer$EventUtil::AF_UNSPEC0 o const integer$EventUtil::LIBEVENT_VERSION_NUMBER33559808 o const integer$EventUtil::SO_DEBUG1 o const integer$EventUtil::SO_REUSEADDR2 o const integer$EventUtil::SO_KEEPALIVE9 o const integer$EventUtil::SO_DONTROUTE5 o const integer$EventUtil::SO_LINGER13 o const integer$EventUtil::SO_BROADCAST6 o const integer$EventUtil::SO_OOBINLINE10 o const integer$EventUtil::SO_SNDBUF7 o const integer$EventUtil::SO_RCVBUF8 o const integer$EventUtil::SO_SNDLOWAT19 o const integer$EventUtil::SO_RCVLOWAT18 o const integer$EventUtil::SO_SNDTIMEO21 o const integer$EventUtil::SO_RCVTIMEO20 o const integer$EventUtil::SO_TYPE3 o const integer$EventUtil::SO_ERROR4 o const integer$EventUtil::SOL_SOCKET1 o const integer$EventUtil::SOL_TCP6 o const integer$EventUtil::SOL_UDP17 o const integer$EventUtil::IPPROTO_IP0 o const integer$EventUtil::IPPROTO_IPV641 Methods o abstractpublic EventUtil::__construct (void ) o publicstatic int EventUtil::getLastSocketErrno NULL ([mixed $socket]) o publicstatic string EventUtil::getLastSocketError ([mixed $socket]) o publicstatic int EventUtil::getSocketFd (mixed $socket) o publicstatic bool EventUtil::getSocketName (mixed $socket, string &$address, [mixed &$port]) o publicstatic bool EventUtil::setSocketOption (mixed $socket, int $level, int $optname, mixed $optval) o publicstatic void EventUtil::sslRandPoll (void ) PREDEFINED CONSTANTS
o EventUtil::AF_INET - IPv4 address family o EventUtil::AF_INET6 - IPv6 address family o EventUtil::AF_UNSPEC - Unspecified IP address family o EventUtil::SO_DEBUG - Socket option. Enable socket debugging. Only allowed for processes with the CAP_NET_ADMIN capability or an effective user ID of 0 . (Added in event-1.6.0.) o EventUtil::SO_REUSEADDR - Socket option. Indicates that the rules used in validating addresses supplied in a bind(2) call should allow reuse of local addresses. See the socket(7) manual page. (Added in event-1.6.0.) o EventUtil::SO_KEEPALIVE - Socket option. Enable sending of keep-alive messages on connection-oriented sockets. Expects an integer boolean flag. See the socket(7) manual page. (Added in event-1.6.0.) o EventUtil::SO_DONTROUTE - Socket option. See the socket(7) manual page. (Added in event-1.6.0.) o EventUtil::SO_LINGER - Socket option. When enabled, a close(2) or shutdown(2) will not return until all queued messages for the socket have been successfully sent or the linger timeout has been reached. Otherwise, the call returns immediately and the closing is done in the background. See the socket(7) manual page. (Added in event-1.6.0.) o EventUtil::SO_BROADCAST - Socket option. Reports whether transmission of broadcast messages is supported. See the socket(7) manual page. (Added in event-1.6.0.) o EventUtil::SO_OOBINLINE - Socket option. See the socket(7) manual page. (Added in event-1.6.0.) o EventUtil::SO_SNDBUF - Socket option. See the socket(7) manual page. (Added in event-1.6.0.) o EventUtil::SO_RCVBUF - Socket option. See the socket(7) manual page. (Added in event-1.6.0.) o EventUtil::SO_SNDLOWAT - Socket option. See the socket(7) manual page. (Added in event-1.6.0.) o EventUtil::SO_RCVLOWAT - Socket option. See the socket(7) manual page. (Added in event-1.6.0.) o EventUtil::SO_SNDTIMEO - Socket option. See the socket(7) manual page. (Added in event-1.6.0.) o EventUtil::SO_RCVTIMEO - Socket option. See the socket(7) manual page. (Added in event-1.6.0.) o EventUtil::SO_TYPE - Socket option. See the socket(7) manual page. (Added in event-1.6.0.) o EventUtil::SO_ERROR - Socket option. See the socket(7) manual page. (Added in event-1.6.0.) o EventUtil::SOL_SOCKET - Socket option level. See the socket(7) manual page. (Added in event-1.6.0.) o EventUtil::SOL_TCP - Socket option level. See the socket(7) manual page. (Added in event-1.6.0.) o EventUtil::SOL_UDP - Socket option level. See the socket(7) manual page. (Added in event-1.6.0.) o EventUtil::IPPROTO_IP - See the socket(7) manual page. (Added in event-1.6.0.) o EventUtil::IPPROTO_IPV6 - See the socket(7) manual page. (Added in event-1.6.0.) o EventUtil::LIBEVENT_VERSION_NUMBER - Libevent' version number at the time when Event extension had been compiled with the library. PHP Documentation Group EVENTUTIL(3)
All times are GMT -4. The time now is 10:32 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy