Hi! Does anyone have any useful bash scripts? I have installed some from the HOW-TO that shows the amount of data in the current dir, very useful. I also added a few that makes the dir listing easier to read. (email me if u want me to send it to u) /Morsal
On Tuesday 03 April 2001 09:09, Morsal Roudbay wrote:
Hi! Does anyone have any useful bash scripts?
To do what? :-) This question is similar to asking "does anyone have some useful tools?" For example: I have a bash script that treats a SuSE box as a BBS for the only purpose of downloading files. The user can call in and choose only of of four options. It probably wouldn't do you any good. I have python script which takes a set of files and distributes them to existing accounts or stores them until the desired account has been created. This, too, wouldn't be of much value to you. See what I am saying? What do you want done? JLK
I have installed some from the HOW-TO that shows the amount of data in the current dir, very useful. I also added a few that makes the dir listing easier to read. (email me if u want me to send it to u)
/Morsal
:-D To do useful things in the shell, for instance calculating how much space a directory takes or renaming all files in a directory in a specific way etc. Anything useful for daily work. Not anything specific. I saw this script which showed the load of the machine by changing color of the prompt, I tried it but it had several errors which made it unusable. Got anything similar? Any other useful script of this kind would be appreciated. ----- Original Message ----- From: "Jerry Kreps" <jerrykreps@jlkreps.net> To: "Morsal Roudbay" <morsal@swipnet.se>; "SLE" <suse-linux-e@suse.com> Sent: Tuesday, April 03, 2001 7:32 PM Subject: Re: [SLE] useful bash scripts
On Tuesday 03 April 2001 09:09, Morsal Roudbay wrote:
Hi! Does anyone have any useful bash scripts?
To do what? :-) This question is similar to asking "does anyone have some useful tools?"
For example: I have a bash script that treats a SuSE box as a BBS for the only purpose of downloading files. The user can call in and choose only of of four options. It probably wouldn't do you any good. I have python script which takes a set of files and distributes them to existing accounts or stores them until the desired account has been created. This, too, wouldn't be of much value to you. See what I am saying?
What do you want done? JLK
I have installed some from the HOW-TO that shows the amount of data in the current dir, very useful. I also added a few that makes the dir listing easier to read. (email me if u want me to send it to u)
/Morsal
-- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/support/faq
Hi to all !! I will also like to receive (if it is possible) those famous Scripts ! :)
:-D To do useful things in the shell, for instance calculating how much space a directory takes or renaming all files in a directory in a specific way etc. Anything useful for daily work. Not anything specific. I saw this script which showed the load of the machine by changing color of the prompt, I tried it but it had several errors which made it unusable. Got anything similar? Any other useful script of this kind would be appreciated.
----- Original Message ----- From: "Jerry Kreps" <jerrykreps@jlkreps.net> To: "Morsal Roudbay" <morsal@swipnet.se>; "SLE" <suse-linux-e@suse.com> Sent: Tuesday, April 03, 2001 7:32 PM Subject: Re: [SLE] useful bash scripts
On Tuesday 03 April 2001 09:09, Morsal Roudbay wrote:
Hi! Does anyone have any useful bash scripts?
To do what? :-) This question is similar to asking "does anyone have some useful tools?"
For example: I have a bash script that treats a SuSE box as a BBS for the only purpose of downloading files. The user can call in and choose only of of four options. It probably wouldn't do you any good. I have python script which takes a set of files and distributes them to existing accounts or stores them until the desired account has been created. This, too, wouldn't be of much value to you. See what I am saying?
What do you want done? JLK
I have installed some from the HOW-TO that shows the amount of data in the current dir, very useful. I also added a few that makes the dir listing easier to read. (email me if u want me to send it to u)
/Morsal
-- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/support/faq
-- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/support/faq
On Tue, Apr 03, 2001 at 01:22:03PM -0600, Linux News User wrote:
Hi to all !!
I will also like to receive (if it is possible) those famous Scripts !
:)
:-D To do useful things in the shell, for instance calculating how much space a directory takes or renaming all files in a directory in a specific way etc. Anything useful for daily work. Not anything specific. I saw this script which showed the load of the machine by changing color of the prompt, I tried it but it had several errors which made it unusable. Got anything similar? Any other useful script of this kind would be appreciated.
UNIX Power Tools by Jerry Peek, Tim O'Reilly, and Mike Loukides, second edition August 1997, ISBN 1-56592-260-3. 1000+ pages plus CD-ROM included. -Kastus
----- Original Message ----- From: "Jerry Kreps" <jerrykreps@jlkreps.net> To: "Morsal Roudbay" <morsal@swipnet.se>; "SLE" <suse-linux-e@suse.com> Sent: Tuesday, April 03, 2001 7:32 PM Subject: Re: [SLE] useful bash scripts
On Tuesday 03 April 2001 09:09, Morsal Roudbay wrote:
Hi! Does anyone have any useful bash scripts?
To do what? :-) This question is similar to asking "does anyone have some useful tools?"
For example: I have a bash script that treats a SuSE box as a BBS for the only purpose of downloading files. The user can call in and choose only of of four options. It probably wouldn't do you any good. I have python script which takes a set of files and distributes them to existing accounts or stores them until the desired account has been created. This, too, wouldn't be of much value to you. See what I am saying?
What do you want done? JLK
I have installed some from the HOW-TO that shows the amount of data in the current dir, very useful. I also added a few that makes the dir listing easier to read. (email me if u want me to send it to u)
/Morsal
"Konstantin (Kastus) Shchuka" wrote:
On Tue, Apr 03, 2001 at 01:22:03PM -0600, Linux News User wrote:
Hi to all !!
I will also like to receive (if it is possible) those famous Scripts !
:)
:-D To do useful things in the shell, for instance calculating how much space a directory takes or renaming all files in a directory in a specific way etc. Anything useful for daily work. Not anything specific. I saw this script which showed the load of the machine by changing color of the prompt, I tried it but it had several errors which made it unusable. Got anything similar? Any other useful script of this kind would be appreciated.
UNIX Power Tools by Jerry Peek, Tim O'Reilly, and Mike Loukides, second edition August 1997, ISBN 1-56592-260-3.
1000+ pages plus CD-ROM included.
-Kastus
Great book, Here is a more affordable link :) for the scripts from the same book: ftp://ftp.oreilly.com/published/oreilly/power_tools/unix/upt9707.tgz. http://www.oreilly.com/catalog/upt2/examples/ -- Cheers, Joost van der Lugt mailto:jvdl@sirius.com
Thank u, this is exactly what I was looking for! :) Mazzel! ----- Original Message ----- From: "Joost van der Lugt" <jvdl@sirius.com> To: "suse-linux-e" <suse-linux-e@suse.com> Sent: Wednesday, April 04, 2001 6:01 AM Subject: Re: [SLE] useful bash scripts
"Konstantin (Kastus) Shchuka" wrote:
On Tue, Apr 03, 2001 at 01:22:03PM -0600, Linux News User wrote:
Hi to all !!
I will also like to receive (if it is possible) those famous Scripts !
:)
:-D To do useful things in the shell, for instance calculating how
much
space a directory takes or renaming all files in a directory in a specific way etc. Anything useful for daily work. Not anything specific. I saw this script which showed the load of the machine by changing
color of > > > >the prompt, I tried it but it had several errors which made it unusable. Got > > > >anything similar? > > > >Any other useful script of this kind would be appreciated. > > > > UNIX Power Tools by Jerry Peek, Tim O'Reilly, and Mike Loukides, > > second edition August 1997, ISBN 1-56592-260-3. > > > > 1000+ pages plus CD-ROM included. > > > > -Kastus > > Great book, > > Here is a more affordable link :) for the scripts from the same book: > > ftp://ftp.oreilly.com/published/oreilly/power_tools/unix/upt9707.tgz. > > http://www.oreilly.com/catalog/upt2/examples/ > > -- > Cheers, > > Joost van der Lugt > > mailto:jvdl@sirius.com > > -- > To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com > For additional commands send e-mail to suse-linux-e-help@suse.com > Also check the FAQ at http://www.suse.com/support/faq >
Morsal Roudbay & JLK
:-D To do useful things in the shell, for instance calculating how much space a directory takes or renaming all files in a directory in a sp
Does anyone have any useful bash scripts?
One should habe some homepage on which one offers collected scripts. Understand what I mean? Is there any homepage of this sort?
To do what? :-) This question is similar to asking "does anyone have some useful tools?"
True. That HP should contain some search function also.
For example: I have a bash script that treats a SuSE box as a BBS for the only purpose of downloading files. The user can interesting, tell me more (via PM)
call in and choose only of of four options. It probably wouldn't do you any good. I have python script which takes a set of files and distributes them to existing accounts or stores them until the desired account has been created. This, too, wouldn't be of much value to you. See what I am saying?
-- *º¤., ¸¸,.¤º*¨¨¨*¤Oliver@home*º¤., ¸¸,.¤º*¨¨*¤
One should habe some homepage on which one offers collected scripts. Understand what I mean? Is there any homepage of this sort?
Only the Bash-howto... havent found any other good website. I received some links in this list earlier but I havent checked them out yet.
Hi ! I look over SWAT and saw that it has a killing option, that allow me to kill a single PC using a share directory over samba services, does any one know how to do this without using SWAT and just using command line options ? Thanks bye --ed
Edit /etc/smb.conf and add a line: hosts deny = 192.168.1.1 The value is space separated list of IP addresses with optional netmasks and host names. Alternate method is: hosts allow = localhost EXCEPT badhost Restart or reload Samba for the changes to take effect. HTH, Jeffrey Quoting Linux News User <linux@ods.co.cr>:
Hi !
I look over SWAT and saw that it has a killing option, that allow me to kill a single PC using a share directory over samba services, does any one know how to do this without using SWAT and just using command line options ?
Thanks
bye
-- I don't do Windows and I don't come to work before nine. -- Johnny Paycheck
Hi, On Tue, Apr 03, 2001 at 04:09:54PM +0200, Morsal Roudbay wrote:
Hi! Does anyone have any useful bash scripts?
I wrote some bash scripts to backup my data, and some perl script to do some tedious tasks. If you're interested, mail me privately. Alex. -- Alessandro Dotti Bologna Italy alessandro.dotti@libero.it http://digilander.iol.it/yellowjester/
participants (8)
-
Alessandro Dotti
-
Jeffrey Taylor
-
Jerry Kreps
-
Joost van der Lugt
-
Konstantin (Kastus) Shchuka
-
Linux News User
-
Morsal Roudbay
-
Oliver Ob