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
/* | |
* Device Tree Source for MT7621 | |
* | |
* Copyright (C) 2018 OpenWrt | |
* | |
* This program is free software; you can redistribute it and/or modify | |
* it under the terms of the GNU General Public License version 2 as | |
* published by the Free Software Foundation. | |
*/ | |
#include <dt-bindings/interrupt-controller/mips-gic.h> |
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
=================================================================== | |
MT7621 stage1 code Dec 16 2019 17:45:55 (ASIC) | |
CPU=500000000 HZ BUS=166666666 HZ | |
================================================================== | |
Change MPLL source from XTAL to CR... | |
do MEMPLL setting.. | |
MEMPLL Config : 0x11000000 | |
3PLL mode + External loopback | |
=== XTAL-40Mhz === DDR-1200Mhz === | |
PLL2 FB_DL: 0xe, 1/0 = 769/255 39000000 |
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
/* <style type="text/css"> /* change/override default presentation styles */ | |
.UatErik50 { /* Square */ | |
float: left; | |
position: relative; | |
width: 30%; | |
padding-bottom: 30%; | |
margin: 1.66%; | |
overflow: hidden; | |
} | |
.UatErik51 { /* Content */ |
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
#!/usr/sbin/nft -f | |
# | |
# /etc/nftables.conf file in SRVR3 "srvr3.example.com" Server | |
# | |
# | |
# This server includes these IP-addresses & associated functions: | |
# SRVR3.IPv4.ADRS : ssh-server, dns/nameServer, mail-server, webServer | |
# SRVR3:IPv6:ADRS1 : ssh-server, dns/nameServer, mail-server, webServer | |
# SRVR3:IPv6:ADRS3 : ssh-server, dns/nameServer, mail-server, webServer | |
# SRVR3:IPv6:ADRS5 : dns-Server, webServer |
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 |
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
# 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
# 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
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
#!/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. |
NewerOlder