!KztHyqyRlIfASAkcPZ:matrix.org

Shell Script Brasil

935 Members
7 Servers

Load older messages


SenderMessageTime
17 Feb 2025
@telegram_7976227498:t2bot.ioNixie joined the room.07:46:44
18 Feb 2025
@telegram_69448040:t2bot.ioHelio Campos Oi pessoal, desculpem-me mas a mensagem me foi mandada em inglês e vou postar a original mesmo. É sobre o Google Summer Code que ajuda iniciantes à contribuir para iniciativas open source e quem for participar esse ano, deve começar à olhar agora. Aqui vai:

Google Summer of Code (GSoC), celebrating its 21st year, will begin accepting contributor applications on March 24, 2025. The global, online program is designed to engage contributors with open source software communities.  GSoC is now open to students and to beginners in open source software development, including early career developers that are 18 years and older in non-embargoed countries.


GSoC is a highly competitive and unique program - in the past 20 years we have had over 1,000 participants from 123 countries accepted into the program. Participants are paired with a mentor to help introduce them to an open source community and guide them with their project. GSoC gives contributors invaluable real world experience and an opportunity to receive a stipend to contribute to open source software.


We will be announcing the accepted mentoring orgs on February 27th  at 18:00 UTC, but those interested in the program can start reaching out to previous mentoring orgs now. The earlier folks reach out to orgs and start chatting with them, the better their chances of getting accepted into the program.


Check out the resources below:


Website: g.co/gsoc

Contributor application window: March 24 - April 8, 2025

Flyers, Slide Decks, Logos: https://developers.google.com/open-source/gsoc/resources/marketing

Project Topics Include: AI/ML, Cloud, Operating Systems, Graphics, Medicine, Programming Languages, Robotics, Physics, Science, Security and many more.

Reference Videos:

An introduction to Google Summer of Code

Our Community Talks series

Get inspired about projects that GSoC contributors have worked on in the past with our new GSoC Org Highlight videos.

Sample Twitter: Contributors receive mentorship and a stipend to work on open source software through Google Summer of Code (our 20th  year)! Applications open March 24 - April 8, 2025! g.co/gsoc


Details of the program are available on the program site and be sure to read our Advice for Contributors for quick tips and the Contributor Guide for more details on the program.

Please contact us at gsoc-support@google.com if you have any questions.
05:30:54
@tehas:matrix.org@tehas:matrix.org left the room.21:58:22
19 Feb 2025
@raymond_swii3:matrix.org@raymond_swii3:matrix.org joined the room.02:44:58
20 Feb 2025
@raymond_swii3:matrix.org@raymond_swii3:matrix.org left the room.01:57:53
21 Feb 2025
@telegram_5418717:t2bot.io0xttfx Faioli changed their profile picture.16:25:39
@telegram_64457589:t2bot.io[helio@loureiro.eng.br/gandalf]> Forwarded message from Nilton José Rizzo
É com grande satisfação que venho informar que a abertura da chamada de palestras para o BSDDay, que acontecerá em dois dias este ano para comemorar a sua 10ª edição.
https://forms.gle/KJvQkrLLT9BUG3U97
17:37:57
@telegram_209117860:t2bot.ioMyracullu Consultoria : Suporte para Provedoresimage.jpeg
Download image.jpeg
21:00:56
@telegram_209117860:t2bot.ioMyracullu Consultoria : Suporte para ProvedoresBoa tarde turma , tudo bem ? estou tentando usar o comando sed pra substituir uma frase , no print em anexo eu tenho remover o # antes da linha e substituir a frase , a saída do comando não apresenta erros , mas também não tá substituindo a frase no arquivo. O que está errado ?21:00:56
@telegram_209117860:t2bot.ioMyracullu Consultoria : Suporte para Provedores # openSSL.server.certificateFile = cert.pem essa linha precisa ser substituída por essa openSSL.server.certificateFile = /etc/letsencrypt/live/cobaia.teste.net.br/fullchain.pem nesse arquivo /usr/local/src/ooklaserver/OoklaServer.properties 21:02:33
@emanresu3:matrix.orgemanresu3 sed -i 's,.*# openSSL\.server\.certificateFile = cert\.pem.*, openSSL.server.certificate = /etc/letsencrypt/live/cobaia.teste.net.br/fullchain.pem,g' 21:25:36
@telegram_209117860:t2bot.ioMyracullu Consultoria : Suporte para Provedores
 # openSSL.server.certificateFile = cert.pem essa linha precisa ser substituída por essa openSSL.server.certificateFile = /etc/letsencrypt/live/cobaia.teste.net.br/fullchain.pem nesse arquivo /usr/local/src/ooklaserver/OoklaServer.properties
21:24:24
@telegram_209117860:t2bot.ioMyracullu Consultoria : Suporte para Provedores
 sed -i 's/ # openSSL.server.certificateFile = cert.pem / openSSL.server.certificateFile = \/etc\/letsencrypt\/live\/cobaia.teste.com.br\/fullchain.pem/g' /usr/local/src/ooklaserver/OoklaServer.properties
21:29:26
@telegram_418076012:t2bot.ioGargaé ele que eu não consigo ler21:27:55
@telegram_418076012:t2bot.ioGarga to achando que o erro no seu era o cert.pem /, com espaço antes da / 21:34:03
@telegram_418076012:t2bot.ioGarga vc tem certeza que na linha existe um espaço depois de cert.pem ? Pq a sua regex tá considerando que tem, e se não tiver não vai dar match.

Uma dica, já que vc tá colocando um monte de / na substituição, vc pode usar outro caractere pra delimitar a regex. Tenta algo assim


# sed -i 's, # openSSL.server.certificateFile = cert.pem, openSSL.server.certificateFile = /etc/letsencrypt/live/cobaia.teste.com.br/fullchain.pem,g' /usr/local/src/ooklaserver/OoklaServer.properties
21:32:46
@telegram_418076012:t2bot.ioGargapronto, corrigido21:33:18
@telegram_418076012:t2bot.ioGarga O g ali é meio desnecessário pq não vai ter mais de uma ocorrência desse texto todo na mesma linha 21:33:37
@telegram_209117860:t2bot.ioMyracullu Consultoria : Suporte para Provedoresdeixa eu ver a diferença do seu pro meu , 1 min21:33:40
@telegram_209117860:t2bot.ioMyracullu Consultoria : Suporte para Provedoresfeito21:26:42
@telegram_418076012:t2bot.ioGargapq não deve ter esse espaço no final da linha21:34:14
@telegram_418076012:t2bot.ioGarga cola o comando sed que vc usou nesse esquema 21:27:47
@telegram_418076012:t2bot.ioGargaops21:33:03
@telegram_418076012:t2bot.ioGarga
In reply to Myracullu Consultoria : Suporte para Provedores
sent an image
eu não consigo ler esse print aí não, mais fácil vc colocar aqui usando 3 crases na linha anterir e 3 crases no final pra ficar assim


# sed .....
21:22:53
@telegram_418076012:t2bot.ioGargamas não tem espaço no começo da linha tb21:48:14
@telegram_418076012:t2bot.ioGargavc copiou antes de eu corrigir21:38:06
@telegram_209117860:t2bot.ioMyracullu Consultoria : Suporte para ProvedoresEntão tirando o espaço tem que funcionar . Sai do Pc . Amanhã dou um retorno. Por hora muito obrigado.21:53:40
@telegram_418076012:t2bot.ioGargaeu corrigi logo em seguida21:38:30
@telegram_209117860:t2bot.ioMyracullu Consultoria : Suporte para Provedores
 sed -i 's, # openSSL.server.certificateFile = cert.pem, openSSL.server.certificateFile = /etc/letsencrypt/live/cobaia.teste.com.br/fullchain.pem/g' /usr/local/src/ooklaserver/OoklaServer.properties
sed: -e expressão #1, caractere 147: comando `s' inacabado (s/// - faltou delimitador)
21:36:30
@telegram_418076012:t2bot.ioGargana sua regex tem espaço antes de #21:48:26

Show newer messages


Back to Room ListRoom Version: 9