Good website for Linux new-comers...


 
Thread Tools Search this Thread
Operating Systems Linux Good website for Linux new-comers...
# 1  
Old 07-17-2001
Good website for Linux new-comers...

They have an interesting approach to HOW-TO files... for the newbie, by the ex-newbie. Check it out:

http://www.linuxnewbie.org/nhf/intel/index.html
Login or Register to Ask a Question

Previous Thread | Next Thread

3 More Discussions You Might Find Interesting

1. What is on Your Mind?

Best Linux/UNIX-based website hosting service?

I'm currently on a shared server, with a fairly-well-known hosting provider, which has gotten progressively worse over the years, and it's time to switch to someone else. I know there are LOTS of providers out there whose infrastructure is Linux/UNIX based (actually, I'm not aware of any that... (2 Replies)
Discussion started by: markolinux
2 Replies

2. UNIX for Dummies Questions & Answers

which linux is good for unix ?

hi ... i want to use linux for unix , please suggest me which linux i should use thanks regards sanjeev (1 Reply)
Discussion started by: sanjeev1
1 Replies

3. What is on Your Mind?

There is a good photo website

:) hello,everyone,I am the newcomer.I hope you can go to this website:flickr.com/photos/partpic/.I am sure it is NOT spam.Then,you can feel that it is a professional photograph website about the computer. there are o lot of picture of some kinds of computer ,include IBM,SUN,HP,EMC,HDS and others.I... (4 Replies)
Discussion started by: part pic
4 Replies
Login or Register to Ask a Question
PINOT-INDEX(1)							   User Commands						    PINOT-INDEX(1)

NAME
pinot-index - Index documents from the command-line SYNOPSIS
pinot-index [OPTIONS] --db DATABASE URLS DESCRIPTION
pinot-index - Index documents from the command-line OPTIONS
-b, --backend name of back-end to use (default xapian) -c, --check check whether the given URL is in the index -d, --db path to, or name of, index to use (mandatory) -h, --help display this help and exit -i, --index index the given URL -s, --showinfo show information about the document -v, --version output version information and exit Supported back-ends are : 'xapian' EXAMPLES
pinot-index --check --showinfo --backend xapian --db ~/.pinot/daemon ../Bozo.txt pinot-index --index --db PinotOnTheWeb http://code.google.com/p/pinot-search/ Indexing documents to My Web Pages or My Documents with pinot-index is not recommended REPORTING BUGS
Report bugs to fabrice.colin@gmail.com This is free software. You may redistribute copies of it under the terms of the GNU General Public License <http://www.gnu.org/licenses/old-licenses/gpl-2.0.html>. There is NO WARRANTY, to the extent permitted by law. pinot-index - pinot 1.0 June 2012 PINOT-INDEX(1)