Linux FAQ's & Manuals
- Linux Scripts
- Debian Install
- Bash For Beginners
- Bugzilla
- Consultants Guide
- GCC Manual
- Linux Command Line Tools
- Gnu Pascal Coding Standards
- Linux Installation Disk
- Labolatorium Linux(PL)
- Budowa systemu Linux(PL)
- Linux Dictionary
- Network Administrators
- Rescue Disk for Linux
- Red Hat Installation
- Red Hat Customization
- Red Hat Getting Started
- Red Hat Security
- Secure & Optimize
- Slackware Manual
- Suse Support
- Suse FAQ
Linux.com: "After several delays, Gentoo finally released version 2007.0, code-named Secret Sauce..."
Review: Fedora 7
Datamation: "Fedora 7 helps to convince me that the time when the major GNU/Linux distributions were distinctive is rapidly passing..."
Israeli Firm Puts Linux Computer on a USB Stick
Electronics Weekly: "An Israeli start-up has put a Linux computer on a USB stick to act as a security system for notebook PCs and expects other applications to come..."
Google, Yahoo, Facebook Extensions Put Millions of Firefox Users At Risk
Wired: "Firefox browser users love the myriad of third-party extensions that tweak the open-source browser's performance, but some of the most popular of those extensions have created a security hole so wide even a newbie AOL hacker could find it..."
LinuxTag: Berlin to Make BetterUse of Its Open-Source
Heise Online: "At the opening of the trade fairs LinuxTag and IT-Profits the Senator of Economics of the German federal state of Berlin Harald Wolf announced in Berlin on Wednesday that his department would from 2008 on be switching to Linux.."
| news susefaq howtos using wordnet(new) vnc(new) bash initialization cd ripping apt for rpm pam sendmail mailboxes rpm openssh you local(changed) fixed packages wine clock grub graphire guides project about | using wordnetyou may be aware of the kthesaurus in the koffice suit. it has two panes - one for the thesaurus and one for wordnet. this is how the wordnet part was made functional, on this suse 8.0 box, using kde 3.1.1. wordnet can be downloaded from http://www.cogsci.princeton.edu/~wn/ the package we are referring to is wordnet-1.7.1.tar.gz when downloaded it can be unpacked with tar -zxvf wordnet-1.7.1.tar.gz in your home directory. cd to the directory it creates cd /home/magpie/wordnet-1.7.1 the package can be installed with make binworld platform=linux in my case this had to be done as root. the make script stopped with permission errors when this was done as user. if this completes ok - (check for error messages) the program can be run with the command wn. i had a further step to go. wordnet was not working in kde yet. the main program files are stored in /usr/local/wordnet-1.7.1. by leaving this main directory as owner root, user root and changing all the permissions beneath this to owner bin, user bin i was able to run wn (inside kthesaurus) ok. that is, all of the permissions of the /bin, /dict, /doc, /include, /lib, /man directories. start kthesaurus, and type in a word. note, nothing appears until this is done. wordnet will then display its information on the subject you require, and the kthesaurus will provide lots of alternatives. notethe front end to wordnet called by the command wnb is not working on this machine. the log was error while loading shared libraries. this does not prevent wordnet from being used in kde. in kword, kthesaurus and wordnet can be used by right clicking on a word and selecting the menu. kthesaurus will appear. |

