<?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 |
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. |
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
#https://www.google.com/search?q=smbios.reflecthost&oq=smbios.r&aqs=chrome.0.0j69i57j0l4.2850j0j7&sourceid=chrome&ie=UTF-8 | smbios.reflecthost - Google Search | |
#http://www.bitcon.be/how-to-install-an-hp-branded-windows-os-as-a-virtual-server/ | How to install an HP branded Windows OS as a virtual server | BITCON - IT consultants | |
#https://communities.vmware.com/thread/162241?tstart=0 | This system is not supported platform |VMware Communities | |
#https://superuser.com/questions/199906/how-to-edit-bios-information-for-a-virtual-machine-in-vmware | How to edit BIOS information for a virtual machine in VMWare? - Super User | |
#http://www.insanelymac.com/forum/topic/292170-how-to-spoof-real-mac-in-vmware/ | How to spoof real Mac in VMware - Multi-booting and Virtualisation - InsanelyMac Forum | |
Method 1: edit VMX file for the specific VM | |
#add this line | |
SMBIOS.reflectHost = TRUE |
You need to install ARMv5 gcc cross compiler: apt-get install gcc-arm-linux-gnueabi
You have to define a directory (via --prefix) where all of your binaries will be installed (copied). In the guide I use the following: /home/user/vpn_compile
- Download the source:
wget https://www.openssl.org/source/openssl-1.0.2j.tar.gz