Skip to content

Instantly share code, notes, and snippets.

View javifelices's full-sized avatar

Javi Felices javifelices

View GitHub Profile
#!/bin/bash
# This will remove Apache
sudo service apache2 stop
sudo apt-get purge apache2 apache2-utils apache2.2-bin
sudo apt remove apache2.*
sudo apt-get autoremove
whereis apache2
sudo rm -rf /etc/apache2
@javifelices
javifelices / PY0101ES-3-2-Loops.ipynb
Created October 28, 2020 21:58
Created on Skills Network Labs
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@javifelices
javifelices / PY0101ES-3-1-Conditions.ipynb
Created October 27, 2020 18:30
Created on Skills Network Labs
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@javifelices
javifelices / PY0101ES-2-4-Dictionaries.ipynb
Created October 27, 2020 17:32
Created on Skills Network Labs
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@javifelices
javifelices / PY0101ES-2-3-Sets.ipynb
Created October 26, 2020 21:39
Created on Skills Network Labs
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@javifelices
javifelices / PY0101ES-1-1-Types.ipynb
Created October 18, 2020 20:26
Created on Skills Network Labs
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Verifying my Blockstack ID is secured with the address 1Nswdh1i3RgCYWoc75icBpP2CFQ31qE8cR https://explorer.blockstack.org/address/1Nswdh1i3RgCYWoc75icBpP2CFQ31qE8cR
@javifelices
javifelices / web-servers.md
Created January 25, 2017 17:00 — forked from willurd/web-servers.md
Big list of http static server one-liners

Each of these commands will run an ad hoc http static server in your current (or specified) directory, available at http://localhost:8000. Use this power wisely.

Discussion on reddit.

Python 2.x

$ python -m SimpleHTTPServer 8000
@javifelices
javifelices / CSS-Tools.md
Created January 25, 2016 21:33 — forked from nucliweb/CSS-Tools.md
CSS Tools
@javifelices
javifelices / Curso-DevTools.md
Created December 3, 2015 20:42 — forked from nucliweb/Curso-DevTools.md
Desarrollo Frontend con Developer Tools