Displaying 20 results from an estimated 56 matches for "tokyocomedi".
Did you mean:
tokyocomedy
2005 Aug 04
4
What's the Linux equivelant of an exe file?
This is one of those questions that seems to be soo obvious to people
that no one feels the need to have an explanation anywhere. I've been
looking around the net for ages, and I can't figure out what, on Linux,
is actually a program.
I've downloaded OpenOffice 1.9 Beta, and would like to run it. I go to
the /opt/openoffice.org1.9.122/program/ directory and... then what? What
do
2005 Sep 21
0
Recommendation for HTML editor (a better approach?)
From: Scot L. Harris [mailto:webid at cfl.rr.com]
>
> On Tue, 2005-09-20 at 23:45, Greg Knaddison wrote:
> > On 9/20/05, Dave Gutteridge <dave at tokyocomedy.com> wrote:
> > > Which is my long winded way of coming around to asking - what would be
> > > the best approach to uploading data from my machine in this
> > > circumstance? Is there an FTP
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 Oct 04
1
Lost my menu options again - KDE messes with
Dave Gutteridge <dave at tokyocomedy.com> wrote:
> Date: Mon, 03 Oct 2005 23:41:57 +0900 <snip>
>
>>> ----
>>> useradd -p PASSWORD -m roger
>>> ^ needs a ^
>>> space |
>>> | what are you trying to accomplish here?
>
>
>The web page where I got the command said I needed it. Said
2005 Sep 12
1
Re: [Cantos] Boot process slow with RGB quiet on
[quote]"microcode device doesn't exist?"[/quote]
Try grepping for 'microcode' in /var/log/messages, try dmesg | grep microcode, either or both may give you the exact text.
chkconfig --list | grep microcode may also give you a hit, if yes, the problem is easy to cure: turn off the service (man chkconfig).
If these don't give hits, then it's time to build a kernel for
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 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 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 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 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 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 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 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 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 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 Oct 10
3
Looking for some recommendations for applications on CentOS (MP3, FTP)
Last time I asked for some recommendations on this list, I was told
about some great software that I hadn't been able to find myself, so I'd
like to ask again.
I've been having a hard time finding software that satisfies in the
following 2 areas:
1. MP3 player and play list manager. Something that can ideally
generate smart playlists based on MP3 tags.
(I've tried XMMS, Amarok,
2005 Oct 11
1
(no subject)
[This email is either empty or too large to be displayed at this time]
2005 Sep 08
2
Anyone running giFTui successfully on CentOS?
I've been hunting this down on the internet, but haven't had any
success, so I'm going to ask here. Does anyone on this list know
anything about giFTui?
I've tried running it, but get this error:
giftui: error while loading shared libraries: liblinc.so.1: cannot open
shared object file: No such file or directory
I can not determine how to get this shared library on my system.
2005 Sep 21
2
Just can't get sound working in Firefox
I have been all up and down my Firefox options, and all up and down
whatever sound card configurations I could find in Gnome. And I just
can't get sound to work. Whether it's a Flash animation, a Quicktime
movie, or anything, they all run, but no sound.
All other applications that run sound, like Xine or XMMS, work fine
(although mysteriously XMMS every now and again loses it's
2005 Sep 21
1
Sound device has been blown away
Well, I spoke to soon. After installing gstreamer-ffmpeg, and creating
an .asoundrc file, I thought everything was perfect. All my music
applications were handling MP3s, FireFox was playing sounds, everything
was sweet.
And so I played some music in Rhythmbox. That lasted about four or five
songs, and then suddenly, the sound cut out. And at the same time, my
keyboard became unresponsive. I