Skip to content

Instantly share code, notes, and snippets.

@pedropalmero
pedropalmero / answerfile
Created September 23, 2023 10:46 — forked from oofnikj/answerfile
Install Docker on Termux
KEYMAPOPTS="us us"
HOSTNAMEOPTS="-n alpine"
INTERFACESOPTS="auto lo
iface lo inet loopback
auto eth0
iface eth0 inet dhcp
hostname alpine
"
TIMEZONEOPTS="-z UTC"
@pedropalmero
pedropalmero / hide-tweet-views.css
Created December 23, 2022 11:25
Hide tweet views from twitter website
.css-1dbjc4n.r-1ta3fxp.r-18u37iz.r-1wtj0ep.r-1mdbhws > div:first-child,
.css-1dbjc4n.r-1efd50x.r-5kkj8d.r-13awgt0.r-18u37iz.r-tzz3ar.r-s1qlax > div:first-child,
.css-1dbjc4n.css-4rbku5.css-18t94o4.r-1loqt21.r-1777fci.r-bt1l66.r-1ny4l3l.r-bztko3.r-lrvibr {
display: none!important;
}
#EXTM3U @LaQuay https://github.com/LaQuay/TDTChannels
#EXTM3U url-tvg="https://www.tdtchannels.com/epg/TV.xml"
#EXTINF:-1 tvg-id="La1.TV" tvg-logo="https://pbs.twimg.com/profile_images/899385012801470464/akSvNCqE_200x200.jpg" group-title="Generalistas" tvg-name="La 1",La 1
https://rtvelivestream.akamaized.net/la1_dvr.m3u8
#EXTINF:-1 tvg-id="La2.TV" tvg-logo="https://graph.facebook.com/la2detve/picture?width=200&height=200" group-title="Generalistas" tvg-name="La 2",La 2
https://rtvelivestream.akamaized.net/la2_dvr.m3u8
#EXTINF:-1 tvg-id="Cuatro.TV" tvg-logo="https://graph.facebook.com/cuatro/picture?width=200&height=200" group-title="Generalistas" tvg-name="Cuatro",Cuatro HD
https://linear02-i.akamaihd.net/hls/live/837811/cuatro/01.m3u8
#EXTINF:-1 tvg-id="Telecinco.TV" tvg-logo="https://graph.facebook.com/tele5/picture?width=200&height=200" group-title="Generalistas" tvg-name="Telecinco",Telecinco HD
https://linear01-i.akamaihd.net/hls/live/837810/telecinco/01.m3u8
require "formula"
class Openssh < Formula
homepage "http://www.openssh.com/"
url "http://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-6.8p1.tar.gz"
version "6.8p1"
sha256 "3ff64ce73ee124480b5bf767b9830d7d3c03bbcb6abe716b78f0192c37ce160e"
bottle do
root_url "https://homebrew.bintray.com/bottles-dupes"
@pedropalmero
pedropalmero / .osx
Created February 23, 2012 19:47 — forked from paulstefanort/.osx
Mac OS X Lion Modifications
#!/bin/bash -x
# Originally from https://github.com/mathiasbynens/dotfiles/blob/master/.osx
# disable spotlight and remove from menu
sudo mdutil -a -i off
sudo mv /System/Library/CoreServices/Search.bundle/ /System/Library/CoreServices/SearchOff.bundle/
# restart modified services, restart also works
killall Dock
killall Finder