Skip to content

imsj logbook

  • About me
  • Technical Guides
  • Referral Codes

Month: February 2020

Delete invalid virtual machine entries in Esxi 6.5 web client

Posted on February 27, 2020February 27, 2020 by Jason

Anddddd… Not again esxi.

Method 1 via cmd:

vim-cmd /vmsvc/getallvms
vim-cmd /vmsvc/unregister <id>

Method 2 via gui:

  1. Create a dummy vm
  2. Check the dummy vm and the invalid vm entries together
  3. Click actions and unregister.

References:
https://communities.vmware.com/thread/582673

Posted in ESXiLeave a Comment on Delete invalid virtual machine entries in Esxi 6.5 web client

Additional PHP Modules Installation

Posted on February 23, 2020February 27, 2020 by Jason

Additional PHP modules that should be installed

apt-get install -y memcached
apt-get install -y php7.*-tidy php-memcached
phpenmod memcached
phpenmod tidy
systemctl restart apache2
Posted in Cheatsheet, UbuntuLeave a Comment on Additional PHP Modules Installation

Proper Nmap High Speed Scan

Posted on February 9, 2020February 27, 2020 by Jason
sysctl -w net.ipv4.ip_local_port_range="15000 61000"
sysctl -w net.ipv4.tcp_fin_timeout=30
sysctl -w net.ipv4.tcp_tw_recycle=1
sysctl -w net.ipv4.tcp_tw_reuse=1 
sysctl -w net.ipv4.icmp_ratelimit=0
nmap -A -sS -sU -Pn -p- -T4 address
Posted in CheatsheetLeave a Comment on Proper Nmap High Speed Scan

Recent Posts

  • Install Aquantia 10G inside pfsense / Freebsd
  • Issue installing nvidia-465 on Ubuntu 18.04
  • PetaLinux 2020.1 Installation Steps on WSL Ubuntu 20.04 64-bit
  • Esxi 6.5 Update using esxcli
  • LAN7430 Register Instructions

Archives

  • December 2024
  • January 2022
  • September 2021
  • January 2021
  • July 2020
  • June 2020
  • March 2020
  • February 2020
  • January 2020
  • July 2019
  • June 2019

Categories

  • Arduino
  • C#
  • Cheatsheet
  • CTF
  • ESXi
  • Juniper
  • NUS
  • Projects
  • Raspberry Pi
  • Ubiquiti
  • Ubuntu
  • Uncategorized
  • VOIP
  • Windows
  • Xilinx

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org

©2024 imsj.dev. All rights reserved. Terms and Conditions, Privacy Policy