<?php | |
/** | |
* Server Dashboard - Simplified System Information Display | |
* This file contains functions to retrieve system information and display it in a server dashboard. | |
* The functions include getting basic server info, CPU info, memory usage, disk usage, uptime, load average, | |
* network interfaces, and process list. | |
* | |
* @author Zxce3 | |
* @version 2.0 |
This is write up is on how to port forward over wireguard. I am going to be port forwarding a mail server running MailCow on my local server, but really any service can be port forwared with some modifications to the IPTables commands in the wireguard file.
I am using a cheap Vultr VPS as my proxy server, if your intrested heres a referral link https://www.vultr.com/?ref=9019507 where I get $10 or if you plan to spend more then $35 on your account you will get $100 and I will get $35 https://www.vultr.com/?ref=9019508-8H
- Debain 10 Buster
- Tunnel subnet: 10.1.1.0
- Proxy-VPS Tunnel IP: 10.1.1.1
I respectfully ask that you don't quote me as “$company person Geoffrey Huntley said” – if I speak for a company, I will publish on its channels. My full name is "Geoffrey Huntley" please use that and not "Geoff Huntley".
- website: https://ghuntley.com/
- newsletter: https://ghuntley.com/newsletter
- twitter: https://www.twitter.com/geoffreyhuntley.com
- linkedin: https://www.linkedin.com/in/geoffreyhuntley
------------------------------------------------------------------------------------------ | |
------------------------------------------------------------------------------------------ | |
AccessChk - Lets you see what type of access users and groups have to files, directories, registry keys, etc. | |
AccessEnum - Full view of your file system and registry security settings. | |
AdExplorer - Active Directory viewer and editor. | |
AdInsight - LDAP real-time monitoring tool used to troubleshoot Active Directory applications. | |
AdRestore - Ability to restore deleted Active Directory objects. | |
Autologon - Easily configure autologon mechanism. | |
Autoruns - Displays programs that are configured to run at startup. | |
BgInfo - Displays relevant information about the computer on the desktop, such as computer name, IP address, etc. |
#!/bin/bash | |
# Install Dependencies | |
sudo pacman -S git svn gd lib32-gcc-libs patch make bison fakeroot | |
# Checkout glibc source | |
svn checkout --depth=empty svn://svn.archlinux.org/packages | |
cd packages | |
svn update glibc | |
cd glibc/repos/core-x86_64 |
Keyboard Control | |
LEFT and RIGHT | |
Seek backward/forward 5 seconds. Shift+arrow does a 1 second exact seek (see --hr-seek). | |
UP and DOWN | |
Seek forward/backward 1 minute. Shift+arrow does a 5 second exact seek (see --hr-seek). | |
Ctrl+LEFT and Ctrl+RIGHT | |
Seek to the previous/next subtitle. Subject to some restrictions and might not always work; see sub-seek command. | |
Ctrl+Shift+Left and Ctrl+Shift+Right | |
Adjust subtitle delay so that the next or previous subtitle is displayed now. This is especially useful to sync subtitles to audio. | |
[ and ] |
Getting confused about the piles of development tools that people use for Javascript? Here's a quick index of what is used for what.
Keep in mind that you shouldn't add tools to your workflow for the sake of it. While you'll see many production systems using a wide range of tools, these tools are typically used because they solved a concrete problem for the developers working on it. You should not add tools to your project unless you have a concrete problem that they can solve; none of the tools here are required.
Start with nothing, and add tools as needed. This will keep you from getting lost in an incomprehensible pile of tooling.
Typical examples: Gulp, Grunt