Skip to content

Instantly share code, notes, and snippets.

View jorgicio's full-sized avatar
🏠
Working from home

Jorge Pizarro Callejas jorgicio

🏠
Working from home
View GitHub Profile
@jorgicio
jorgicio / EbuildsGentoojorgicio-gentooapp-laptoppreyfilesprey-agent
Created March 5, 2020 22:28
EbuildsGentoo/jorgicio-gentoo/app-laptop/prey/files/prey-agent
#!/sbin/openrc-run
#
ARCH=$(uname -m)
[[ $ARCH == "x86_64" ]] && SUFFIX="64" || SUFFIX="32"
pidfile="/var/run/prey-agent.pid"
command="/usr/lib${SUFFIX}/prey/bin/prey"
description="The Prey Agent Daemon"
start_stop_daemon_args="-b -n --pidfile ${pidfile}"
@jorgicio
jorgicio / varcalculatecustom-overlayx11-driversnvidia-driversnvidia-drivers-390.132-r2.ebuild
Created March 14, 2020 16:28
/var/calculate/custom-overlay/x11-drivers/nvidia-drivers/nvidia-drivers-390.132-r2.ebuild
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit desktop flag-o-matic linux-info linux-mod multilib-minimal \
nvidia-driver portability toolchain-funcs unpacker udev
DESCRIPTION="NVIDIA Accelerated Graphics Driver"
HOMEPAGE="https://www.nvidia.com/"
@jorgicio
jorgicio / EbuildsGentoojorgicio-gentooapp-adminprofile-cleanerfilesprofile-cleaner-vivaldi-browser-support.patch
Created May 13, 2020 02:11
EbuildsGentoo/jorgicio-gentoo/app-admin/profile-cleaner/files/profile-cleaner-vivaldi-browser-support.patch
diff -Naur a/common/profile-cleaner.in b/common/profile-cleaner.in
--- a/common/profile-cleaner.in 2020-05-12 21:11:28.104357941 -0400
+++ b/common/profile-cleaner.in 2020-05-12 21:52:44.818506786 -0400
@@ -318,6 +318,14 @@
do_dbbased
exit 0
;;
+ V|v)
+ for name in vivaldi vivaldi-snapshot; do
+ export name
@jorgicio
jorgicio / filesprofile-cleaner-2.38-fix-brave-browser-support.patch
Created May 16, 2020 16:26
files/profile-cleaner-2.38-fix-brave-browser-support.patch
diff -Naur a/common/profile-cleaner.in b/common/profile-cleaner.in
--- a/common/profile-cleaner.in 2020-05-16 12:14:59.033740280 -0400
+++ b/common/profile-cleaner.in 2020-05-16 12:19:33.217328995 -0400
@@ -172,10 +172,10 @@
case "$1" in
B|b)
- for name in BraveSoftware Brave-Browser; do
+ for name in Brave-Browser Brave-Browser-Dev Brave-Browser-Beta Brave-Browser-Nightly; do
export name