Re: pipes (a response to a VERY SMALL part of: Re: 4-year Programing and Analytics degree from Mesa CC)

2022-12-26 Thread Rusty Carruth via PLUG-discuss
Well, other than standard error and standard out, yeah, it would be nice to have more than 2  streams per program.  ;-) On the other hand, most programs don't do much more than give one output stream anyway, so you're going to have to 'go back and run another pipeline' regardless.  Of course,

SCALE 20X - 1 Week Left for Early Bird Pricing (till the end of 2022)

2022-12-26 Thread Ed via PLUG-discuss
Use promo code PLUG save even more! SCaLE 20x – the 20th Annual Southern California Linux Expo – will take place on March 9-12, 2023 at the Pasadena Convention Center in Pasadena, CA https://register.socallinuxexpo.org/reg6/ For more information on SCALE 20X, visit

Plesk AWS S3 backup script owner

2022-12-26 Thread Keith Smith via PLUG-discuss
Hi, I am rewriting an S3 script that uses the Amazon PHP SDK to perform backups. My question has to do with permissions. The script is owned by root and is in the root group. Overall is it safe or a best practice to allow the script to be owned by root? And I see Plesk is configured a

Re: crontab

2022-12-26 Thread Snyder, Alexander J via PLUG-discuss
You're basically on it. The "@reboot" is the when, but you're not quite there on the rest. Unless your command is already in the path, what you wrote isn't going to do anything. As the example showed, you can put your command into a shell script, with logging and other niceties, and that'll run

Re: crontab

2022-12-26 Thread Michael via PLUG-discuss
I thought I found a solution: You can add this script to /etc/crontab: @reboot /path/to/your/start.sh (I modified it to @reboot tapbutton1=1) Found here but it didn't work On Mon, Dec 26, 2022 at 9:38 AM

crontab

2022-12-26 Thread Michael via PLUG-discuss
I want to run a program each time I start my computer (tapbutton1=1) I looked under man crontab and that indicated I needed to look under man crom but I am lost. Will anyone help? -- :-)~MIKE~(-: --- PLUG-discuss mailing list: