Skip to content

Instantly share code, notes, and snippets.

View Bass-03's full-sized avatar
🌮
Taco

Edmundo Sanchez Bass-03

🌮
Taco
View GitHub Profile
@Bass-03
Bass-03 / code-server-capfile.yaml
Last active December 17, 2021 06:11
Dockercompise for Code-Server, caprover
---
caproverOneClickApp:
instructions:
end: "Docker Compose is deployed."
start: "Just a plain Docker Compose."
captainVersion: 4
services:
code:
container_name: code
environment:
@Bass-03
Bass-03 / el no ug.txt
Last active March 13, 2020 05:40
Exception list no ug
This file has been truncated, but you can view the full file.
[Adblock Plus 2.0]
! Version: 202003120556
! Title: Allow nonintrusive advertising
! Expires: 1 days
! Homepage: https://acceptableads.com/
!
! *** exceptions:exceptionrules/exceptionrules.txt ***
! :partner_token=netzwelt.de
! :partner_id=16f0b55b5f59cb42
! :type=partner
[Adblock Plus 2.0]
! Title: Outbrain Test
! Expires: 1 days
!Obtained from the filterData script
#@#.abp_ob_wl
#@#.item-container-ad
#@#.ob_container a[data-redirect^="http://paid.outbrain.com/network/redir?"]
#@#a[href^="https://ad.doubleclick.net/"]
#@#a[href^="http://ad.doubleclick.net/"]

Keybase proof

I hereby claim:

  • I am mundo03 on github.
  • I am gdledsan (https://keybase.io/gdledsan) on keybase.
  • I have a public key ASA5U3JY7O2DSSLdyuF2hSaQTCh0BwfADP01wJQqDG1jqwo

To claim this, I am signing this object:

@Bass-03
Bass-03 / webDriver.sh
Created June 9, 2017 03:23
How to install chromedriver and geckodriver on Ubuntu 16.xx+
!/bin/bash
# Chrome
get lates relase file from : http://chromedriver.storage.googleapis.com/index.html
chVersion=$(curl "http://chromedriver.storage.googleapis.com/LATEST_RELEASE")
echo $version
#download latest chrome driver
wget http://chromedriver.storage.googleapis.com/$chVersion/chromedriver_linux64.zip
unzip chromedriver_linux64.zip
#File permissions