Sponsored Content
Special Forums News, Links, Events and Announcements UNIX and Linux RSS News Richard Stallman looks back at 25 years of the GNU project Post 302240721 by Linux Bot on Friday 26th of September 2008 12:20:06 PM
Old 09-26-2008
Richard Stallman looks back at 25 years of the GNU project

09-26-2008 09:00 AM
On September 27, 1983, Richard M. Stallman announced his intention to found the GNU project in order to build a free operating system. Now, 25 years later, the Free Software Foundation is marking the anniversary of the announcement with a month-long celebration. Looking back at the last quarter century, Stallman expresses some guarded satisfaction with the growth of the free software movement, but also some bemusement about how it has grown more complex as it has faced new challenges from within and without, and an awareness of how far it still has to go to reach its goals.



Source...
 

5 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

modifying C file and linking back to project files

hi, This is the first time I work in a big C project. All source code files are located in say directory /source/pp and all header files are in /include/pp. I've created a link to both of these directories from my home dir, say /home/ss. So in the /home/ss dir I have the /source/pp and /include/pp... (1 Reply)
Discussion started by: bruins2005
1 Replies

2. News, Links, Events and Announcements

Richard Stallman in Bangkok.

Richard M Stallman (RMS) will be giving the speech "Why School Should Use Open Source Software" at KIS International School, Huay-kwang Bangkok on 30th October 2009 at 19.30 Anybody who would like to come and hear his speech should go to FLossEd BK | Free & Open Source Solutions for... (0 Replies)
Discussion started by: Raattapoom
0 Replies

3. UNIX for Dummies Questions & Answers

Unix Command to separate this years files and last years?

Hello - I have a folder that contains files from 2003 till 2010. I am trying to figure out a command that would seperate each years file and show me a count? Even if i can find a command that would give me year by year count, thats good enough too. Thanks (8 Replies)
Discussion started by: DallasT
8 Replies

4. Programming

Project ideas for GNU/Linux C and BASH development

Hello everyone... I'm trying to find an interesting project to work on for my master thesis. I like GNU/Linux C development and BASH scripting. Please give me any idea that flashes in your mind. I thank you in advance... (3 Replies)
Discussion started by: jonx
3 Replies

5. Shell Programming and Scripting

Fetch date of 7 years back from current date in Perl

$beginDate = substr(DateCalc("today", "-7Days"),0,8); This fetches the date 7 days back Can I fetch the date before 7 years from todays date in Perl using same syntax Use code tags, see PM. (3 Replies)
Discussion started by: parthmittal2007
3 Replies
gnutls_pkcs11_token_get_url(3)					      gnutls					    gnutls_pkcs11_token_get_url(3)

NAME
gnutls_pkcs11_token_get_url - API function SYNOPSIS
#include <gnutls/pkcs11.h> int gnutls_pkcs11_token_get_url(unsigned int seq, gnutls_pkcs11_url_type_t detailed, char ** url); ARGUMENTS
unsigned int seq sequence number starting from 0 gnutls_pkcs11_url_type_t detailed non zero if a detailed URL is required char ** url will contain an allocated url DESCRIPTION
This function will return the URL for each token available in system. The url has to be released using gnutls_free() RETURNS
On success, GNUTLS_E_SUCCESS (0) is returned, GNUTLS_E_REQUESTED_DATA_NOT_AVAILABLE if the sequence number exceeds the available tokens, otherwise a negative error value. SINCE
2.12.0 REPORTING BUGS
Report bugs to <bug-gnutls@gnu.org>. General guidelines for reporting bugs: http://www.gnu.org/gethelp/ GnuTLS home page: http://www.gnu.org/software/gnutls/ COPYRIGHT
Copyright (C) 2012 Free Software Foundation, Inc.. Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. SEE ALSO
The full documentation for gnutls is maintained as a Texinfo manual. If the info and gnutls programs are properly installed at your site, the command info gnutls should give you access to the complete manual. As an alternative you may obtain the manual from: http://www.gnu.org/software/gnutls/manual/ gnutls 3.1.15 gnutls_pkcs11_token_get_url(3)
All times are GMT -4. The time now is 05:49 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy