Skip to content

Instantly share code, notes, and snippets.

View chrisdlr's full-sized avatar

Kleiver Pérez chrisdlr

  • Caracas
View GitHub Profile
@chrisdlr
chrisdlr / README-español.md
Last active September 8, 2022 23:21 — forked from Villanuevand/README-español.md
Sistema de Biblioteca

Sistema de Biblioteca UCV

Acá va un párrafo que describa lo que es el proyecto

Comenzando 🚀

Estas instrucciones te permitirán obtener una copia del proyecto en funcionamiento en tu máquina local para propósitos de desarrollo y pruebas.

Mira Deployment para conocer como desplegar el proyecto.

@chrisdlr
chrisdlr / README-español.md
Last active September 8, 2022 23:58
Proyecto: Sistema de Biblioteca

Sistema de Biblioteca

Este sistema es la actualización para los procesos actuales llevados a cabo en la Biblioteca, que tiene como fin la mejora de los mismos.

Comenzando 🚀

Estas instrucciones te permitirán obtener una descripción de los nuevos features, actualizaciones y de manera introductoria a cómo usar el nuevo Sistema de Biblioteca.

Pre-requisitos 📋

[options]
#
# WARNING:
# If you use the Odoo Database utility to change the master password be aware
# that the formatting of this file WILL be LOST! A copy of this file named
# /etc/odoo/openerp-server.conf.template has been made in case this happens
# Note that the copy does not have any first boot changes
#-----------------------------------------------------------------------------
# Odoo Server Config File - TurnKey Linux
@chrisdlr
chrisdlr / gist-markdown-template.md
Created April 4, 2023 00:51 — forked from tgirke/gist-markdown-template.md
Gist Markdown Template

Project Name

TODO: Write a project description

Installation

TODO: Describe the installation process

Usage

@chrisdlr
chrisdlr / odoo_shell.py
Created March 9, 2024 18:11 — forked from ilyasProgrammer/odoo_shell.py
Uninstall Odoo module from shell
python3 /pd/odoo13ee/odoo-bin shell -d database_name
self.env['ir.module.module'].search([('name', '=', 'module_name')]).button_immediate_uninstall()
@chrisdlr
chrisdlr / work-with-multiple-github-accounts.md
Created April 6, 2024 01:45 — forked from rahularity/work-with-multiple-github-accounts.md
How To Work With Multiple Github Accounts on your PC

How To Work With Multiple Github Accounts on a single Machine

Let suppose I have two github accounts, https://github.com/rahul-office and https://github.com/rahul-personal. Now i want to setup my mac to easily talk to both the github accounts.

NOTE: This logic can be extended to more than two accounts also. :)

The setup can be done in 5 easy steps:

Steps:

  • Step 1 : Create SSH keys for all accounts
  • Step 2 : Add SSH keys to SSH Agent