similar to: New to Linux (Xubuntu) - Install Oxford Thesaurus + Dict?

Displaying 20 results from an estimated 2000 matches similar to: "New to Linux (Xubuntu) - Install Oxford Thesaurus + Dict?"

2006 Oct 29
1
Thesaurus search
Can anyone help me with doing searches using thesaurus. I really want to do searches that are simple that I make up. For example, a search on "TV" will bring back results that include "Television" and vice versa. Any help appreciated. Clare -- Posted via http://www.ruby-forum.com/.
2008 May 08
3
Wow.exe segfault xubuntu hardy on Wine 0.9.61
Hello all Getting a segfault when I try to start wow.exe Code: dmk at hermes:~/.wine/drive_c/Program Files/World of Warcraft$ wine Wow.exe -opengl Segmentation fault dmk at hermes:~$ wine --version wine-0.9.61 This is a fresh install of xubuntu and wine, i'm not all that ubuntu savvy, so i could be missing some obvious stuff. Athlon64 xubuntu 8.04 (2.6.24-16-generic) nVidia 8800GTS
2009 Apr 22
2
Wine for Xubuntu?
Which version of wine should be used for Xubuntu? I'm pretty sure it's the one for Ubuntu (and if I'm correct, which one should I use? ex) Jaunty, etc.), and if not, which one?
2007 Mar 19
1
Help with running childrens cd-rom in Xubuntu
Hello, I'm a newb with wine and not terribly bright with linux. I am trying to get some of the kids' games to work in Xubuntu. I got wine installed, and it seems I got the hot wheels game installed, after finding that I needed to run everything as sudo. Now when I run the program in the windows window I see a low-res video of a cd-rom being inserted into a disk drive, presumably
2010 Jun 15
1
Lots of bugs in xubuntu lucid
Hello guys, i've decided to test nouveau driver and installed it recently from official repos. My videocard is GeForce 4 with additional S-video and Composite outputs, 64 MB of memory. I installed xubuntu, and tried to use nouveau driver instead of official nvidia's. After switching driver, the boot splash xubuntu logo turned into poor coloured low-resolutioned one, but X loaded normally.
2009 May 01
0
heroes3 on xubuntu jaunty, 2 problems
Hi, I recently upgraded my eee 904HD to xubuntu jaunty (clean install), and there were 2 problems. First, when starting Heroes3 the xfce taskbar was visible even though the application was full-screen. Clicking on the application didn't hide the taskbar. Switching to another window and then back to the app window did the trick. Second, after some time the sound stops. None of these problems
2010 Oct 14
2
degree symbol using X11 on Xubuntu 10.04
Dear all, I am having exactly the same problem as Andy on an Intel Mac (see below / https://stat.ethz.ch/pipermail/r-sig-mac/2009-May/006208.html) with the degree symbol. I am using R version 2.11.1 (2010-05-31) on Xubuntu 10.04 with Windows fonts copied from /WINDOWS/Fonts and included via 'sudo dpkg-reconfigure fontconfig' and 'sudo fc-cache'. Any help would be highly
2011 May 03
12
36 FPS using ubuntu-classic desktop, drops to 4 FPS xubuntu
Hello Recently upgraded to Ubuntu 11.04 and not liking unity I swtiched to xubuntu but was perturbed to find my World of Warcraft FPS drop from 36 FPS in Ubuntu 10.10 and Ubuntu 11.04 'ubuntu classic' down to 3/4 FPS xubuntu. Again, to confirm it wasn't anything in the upgrade I made sure that the FPS is as normal in 11.04 when I select 'Ubuntu Classic' when logging in rather
2007 Aug 13
2
Policy routing question
Hi, I have a testing multihome setup, with the default gateway being one of the links and using policy routing to honor requests for a specific link. Everything works as expected when I request a specific IP to bind to. But if I request a specific interface things fall apart in ways that I can not explain: default gw (WORKS) ---------- rabbit@Thesaurus:~$ ping -c 1 yahoo.com PING yahoo.com
2010 Jun 22
0
Re: xubuntu 8.10 64bit compile issues 1.40
evil63 wrote: > configure: libv4l 32-bit development files not found. > configure: libgsm 32-bit development files not found, gsm 06.10 codec won't be supported. > configure: libmpg123 32-bit development files not found (or too old), mp3 codec won't be supported. > configure: libopenal 32-bit development files not found (or too old), OpenAL won't be supported. > >
2010 Mar 12
2
xubuntu 8.10 64bit compile issues 1.40
configure: libv4l 32-bit development files not found. configure: libgsm 32-bit development files not found, gsm 06.10 codec won't be supported. configure: libmpg123 32-bit development files not found (or too old), mp3 codec won't be supported. configure: libopenal 32-bit development files not found (or too old), OpenAL won't be supported. Some one solved that?
2014 Jul 21
0
Samba 4.1.6 Active Directory Server not properly showing Xubuntu 14.04
Hello to the list! I was trying to follow all the FAQ and guide about it but I still didn't obtain the result. I'm using the samba4 obtained with apt-get and Samba_internal as dns solution. I attached the importants file of my last attempt but the result is always the same. Samba 4 is working properly because the shared folder is visible from the other Windows 7 PCs of the network and
2007 Mar 15
1
Openvpn routing problem
Hi, I posted this question yesterday on the Openvpn mailing list, with no response, figured I will ask here too. I have been using openvpn for quite a while, no major problems encountered. Now I need to allow the server to access the lan of the client, and I can not figure out the routing. This is what I have after the tunnel is brought up: SERVER (A.A.A.A) Arx:~# ip addr ... 3: eth1:
2011 Mar 17
0
Processed: tagging as pending bugs that are closed by packages in NEW
Processing commands for control at bugs.debian.org: > # Thu Mar 17 19:03:59 UTC 2011 > # Tagging as pending bugs that are closed by packages in NEW > # http://ftp-master.debian.org/new.html > # > # Source package in NEW: mythes-it > tags 617565 + pending Bug #617565 [openoffice.org-thesaurus-it] please rename to mythes-it Added tag(s) pending. > # Source package in NEW:
2006 Mar 29
1
Ubuntu Dapper packages
Hi all, Daniele Favara was kind enough to package Xapian (and Pinot :-) for Dapper and Xubuntu. I understand Daniele used cdbs to build these packages. http://packages.debian.org/unstable/devel/cdbs I am not sure if the differences with the official packages built for Debian and Breezy are significant... Anyway, if you would like to give them a go, add the following to your sources.list : deb
2005 Aug 23
4
Functions with the same name: best practices
Ok, here's another best practices question - let's say I'm writing a package and I want to use a function name that is already claimed by a function in the base R packages. For the sake of argument, let's pretend this function is for profiling the performance of a function (like Rprof for example), and so an obvious name that comes to mind is profile. This, of course, clashes
2010 May 07
1
undefined method 'find_by_sql'
Why would I get an undefined method `find_by_sql'' for #Example: 0x981a4e4> for error when trying to use the find_by_sql method in my model? def init_dictionaries tables = find_by_sql( "SHOW TABLES FROM thesaurus" ) @@tables = tables.collect{ |t| t.Tables_in_thesaurus } end -- You received this message because you are subscribed to the Google Groups "Ruby
2017 Oct 24
0
Using GPO to mount shares on Linux
Hello, I answer bellow. Thanks!! 2017-10-24 16:52 GMT+02:00 L.P.H. van Belle via samba <samba at lists.samba.org >: > Hai, > > I did a re-read of you thread. > > First. > If you use smblcient, with a samba installed, use -s > /path/alternative/smbclient.conf > I think that Samba is not installed on this client because I'm not using samba to join the domain.
2013 Nov 26
0
iMac triple boot including CentOS 6.4
-How to install CentOS on 27? imac (Mid 2010 - 2.93 Ghz, i7, 8gig ram) with OS X and Xubuntu 13.04 already installed Assumed - OS X and Xubuntu already installed and rEFIt already installed in OS X with the line towards the bottom of: /efi/refit/refit.conf set to: default_selection L on the mac root partition so Linux will boot by default -Boot centos 6.4 lived dvd and install btrfs tools
2011 May 19
4
Kernel modules: nvidia, nvidia-173, nvidia-current, nouveau
Since upgrading from Ubuntu 10.10 I have had problems with graphics. The problems started after I initially upgraded to Ubuntu 11.04 but then installed xubuntu-desktop over it, but I have had the same problem all my fresh installs of Xubuntu 11.04 too. FPS previously averaging about 30 or 35 FPS while playing an OpenGL game with WINE now starts at 20 FPS for 2 or 3 minutes and then slows down to