0
votes
1answer
28 views
Gem::RemoteFetcher::FetchErro when installing rails
Hi,
I am trying to install rails on Ubuntu 8.10, and met following errors. Please help me get through.Thanks.
root@pierr-desktop:~# gem install rails
ERROR: While executing gem ... …
0
votes
4answers
198 views
How do you install MySQL 5.1 on Ubuntu 8.10?
According to various blogs and forums, you should be able to do simply "sudo apt-get install mysql-server-5.1".
But I tried and it doesn't work (package not found by this name). What am I missing?
0
votes
1answer
80 views
Mysterious 500 Error with Basic Rails App on Slicehost
I am getting a mysterious 500 error when i try to deploy my first rails app on slicehost.
I have followed the Ubuntu Intrepid articles very closely and it seems to be all setup accordingly.
I am …
0
votes
0answers
144 views
Setting a default CPU Frequency in Ubuntu? [closed]
How do I get Ubuntu to select a default cpufreq on boot? These are the frequencies my CPU has available:
$ cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_available_frequencies
2300000 2200000 …
0
votes
1answer
271 views
Apt-Pinning: Installing libboost from Jaunty repository into Intrepid Ubuntu
I'm trying to install libboost 1.38 in Ubuntu 8.10 using a Ubuntu 9.04 repository since it isn't avalable in any of the 8.10 repositories. I'm trying to use an Apt-pinning by adding the following …
0
votes
3answers
273 views
Installing Libboost 1.38 on Ubuntu 8.10
Is there a way to Install Libboost 1.38 on Ubuntu 8.10? The highest version in my repositories is 1.35. It has been suggested that there may be some repositories I could add to accomplish this, but …
0
votes
1answer
51 views
Enable L1 cache as Ring 0
Hi everybody,
I could finally disable the cache by running the code as Ring0, Thank you DrJokepu, the link you gave me was exactly what I needed.. but I have a new problem, cause when I insert the …
1
vote
1answer
38 views
how to code themes for linux?
i am using ubuntu , and the themes of firefox sucks .. so does the whole screen feel . I wish give it a os x theme and i know that there exists a MAC4lin to do that but i want to code it on my own .. …
0
votes
1answer
126 views
Ubuntu: Error installing php5-xsl package
Hi Guys,
I am trying to install php5-xsl (XSLT) package in my Ubuntu 8.10 but I am getting an error message. I think I need to update the repository of the apt-get? Thanks in advance :) - Mark
My …
0
votes
6answers
353 views
Produce keyboard Events key hits
How to make a simple C program which will produce keyboard key hits.
if ( condition ) {
KeyPress('A');
}
I am working on Ubuntu 8.10 Linux OS
0
votes
3answers
580 views
Basic JNI Question : java.lang.UnsatisfiedLinkError
Hey all,
JNI on Ubuntu 8.10 using Eclipse and gcc (Standard with Ubuntu if there are flavours) i can't seem to load my library despite the make file creating it succesfully.
The main java class is …
1
vote
3answers
151 views
Problem setting up SVN & WebDAV in Ubuntu
I've followed every step posted in here:
http://stackoverflow.com/questions/60736/how-to-setup-a-subversion-svn-server-on-gnu-linux-ubuntu
I'm using Ubuntu 8.10
After firing up the browser, I get
…
0
votes
1answer
119 views
How to make mail() work on Ubuntu?
I have a new install of Ubuntu and trying to use the php's mail() function.
The function fails, I guess I am missing a package or two in my installation.
4
votes
10answers
1k views
Ubuntu noob rails install fails on zlib
Hey all, hope you guys can help; I've followed about every tutorial on the net with no luck.
I've just moved over to Ubuntu 8.10 as my dev box; it's my first serious foray into Linux as a daily-use …
1
vote
2answers
210 views
How to install a second JVM?
Hello, I am working on a Linux Ubuntu 8.10 and I would like to install a second JVM. I am currently working with Java 1.6, but I want to install Java 1.4 and afterwards, set the 1.4 JVM as my default …
