Sysadmin Day Meetup in NYC


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Sysadmin Day Meetup in NYC
# 1  
Old 07-24-2009
Computer Sysadmin Day Meetup in NYC

Hi All,

I just joined this forum, and I think its great!

I wanted to let you know in honor of Systems Administrator Appreciation Day (which is next Friday, as you probably know), I'm organizing a meetup in New York City to celebrate.

I've made a page with more information here:
SysAdmin Day Get Together | Standalone Sysadmin

If you're going to be in NYC next Friday evening, drop me a line and come on by. It would be great to meet you. I've got a good response from everywhere else that I've posted this, so I'm sure unix.com will be no different.

--Matt
Login or Register to Ask a Question

Previous Thread | Next Thread

6 More Discussions You Might Find Interesting

1. AIX

A book for sysadmin

Please i searching a book which covering system administration of aix7 or 6 :lvm,virtualization,fs,etc Ebook and amazon ok. Do you know something good? Thanks (1 Reply)
Discussion started by: Linusolaradm1
1 Replies

2. What is on Your Mind?

Happy SysAdmin Appreciation Day!

A big Thank You to the admins of unix.com, for keeping the platform of a great community running smoothly and error-free. In case you don't know what I'm talking about: SysAdmin Appreciation Day (5 Replies)
Discussion started by: pludi
5 Replies

3. Solaris

Beginner in NYC Needs F2F Solaris Install on Intel64

As a beginner, I am having an impossible time trying to correctly install Solaris 10 on Intel64. Might there be someone in NYC with whom i can F2F install? (1 Reply)
Discussion started by: nweissma
1 Replies

4. IP Networking

Networking sysadmin/blocking/IM

What's the latest talk about instant messaging services in teh workplace, regarding blocking it, shutting off ports, etc? Is there a forum somewhere for this? Can't you shut down ports on linux or unix for IM services? (1 Reply)
Discussion started by: kymberm
1 Replies

5. UNIX for Dummies Questions & Answers

Sysadmin LOGIN msgs for all users

Is there a way, as sysadmin, to put out system msgs, ie scheduled downtime, backup info, etc, whenever users log in? (5 Replies)
Discussion started by: kymberm
5 Replies

6. News, Links, Events and Announcements

Sysadmin Day.

We have Labour day, Secretary Day Etc. But there is another day upcoming, which is System Administrator Day. (System Administrator Appreciation Day Friday - July 26th, 2002) http://www.sysadminday.com/ " Nice to hear that all our hardworks are getting noticed " :cool: (2 Replies)
Discussion started by: killerserv
2 Replies
Login or Register to Ask a Question
CAL_TO_JD(3)								 1							      CAL_TO_JD(3)

cal_to_jd - Converts from a supported calendar to Julian Day Count

SYNOPSIS
int cal_to_jd (int $calendar, int $month, int $day, int $year) DESCRIPTION
cal_to_jd(3) calculates the Julian day count for a date in the specified $calendar. Supported $calendars are CAL_GREGORIAN, CAL_JULIAN, CAL_JEWISH and CAL_FRENCH. PARAMETERS
o $calendar - Calendar to convert from, one of CAL_GREGORIAN, CAL_JULIAN, CAL_JEWISH or CAL_FRENCH. o $month - The month as a number, the valid range depends on the $calendar o $day - The day as a number, the valid range depends on the $calendar o $year - The year as a number, the valid range depends on the $calendar RETURN VALUES
A Julian Day number. SEE ALSO
cal_from_jd(3), frenchtojd(3), gregoriantojd(3), jewishtojd(3), juliantojd(3), unixtojd(3). PHP Documentation Group CAL_TO_JD(3)