https://www.kitploit.com/2022/08/smap-drop-in-replacement-for-nmap.html
Thursday, September 1, 2022
Monday, August 1, 2022
Use the command line to determine the number of memory slots with Windows
To determine the number of memory slots with Windows, launch an elevated command prompt and enter the following commands:
To find similar information via PowerShell, use the following commands within an elevated session.
wmic Memphysical get MaxCapacity, MemoryDevices
wmic MemoryChip get BankLabel, DeviceLocator, Capacity
SilentHound
SilentHound is an utility that quietly enumerates an Active Directory Domain Via LDAP.
https://www.kitploit.com/2022/08/silenthound-quietly-enumerate-active.html
https://github.com/layer8secure/SilentHound
ChromeOS Flex
ChromeOS Flex is an offering that allows an USB drive to be created to install ChromeOS on various types of computers. A certified list of supported hardware is available via the link below.
https://support.google.com/chromeosflex/answer/11513094
https://support.google.com/chromeosflex/answer/11541904
https://chromeenterprise.google/os/chromeosflex/
Breath
Breath lets you to run a full Linux distro on an Intel Chromebook without needing to flash custom firmware, replace the boot loader, or even wipe ChromeOS. Breath is not a distro itself but a script that builds a Linux distro image that is copied to an USB drive to boot from.
https://cb-linux.github.io/breath/
https://www.omgubuntu.co.uk/2022/07/i-used-breath-on-my-acer-chromebook-cp713
BTOP
BTOP is resource monitor for Linux/BSD platforms.
https://github.com/aristocratos/btop
https://www.both.org/?p=9668
https://www.howtogeek.com/these-are-the-linux-tui-apps-i-leave-open-24-7/
3D Pinball
The original Microsoft 3D Pinball game has been ported to several platforms.
https://www.howtogeek.com/815285/you-can-now-play-3d-pinball-from-windows-on-nearly-anything/
https://alula.github.io/SpaceCadetPinball/
Friday, July 1, 2022
Minicom for Linux
Minicom is a text-based serial port communications program. It is used to communicate with external RS-232 devices via serial console ports.
To install the application within Linux Mint, use the following command:
sudo apt install minicom
Once the console cable is connected, use the following command:
dmesg | grep tty
The output should include the tty path being used.
Use the following command to configure minicom:
sudo minicom -s
When testing with a Cisco switch, the following settings were required:
Serial Device -> /dev/ttyUSB0
Serial port setup -> 9600 8 1 none
Hardware Flow Control -> Off
https://www.ismoothblog.com/2019/07/access-cisco-switch-serial-console-linux.html
https://help.ubuntu.com/community/CiscoConsole
vSphere Diagnostic Tool
vSphere Diagnostic Tool is a python script that runs diagnostic commands on the vCenter Server Photon Appliance to return useful troubleshooting data.
https://flings.vmware.com/vsphere-diagnostic-tool
https://4sysops.com/archives/troubleshoot-vmware-using-vsphere-diagnostic-tool/
Subscribe to:
Posts (Atom)



