Skip to content

Instantly share code, notes, and snippets.

View AlejaEs's full-sized avatar
🚀

CodeGirlDev AlejaEs

🚀
View GitHub Profile
@jwcastillo
jwcastillo / testcase-login-linkedin.feature
Last active March 9, 2023 20:03
Casos de prueba de la pagina login de linkedin en lenguaje Gherkin
@testLogin
Feature: Test a la pagina de login
AS a usuario
Quiero entrar a linkedin
Para ver mi perfil
Background:
Given Yo estoy en linkedin.com
@CaminoFeliz @PruebaPositiva
@cgonzalezdai
cgonzalezdai / como-subir-un-proyecto-local-a-github.md
Last active April 14, 2025 20:40
Como subir un proyecto local a github

Como subir un proyecto local a github.

desde la web de github

Creamos un nuevo repositorio en https://github.com. Le damos nombre, descripción, seleccionamos si va a ser un proyecto publico o privado si es el caso, y dejamos el check de crear README sin marcar. Le damos a crear repositorio y con esto ya tenemos el repositorio donde alojaremos nuestro proyecto.

desde la terminal del equipo donde esta el proyecto que queremos subir a github

Nos vamos a la carpeta del proyecto y ejecutamos estos comandos.

git init

git add .
@zlorb
zlorb / linux_fun.md
Last active February 14, 2025 00:33 — forked from marianposaceanu/linux_fun.md
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. Install figlet [3] via : sudo apt-get install figlet
  4. Make sure you have Ruby installed via : ruby -v
  5. Install the lolcat [2] via : gem gem install lolcat
  6. (option) Add to .bash_profile and/or .bashrc
@paragonie-scott
paragonie-scott / crypto-wrong-answers.md
Last active August 17, 2024 06:33
An Open Letter to Developers Everywhere (About Cryptography)