Sponsored Content
Full Discussion: free fedora cd
Operating Systems Linux Fedora free fedora cd Post 302338898 by manoj.b on Wednesday 29th of July 2009 08:11:55 AM
Old 07-29-2009
yes u r right. I checked it. Thank you. But I need a fedora cd as I am doing my MASTERS, i need it for personal use. So can u guide me in knowing which link would do so

---------- Post updated at 05:41 PM ---------- Previous update was at 05:41 PM ----------

Quote:
Originally Posted by manoj.b
yes u r right. I checked it. Thank you. But I need a fedora cd as I am doing my MASTERS, i need it for personal use. So can u guide me in knowing which link would do so
yes u r right. I checked it. Thank you. But I need a fedora cd as I am doing my MASTERS, i need it for personal use. So can u guide me in knowing which link would do so
Edit/Delete Message
 

7 More Discussions You Might Find Interesting

1. Linux

FEDORA HELP(please)

I RECENTLY LOADED FEDORA LINUX ALL 4CD/S(FULL INSTALL). but i am getting no sound,no proper help documentation.what should i do. Please help. (7 Replies)
Discussion started by: ameya_shaligram
7 Replies

2. Ubuntu

Fedora 7

Hi all, Have installed Fedora 7 at home on an oldish Acer 3500. No sound and currently using what I think is a 15inch monitor (not entirely sure). Anyways, was curious to know what others "do" on their home setups. I've been more used to logging into work's HP-UX machines for the most part in... (3 Replies)
Discussion started by: Cameron
3 Replies

3. Linux

Dual Boot Win XP And Fedora with Fedora Installed First

Hi everyone, I hope this question goes here. Anyways, I have a unique situation where my friend's comp has Fedora installed and wants to add Win XP as a dual boot without formatting the drive. Is it possible to create a partition on the current hard drive and then install win xp? I couldn't find... (4 Replies)
Discussion started by: eltinator
4 Replies

4. Linux

Fedora 9

Hi all, I just installed fedora 9 in my PC. when i go to the terminal and i typed in "ifconfig" to get ip address, it said "command no found" I do need to type in "/sbin/ifconfig" Why do i need to type in /sbin? Another thing, what command do i use to do reverse lookup and checking... (6 Replies)
Discussion started by: c00kie88
6 Replies

5. Solaris

how to get the more memory free space (see memory free column)

Hi all, Could please let me know how to get the more memory free space (not added the RAM) in local zone. -bash-3.00# vmstat 2 5 kthr memory page disk faults cpu r b w swap free re mf pi po fr de sr s0 s1 s1 s1 in sy cs us sy... (3 Replies)
Discussion started by: murthy76
3 Replies

6. Solaris

MountPoint / is 8% with 899.49MB free crossing threshold of 10% free

Hi, I have a problem one of the server file system cross the limitation MountPoint / is 8% with 899.49MB free crossing threshold of 10% free out put please help how to resolve this dev/vx/dsk/bootdg/rootvol 9.8G 8.8G 956M 91% / /devices ... (3 Replies)
Discussion started by: sriniva0
3 Replies

7. Red Hat

fedora grub help, moving to tri boot (XP, ubuntu, fedora soemething)

I will shortly be adding a fedora flavor to my devel box. I currently have XP (installed first on an ssd), ubuntu 10.04 (installed second on the first partition of a platter drive), and I want to add either Cent or SL on the second partition of the platter drive. I will probably also want to... (0 Replies)
Discussion started by: LMHmedchem
0 Replies
PSPELL_CONFIG_PERSONAL(3)						 1						 PSPELL_CONFIG_PERSONAL(3)

pspell_config_personal - Set a file that contains personal wordlist

SYNOPSIS
bool pspell_config_personal (int $dictionary_link, string $file) DESCRIPTION
Set a file that contains personal wordlist. The personal wordlist will be loaded and used in addition to the standard one after you call pspell_new_config(3). The file is also the file where pspell_save_wordlist(3) will save personal wordlist to. pspell_config_personal(3) should be used on a config before calling pspell_new_config(3). PARAMETERS
o $dictionary_link - o $file - The personal wordlist. If the file does not exist, it will be created. The file should be writable by whoever PHP runs as (e.g. nobody). RETURN VALUES
Returns TRUE on success or FALSE on failure. EXAMPLES
Example #1 pspell_config_personal(3) <?php $pspell_config = pspell_config_create("en"); pspell_config_personal($pspell_config, "/var/dictionaries/custom.pws"); $pspell_link = pspell_new_config($pspell_config); pspell_check($pspell_link, "thecat"); ?> NOTES
Note This function will not work unless you have pspell .11.2 and aspell .32.5 or later. PHP Documentation Group PSPELL_CONFIG_PERSONAL(3)
All times are GMT -4. The time now is 02:10 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy