make-the-admin-happy-with-one-line

make-the-admin-happy-with-one-line

am 18.10.2004 15:06:19 von Daniel Berlin

Hi everybody,
how about starting a collection of cool linux admin tips/commands/...
Like:

# To search all files in a directory and it's subdirectories do this:
grep -risnH 'PATTERN' *

or
#  To copy a directory structure without changing atime/rights/own=
er/...
do this:
cd && find ./ -print | cpio -padm

Is there anybody out there with other cool
"make-the-admin-happy-with-one-line"
commands or similar tips ???

Greez,
daniel


-
To unsubscribe from this list: send the line "unsubscribe linux-admin" =
in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: make-the-admin-happy-with-one-line

am 18.10.2004 17:24:13 von Atishay Kumar

On Mon, 18 Oct 2004 15:06:19 +0200 (CEST), Daniel Berlin
wrote:
> Hi everybody,
> how about starting a collection of cool linux admin tips/commands/...

creating a collection of tips/commands on a mailing list is a great
idea. but doing it on a mailing list may not be a good option. I think
we should document it so that it is available to all those who need it
rather than going throgh mailing list to get a set of commands.
does it sound good??
> Like:
>
> # To search all files in a directory and it's subdirectories do this:
> grep -risnH 'PATTERN' *
>
> or
> # To copy a directory structure without changing atime/rights/owner/...
> do this:
> cd && find ./ -print | cpio -padm
>
> Is there anybody out there with other cool
> "make-the-admin-happy-with-one-line"
> commands or similar tips ???
# change password of any user in a single line . This is useful for
use in scripts for changing passwords. You need root priveledges to
use --stdin option.

echo "password" | passwd --stdin username


>
> Greez,
> daniel
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-admin" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
>


--
:)
Atishay Kumar
Btech, SEM VII
DA-IICT
Gandhinagar - 382009
India
ph: +91 9825383948
/*********************************************************** *****************
* Learn the rules as you would need them to break them properly *
************************************************************ ****************/
-
To unsubscribe from this list: send the line "unsubscribe linux-admin" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: make-the-admin-happy-with-one-line

am 19.10.2004 06:24:48 von James Turnbull

> On Mon, 18 Oct 2004 15:06:19 +0200 (CEST), Daniel Berlin

> creating a collection of tips/commands on a mailing list is a great
> idea. but doing it on a mailing list may not be a good option. I think
> we should document it so that it is available to all those who need it
> rather than going throgh mailing list to get a set of commands.
> does it sound good??

A Wiki somewhere?

Regards

James Turnbull
-
To unsubscribe from this list: send the line "unsubscribe linux-admin" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: make-the-admin-happy-with-one-line

am 19.10.2004 06:37:20 von Nathan Dietsch

Hello Daniel,

Daniel Berlin wrote:

>Hi everybody,
>how about starting a collection of cool linux admin tips/commands/...
>Like:
>
># To search all files in a directory and it's subdirectories do this:
>grep -risnH 'PATTERN' *
>
>or
># To copy a directory structure without changing atime/rights/owner/...
>do this:
>cd && find ./ -print | cpio -padm
>
>Is there anybody out there with other cool
>"make-the-admin-happy-with-one-line"
>commands or similar tips ???
>
>
I don't have any myself, but I know that Unix Guru Universe had a
tip-of-day mail that I used to subscribe to, but after a while (a year
or so) they started repeating the same tips quite often ... have a look
if you want http://www.ugu.com/sui/ugu/show?tip.today

Unix Power Tools by Peek, O'Reilly and Loukides also provides such
things. It is quite substantial, but it did come with a hefty price tag
AU$140 about 4 years ago.

Kind Regards,

Nathan Dietsch
-
To unsubscribe from this list: send the line "unsubscribe linux-admin" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: make-the-admin-happy-with-one-line

am 20.10.2004 03:54:42 von Atishay Kumar

On Tue, 19 Oct 2004 14:24:48 +1000 (EST), James Turnbull
wrote:
> > On Mon, 18 Oct 2004 15:06:19 +0200 (CEST), Daniel Berlin
>
> > creating a collection of tips/commands on a mailing list is a great
> > idea. but doing it on a mailing list may not be a good option. I think
> > we should document it so that it is available to all those who need it
> > rather than going throgh mailing list to get a set of commands.
> > does it sound good??
>
> A Wiki somewhere?

If all of us are willing to share their expertise, then i will try to
create a wiki on a public ip. Shall i create a Wiki? please give your
consent.
Currently i have exams coming up, so i will do it after a week or so.
>
> Regards
>
> James Turnbull
> -
>
>
> To unsubscribe from this list: send the line "unsubscribe linux-admin" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
>


--
:)
Atishay Kumar
Btech, SEM VII
DA-IICT
Gandhinagar - 382009
India
ph: +91 9825383948
/*********************************************************** *****************
* Learn the rules as you would need them to break them properly *
************************************************************ ****************/
-
To unsubscribe from this list: send the line "unsubscribe linux-admin" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: make-the-admin-happy-with-one-line

am 20.10.2004 04:01:37 von James Turnbull

> If all of us are willing to share their expertise, then i will try to
> create a wiki on a public ip. Shall i create a Wiki? please give your
> consent.
> Currently i have exams coming up, so i will do it after a week or so.
>>

I would be happy to contribute some one-liners. A wiki on a public
Wikifarm sounds ideal.

Regards

James Turnbull

-
To unsubscribe from this list: send the line "unsubscribe linux-admin" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: make-the-admin-happy-with-one-line

am 01.11.2004 17:53:56 von mlopezb

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

James Turnbull wrote:
|>If all of us are willing to share their expertise, then i will try to
|>create a wiki on a public ip. Shall i create a Wiki? please give your
|>consent.
|>Currently i have exams coming up, so i will do it after a week or so.
|>
|
| I would be happy to contribute some one-liners. A wiki on a public
| Wikifarm sounds ideal.

yes! I agree, Wiki is *g*

RB,
Mat=EDas.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.7 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFBhmokRB0HKLRQp/gRAvlHAKDBhInsbizeZKb+DQcOGou4eImY3wCf RHkQ
AfzCor4v0I6Y1aL4Qk7Ni0Y=3D
=3DG1/v
-----END PGP SIGNATURE-----
-
To unsubscribe from this list: send the line "unsubscribe linux-admin" =
in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: make-the-admin-happy-with-one-line

am 01.11.2004 18:10:49 von Atishay Kumar

On Mon, 01 Nov 2004 13:53:56 -0300, Mat=EDas L=F3pez Bergero
wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>=20
> James Turnbull wrote:
> |>If all of us are willing to share their expertise, then i will try =
to
>=20
>=20
> |>create a wiki on a public ip. Shall i create a Wiki? please give yo=
ur
> |>consent.
> |>Currently i have exams coming up, so i will do it after a week or s=
o.
> |>
> |
> | I would be happy to contribute some one-liners. A wiki on a public
> | Wikifarm sounds ideal.
>=20
> yes! I agree, Wiki is *g*
i am in process of making one. i should be able to make it work soon.
rgds
atishay
>=20
> RB,
> Mat=EDas.
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.0.7 (GNU/Linux)
> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
>=20
> iD8DBQFBhmokRB0HKLRQp/gRAvlHAKDBhInsbizeZKb+DQcOGou4eImY3wCf RHkQ
> AfzCor4v0I6Y1aL4Qk7Ni0Y=3D
> =3DG1/v
> -----END PGP SIGNATURE-----
> -
>=20
>=20
> To unsubscribe from this list: send the line "unsubscribe linux-admin=
" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
>=20


--=20
:)
Atishay Kumar
Btech, SEM VII
DA-IICT
Gandhinagar - 382009
India
ph: +91 9825383948
/*********************************************************** ***********=
******
* Learn the rules as you would need them to break them properly *
************************************************************ **********=
******/
-
To unsubscribe from this list: send the line "unsubscribe linux-admin" =
in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: make-the-admin-happy-with-one-line

am 15.11.2004 19:30:56 von Scott Taylor

Someone was saying they were making a Wiki for this? Atishay? How is it
coming? Need any help?

--
Scott
-
To unsubscribe from this list: send the line "unsubscribe linux-admin" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: make-the-admin-happy-with-one-line

am 16.11.2004 03:45:31 von Atishay Kumar

hi,
i am talking with my institute to get a port on the public machine
so that all of us could access for putting one liners etc.As of now i
have only two ports open, one for apache and one for tomcat. I CUD NOT
find a wiki which runs on apache or tomcat and does not require a
seperate port for running. Most of the wiki's i found on internet run
on a new port.

I am new to using wiki. If any one of you could provide me with a
wiki which runs with apache/tomcat i will do the needful immediately?

OR i have an alternative in mind. I can create a simple
jsp/php page which all of us can use for creating new posts. I will
maintain a seperate html page listing all the posts in chronological
order and i will append new posts to the end of the html page created
through the jsp page. THIS I CAN DO IMMEDIATELY.

What is preferable?
thanks
Atishay
-
To unsubscribe from this list: send the line "unsubscribe linux-admin" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: make-the-admin-happy-with-one-line

am 16.11.2004 21:18:59 von Atishay Kumar

On Tue, 16 Nov 2004 09:22:54 -0500 (EST), aichains@nonstophate.com
wrote:
>
>
> > hi,
> > i am talking with my institute to get a port on the public machine
> > so that all of us could access for putting one liners etc.As of now i
> > have only two ports open, one for apache and one for tomcat. I CUD NOT
> > find a wiki which runs on apache or tomcat and does not require a
> > seperate port for running. Most of the wiki's i found on internet run
> > on a new port.
> >
> > I am new to using wiki. If any one of you could provide me with a
> > wiki which runs with apache/tomcat i will do the needful immediately?
> >
> > OR i have an alternative in mind. I can create a simple
> > jsp/php page which all of us can use for creating new posts. I will
> > maintain a seperate html page listing all the posts in chronological
> > order and i will append new posts to the end of the html page created
> > through the jsp page. THIS I CAN DO IMMEDIATELY.
> >
> > What is preferable?
> > thanks
> > Atishay
> > -
> > To unsubscribe from this list: send the line "unsubscribe linux-admin"
> > in
> > the body of a message to majordomo@vger.kernel.org
> > More majordomo info at http://vger.kernel.org/majordomo-info.html
> >
>
>
> http://wikipedia.sourceforge.net/
>
Thanks for sending me the right wiki link? I have put it on
http://202.138.119.197:8084/wiki/

you all should be able to access it.

As of now i have not done any major configuration. that i can do only
after going through the manual/user guide.

> Is something wrong with this ?
>
> See live online at http://wiki.inter7.com
>
>


--
:)
Atishay Kumar
Btech, SEM VII
DA-IICT
Gandhinagar - 382009
India
ph: +91 9825383948
/*********************************************************** *****************
* Learn the rules as you would need them to break them properly *
************************************************************ ****************/
-
To unsubscribe from this list: send the line "unsubscribe linux-admin" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html