Skip to content

Instantly share code, notes, and snippets.

View Sergio9815's full-sized avatar
🎈
Learning

Sergio Gonzalez Sergio9815

🎈
Learning
  • Panamá, Panamá
View GitHub Profile
@elcascarudo-dev
elcascarudo-dev / Postman
Created May 24, 2020 12:50
Instalar Postman en Ubuntu 20.04
1.- Descargar Postman
https://www.postman.com/downloads/
2.- Descomprimirlo
tar zxf Postman-*.tar.gz
@gornostal
gornostal / README.md
Last active May 5, 2024 03:16
Ulauncher Color Themes

This will be a temporary site for sharing Ulauncher color themes

When posting a theme make sure it has

  • title (theme name or whatever)
  • link to a gist or github repo with theme files
  • screenshot attached (just drag an image onto a comment area)

@marianposaceanu
marianposaceanu / linux_fun.md
Last active January 29, 2023 20:31
How to have some fun using the terminal.

Linux fun-o-matic

How to have some fun using the terminal.

  1. Install cowsay [0] via : sudo apt-get install cowsay
  2. Install fortune [1] via : sudo apt-get install fortune
  3. Make sure you have Ruby installed via : ruby -v
  4. Install the lolcat [2] via : gem gem install lolcat
  5. Profit!