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
@echo off | |
@rem | | | | | | | | | |
@rem A windows batch/cmd script to run HexChat from USB/Portable drive, with | |
@rem portable perl support. HexChat is IRC Client/communication software. | |
@rem This script also allows to run a second HexChat in same computer, | |
@rem without conflicting with system/default/full installed/other HexChat. | |
@rem HexChat is based on XChat software. | |
@rem | | |
@rem When installing HexChat, you must select "Portable" option, if you want | |
@rem to run HexChat from a USB drive or from your own choice of sub-folder, |
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
#Author culb ( nightfrog ) | |
#Description: | |
#Close a PM dialog by name | |
# | |
#Version: 1 | |
# This paragraph of comment is added here by tErik. | |
# These codes were shared by user nightfrog, on Apr 29, 2014 around 23:18 | |
# UTC-08:00, in #xchat irc channel at irc.freenode.net, with user tErik. | |
# This script was created because, because tErik has requested in #xchat irc |
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
#Author culb ( nightfrog ) | |
#Description: | |
#Close a PM dialog by name | |
# | |
#Version: 1 | |
# This paragraph (with 4 lines) of comments are added here by tErik. | |
# These codes were shared by user nightfrog, on Apr 29, 2014 around 23:45 | |
# UTC-08:00, in #xchat irc channel at irc.freenode.net, with user tErik. | |
# Actually it is now version 1.01 |
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
# Description : Close a IRC PM Dialog Window By Using Sender's Name. | |
# A Perl script, to use with XChat based IRC client software. | |
# | |
# Original Script Author : culb ( nightfrog ) | |
# First version developed on : 2014-04-29, around 23:18 UTC-08:00. | |
# Modified by : tErik. | |
# Last Modified on : 2014-07-28, around 23:35 UTC-08:00 | |
# | |
# Usage: | |
# For example, an annoying irc-bot "gribble" is repeatedly sending you |
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 | |
# Codes are still not completed, wait for this line to go away. | |
# | |
# An "iptables" secure/safer firewall rules creator, shell script. | |
# For server host/base, with multiple guest OS VMs & Containers. | |
# | |
# If you need to Add/Change/Update/Modify firewall rules, | |
# THEN ALWAYS CHANGE FIREWALL RULES HERE, FIRST, | |
# Then this shell script will create a firewall ruleset for your | |
# computer which you approved here & need. |
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
How To Use External+Portable Storage Based Standalone/Portable Thunderbird & | |
GPG, For (GPG Encrypted And/Or GPG Signed) Email Communication in Windows: | |
External Storage can be: USB-drives, (Flash) Memory Sticks/Cards/Media, etc, | |
OR, any Sub-Folder/Sub-Directory inside your own | |
computer. | |
|--------|---------|---------|---------|---------|---------|---------|---------| | |
0 10 20 30 40 50 60 70 80 |
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
# Created by atErik / tErik. | |
# Copyright 2011-2015, atErik. | |
# a4t4erik AT out4look dot co4m, t4erik AT sfk4 dot co4 | |
# (Remove "4" from above, for address). | |
# Released under GPL (GNU Public License). | |
# | |
# | |
# First modified original gpg.conf on 2011. | |
# Then continued to tranfer modifications on top of other new versions. | |
# Changed & improved options, when it was necessary. |
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
# Created by atErik, tErik. | |
# Copyright 2011-2015 atErik. | |
# a4t4erik AT out4look dot co4m, a4t4erik0 AT 4gmail dot co4m | |
# (Remove all prev & above "4"). | |
# Released under GPL (GNU Public License). | |
# | |
# | |
# 1st created & used on 2011. | |
# Improved and changed, when necessary. | |
# 1st released to public under GPL on March 6th, 2015. |
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
# This is the ssh client config file for a specific user. See | |
# "man ssh_config"(5) for more information. | |
# | |
# | |
# | |
# Lines begin with the "#" symbol are comments/notes | |
# | |
# | |
# DEFAULT | |
# Authentication: |
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
# $OpenBSD: sshd_config,v 1.103 2018/04/09 20:41:22 tj Exp $ | |
# | |
# This is the sshd server system-wide configuration file. See | |
# sshd_config(5) for more information. | |
# | |
# This sshd was compiled with PATH=/usr/bin:/bin:/usr/sbin:/sbin | |
# | |
# The strategy used for options in the default sshd_config shipped with | |
# OpenSSH is to specify options with their default value where | |
# possible, but leave them commented. Uncommented options override the |
OlderNewer