Displaying 20 results from an estimated 10000 matches similar to: "Can't print from Firefox"
2008 Sep 14
5
Slackware's 'explodepkg' equivalent for rpm?
Hi,
Is there any 'explodepkg' equivalent for the rpm command? What I want is
simply uncompress an RPM package to get the files directly, but I didn't
find anything in rpm's manpage.
Cheers,
Niki Kovacs
2008 Sep 16
6
Picasa vs. native photo management apps
Hi,
I'm running a small business (http://www.microlinux.fr) offering various
services around GNU/Linux, among which migrating folks from Windows to
Linux. On server and desktops, I'm using CentOS exclusively. I know,
Fedora would be more suitable, but I like the solidity of CentOS, and I
can always build the odd missing bits myself from Fedora SRPMS. My
heavily customized
2009 Jun 07
3
Basic setup for vsftpd ?
Hi,
I'm currently fiddling with G4U (Ghost for Unix), and I need to setup a
local FTP server in order to get it to work.
# yum groupinstall "FTP Server" --> installed vsftpd
Here's what I'd like to do :
* no anonymous access
* only one user (user 'install' / pass 'install')
The machine I'm installing it on has a static IP ok
2007 May 15
3
GRUB and vga=788
Hi,
On a minimal (e. g. without X) server install, one of the first things I
do is add 'vga=788' to the 'kernel' line in /boot/grub/menu.lst, so I
can use the framebuffer in 800x600 mode and have a better readability in
console mode.
However, I tried this on my minimal CentOS 5 install, and right after
GRUB, the screen just blanks. I add that this (test) machine ran maybe a
2009 Jul 04
3
[Fwd: Re: Getting started with NFS]
An embedded message was scrubbed...
From: Niki Kovacs <contact at kikinovak.net>
Subject: Re: [CentOS] Getting started with NFS
Date: Sat, 04 Jul 2009 10:33:31 +0200
Size: 1377
URL: <http://lists.centos.org/pipermail/centos/attachments/20090704/b8ff2d37/attachment-0003.eml>
2008 Sep 13
5
Changing hostname?
Hi,
I recently made a CentOS install on a machine with an unsupported
network card. I had to add the driver for it later, once I finished the
install. For now I have this:
[kikinovak at localhost ~]$ hostname --fqdn
localhost.localdomain
Q: how would I change this to something like calimero.local?
Here's what I *would* do, but I prefer to ask before.
1) edit /etc/sysconfig/network and
2010 Feb 02
6
Display a warning message at a certain time ?
Hi,
I'm currently installing a CentOS 5 desktop as a public internet access
point. The machine shuts down every day automatically at 22:30. Is there
a way I can display a message in GNOME at 22:15 warning the user that
the machine will shutdown in 15 minutes ?
Any suggestions ?
Niki Kovacs
2007 Aug 04
2
Data corruption on external hard disk
Hi,
I'm using CentOS 5 on all my computers here (work + home) and I'm very
satisfied with it.
Some time ago I purchased a 300 GB external hard drive to store films,
music, pictures and documents. Since there's no Windows machine around
here (small South French village, town hall and public library use Linux
:o)), I replaced the FAT filesystem on the disk by an ext2 filesystem.
2009 Jul 03
1
Replicate desktop configuration for other users using /etc/skel
Hi,
The subject says it all. I'd like to copy my own custom desktop
configuration for other users on the machine without having to go
manually through the hassle.
Here's a non-exhaustive list of what I usually tweak :
* Theme + icons
* background image
* panel
* screensaver
* Nautilus behaviour
* Handling of removable devices
* Gnome Terminal
* Gnome Dictionary (french servers)
*
2008 Mar 15
3
Firefox 3
Hi,
I just read the release announcement for RHEL 5.2beta:
https://www.redhat.com/archives/rhelv5-announce/2008-March/msg00000.html
And something caught my eye:
--8<-----------------------------------------
* Laptop and Desktop Enhancement
+ Suspend and Hibernate improvements
+ Re-base of the top Desktop applications
- Evolution 2.12.3
- Firefox 3
- OpenOffice 2.3.0
2007 Jul 19
2
Managing recompiled packages?
Hi,
I'm using Centos 5.0 on my desktop, and I'm very happy with it. One
question bothers me. I rebuilt a handful of apps, for example K3B to
enable MP3 audio, or libshout and mpd, to enable streaming audio.
Now what happens if these get updated? I guess the new version will
squash my personal version. Is there a way to prevent these packages
from being updated? Or how should I handle
2007 Jun 07
3
1) Power off 2) Automatic updates with GNOME
Hi,
1) When I'm doing a server install as well as a desktop install, I
always start from a minimal install, then add components as needed. Now
I noticed that on a minimal system (no X11, no GNOME), when doing either
'halt' or 'shutdown -h now', the machine halts... but doesn't switch off
the power. The user has to do it manually. (I vaguely remember that on
older
2016 Aug 13
2
Duplicate *.desktop entries for GNOME in /usr/share/applications
Hi,
Today I noticed something strange. There seem to be a series of
duplicate desktop menu entries in /usr/share/applications.
Example: gedit.desktop and org.gnome.gedit.desktop
Other example: nautilus.desktop and org.gnome.Nautilus.desktop
This is annoying, since I usually edit some custom menu entries for my
users. Now, if I edit both files for a single application, I end up with
duplicate
2009 Jun 28
2
Set hostname via DHCP ?
Hi.
I just setup one of my machines as a DHCP server. I'd like it to handle
the hostnames of clients. Don't know if this is an orthodox thing to do
(feel free to add your comments :oD). Here's the server's relevant lines
of dhcpd.conf:
--8<-------
...
# Envoyer les noms d'h?tes aux clients
use-host-decl-names on;
# Adresses statiques
host babasse {
hardware ethernet
2015 Feb 26
2
Easy way to strip down CentOS?
Le 26/02/2015 15:00, David Both a ?crit :
> Perhaps I have not been following closely enough, but why go backwards?
> Why not start with a "minimal" installation and then add only those
> packages that are needed for your situation?
Here's why.
I'm currently experimenting with CentOS on my workstation, trying out
different desktop environments like GNOME3, KDE, MATE,
2017 Jun 16
3
Markdown editor for CentOS 7?
Le 16/06/2017 ? 13:25, Yamaban a ?crit :
> First, there are "preview" plugins for vim, you might want to look at
> them first:
> https://github.com/suan/vim-instant-markdown
Hi,
Thanks very much for your advice! This is a real life-changer for me. I
had to fiddle a couple hours with Node.js and tweaking Vim until
Markdown was handled correctly, but now I have a really nice
2017 Jun 16
4
Markdown editor for CentOS 7?
Hi,
I recently discovered Markdown, and I'm currently using it to write some
documentation for CentOS 7.
https://github.com/kikinovak/formation-linux
For the time being, I'm using my good old Vim editor for writing it. I
turned off syntax highlighting, since this produces random results with
Markdown.
Pages are correctly displayed on Github, but in order to see them, I
have to push
2007 Nov 16
1
Localize CUPS?
Hi,
I've been setting up a networked printer in a 100% Linux LAN, and
there's only one small problem left: how do I localize the CUPS
interface (e. g. the pages I see when opening http://localhost:631 in a
browser)?
My system is localized in french. LANG is fr_FR.UTF-8 in
/etc/sysconfig/i18n. And I checked Firefox: it's supposed to open web
content in French.
Curiously, I had
2009 May 27
2
Upgrade GTK2 from 2.10 to 2.12 ?
Hi,
I'm using CentOS 5.3 on all my desktops, and I really like it. Now I'd
like to build a few additional apps that aren't included in any third
party repo. Some of them require GTK2 2.12 to build, so I'm considering
a (careful) upgrade of this package.
General question: 1) how "safe" is it to upgrade this package? To do so,
I'd use an SRPM from Fedora. 2) What
2007 May 27
2
Slightly OT: Debian and CentOS multiboot: menu.lst problem
Hi,
I want to slowly migrate from Debian to CentOS, so I setup a multiboot
on my main machine. There's a Debian Etch install on /dev/hda, and GRUB
is also installed on the Debian side.
On /dev/hdb, I have CentOS 5. I fdisked the drive manually, then chose
manual partitioning during install. The setup for CentOS is:
hdb1 -> swap
hdb2 -> /boot, ext2
hdb3 -> / , ext3
After