Displaying 3 results from an estimated 3 matches for "medintux".
2010 Mar 01
5
Slightly OT: check creation of a group
Hi,
I'm currently writing an install script for an application, and my
already limited Bash skills are a bit rusty.
I want to check if a group exists, and if it doesn't, then create it.
Only thing I found is:
if [ grep medintux /etc/group ]; then
continue
else
groupadd medintux
fi
Apparently I can't seem to "negate" the test, e. g. something like
if !(grep medintux /etc/group)
Any suggestions for the correct syntax here ?
Thanks,
Niki
2010 Mar 01
1
How do I create a new menu category in GNOME ?
...d in french) menu looks like :
Applications > Accessoires (Utilities)
> Bureautique (Office)
> Graphisme (Graphics)
> Internet (Internet)
> Son et vid?o (Sound and Video)
Now I'm currently installing a medical application (Medintux) which
consists of several different "modules", e. g. programs where each one
does one thing. There are something like ten different modules, and I'd
like to create a new category in my main menu, so I have :
Applications > Medintux > User Management...
2009 Nov 11
2
Build a LiveCD?
Hi,
I have a highly customized desktop built from CentOS 5.4 and RPMForge
repos (plus some stuff of my own). I'd like to build a LiveCD from that,
for one very specific reason. I have a medical application (MedinTux)
that would be very handy to demonstrate to doctors, hospital staff, etc.
with a LiveCD.
Any ideas?
Niki