A curated list of arrrrrrrrr!
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- save this file to $XDG_CONFIG_HOME/mpv/scripts/ | |
local dpms_mod = nil | |
-- local function dpms_mod_start(event) | |
-- print("RUN dpms mod start", dpms_mod) | |
-- if dpms_mod == nil then | |
-- -- This code was checked on xset 1.2.3 | |
-- if os.execute("[ `xset q | sed -n '/^DPMS/,${/^ DPMS/s/^ DPMS is //p}'` == Enabled ]") == 0 then | |
-- dpms_mod = true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# SST: SSH, but reliable, using tmux. | |
# When you lose connection, the connection will be re-tried, and you will get back where you | |
# left off. | |
# An aggressive heartbeat setting is used to detect network issues much more reliably than | |
# SSH's default settings would. | |
# | |
# Usage: | |
# sst <host>: Create a temporary tmux session, which will be killed when it hasn't |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
########## | |
# Win10 Optimization Script With Extra GPD Win Tweaks | |
# Adapted version of https://github.com/Disassembler0/Win10-Initial-Setup-Script by Disassembler <[email protected]> | |
# Author: BlackDragonBE | |
# Version: v2.2.1 (2017-12-02) | |
# Copied from https://www.reddit.com/r/gpdwin/comments/6ipa6c/windows_10_optimization_script_for_gpd_win/ | |
########## | |
# As a workaround for disabled script execution, run this command (without #) in an elevated PowerShell windows first and choose "all" if you're asked where to apply this: | |
# Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[12.04.2020-15:17:53] (pantheon-agent-polkit) files:start | |
/etc/xdg/autostart/io.elementary.desktop.agent-polkit.desktop | |
/usr/libexec/policykit-1-pantheon/io.elementary.desktop.agent-polkit | |
/usr/share/applications/io.elementary.desktop.agent-polkit.desktop | |
/usr/share/locale/aa/LC_MESSAGES/io.elementary.desktop.agent-polkit.mo | |
/usr/share/locale/ab/LC_MESSAGES/io.elementary.desktop.agent-polkit.mo | |
/usr/share/locale/ae/LC_MESSAGES/io.elementary.desktop.agent-polkit.mo | |
/usr/share/locale/af/LC_MESSAGES/io.elementary.desktop.agent-polkit.mo | |
/usr/share/locale/ak/LC_MESSAGES/io.elementary.desktop.agent-polkit.mo | |
/usr/share/locale/am/LC_MESSAGES/io.elementary.desktop.agent-polkit.mo |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
make: *** -j4: File or directory not found. Exiting. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# project samba configured on Fri Jul 12 10:02:56 2019 by | |
# waf 1.5.19 (abi 7, python 20710f0 on linux2) | |
# using buildtools/bin/waf configure --prefix=/usr --libdir=/usr/lib --sysconfdir=/etc/samba --with-configdir=/etc/samba --localstatedir=/var --enable-fhs --with-lockdir=/var/cache/samba --with-piddir=/var/run/samba --with-logfilebase=/var/log/samba --with-pam --without-systemd --with-ads --with-shared-modules=idmap_ad,idmap_rid,idmap_adex,idmap_hash,idmap_tdb2,pdb_tdbsam,pdb_ldap,pdb_ads,pdb_smbpasswd,pdb_wbc_sam,pdb_samba4,auth_unix,auth_wbc,auth_server,auth_netlogond,auth_script,auth_samba4 --enable-cups --bundled-libraries=!asn1_compile,!compile_et --cross-compile --hostcc=cc --cross-answers=answers.txt | |
# | |
---------------------------------------- | |
Checking for program gcc or cc | |
find program=['gcc', 'cc'] paths=[] var='CC' | |
-> 'aarch64-linux-gnu-gcc' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[anon@lap] ~ » sudo xbps-remove -R dotnet-core | |
Package `dotnet-core' is not currently installed. | |
Name Action Version New version Download size | |
Space available on disk: 4533MB | |
Do you want to continue? [Y/n] n |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# This file is designed to spin up a Wireguard VPN quickly and easily, | |
# including configuring a recursive local DNS server using Unbound | |
# | |
# Make sure to change the public/private keys before running the script | |
# Also change the IPs, IP ranges, and listening port if desired | |
# iptables-persistent currently requires user input | |
# add wireguard repo | |
sudo add-apt-repository ppa:wireguard/wireguard -y |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The text leading up to this was: | |
-------------------------- | |
|commit ce14cfda34175b6456a8cc7d1e336dce2b0b0682 | |
|Author: Mihai Moldovan <[email protected]> | |
|Date: Thu Jul 5 08:52:18 2018 +0200 | |
| | |
| src/printwidget.cpp: add QButtonGroup include, fixes compile errors with Qt | |
| | |
|diff --git a/src/printwidget.cpp b/src/printwidget.cpp | |
|index 58a8af7..131d340 100644 |
NewerOlder