08-21-2009
8 More Discussions You Might Find Interesting
1. UNIX for Dummies Questions & Answers
Hi, I'm new to the whole X-windows environment.
Need help please..
Believe it or not- I have a licensed "Reflection".
I use the XDMCP host, and I can see 4 servers there.
2 of the servers are aix servers: one is ver 4.3, the other one is ver 5.
When I open a session to the aix4.3 a large... (2 Replies)
Discussion started by: sunbird
2 Replies
2. Shell Programming and Scripting
Hi
I am trying to write a script to automatically use a predefined program to open a file according to its extension... But I don't know how to pass "programeta" ... :confused:
while ]; do
case $1 in
-pdf ) programeta="kpdf"
shift 1 ;;
... (1 Reply)
Discussion started by: pau
1 Replies
3. HP-UX
Hi ,
I have installed HP-UX OS installation, it remains in command prompt screen.I need to move to CDE for my work to be done.
Can anybody help me reg this??
I am using HP-UX 11i V2.
Also, how to disable the mail daemon option, bcoz its taking too much time while rebooting.
... (1 Reply)
Discussion started by: Jagadeesh BR
1 Replies
4. Red Hat
hi,
I am using red hat .I want that when ever the user login in GUI interface the terminal windows automatically open and then the user want to logout it 1st close the terminal and then login. There is a file in #ls -a i.e .bashrc and .bash_logout
I does not know how to add my... (0 Replies)
Discussion started by: mypass
0 Replies
5. Linux
OK this is a bit messy.
I run Fedora with gnome on a compiz desktop, I have a script (userstart) that opens my 'standard' environment for all my machines when I login. userstart flips to a specific workspace and then opens the required applications in that workspace then flips to the next... (2 Replies)
Discussion started by: Bashingaway
2 Replies
6. Shell Programming and Scripting
Hi All ,
i am trying to create an alias to open a new gnome-terminal and run some commands in each tab & to have a specific name for each tab
i am using csh ,
tried this command
gnome-terminal --tab -t "s1" --tab -t "s2" --tab -t "s3" --tab -t "s4"
it opened 4 tabs but the title didn't... (0 Replies)
Discussion started by: Assem
0 Replies
7. UNIX for Beginners Questions & Answers
Hi Friends,
Every I try to open a vi window vim help.txt automatically opens evertime.
After doing ZZ or :q! also the same page opens automatically.
How to stop this? Is it machine specific ? Other users who are opening the same servers and files are not facing this issue.
Thanks... (1 Reply)
Discussion started by: sudiptabhaskar
1 Replies
8. Shell Programming and Scripting
Hi Friends,
Every I try to open a vi window, vim help.txt automatically opens evertime.
After doing ZZ or :q! also the same page opens automatically.
How to stop this? Is it machine specific ? Other users who are opening the same servers and files are not facing this issue.
Thanks... (3 Replies)
Discussion started by: sudiptabhaskar
3 Replies
LEARN ABOUT LINUX
dh_installudev
DH_INSTALLUDEV(1) Debhelper DH_INSTALLUDEV(1)
NAME
dh_installudev - install udev rules files
SYNOPSIS
dh_installudev [debhelperoptions] [-n] [--name=name] [--priority=priority]
DESCRIPTION
dh_installudev is a debhelper program that is responsible for installing udev rules files.
Code is added to the preinst and postinst to handle the upgrade from the old udev rules file location.
FILES
debian/package.udev
Installed into lib/udev/rules.d/ in the package build directory.
OPTIONS
--name=name
When this parameter is used, dh_installudev looks for and installs files named debian/package.name.udev instead of the usual
debian/package.udev.
--priority=priority
Sets the priority string of the rules.d symlink. Default is 40.
-n, --noscripts
Do not modify preinst/postinst scripts.
NOTES
Note that this command is not idempotent. dh_prep(1) should be called between invocations of this command. Otherwise, it may cause multiple
instances of the same text to be added to maintainer scripts.
SEE ALSO
debhelper(7)
This program is a part of debhelper.
AUTHOR
Joey Hess <joeyh@debian.org>
8.9.0ubuntu2.1 2012-06-12 DH_INSTALLUDEV(1)