Noted: Monday, September 30, 2024, 17:30:01 + 5
parent
cd6ad7bfbe
commit
56e3210b7b
|
@ -1,8 +1,12 @@
|
|||
{
|
||||
"recentFiles": [
|
||||
{
|
||||
"basename": "Gitea",
|
||||
"path": "Coding Tips (Classical)/Terminal Tips/System Client/Servers/Databases/Repos/Gitea.md"
|
||||
},
|
||||
{
|
||||
"basename": "General Terminology",
|
||||
"path": "General Terminology.md"
|
||||
"path": "Coding Tips (Classical)/Terminal Tips/1. Terminals/Shells/General Terminology.md"
|
||||
},
|
||||
{
|
||||
"basename": "Extra customizations",
|
||||
|
@ -195,10 +199,6 @@
|
|||
{
|
||||
"basename": "About GUIs",
|
||||
"path": "Coding Tips (Classical)/Terminal Tips/3. GUIs/About GUIs.md"
|
||||
},
|
||||
{
|
||||
"basename": "Extensions",
|
||||
"path": "Coding Tips (Classical)/Terminal Tips/3. GUIs/Applications/Extensions.md"
|
||||
}
|
||||
],
|
||||
"omittedPaths": [],
|
||||
|
|
|
@ -73,7 +73,7 @@
|
|||
"state": {
|
||||
"type": "markdown",
|
||||
"state": {
|
||||
"file": "General Terminology.md",
|
||||
"file": "Coding Tips (Classical)/Terminal Tips/System Client/Servers/Databases/Repos/Gitea.md",
|
||||
"mode": "source",
|
||||
"source": false
|
||||
}
|
||||
|
@ -175,7 +175,7 @@
|
|||
"state": {
|
||||
"type": "backlink",
|
||||
"state": {
|
||||
"file": "General Terminology.md",
|
||||
"file": "Coding Tips (Classical)/Terminal Tips/System Client/Servers/Databases/Repos/Gitea.md",
|
||||
"collapseAll": false,
|
||||
"extraContext": false,
|
||||
"sortOrder": "alphabetical",
|
||||
|
@ -192,7 +192,7 @@
|
|||
"state": {
|
||||
"type": "outgoing-link",
|
||||
"state": {
|
||||
"file": "General Terminology.md",
|
||||
"file": "Coding Tips (Classical)/Terminal Tips/System Client/Servers/Databases/Repos/Gitea.md",
|
||||
"linksCollapsed": false,
|
||||
"unlinkedCollapsed": true
|
||||
}
|
||||
|
@ -215,7 +215,7 @@
|
|||
"state": {
|
||||
"type": "outline",
|
||||
"state": {
|
||||
"file": "General Terminology.md"
|
||||
"file": "Coding Tips (Classical)/Terminal Tips/System Client/Servers/Databases/Repos/Gitea.md"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -245,8 +245,8 @@
|
|||
},
|
||||
"active": "3bb7d9e983e96dad",
|
||||
"lastOpenFiles": [
|
||||
"Coding Tips (Classical)/Terminal Tips/1. Terminals/Shells/General Terminology.md",
|
||||
"Coding Tips (Classical)/Terminal Tips/1. Terminals/Shells/Extra customizations.md",
|
||||
"General Terminology.md",
|
||||
"Coding Tips (Classical)/Terminal Tips/1. Terminals/Shells/Terminal Emulators.md",
|
||||
"Coding Tips (Classical)/Terminal Tips/1. Terminals/Shells/Zsh.md",
|
||||
"Coding Tips (Classical)/Terminal Tips/1. Terminals/Text & Editors/ASCII.md",
|
||||
|
|
|
@ -0,0 +1,7 @@
|
|||
|
||||
|
||||
Aha. Get it? Termin-ology?
|
||||
Anyway these are basic commands for your terminal.
|
||||
|
||||
|
||||
For the more quality sysadmin, network admin, DevOps, & security research testing check out [The Book of Secret Knowledge](https://github.com/trimstray/the-book-of-secret-knowledge/blob/master/README.md#anger-table-of-contents).
|
|
@ -117,6 +117,7 @@ For instructions on syncing your Obsidian vault to your gitea server, head to [O
|
|||
## Issues ...
|
||||
|
||||
|
||||
## Further Gitea Commands
|
||||
---
|
||||
|
||||
Change password within terminal
|
||||
|
@ -145,7 +146,10 @@ Extras
|
|||
- Add SSL certs here by [watching this youtube video ](https://www.youtube.com/watch?v=qlcVx-k-02E)
|
||||
|
||||
## Improving Security in Gitea
|
||||
---
|
||||
For additional Gitea updates, always [check their blog](https://blog.gitea.com/release-of-1.22.0/) for release news or security patches.
|
||||
|
||||
### Spam account story time:
|
||||
So after about a year of hosting a gitea server..there were a lot of spam accounts that signed on.
|
||||
|
||||
Particularly, who the heck is this O/O user?? There seemed to be [many](https://git.agorise.net/O/O) [mirrors](https://gittea.dev/O/O) of the same git user which at this point is clearly an automated bot account. Whatever it was scraping I did not want to support the lack-of-context web scraping and dumping onto my git server.
|
||||
|
|
|
@ -1,6 +0,0 @@
|
|||
|
||||
|
||||
Aha. Get it? Termin-ology?
|
||||
Anyway these are basic commands for your terminal.
|
||||
|
||||
|
Loading…
Reference in New Issue