Skip to content

Commit 6c205d7

Browse files
committed
update
1 parent 07281f0 commit 6c205d7

File tree

5 files changed

+28
-92
lines changed

5 files changed

+28
-92
lines changed

_data/contact.yml

+4-11
Original file line numberDiff line numberDiff line change
@@ -19,22 +19,15 @@
1919
# icon: 'fab fa-mastodon' # icons powered by <https://fontawesome.com/>
2020
# url: '' # Fill with your Mastodon account page, rel="me" will be applied for verification
2121
#
22-
# - type: linkedin
23-
# icon: 'fab fa-linkedin' # icons powered by <https://fontawesome.com/>
24-
# url: '' # Fill with your Linkedin homepage
22+
- type: linkedin
23+
icon: 'fab fa-linkedin' # icons powered by <https://fontawesome.com/>
24+
url: 'https://www.linkedin.com/in/soarespaullo/' # Fill with your Linkedin homepage
2525
#
2626
# - type: stack-overflow
2727
# icon: 'fab fa-stack-overflow'
2828
# url: '' # Fill with your stackoverflow homepage
2929
#
30-
# - type: bluesky
31-
# icon: 'fa-brands fa-bluesky'
32-
# url: '' # Fill with your Bluesky profile link
33-
#
3430
# - type: reddit
3531
# icon: 'fa-brands fa-reddit'
3632
# url: '' # Fill with your Reddit profile link
37-
#
38-
# - type: threads
39-
# icon: 'fa-brands fa-threads'
40-
# url: '' # Fill with your Threads profile link
33+

_data/share.yml

+6-31
Original file line numberDiff line numberDiff line change
@@ -14,37 +14,12 @@ platforms:
1414
icon: "fab fa-telegram"
1515
link: "https://t.me/share/url?url=URL&text=TITLE"
1616

17-
# Uncomment below if you need to.
18-
#
1917
- type: Linkedin
2018
icon: "fab fa-linkedin"
2119
link: "https://www.linkedin.com/sharing/share-offsite/?url=URL"
22-
#
23-
# - type: Weibo
24-
# icon: "fab fa-weibo"
25-
# link: "https://service.weibo.com/share/share.php?title=TITLE&url=URL"
26-
#
27-
# - type: Mastodon
28-
# icon: "fa-brands fa-mastodon"
29-
# # See: https://github.com/justinribeiro/share-to-mastodon#properties
30-
# instances:
31-
# - label: mastodon.social
32-
# link: "https://mastodon.social/"
33-
# - label: mastodon.online
34-
# link: "https://mastodon.online/"
35-
# - label: fosstodon.org
36-
# link: "https://fosstodon.org/"
37-
# - label: photog.social
38-
# link: "https://photog.social/"
39-
#
40-
# - type: Bluesky
41-
# icon: "fa-brands fa-bluesky"
42-
# link: "https://bsky.app/intent/compose?text=TITLE%20URL"
43-
#
44-
# - type: Reddit
45-
# icon: "fa-brands fa-square-reddit"
46-
# link: "https://www.reddit.com/submit?url=URL&title=TITLE"
47-
#
48-
# - type: Threads
49-
# icon: "fa-brands fa-square-threads"
50-
# link: "https://www.threads.net/intent/post?text=TITLE%20URL"
20+
21+
- type: Reddit
22+
icon: "fa-brands fa-square-reddit"
23+
link: "https://www.reddit.com/submit?url=URL&title=TITLE"
24+
25+

_includes/trending-tags.html

-46
This file was deleted.

_posts/2024-09-12-Mensagem_de_Banner_SSH.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Mensagem de Banner em SSH
33
description: Mensagem de banner em servidores Linux através do SSH.
44
author: soarespaullo
5-
date: 2020-09-16 20:55:00 -0300
5+
date: 2020-09-16 20:55:00
66
categories: [Hacking]
77
tags: [Tutoriais]
88
pin: true
@@ -27,6 +27,7 @@ Para que possamos obter o mesmo resultados da imagem basta seguir os passos abai
2727
```bash
2828
$ sudo touch /etc/ssh/ssh-banner.txt
2929
```
30+
{: .nolineno }
3031

3132
Após criar o arquivo com touch, basta apenas inserir algum texto dentro do arquivo. Esse texto ira aparecer na tela de login do SSH assim que o usuário tentar o acesso.
3233

@@ -47,6 +48,7 @@ Terminado o 1° passo , agora é onde de fato iremos habilitar essa funcionalida
4748
```bash
4849
$ sudo vim /etc/ssh/sshd_config
4950
```
51+
{: .nolineno }
5052

5153
Dentro do arquivo “sshd_config” adicione a seguinte linha “Banner /etc/ssh/ssh-banner.txt”
5254

@@ -59,5 +61,6 @@ Para reiniciar o serviço do SSH;
5961
```bash
6062
$ sudo systemctl restart ssh
6163
```
64+
{: .nolineno }
6265

6366
Depois é só testar fazendo um acesso remoto via terminal, putty, cmd etc.. 🙂

_posts/2024-09-12-post-scanning.md renamed to _posts/2024-09-12-modelo-de-post.md

+14-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Meu primeiro post
33
description: Examples of text, typography, math equations, diagrams, flowcharts, pictures, videos, and more.
44
author: Paulo Soares
5-
date: 2020-09-16 20:55:00 -0300
5+
date: 2020-09-16 20:55:00
66
categories: [Hacking]
77
tags: [Tutoriais]
88
pin: true
@@ -18,5 +18,16 @@ Este é meu primeiro post!
1818

1919

2020

21-
[^footnote]: The footnote source
22-
[^fn-nth-2]: The 2nd footnote source
21+
> Este é meu primeiro post!
22+
{: .prompt-info }
23+
24+
> Este é meu primeiro post!
25+
{: .prompt-tip }
26+
27+
> Este é meu primeiro post!
28+
{: .prompt-danger }
29+
30+
> Este é meu primeiro post!
31+
{: .prompt-warning }
32+
33+

0 commit comments

Comments
 (0)