mirror of
https://github.com/TrudeEH/web.git
synced 2025-12-06 08:23:37 +00:00
41 lines
1.1 KiB
Markdown
41 lines
1.1 KiB
Markdown
---
|
|
title: Computer Science
|
|
description: Trude's Guide to Computer Science
|
|
summary: "[Notes Index] Trude's Guide to Computer Science"
|
|
draft: false
|
|
tags:
|
|
author: TrudeEH
|
|
showToc: true
|
|
weight: "1"
|
|
---
|
|
|
|
- [Building a Computer From Scratch](../how_to_computer/)
|
|
- Operating Systems `Linux` - `Coming Soon!`
|
|
- Shell Scripting `BASH` - `Coming Soon!`
|
|
- [C](../c-language/)
|
|
- [Compiling](../compiling/) `Make` `GCC` `Clang`
|
|
- [Debugging](../gdb/) `GDB`
|
|
- [Snippets](../c-snippets/)
|
|
- [Algorithms & Data Structures](../algorithms_and_data/)
|
|
- Rust Lang - `Coming Soon!`
|
|
- GUI Apps `GTK4` - `Coming Soon!`
|
|
- [Python](../python/)
|
|
- [Flask](../flask/)
|
|
- [Databases](../databases/) `SQL`
|
|
- Networking
|
|
- [HTTP](../http/) `CURL`
|
|
- [Encryption](../encryption/) `GPG` `Cryptsetup`
|
|
- [HTTPS and SSL Certificates](../https-ssl-certs/) `Certbot`
|
|
- [SSH](../ssh/)
|
|
- [Firewall](../firewall/) `UFW`
|
|
- [IRC](../irc/)
|
|
- Web Development
|
|
- [HTML](../html/)
|
|
- CSS - `Coming Soon!`
|
|
- JS - `Coming Soon!`
|
|
- Tools
|
|
- [Version Control](../git/) `GIT`
|
|
- [Password Manager](../pass/) `PASS`
|
|
- [Terminal Multiplexer](../tmux/) `TMUX`
|
|
- [Linux on Windows](../wsl2/) `WSL2`
|