Skip to content

Instantly share code, notes, and snippets.

View Isaac12x's full-sized avatar
🧙‍♂️

iamin Isaac12x

🧙‍♂️
  • Mammbo Group
  • London
  • X @IsaacAlbets
View GitHub Profile
@Isaac12x
Isaac12x / increase_root_fedora.md
Created November 8, 2021 16:04 — forked from 181192/increase_root_fedora.md
How to increase the root partition size on Fedora

How to increase the root partition size on Fedora

Boot up with an Fedora Live USB stick.

  1. Run vgs to check if there's any space:
$ sudo vgs
  VG     #PV #LV #SN Attr   VSize    VFree
  fedora   1   3   0 wz--n- <237.28g    0 

Common Lisp Cheatsheet

Common Lisp is a general-purpose programming language with functions as first-class citizens. Don't worry about being purely functional, Lisp is Object Oriented too. CLOS is a very powerful object-oriented system!

Useful definitions

The Common Lisp lingo is quite unique:

  • Package: Basically a namespace, a place for symbols to live
  • System: Basically a Library. A bunch of code plus some instructions how it should be treated, for example which other systems it depends on, what should be loaded and/or compiled first, etc. Not in ANSI lisp but widespread. The most common system definition tool is ASDF.
  • Modules: Deprecated and implementation-dependent
  • Quicklisp: Like NPM or Ruby Gems for ASDF Systems.

Contract Killer 3

Un fork del popular contrato open source para diseñadores y desarrolladores creado por Stuff & Nonsense


Entre nosotros [nombre de la compañía]