This file contains hidden or 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
#!/usr/bin/env bash | |
#https://lore.kernel.org/lkml/20190830143027.cffqda2vzggrtiko@chatter.i7.local/ | |
#https://git.kernel.org/pub/scm/docs/kernel/pgpkeys.git/ | |
cd "$(pwd)" | |
git clone https://git.kernel.org/pub/scm/docs/kernel/pgpkeys.git | |
cd ./pgpkeys/keys | |
for i in *.asc ;do | |
sudo gpg --import "$i" | |
done |
This file contains hidden or 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
# | |
# /etc/makepkg.conf | |
# | |
######################################################################### | |
# SOURCE ACQUISITION | |
######################################################################### | |
# | |
#-- The download utilities that makepkg should use to acquire sources | |
# Format: 'protocol::agent' |
This file contains hidden or 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
#!/usr/bin/env bash | |
#============================= | |
DL_TO=$(cd "$(dirname "$0")" && pwd) #~/dl #~/mov | |
#============================= | |
cat << '_____ARIA2CONF_____' >aria2.conf | |
console-log-level=warn | |
max-connection-per-server=4 | |
min-split-size=5M | |
summary-interval=300 | |
continue |
This file contains hidden or 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
# --==@@ PhotoCollage/photocollage/gtkgui.py @@==-- | |
# 1. 2018.8.6 line 660- add 1920x1080, 1080x1920, 1080x1080, 1600x1200, 1200x1600 | |
# | |
#-*- coding: utf-8 -*- | |
# Copyright (C) 2013 Adrien Vergé | |
# | |
# This program is free software; you can redistribute it and/or modify | |
# it under the terms of the GNU General Public License as published by | |
# the Free Software Foundation; either version 2 of the License, or | |
# (at your option) any later version. |
This file contains hidden or 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
# Change defalt setting,templates of https://github.com/adrienverge/PhotoCollage | |
# Add 1920x1080 1080x1920 | |
# ./photocollage/gtkgui.py | |
# -*- coding: utf-8 -*- | |
# Copyright (C) 2013 Adrien Vergé | |
# | |
# This program is free software; you can redistribute it and/or modify | |
# it under the terms of the GNU General Public License as published by | |
# the Free Software Foundation; either version 2 of the License, or |
This file contains hidden or 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
'Set ws=CreateObject("Wscript.Shell") | |
'ws.run "aria2c.exe --enable-rpc",vbhide | |
' Only Commands OK | |
'############################################################# | |
'Set ws=CreateObject("Wscript.Shell") | |
'ws.run "cmd.exe /c Foo.bat",vbhide | |
'############################################################# |
This file contains hidden or 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
:: makin' multi icon for windows | |
:: http://www.imagemagick.org/index.php | |
:: path to magick.exe required | |
:: All you need is Dropin' images. | |
@chcp 65001>nul | |
@echo off | |
cd /d %~dp1 |
This file contains hidden or 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
:### Drop torrent file, or start this script and paste url. | |
:### Usage of "chcp" depends on environment and needs. | |
:### Setting Path to "aria2c.exe" is required | |
@chcp 65001 > nul | |
@echo off | |
color 1a | |
cd /d %~dp0 | |
cls |
NewerOlder