Skip to content

My personal logbook

A place to document my endeavors in fixing IT problems

  • About me
  • Technical Guides
  • Referral Codes (for Singapore)
My personal logbook

Month: February 2020

Delete invalid virtual machine entries in Esxi 6.5 web client

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

Author JasonPosted on February 27, 2020February 27, 2020Categories ESXiLeave a comment on Delete invalid virtual machine entries in Esxi 6.5 web client

Additional PHP Modules Installation

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
Author JasonPosted on February 23, 2020February 27, 2020Categories Cheatsheet, UbuntuLeave a comment on Additional PHP Modules Installation

Proper Nmap High Speed Scan

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
Author JasonPosted on February 9, 2020February 27, 2020Categories CheatsheetLeave a comment on Proper Nmap High Speed Scan

Recent Posts

  • 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
  • Compile Kernel on Ubuntu 20.04 x86_64

Archives

  • 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
  • About me
  • Technical Guides
  • Referral Codes (for Singapore)
My personal logbook Privacy Policy Proudly powered by WordPress

Terms and Conditions - Privacy Policy