Skip to content

Instantly share code, notes, and snippets.

View vvhybe's full-sized avatar
:dependabot:
PID 0

whybe vvhybe

:dependabot:
PID 0
View GitHub Profile

Budget PC Build for Coding, Design, and Gaming

Overview

This build is tailored for a full-stack web developer who also works with graphic design tools (Figma, Photoshop), engages in hobbyist 3D modeling (Blender), and enjoys gaming at 1440p resolution. It is optimized for smooth multitasking, future-proofing, and gaming performance.


AM4 Build Components

| Component | Details | Price (MAD) |

@vvhybe
vvhybe / docker-compose.yml
Last active September 19, 2024 09:19
Odoo Docker Compose
services:
db:
image: postgres:16
container_name: odoo_db
restart: unless-stopped
environment:
- POSTGRES_DB=postgres
- POSTGRES_USER=odoo
- POSTGRES_PASSWORD=odoo
@vvhybe
vvhybe / github-desktop.md
Created September 18, 2024 21:10
Install GitHub Desktop Documentation

Github Desktop Icon

GitHub Desktop

Focus on what matters instead of fighting with Git. Whether you're new to Git or a seasoned user, GitHub Desktop simplifies your development workflow.


@vvhybe
vvhybe / .zshrc
Created September 18, 2024 20:59
Ubuntu & Kali ZSH .zshrc file
# ~/.zshrc file for zsh interactive shells.
# see /usr/share/doc/zsh/examples/zshrc for examples
setopt autocd # change directory just by typing its name
#setopt correct # auto correct mistakes
setopt interactivecomments # allow comments in interactive mode
setopt magicequalsubst # enable filename expansion for arguments of the form ‘anything=expression’
setopt nonomatch # hide error message if there is no match for the pattern
setopt notify # report the status of background jobs immediately
setopt numericglobsort # sort filenames numerically when it makes sense
@vvhybe
vvhybe / odoo.conf.md
Created April 18, 2024 10:49
Odoo Server Configuration File - odoo.conf

Odoo Server Configuration - odoo.conf

Database Settings

  • db_password: 00aa9df39b0c99ac3d1d8412d2917175
  • db_name: False
  • db_template: template0
  • admin_passwd: 12357
  • db_maxconn: 64
  • dbfilter: .*
@vvhybe
vvhybe / whybe.md
Created June 4, 2023 18:28
whybe - My Readme Profile

YB-Profile Picture


Hello There