Displaying 20 results from an estimated 2000 matches similar to: "What's the Linux equivelant of an exe file?"
2005 Oct 12
5
Should I and can I upgrade GTK+/PyGTK?
I'm trying out different music players. One that looks promising is
called Quod Libet:
http://www.sacredchao.net/quodlibet
I downloaded the tar file and attempted to install it. I got this
message:
[dave at localhost quodlibet-0.13.1]$ ./quodlibet.py
E: You need GTK+ 2.6 and PyGTK 2.6 or greater.
E: You have GTK+ 2.4.13 and PyGTK 2.4.0.
E: Please upgrade GTK+/PyGTK.
I tried a YUM update,
2005 Sep 20
7
Recommendation for HTML editor
I was playing around with Nvu, and discovered it has serious problems.
Mainly that it reformats one's code regardless of whether or not one
selects the "Don't reformat code" option.
I know there are a few HTML editors out there, so I'm not asking if they
exist. What I'm wondering if there are those on this list who may have a
recommendation for one they like and why.
2005 Oct 11
4
Can't access files at localhost
I've created a symlink inside my /var/www/html/ folder called "web",
which is points to a my /home/dave/web directory.
Inside that directory, I created a folder for my web site called
"website".
I thought I should be able to access that web site through FireFox by
going to either:
httpd://localhost/web/website
... or:
http://localhost/web/website
... but I just get
2005 Sep 10
2
Yum configuration and freshrpms
(Moved over from "Re: [CentOS] Why is yum not liked by some?")
>As a matter of interest, what baseurl are you using for freshrpms?
>
>
It took me a while, but I found this in my yum.conf file:
[freshrpms]
name=Fedora Core 1 - Freshrpms
baseurl=http://ayo.freshrpms.net/fedora/linux/1/$basearch/freshrpms/
mirrorlist=http://ayo.freshrpms.net/fedora/linux/1/mirrors-freshrpms
2005 Aug 29
4
Can't mount FAT32 partition
I am trying to mount a FAT32 partition in CentOS.
I'm following the instructions on this page:
http://www.linuxforum.com/linux_tutorials/14/1.php
This is the line I put into /etc/fstab
/dev/hda /mnt/windows vfat
users,owner,rw,umask=000 0 0
And this is the error I get:
[root at localhost mnt]# mount -a
mount: wrong fs type, bad option, bad superblock on
2005 Sep 21
2
Safe to use gstreamer repository for RH or Fedora?
I'd like to install "Gstreamer" so that I can get MP3 support in
Rhythmbox. At least, I'm led to believe MP3 support comes with
installing Gstreamer from Rhythmbox's FAQ.
But when I get to the Gstreamer download page:
http://gstreamer.freedesktop.org/download/
... it says:
"Do not compile from source yourself unless you are certain you have to
or want to"
Okay,
2005 Jul 29
4
Reinstall Windows but preserve CentOS
I have a computer that dual boots between Windows and CentOS. Each
has it's own hard drive.
I suddenly have a problem with Windows, and may need to reinstall. I
need it for applications like After Effects, Premiere, and other things
that I am currently in the middle of a project with.
It seems the system has become usnstable, it's preventing me from
continuing to work, and I
2005 Sep 19
4
Is it bad for my web document folder to be user accessible?
PHP and MySQL seem to working on my CentOS installation.
I'd like to install phpMyAdmin as well, so I downloaded the necessary
files from phpMyAdmin's homepage and copied them to /var/www/html...
... except that's where the process stopped. My regular user account
doesn't have permission to write into the /var/www/html folder.
Should I just chmod the folder to 777? Is there a
2005 Aug 11
2
Where do my RPMs actually go, and is it different for Red Hat builds?
I'm trying to install themes for KDE. In doing so, I came across the
following web site which seems to have the themes I want as RPMs:
http://rpm.pbone.net/index.php3/stat/17/dept/3/idg/User+Interface_Desktop
The theme I want is called "Thinkeramik", and it has the following
versions, for various Red Hat builds:
thinkeramik-3.2.1-1.0.el3.kde.i386.rpm RedHat EL 3
2005 Jul 28
2
Japanese Language Support?
When I installed CentOS, I was careful to install Japanese language support.
However, now that CentOS is running, I can't seem to get Japanese
language input going. I clicked on the top menu bar to add the "Input
Method Switcher", and now there is a little white square on the top
panel. If I click on it, gives me the option of using ASCII input, or to
"Add or Remove".
2005 Aug 12
1
Where to go for KDE questions.
I've been trying, unsuccessfully, to log in on the KDE forums on the
KDE web site. Unfortunately, despite having registered, my account is
not "activated", and I can't post threads. I am also not able to email
the forum administrator, as one ironically has to be an activated member
to do so. I've also noticed that trying to search their forums results
in a MySQL error.
2005 Aug 04
6
remove RPMs with cyclic dependancies.
Okay, I tried installing OpenOffice beta, and I think I messed it up, so
I wanted to uninstall it.
I thought wilcards worked, so I tried:
[root at localhost program]# rpm -e openoffice*
error: package openoffice* is not installed
Okay, so I couldn't figure out how to remove a bunch of RPM packages at
once, so I did this:
[root at localhost program]# rpm -qa | grep openoffice
And
2008 Mar 07
4
Reading microsoft .xls format and openoffice OpenDocument files
1. I have used gdata::read.xls() with much happiness. But every now
and then it breaks. I have not, as yet, been able to construct a
mental model about the class of .xls files for which it works. Does
someone have a simple rule for predicting the circumstances under
which it will work?
2. Just like there is a read.xls(), it'd be great if we have a
read.ods() which directly
2005 Aug 03
1
Trying to get up and running with Open Office beta
I was using the beta version of Open Office on Windows for... I don't
know how long, but many months now. I quite like it and would like to
replace the current stable 1.1 build of OpenOffice that came with CentOS
with the beta.
So i downloaded the RPMs from the OpenOffice site and dutifully followed
their installation instructions, and it went well. I think. I mean,
there were no errors
2011 Jan 30
5
How to relocate $HOME directory
Hi there,
As you know, $HOME is generally located at "/home/$username" by default.
I would like to re-locate all users' $HOME directories to something like
"/export/home/$username" without having a hassle/trouble.
Initially, I've thought of just copying them to the new directory (under
/export/home/xxx), but guessed it might trouble for the normal use (I'm
pretty
2005 Sep 19
4
YUM error - are repositories down or something?
Following advice on how to ensure that PHP and MySQL are on my machine
and working correctly, I ran the following YUM command, with the
subsequent error:
[root at localhost ~]# yum install php php-mysql httpd mysqlclient10 mysql-
server
Setting up Install Process
Setting up Repos
http://apt.sw.be/redhat/el4/en/i386/dag/repodata/repomd.xml: [Errno 4]
IOError: <urlopen error (113, 'No route
2001 May 03
2
configure problem
Hi! I am trying to install samba 2.2 on a Sun and I'm getting this error:
./configure --prefix=/local --with-ssl
checking how to get filesystem space usage
checking statvfs64 function (SVR4)... no
checking statvfs function (SVR4)... no
checking for 3-argument statfs function (DEC OSF/1)... no
checking for two-argument statfs with statfs.bsize member (AIX, 4.3BSD)...
no
checking for
2009 Feb 12
9
df -k takes too long only at random times
How do I find out why df -k is taking soo long to respond only sometimes?
--
Asif Iqbal
PGP Key: 0xE62693C5 KeyServer: pgp.mit.edu
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
2005 Sep 16
3
Are PHP and MySQL running on my CentOS installation?
When I was installing CentOS, I noticed among the list of components
that PHP and MySQL were available. I made sure they were selected
because I develop a lot of web sites in PHP/MySQL, but I always do my
testing on the server side. I thought it would be kind of cool if I
could do the testing and development on my home machine.
Which is a long way of saying that I think I have PHP/MySQL on my
2009 Jan 18
3
[LLVMdev] Qs on building LLVM passes
Hi,
I have couple of questions that those who design unconventional passes
would be interested in.
1. How to move a virtual register data to another new virtual
register?
It seems like that there is no LLVM instruction similar to mov machine
instruction.
Arithmetic or logical operators could be used for integer variables
but what about pointer variables?
2. What is