On 16 Oct 2003 02:04:32 +0200
Chema Carballido <[EMAIL PROTECTED]> wrote:
> Hello,
> I would like to route two networks using one network -card. I think i
> can set to diferent ip address for that card using alias. But how can i
> enroute the traficc from one network to anothe
Hello,
I would like to route two networks using one network -card. I think i
can set to diferent ip address for that card using alias. But how can i
enroute the traficc from one network to another.
suppose network1 is 10.0.0.0 and network2 is 192.168.0.0.Could it be
like this?:
route add -net
On Mon, Oct 06, 2003 at 06:00:42PM -0300, Herculano de Lima Einloft Neto wrote:
> On Mon, 2003-10-06 at 16:43, Jeff Kinz wrote:
> > Quick solution:
> > here=`pwd`
> > for i in $*; do
> > absolutename="/${i}"
>
> I take it you mean
>
> absolutename="${here}/${i}" ?
Yes, that was what I
On Mon, 2003-10-06 at 16:43, Jeff Kinz wrote:
> Quick solution:
> here=`pwd`
> for i in $*; do
>absolutename="/${i}"
I take it you mean
absolutename="${here}/${i}" ?
This still has one problem: we have to treat deletions with absolute
pathnames.. there should be a command or someth
On Mon, Oct 06, 2003 at 04:22:36PM -0300, Herculano de Lima Einloft Neto wrote:
> I'm not sure this is what you want, but you could use:
>
> del() { mv -i $* ~/.Trash; }
>
> You can put it in ~/.bashrc
> You should find a lot about this searching around.. you shouldn't use
> rm as the new c
Himanshu Arora wrote:
> Hi All!
> i want rm command to be converted into
>
> mv (whatever is there after rm command) Trash/
>
> where Trash/ is the final destination.
> But the alias command doesn't have any support for the above mentioned
> purpose. Could you s
On Mon, Oct 06, 2003 at 11:44:34PM +0530, Himanshu Arora wrote:
> i want rm command to be converted into
>
> mv (whatever is there after rm command) Trash/
>
> where Trash/ is the final destination.
> But the alias command doesn't have any support for the above mentione
Hi All!
i want rm command to be converted into
mv (whatever is there after rm command) Trash/
where Trash/ is the final destination.
But the alias command doesn't have any support for the above mentioned
purpose. Could you suggest me a way to convert rm into mv ?
Himanshu Arora
IIIT Hyde
On Fri, Oct 03, 2003 at 11:20:02PM +0100, Rui Miguel Cruz wrote:
> Hi!
[...snip...]
> I'm using Apache as web server, and i don't know how to implement a
> directory alias in the Apache (like a virtual directory in the Win IIS).
> Suppose my web server has t
Hi!
I'm starting with linux. i don't know if the question i'm writing has
been questioned before, if so i'm sorry.
I'm using Apache as web server, and i don't know how to implement a
directory alias in the Apache (like a virtual directory in the Win IIS).
Suppose m
e time to dig through it to
find out why the regex didn't work and found my workaround using the
ldif exchange. FWIW, abook didn't like the format of my mutt address
much either. Entries like "Ed Wilts (work)" or "Ed (work) Wilts" really
confused it. I had to do some
On Mon, Jul 28, 2003 at 11:53:07AM -0500, Ed Wilts wrote:
> For the record, that perl script didn't work at all. It gave me
> identical entries of "1|||". ...
Yah, it doesn't work, at least for perl 5.8.x; there's something
squirrely in the regex for matching the entire rest of the string except
On Sat, Jul 26, 2003 at 09:38:24AM -0500, Ed Wilts wrote:
> On Sat, Jul 26, 2003 at 08:49:10AM -0400, Jason Dixon wrote:
> > On Sat, 2003-07-26 at 08:43, Ed Wilts wrote:
> > > Are there any utilities to convert a mutt alias file to Squirrelmail's
> > > address book
On Sat, 2003-07-26 at 12:57, Jack Bowling wrote:
> ** Reply to message from Jason Dixon <[EMAIL PROTECTED]> on Sat, 26 Jul 2003
> 10:48:30 -0400
>
> > On Sat, 2003-07-26 at 10:38, Ed Wilts wrote:
> >
> > > Red Hat Linux includes both mutt and Squirrelmail, so this posting was
> > > definitely no
** Reply to message from Jason Dixon <[EMAIL PROTECTED]> on Sat, 26 Jul 2003 10:48:30
-0400
> On Sat, 2003-07-26 at 10:38, Ed Wilts wrote:
>
> > Red Hat Linux includes both mutt and Squirrelmail, so this posting was
> > definitely not off-topic.
>
> Red Hat Linux also contains Perl and Sendmail
On Sat, 2003-07-26 at 10:38, Ed Wilts wrote:
> Red Hat Linux includes both mutt and Squirrelmail, so this posting was
> definitely not off-topic.
Red Hat Linux also contains Perl and Sendmail, but it would not be
considered appropriate to ask for assistance writing a spam harvester
using both of
On Sat, Jul 26, 2003 at 08:49:10AM -0400, Jason Dixon wrote:
> On Sat, 2003-07-26 at 08:43, Ed Wilts wrote:
> > Are there any utilities to convert a mutt alias file to Squirrelmail's
> > address book format? I did check the recent version of abook which does
> > a bunc
On Sat, 2003-07-26 at 08:43, Ed Wilts wrote:
> Are there any utilities to convert a mutt alias file to Squirrelmail's
> address book format? I did check the recent version of abook which does
> a bunch of different addressbook conversions, but none match what
> Squirrelmail se
Are there any utilities to convert a mutt alias file to Squirrelmail's
address book format? I did check the recent version of abook which does
a bunch of different addressbook conversions, but none match what
Squirrelmail seems to be use.
Thanks!
.../Ed
--
Ed Wilts, Mounds View, MN
Chris W. Parker staggered into view and mumbled:
> Where do I define that?
$HOME/.bash_profile should do. It holds all user-specific aliases and functions.
Lorenzo Prince
--
"...Unix, MS-DOS, and Windows NT (also known as the Good, the Bad, and
the Ugly)."
(By Matt Welsh)
--
redhat-list mail
> I'll take 10 floggings for not knowing this... but...
>
> Where do I define that?
posix shell and ksh have a nice feature called autoloading functions.
You define an FPATH variable pointing to a directory and any files
in that directory will be loaded as functions on demand.
bash doesn't seem
Ian Mortimer <mailto:[EMAIL PROTECTED]> wrote:
> > The alias would look something like this (as I imagine it in my
> > head):
> >
> > $ alias ald='ls -la $1|egrep ^d'
>
> You'll have to define it as a function:
>
> function ald {
> The alias would look something like this (as I imagine it in my head):
>
> $ alias ald='ls -la $1|egrep ^d'
You'll have to define it as a function:
function ald { ls -la $1 | grep -E ^d; }
--
Ian
--
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED
Hello.
Here is a quick run down of what I'm facing.
$ alias all='ls -la'
$ all /var/log
This works because it's the as typing:
$ ls -la /var/log
but
$ alias ald='all|egrep ^d'
$ ald /var/log
does not work because it's the same as typing:
$ ls -la|egrep
Also, ifconfig sets network confs in memory only.
Try hard coding in /etc/sysconfig/network-scripts.
BobB
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Miranda Gomez Miguel
Angel
Sent: Monday, July 07, 2003 7:03 PM
To: [EMAIL PROTECTED]
Subject: ip alias
172.16.3.10 set as the IP to listen on...
Hope this helps.
BobB
ShadowMedia.com
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Miranda Gomez Miguel
Angel
Sent: Monday, July 07, 2003 7:03 PM
To: [EMAIL PROTECTED]
Subject: ip alias problem
hi list,
i have a
hi list,
i have a strange problem, i did configure an ip alias for eth0:
/sbin/ifconfig eth0:0 172.16.3.10
The main ip is 172.16.3.9, when i send a pakcet to the virtual address, the
server responds using the main address, i.e.
Sending Access-Request of id 230 to 172.16.3.10:1812
User
CLONENUM_START=1
/B
- Original Message -
From: "Yanick Quirion" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, March 19, 2003 07:39
Subject: Multiple Network Alias
> Hi all,
>
>
> I want to configure mutiple network aliases. With Redhat &
Hi all,
I want to configure mutiple network aliases. With Redhat < 8.0 the next
config works fine:
[triton]:/etc/sysconfig/network-scripts# cat ifcfg-eth0:1
IPADDR="132.210.158.203-235"
NETMASK="255.255.255.0"
[triton]:/etc/sysconfig/network-scripts# cat ifcfg-eth0:0
IPADDR="132.210.158.200-201"
the info you gave.
> Or I've overdone the coffee again.
>
> ???
> [EMAIL PROTECTED]
Hi Nick,
Thanks for that Nick. I was making the problem much worse that it needed to
be.
My interpretation of the IP stack and routing was that the souce ip/subnet and
the destination ip/
At 10:32 25/02/2003 +, you wrote:
Hi folks,
I have to route traffic to another network for an IP address that is within
one of my subnets.
I've created an interface eth0:0 with the address 10.1.0.34 and then tried to
redirect the packets to the router using the following rule but it didn't
wor
Hi folks,
I have to route traffic to another network for an IP address that is within
one of my subnets.
I've created an interface eth0:0 with the address 10.1.0.34 and then tried to
redirect the packets to the router using the following rule but it didn't
work:
eth0:0 10.1.0.34
eth1 192.168.
]]On
Behalf Of Tibbetts, Ric
Sent: Wednesday, February 05, 2003 8:13 AM
To: [EMAIL PROTECTED]
Subject: Re: alias
Go the easy route.
Just create a second user with the same UID & GID as Fred, and using
Freds home directory.
The /etc/passwd would look something like:
foo:x:500:500:Foo User:/
Easy.
cheers!
Ric
Larry Brown wrote:
Is it possible to create an alias for a user for login etc. Example would
be a user named fred in the Linux system. I want to create an alias named
coo for Fred. So fred could log in as coo with the password Fred would
normally use and log in. He would lo
pted this line of questioning was the idea that in a closed and
> safe environment one could use this method to set up an alias for root as
> say...administrator. Then one 9x machine could log on as administrator and
> access all of the win2k/nt/Linux boxes through samba with full authority to
&g
On Mon, 2003-02-03 at 22:11, Larry Brown wrote:
> What prompted this line of questioning was the idea that in a closed and
> safe environment one could use this method to set up an alias for root as
> say...administrator. Then one 9x machine could log on as administrator and
> acces
What prompted this line of questioning was the idea that in a closed and
safe environment one could use this method to set up an alias for root as
say...administrator. Then one 9x machine could log on as administrator and
access all of the win2k/nt/Linux boxes through samba with full authority to
On Mon, 2003-02-03 at 19:04, Ze Ji Li wrote:
> How about just give him the same uid and gid? will that work?
>
I fred just need to rights to do anything as coo take a look at sudo
this is exactly what it was designed for. Extremely configurable with
fine grained control or open it up. What eve
How about just give him the same uid and gid? will that work?
Ze
- Original Message -
From: "Larry Brown" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, February 03, 2003 2:20 PM
Subject: RE: alias
> Problem with just having him in the same grou
Problem with just having him in the same group is that group and owner
privileges are rarely identical so unless steps where always made to make
them identical this would not have the same result as an alias. So I take
it that there is no such animal as a user alias (other than for mail
purposes
You would create a second user named coo with the same password as fred,
and assign coo to the fred group.
Larry Brown wrote:
>
> Is it possible to create an alias for a user for login etc. Example would
> be a user named fred in the Linux system. I want to create an alias named
>
Is it possible to create an alias for a user for login etc. Example would
be a user named fred in the Linux system. I want to create an alias named
coo for Fred. So fred could log in as coo with the password Fred would
normally use and log in. He would look like the user coo but would have all
I was trying to do aliasing of my eth0:
but all the time I get an error the intrerfce not recorgnized
I checked for the file /proc/net/ip_alias in my kernel i found that
it is not there.
The instraction I have from the manual I used told me that I have
to recompile my kernel to include that fil
On Mon, 2003-01-06 at 16:06, Adam H. Pendleton wrote:
> Perhaps you can shed some light on what the best setting is for the
> "TERM" variable?
A good default value of TERM for basic terminal emulators is vt100.
--
Michael Wardle <[EMAIL PROTECTED]>
Adacel Technologies
--
redhat-list mailing
On Monday, January 6, 2003, at 12:03 AM, Michael Wardle wrote:
Hi Adam
Your output suggests that your terminal type is set to ANSI
(TERM=ansi),
yet ansi is not colorizable according to /etc/DIR_COLORS.
Okay, that makes sense. My terminal is indeed set to "ansi", mostly
out of ignorance, not
Hi Adam
Your output suggests that your terminal type is set to ANSI (TERM=ansi),
yet ansi is not colorizable according to /etc/DIR_COLORS.
Try changing your terminal type to a supported colorizable one such as
linux or xterm, or adding ansi to the list in /etc/DIR_COLORS.
Yours
--
Michael Ward
On Sunday, January 5, 2003, at 11:19 PM, Michael Wardle wrote:
Hi Adam
When you perform an "su", be sure to add the "-l" or "-" option. This
will cause "su" to log you in as root, which causes your shell (bash)
to
read /etc/bashrc, which in turn sources the script files in
/etc/profile.d. If
Hi Adam
On Mon, 2003-01-06 at 14:40, Adam H. Pendleton wrote:
> when I log is as my normal user, color ls is enabled, and I have all the
> regular aliases, such as "ll" and "l.". When I perform a "su" to root,
> however, the aliases go away, as does the color ls.
When you perform an "su", be sur
orls.sh" as root
produces the following:
+ alias 'rm=rm -i'
+ alias 'cp=cp -i'
+ alias 'mv=mv -i'
+ '[' -f /etc/bashrc ']'
+ . /etc/bashrc
+++ id -gn
+++ id -un
+++ id -u
++ '[' root = root -a 0 -gt 99 ']'
++ umask 022
++
On Sat, 21 Sep 2002, Chavez Gutierrez, Freddy wrote:
> how many alias can have a network adapter?
> I mean eth:0, eth:1, eth:X ... what is the limit of X ?? why?
My guess is 256, but looking thru the source code would probably tell you
definitively if that is so. No idea as
Title: how many alias can have a network adapter?
how many alias can have a network adapter?
I mean eth:0, eth:1, eth:X ... what is the limit of X ?? why?
Regards,
Freddy Chavez.
I've just installed Redhat 7.3 and IP alias dont work
In the web I've noticed that the IP Alias is depricated with 2.4.x and is
being replaced by a firewall mechanism (source: IP Alias Mini Howto), no
other
information given.
However, when I tried a manual network configuration i
e middle of a session, which could be
*really* bad.
Disadvantages of static names:
* IP address lookup will fail when network is not connected.
A workaround is to list as alias for "localhost".
IP address lookup will then return "loopback" address, and
official hostn
Thanks for the script.
- Original Message -
From: "Cameron Simpson" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, April 30, 2002 11:28 AM
Subject: Re: Sendmail and a BIG alias file
> On 10:24 30 Apr 2002, Ashwin Khandare <[EMAIL PROTECTED]> w
On 10:24 30 Apr 2002, Ashwin Khandare <[EMAIL PROTECTED]> wrote:
| If you dont mind ,can u please send me ur perl scripts .
Please trim irrelevant quoted material.
The alias generator is here:
http://www.zip.com.au/~cs/scripts/updaliases
Cheers,
--
Cameron Simpson, D
If you dont mind ,can u please send me ur perl scripts .
- Original Message -
From: "Cameron Simpson" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, April 30, 2002 4:18 AM
Subject: Re: Sendmail and a BIG alias file
> On 13:26 29 Apr 2002, Ashwin K
The long aliases were truncated but I guess the solution offered by you
is good and I would like to try out the same.
- Original Message -
From: "Cameron Simpson" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, April 30, 2002 4:16 AM
Subject: Re: Sendmai
rs and groups in a MySQL
database. Those tables store things like mail delivery options, home
directories, group and subgroup memberships etc. I went into this at
some length in another post.
I have some perl scripts which walk those tables and write a text alias
file, which we then hand to the ne
hat an individual
alias line can't be bigger than a DBM record (1024 bytes? something like
that). So my code takes the longer aliases and splits them up like this:
foo: user1, user2,.,userN,foo-sub0
foo-sub0: userN+1,...,userZ,foo-sub1
foo-sub1: userZ+1,...
and so fort
Hello Everyone,
Under sendmail which one gets done first, alias or virtusertable ?
Thanks,
Pieter
___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list
April 26, 2002 7:14 PM
Subject: Re: Sendmail and a BIG alias file
> Ashwin,
> Are you saying that the "newaliases" command doesn't work after editing
the
> /etc/aliases file? Or that work and sendmail ignores some alias lines?
Can
> you be more specific on your problem
nt: Saturday, April 27, 2002 5:01 AM
Subject: Re: Sendmail and a BIG alias file
> On 09:07 26 Apr 2002, Leonardo Rodrigues Magalh?es
<[EMAIL PROTECTED]> wrote:
> | > On 08:30 26 Apr 2002, Pieter De Wit <[EMAIL PROTECTED]> wrote:
> | > | I know this might be kinda off topic
Hello Cameron,
Thanks for all of that info ! It sounds like you guys are doing what my
company wants to do. Here is our problem :
We have two internet links (woohoo) connecting the company to the internet.
Now they want mail that is meant for office A to come to that link and mail
that is meant
On 16:10 26 Apr 2002, Pieter De Wit <[EMAIL PROTECTED]> wrote:
| On 08:30 26 Apr 2002, Pieter De Wit <[EMAIL PROTECTED]> wrote:
| | How well does sendmail handle a *big* alias file (around 2 entries) ?
| | Is there another way to handle such big alias requirements ?
| Keeps it i
.
| > | How well does sendmail handle a *big* alias file (around 2 entries)
| ? Is
| > | there another way to handle such big alias requirements ?
| > Keeps it in a dbm file. We have over 4 aliases at work; works just
| fine.
| I'd strongly suggest that you try postfi
Hello Cameron,
If I may ask, what hardware do you run to support this ?
Cheers,
Pieter
-Original Message-
From: Cameron Simpson [mailto:[EMAIL PROTECTED]]
Sent: 26 April 2002 13:56
To: [EMAIL PROTECTED]
Subject: Re: Sendmail and a BIG alias file
On 08:30 26 Apr 2002, Pieter De Wit
hehehe love your signature !
-Original Message-
From: Cameron Simpson [mailto:[EMAIL PROTECTED]]
Sent: 26 April 2002 13:56
To: [EMAIL PROTECTED]
Subject: Re: Sendmail and a BIG alias file
On 08:30 26 Apr 2002, Pieter De Wit <[EMAIL PROTECTED]> wrote:
| I know this might be kin
Ashwin,
Are you saying that the "newaliases" command doesn't work after editing the
/etc/aliases file? Or that work and sendmail ignores some alias lines? Can
you be more specific on your problem?
-eric
- Original Message -
From: "Ashwin Khandare" <[EMAI
Can u please elaborate on the solution u have offered.
I myself also has been facing the same problem.
- Original Message -
From: "Cameron Simpson" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, April 26, 2002 5:26 PM
Subject: Re: Sendmail and a BIG alia
ED]>
Sent: Friday, April 26, 2002 8:56 AM
Subject: Re: Sendmail and a BIG alias file
> On 08:30 26 Apr 2002, Pieter De Wit <[EMAIL PROTECTED]> wrote:
> | I know this might be kinda off topic, but since everyone here is in the
> | field, I thought I would pop the question here
On 08:30 26 Apr 2002, Pieter De Wit <[EMAIL PROTECTED]> wrote:
| I know this might be kinda off topic, but since everyone here is in the
| field, I thought I would pop the question here.
| How well does sendmail handle a *big* alias file (around 2 entries) ? Is
| there another way to
Hello Everyone,
I know this might be kinda off topic, but since everyone here is in the
field, I thought I would pop the question here.
How well does sendmail handle a *big* alias file (around 2 entries) ? Is
there another way to handle such big alias requirements ?
Thanks,
Pieter
RedHat 7.2 replaced netcfg with neat.
Netcfg allowed for the easy creation of alias network interfaces.
Despite numerous attempts to create an eth0:0, similar to what was created in netcfg,
I have yet to manipulate the neat interface to do the same.
I cannot find any documentation for this
Greetings.
I am running RH 7.0.
In my /etc/bashrc file I have
alias ls='ls -Al --color'
This gives me a long directory listing in color. It works as long as I am
not in Gnome.
If I start Gnome and open a terminal, an ls gives me the usual short
directory listing.
I have tried
> >> > On Thu, 21 Dec 2000, Mike Burger wrote:
> >> >
> >> > > Check your system for "sudo".
> >> > >
> >> > > On Sat, 23 Dec 2000, christopher j bottaro wrote:
> >> > >
> >> > > > i'
It should have came with your CD, but can be found just about
anywhere. Try rpmfind.net, then freshmeat.net
charles
On Sun, 24 Dec 2000, christopher j bottaro wrote:
> hey all,
> thanks for all the answers...=)
> i don't have that command (rpmfind)...=(
_
hey all,
thanks for all the answers...=)
i don't have that command (rpmfind)...=(
On Thursday 21 December 2000 22:28, you wrote:
> On Thu, Dec 21, 2000 at 05:10:00PM -0500, Mike Burger wrote:
> > Point your browser at http://rpmfind.net, and do a search for sudo. It
> > came up with 82 possible
friend told me that at his
> work, they have a das (do a superuser) alias on their play linux boxes. he
> says it works like this...
> das mv blah /usr/local
> 1) changes to su
> 2) executes "mv blah /usr/local" as su
> 3) exits from su
Look into sudo.
have a das (do a superuser) alias on their play linux boxes. he
> says it works like this...
> das mv blah /usr/local
> 1) changes to su
> 2) executes "mv blah /usr/local" as su
> 3) exits from su
>
> can some show me how to write such an alias (or even shell script
On Thu, Dec 21, 2000 at 06:11:51PM -0500, Mike Burger wrote:
> I dunno...I did a pretty standard server install on both my boxes,
> as well as my laptop, there's no such file as rpmfind on any of them
> (a 6.1 and 2 7.0 boxes).
I did a custom upgrade 6.2 -> 7.0, and it is my log saved from the
i
I dunno...I did a pretty standard server install on both my boxes, as well
as my laptop, there's no such file as rpmfind on any of them (a 6.1 and 2
7.0 boxes).
On Thu, 21 Dec 2000, Hal Burgiss wrote:
> On Thu, Dec 21, 2000 at 05:42:00PM -0400, Michael Burger wrote:
> > Works fine if you have th
On Thu, Dec 21, 2000 at 05:42:00PM -0400, Michael Burger wrote:
> Works fine if you have the rpmfind executable on your system. A
> little bit of a catch 22, eh?
True, but it is included with std RH, so if not installed, now is a
real good time. Very handy little tool IMHSHO. Of course, maybe s
t;> > >
>> > > > i'm logged in as a normal user most of the time on my linux machine, but i
>> > > > download and install a lot of stuff too. this requires me to switch back and
>> > > > forth between superuser and my normal login. my frien
Works fine if you have the rpmfind executable on your system. A
little bit of a catch 22, eh?
On Thu, 21 Dec 2000 17:28:30 -0500, Hal Burgiss wrote:
>On Thu, Dec 21, 2000 at 05:10:00PM -0500, Mike Burger wrote:
>> Point your browser at http://rpmfind.net, and do a search for sudo. It
>> came
I was doing something very similiar, but I still needed sudo.
david
On Thu, 21 Dec 2000, rpjday wrote:
> On Thu, 21 Dec 2000, Mike Burger wrote:
>
> > Point your browser at http://rpmfind.net, and do a search for sudo. It
> > came up with 82 possible options...sudo-1.6.3-4-i386.rpm is the on
>
> > > On Sat, 23 Dec 2000, christopher j bottaro wrote:
> > >
> > > > i'm logged in as a normal user most of the time on my linux machine, but i
> > > > download and install a lot of stuff too. this requires me to switch back and
> > >
On Thu, Dec 21, 2000 at 05:10:00PM -0500, Mike Burger wrote:
> Point your browser at http://rpmfind.net, and do a search for sudo. It
> came up with 82 possible options...sudo-1.6.3-4-i386.rpm is the one you
> want.
Even easier:
[hal@feenix hal]$ rpmfind sudo
Installing sudo will require 291 KB
On Thu, 21 Dec 2000, Mike Burger wrote:
> Point your browser at http://rpmfind.net, and do a search for sudo. It
> came up with 82 possible options...sudo-1.6.3-4-i386.rpm is the one you
> want.
as another option, if you work in a graphical environment, just
bring up a gnome-terminal or xterm,
d install a lot of stuff too. this requires me to switch back and
> > > forth between superuser and my normal login. my friend told me that at his
> > > work, they have a das (do a superuser) alias on their play linux boxes. he
> > > says it works like this...
> > >
Umm...(not sure this will work),
alias das="su -c $1"
das "mv blah /usr/local"
Well, it's close...*shrugs*
-LG
On Sat, 23 Dec 2000, christopher j bottaro wrote:
> i'm logged in as a normal user most of the time on my linux machine, but i
> download a
e time on my linux machine, but i
> > download and install a lot of stuff too. this requires me to switch back and
> > forth between superuser and my normal login. my friend told me that at his
> > work, they have a das (do a superuser) alias on their play linux boxes. he
> > sa
normal login. my friend told me that at his
> work, they have a das (do a superuser) alias on their play linux boxes. he
> says it works like this...
> das mv blah /usr/local
> 1) changes to su
> 2) executes "mv blah /usr/local" as su
> 3) exits from su
>
>
i'm logged in as a normal user most of the time on my linux machine, but i
download and install a lot of stuff too. this requires me to switch back and
forth between superuser and my normal login. my friend told me that at his
work, they have a das (do a superuser) alias on their play
Hi to all. Help !!
I have one server Redhat 6.2 and a lot
of Pop client ( Special account -> Account Pop )
When in client dialog box (fields :Email alias ) I put
2 or 3 or 4 alias the mail server go in error :
[EMAIL PROTECTED] not valid user .
Why ? If I put 1 only al
At 10:57 AM 6/23/00 , Arturs Korneevs wrote:
>Hello,
>Can I add IP alias with different host_name to /etc/hosts ?
First, PLEASE turn off your HTML. You have doubtless been entered into
many kill files already.
To answer your question, I believe you can just add it:
198.162.0.1
Hello,
Can I add IP alias with different host_name to /etc/hosts ?
Hello,
I must install Lotus Domino 5.02c ES on RedHat 6.1
and I added IP alias for it via linuxconf. It works fine,
but when I conected with Notes Administrator from
winNT to server it write: server not responding.
Telnet to IP alias to port 1352 works.
I haven't this IP alias in DNS
On Mon, 19 Jun 2000, SoloCDM wrote:
> > > Is it possible to make an alias substitute an item into its command as
> > > in the following:
No.
--
Todd A. Jacobs
Senior Network Consultant
--
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.
Listen to me! We are all individuals!-
On Mon, 19 Jun 2000, SoloCDM wrote:
=>"Carey F. Cox" wrote:
=>>
=>> On Mon, 19 Jun 2000, SoloCDM wrote:
=>>
=>> > Is it possible to make an alias substitute an item into its command as
=>> > in the f
On Mon, 19 Jun 2000, SoloCDM wrote:
> "Carey F. Cox" wrote:
> >
> > For bash scripts you will need to use a function as follows...
> >
> > $ function cdl { cd ~/$@ }
>
> Thanks, but I'm referring to the command-line -- not a script.
>
A script is no more than a bunch of command line
1 - 100 of 125 matches
Mail list logo