Skip to content

My public and contributable base/wiki/digital garden for cybersecurity, cyber resilience, and cyber-related topics - mixed with some personal. Utilizes Notion, Obsidian, and Github to sync content.

Notifications You must be signed in to change notification settings

cybersader/cyberbase

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

permalink aliases tags publish date created date modified title cssclasses
true
Saturday, March 9th 2024, 8:53 pm
Friday, March 14th 2025, 1:42 pm
Welcome to my Cyberbase
list-cards

Cybersader

Cybersader art
Welcome to my base in cyberspace

%%

const pages = dv.pages()
  .where(p => !p.file.name.toLowerCase().includes("changelog") && !p.file.name.toLowerCase().includes("readme") )
  .sort(f => f.file.mtime, "desc")
  .limit(1);
  
let content;
if (pages.length === 0) {
  content = "No files found.";
} else {
  const lastEdited = pages[0];
  // If your environment has 'moment' loaded, this will work:
  const timeAgo = moment(lastEdited.file.mtime).fromNow();
  // Or you can use a pure JavaScript "time ago" function, if moment is unavailable.
  content = `${timeAgo} – [[${lastEdited.file.name}]]`;
}
`
> Recent Edits
> ${dv.markdownList([content])}
`;

%%

%% DATAVIEW_PUBLISHER: start

const pages = dv.pages()
  .where(p => !p.file.name.toLowerCase().includes("changelog") && !p.file.name.toLowerCase().includes("readme") )
  .sort(file => file.file.mtime, "desc")
  .limit(1);

let content;
if (pages.length === 0) {
  content = "No files found.";
} else {
  const lastEdited = pages[0];
  // If 'moment' is available, use format(...) to get a nice timestamp:
  const dateTime = moment(lastEdited.file.mtime).format("ddd, MMM D, YYYY");
  content = `${dateTime} - [[${lastEdited.file.name}]]`;
}

`
> [!note] Latest Edit
> ${content}
`;

%%

[!note] Latest Edit Fri, Mar 14, 2025 - [[πŸ“ 53 - Cybersader GRC Tools]]

%% DATAVIEW_PUBLISHER: end %%

πŸ”— Links

Cyberbase

%% DATAVIEW_PUBLISHER: start

TABLE dateformat(file.mtime, "ccc - f") AS "Last modified" 
FROM "" 
WHERE !contains(file.name, "README") and !contains(file.name, "Changelog")
SORT file.mtime DESC LIMIT 10

%%

File Last modified
[[πŸ“ 53 - Cybersader GRC Tools/πŸ“ 53 - Cybersader GRC Tools.md|πŸ“ 53 - Cybersader GRC Tools]] Fri - 3/14/2025, 1:09 PM
[[πŸ“ 01 - Projects/πŸ“ 01 - Projects.md|πŸ“ 01 - Projects]] Fri - 3/14/2025, 1:09 PM
[[πŸ“ 05 - Organizational Cyber/Lucidchart for Data Governance/Lucidchart for Data Governance.md|Lucidchart for Data Governance]] Fri - 3/14/2025, 12:10 PM
[[πŸ“ 05 - Organizational Cyber/πŸ“ 05 - Organizational Cyber.md|πŸ“ 05 - Organizational Cyber]] Fri - 3/14/2025, 12:09 PM
[[⬇️ Clippings/Tech Inbox/Readwise/Readwise.md|Readwise]] Wed - 3/12/2025, 10:00 PM
[[⬇️ Clippings/Tech Inbox/Google-Gemma-3/Google-Gemma-3.md|Google-Gemma-3]] Wed - 3/12/2025, 10:00 PM
[[⬇️ Clippings/Tech Inbox/Cryptomator/Cryptomator.md|Cryptomator]] Wed - 3/12/2025, 10:00 PM
[[⬇️ Clippings/Tech Inbox/Ollama/Ollama.md|Ollama]] Wed - 3/12/2025, 9:59 PM
[[⬇ INBOX, DROPZONE/⬇ INBOX, DROPZONE.md|⬇ INBOX, DROPZONE]] Wed - 3/12/2025, 9:58 PM
[[⬇️ Clippings/Tech Inbox/Cryptee/Cryptee.md|Cryptee]] Wed - 3/12/2025, 9:57 PM

%% DATAVIEW_PUBLISHER: end %%

[!info] πŸ“… Changelog - view more recent activity here

Base Source

[!info]- What is GitHub? I use GitHub to store versions of my cyberbase. It's used by programmers to manage their code and deliver software to the world, but I use it for this base's content.

My Activity (1 Year)

cybersader's Github chart

Time Spent in Base

wakatime

%% wakatime %%

%% Total time coded since Feb 24 2025 %%

%% cybersader activity %%

πŸ“› Badges

[!important]- Tech I Like

Bitwarden Badge Obsidian Badge Ubiquiti Badge Burp Suite Badge pfSense Badge Android Badge Todoist Badge ShareX Badge Signal Badge Proton Drive Badge Proton Calendar Badge Proton VPN Badge TrueNAS Badge Immich Badge Awesome Lists Badge VirusTotal Badge Python Badge YouTube Badge GitHub Badge OBS Studio Badge Open Source Initiative Badge OWASP Badge pandas Badge Metasploit Badge Mermaid Badge Excalidraw Badge Notion Badge Kali Linux Badge Wireshark Badge VMware Badge Discord Badge Cloudflare Badge

%% height=20 width=auto -- put a space after the badge %%

πŸ“š About | The Wiki

My public and contributable base/wiki for cybersecurity, cyber resilience, and cyber-related topics. Utilizes Notion, Obsidian, and Github to sync content. For now this is my "digital garden", "second brain", and fortress of the cybersader.

A beacon for the assembly and dissemination of cyber wisdom, this platform stands as a formidable citadel, a testament to my dedication as a Cybersader, committed to enriching the collective intellect. Initially serving as a crucible for my own insights, it is adorned with the digital ramparts and moats designed to safeguard knowledge. Yet, its ambition extends far beyond, aspiring to evolve into a dynamic, contributory nexus for the cyber-savvy and the intellectually studious. This endeavor is the essence of social knowledge curationβ€”a concept pioneered by Wikipedia, yet here, under the banner of the Cybersader, I seek to refine and reimagine its potential. My vision is to build not just a platform, but a fortress of wisdom, more intuitive in its use and replicable, allowing others to establish resilient bastions of cyber knowledge across the realm. Here, every contribution is forged in fire, every shared insight a shield to the industry, paving the way for an unprecedented expansion of cyber knowledge landscapes, under the watchful eye of the Cybersader.

❀️‍πŸ”₯ Support Me or Say Thanks

If you enjoy my work or find value from it, then you can support me below by sharing your thoughts or a small gift.

About

My public and contributable base/wiki/digital garden for cybersecurity, cyber resilience, and cyber-related topics - mixed with some personal. Utilizes Notion, Obsidian, and Github to sync content.

Topics

Resources

Stars

Watchers

Forks

Languages