https://github.com/rykerwilder/notes
Some notes about software
https://github.com/rykerwilder/notes
error-404 error-404-page error-laravel ffmpeg framework gmail gmail-smtp homebrew laravel laravel-framework mongodb mongodb-database nosql nosql-database php python yt-downloader zipfile
Last synced: 3 months ago
JSON representation
Some notes about software
- Host: GitHub
- URL: https://github.com/rykerwilder/notes
- Owner: RykerWilder
- Created: 2025-02-18T10:16:04.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-03-10T08:15:48.000Z (7 months ago)
- Last Synced: 2025-03-12T09:40:26.619Z (7 months ago)
- Topics: error-404, error-404-page, error-laravel, ffmpeg, framework, gmail, gmail-smtp, homebrew, laravel, laravel-framework, mongodb, mongodb-database, nosql, nosql-database, php, python, yt-downloader, zipfile
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Index
---## Encryption
- **[ROT13 encryption](./encryption/ROT-13.md)**
- **[Caesar Cipher with Secret Key + Salt](./encryption/ceasar-key-salt.md)**---
## Python
- **[Youtube Downloader w/ Python](./python/yt-downloader.md)**
- **[Use an API to get info about an IP address](./python/IP-API-python.md)**
- **[Create fake data](./python/fake-data.md)**
- **[Create captcha](./python/create-captcha.md)**
- **[Send Laptop Notification](./python/send-laptop-notification.md)**
- **[Generate OTP (One Time Password)](./python/generate-otp.md)**
- **[Check if a website is secure or not](./python/check-websites-security.md)**---
## Rust
- **[Rust Fundamentals](./rust/rust-fundamentals.md)**---
## Cybersecurity Tools
- **[Nmap](./cybersecurity/nmap.md)**
- **[John The Ripper](./cybersecurity/john-the-ripper.md)**
- **[Steghide](./cybersecurity/steghide.md)**
- **[Hydra](./cybersecurity/hydra.md)**
- **[Medusa](./cybersecurity/medusa.md)**
- **[Binwalk](./cybersecurity/binwalk.md)**
- **[Dirbuster](./cybersecurity/dirbuster.md)**---
## Linux
- **[Linux file system](./linux/file-system.md)**
- **[Linux base commands](./linux/linux-commands.md)**
- **[How to install and customize kitty](./linux/kitty.md)**---
## PHP
- **[Send email with GMail in Laravel](./php/email-gmail-laravel.md)**
- **[Customize errors pages in Laravel](./php/customize-laravel-errors-pages.md)**
- **[Extract contents of a ZIP file](./php/unzip.php.md)**---
## API
- **[Use an API to get info about an IP address](./api/IP-API-python.md)**
- **[HTTP Status](./api/http-status.md)**---
## JavaScript
- **[Local Storage JS](./javascript/local-storage-javascript.md)**
- **[Monkey Patching querySelector JS](./javascript/monkey-patching-selector-javascript.md)**---
## CSS
- **[CSS Masking](./css/css-masking.md)**
- **[CSS Reflect Effect](./css/css-reflect.effect.md)**