generated from mmistakes/mm-github-pages-starter
-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
059cdf8
commit dabf461
Showing
8 changed files
with
151 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,6 +18,7 @@ _books/ | |
# IDEs | ||
.idea/ | ||
.vscode/ | ||
.vs/ | ||
|
||
# Byte-compiled / optimized / DLL files | ||
__pycache__/ | ||
|
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,53 @@ | ||
--- | ||
title: "Passwords" | ||
date: 2023-02-28T15:34:30-04:00 | ||
last_modified_at: 2023-02-28T15:34:30-04:00 | ||
date: 2023-02-28T15:34:30-03:00 | ||
last_modified_at: 2024-04-05T15:34:30-03:00 | ||
excerpt_separator: "<!--more-->" | ||
categories: | ||
- IT | ||
tags: | ||
- aplicativos | ||
--- | ||
|
||
Gerenciadores de senha | ||
|
||
Os **gerenciadores de senha** são ferramentas essenciais para manter suas senhas | ||
seguras e organizadas. Eles permitem que você armazene todas as suas senhas em | ||
um local criptografado e acessível apenas por uma senha mestra. Aqui estão | ||
alguns dos melhores gerenciadores de senhas disponíveis em 2024: | ||
|
||
- **LastPass**: É um dos gerenciadores de senhas mais populares e oferece uma | ||
versão gratuita bastante completa. | ||
- **1Password**: conhecido por sua interface amigável e recursos de segurança | ||
robustos, é uma opção paga1. | ||
- **Dashlane**: oferece uma variedade de recursos além do gerenciamento de | ||
senhas, como monitoramento de dark web e VPN. | ||
- **RoboForm**: Tem um forte recurso de preenchimento de formulários e é simples de | ||
usar. | ||
- **KeePass Password Safe**: Ideal para usuários mais experientes que preferem | ||
uma solução _open-source_. | ||
- **LogMeOnce**: Um gerenciador gratuito com muitos recursos extras1. | ||
- **Keeper** | ||
- **Enpass** | ||
- **BitWarden** | ||
|
||
<br> | ||
|
||
Ao escolher um gerenciador de senhas, considere fatores como facilidade de uso, | ||
segurança, recursos adicionais e se você prefere uma solução baseada na nuvem ou | ||
local. Lembre-se de que a segurança da sua senha mestra é crucial, pois ela | ||
protege todas as outras senhas armazenadas. | ||
|
||
|
||
<br> | ||
|
||
----- | ||
|
||
## BitWarden | ||
|
||
Problemas | ||
|
||
- https://bitwarden.com/help/unusual-traffic-error/ | ||
- https://community.bitwarden.com/t/error-code-7-unusual-nettwork-traffic/50722 | ||
|
||
- 1pasword | ||
- Keeper | ||
- Enpass | ||
|
||
|
49 changes: 49 additions & 0 deletions
49
collections/_posts/powerbi/2000-01-01-cidades-antirracistas.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
--- | ||
title: "PowerBI: Cidades Antirracistas" | ||
date: 2024-03-25T00:00:00-03:00 | ||
last_modified_at: 2024-03-25T00:00:00-03:00 | ||
excerpt_separator: "<!--more-->" | ||
categories: | ||
- IT | ||
- Data Science | ||
tags: | ||
- Power BI | ||
- AzureDevOps | ||
- DevOps | ||
--- | ||
|
||
O formato padrão do PowerBI é esse abaixo, que não renderiza bem em celular. | ||
|
||
```html | ||
<iframe | ||
title="Projeto Cidades Antirracistas" | ||
width="600" | ||
height="373.5" | ||
src="https://app.powerbi.com/view?r=eyJrIjoiZGEzZTI4MWQtOWVjNy00N2U0LThhODAtMjgxODJlYjQ4ZTA3IiwidCI6IjJkYmQ4NDk5LTUwOGQtNGI3Ni1hMzFkLWNhMzljYjNkOGYxZCJ9" | ||
frameborder="0" | ||
allowfullscreen="true" | ||
> | ||
</iframe> | ||
``` | ||
|
||
<iframe | ||
title="Projeto Cidades Antirracistas" | ||
width="600" | ||
height="373.5" | ||
src="https://app.powerbi.com/view?r=eyJrIjoiZGEzZTI4MWQtOWVjNy00N2U0LThhODAtMjgxODJlYjQ4ZTA3IiwidCI6IjJkYmQ4NDk5LTUwOGQtNGI3Ni1hMzFkLWNhMzljYjNkOGYxZCJ9" | ||
frameborder="0" | ||
allowFullScreen="true"> | ||
</iframe> | ||
|
||
<br> | ||
|
||
Depois, tentei | ||
|
||
<br> | ||
|
||
--- | ||
|
||
## Referências | ||
|
||
- [3 ways to embed Power BI](https://guyinacube.com/2016/07/26/3-ways-to-embed-power-bi/) | ||
- [Playground.Powerbi](https://playground.powerbi.com/) |
20 changes: 20 additions & 0 deletions
20
collections/_posts/powerbi/2000-01-01-powerbi-teste-embed.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
--- | ||
title: "PowerBI e Embed SSAS" | ||
date: 2023-10-09T00:00:00-03:00 | ||
last_modified_at: 2023-10-09T00:00:00-03:00 | ||
excerpt_separator: "<!--more-->" | ||
categories: | ||
- IT | ||
- Data Science | ||
tags: | ||
- Power BI | ||
- PowerShell | ||
--- | ||
|
||
O Power BI é uma ferramenta de análise de dados que permite criar relatórios e _dashboards_ interativos. Para manejar o Power BI por meio do PowerShell, é preciso instalar os cmdlets do Power BI, que são comandos que permitem interagir com os recursos do Power BI, como _workspaces_, relatórios, conjuntos de dados e muito mais. | ||
|
||
<iframe title="Insights MPSP" width="1140" height="541.25" src=" | ||
https://app.powerbi.com/reportEmbed?reportId=e3dd2954-9ab7-4c06-ae19-ad08c026dfd2&autoAuth=true&ctid=2dbd8499-508d-4b76-a31d-ca39cb3d8f1d" | ||
frameborder="0" allowFullScreen="true"></iframe> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters