<div dir="ltr">Zoom works perfectly on my debian based systems. <br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Apr 27, 2021 at 11:18 AM Steve Litt via Ale <<a href="mailto:ale@ale.org">ale@ale.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">How about the more universally Linux-accessible Jitsi instead of Zoom?<br>
<br>
SteveT<br>
<br>
<br>
Michael Potter via Ale said on Tue, 27 Apr 2021 09:49:06 -0400<br>
<br>
>We can have a zoom meeting sometime and I can do my bash presentation<br>
>if there is interest.<br>
><br>
>On Tue, Apr 27, 2021 at 8:04 AM Jim Kinney via Ale <<a href="mailto:ale@ale.org" target="_blank">ale@ale.org</a>> wrote:<br>
><br>
>> If a chunk of a script is useful by itself, I'll make it it's own<br>
>> file and just call it. I'm not concerned about efficiency of<br>
>> resources so calling a subshell for an external script is not a<br>
>> concern. Grep, sed, and awk are often launched many, many times in<br>
>> sequence anyway so what's another 10-40 subshells? :-)<br>
>><br>
>> An example:<br>
>><br>
>> I have one script that gathers the names of all nodes in the<br>
>> cluster. That can be called as input to push config changes or pull<br>
>> current settings or data.<br>
>> The multi-cluster version calls the same named script as above for<br>
>> each cluster, gathered using different, cluster-specific methods, to<br>
>> perform operations across all nodes in all clusters.<br>
>> There are several, tiny, modifier scripts that can be selectively<br>
>> piped through for queue and node, node only, or queue only selection.<br>
>><br>
>> The modifier scripts were split out so I can reuse that<br>
>> functionality in the myriad ad hoc scripts I write daily for poke,<br>
>> prod, and general break-fix operations.<br>
>><br>
>> On April 26, 2021 10:11:43 PM EDT, David Jackson via Ale<br>
>> <<a href="mailto:ale@ale.org" target="_blank">ale@ale.org</a>> wrote:  <br>
>>><br>
>>> Hey Everyone,<br>
>>><br>
>>> When do you guys feel that your bash scripts have gotten too long?<br>
>>> When do they need to be broken out into individual files, and when<br>
>>> does doing so make them less easy to maintain or follow?<br>
>>><br>
>>> Also, how do you organize your scripts so they are easy for<br>
>>> newcomers to understand?<br>
>>><br>
>>> Your thoughts are appreciated!<br>
>>><br>
>>> Thanks!<br>
>>> Dave<br>
>>>  <br>
_______________________________________________<br>
Ale mailing list<br>
<a href="mailto:Ale@ale.org" target="_blank">Ale@ale.org</a><br>
<a href="https://mail.ale.org/mailman/listinfo/ale" rel="noreferrer" target="_blank">https://mail.ale.org/mailman/listinfo/ale</a><br>
See JOBS, ANNOUNCE and SCHOOLS lists at<br>
<a href="http://mail.ale.org/mailman/listinfo" rel="noreferrer" target="_blank">http://mail.ale.org/mailman/listinfo</a><br>
</blockquote></div>