kill `netstat -nlp | grep 8080 | awk '{print $7}' | cut -d/ -f1`
curl -s checkip.dyndns.org|sed -e 's/.*Current IP Address: //' -e 's/<.*$//'
Tips on envrionment loading for linux/debian/ubunt/linuxmint
.bashrc
will be loaded when login from unity, desktop UI or F7..F12
.bash_profile
willbe loaded when login from command prompt, F1..F6
, login from ssh
.profile
will be loaded when login from UI console, which will source .bashrc
longin as shell
in the terminal to load the .bash_profilel
source
Managing ESXi requires one needs to have vSphere ESXi Cli tool to be installed. But, ESXi server itself has commands to manage the guest OS.
ssh root@esxihost
# vim-cmd vmsvc/getallvms
When Bad Request happens, most of the problem is in the data serialization and de-serialization. To get the detailed stack trace add the following in the log4j
configuration or similar for logback
.
<logger name="org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod">
<level value="trace"/>
</logger>
<link rel="import" href="../topeka-elements/category-images.html"> | |
<link rel="import" href="../core-icon/core-icon.html"> | |
<link rel="import" href="../core-icons/core-icons.html"> | |
<link rel="import" href="../core-icons/av-icons.html"> | |
<link rel="import" href="../paper-fab/paper-fab.html"> | |
<polymer-element name="my-element"> | |
<template> | |
<style> |
Spring Boot looks for properties using a specific order: