Host system is Ubuntu 16.04 LTS with 8 CPUs and 32GB Ram
Domain-name: *.example.com
Install virt-manager
sudo apt-get install virt-manager
#!/bin/zsh | |
if [ "$1" = "--help" -o "$1" = "-h" -o $# -gt 4 ]; then | |
echo "Simple calculator for same-day office hour calculation\n" | |
echo "Usage: $0 [-h] [start] [end] [break] [output]\n" | |
echo " start: Start of working or '0' to use the system boot time. Format hh:mm" | |
echo " end: End of working or '0' to use the current time. Format hh:mm" | |
echo " break: Minutes to be subtracted from work time. AKA lunch break, etc." | |
echo " output: Use 'short' for a one-line output.\n\n" |
" ~/.vimrc | |
" christof luethi, shaped.ch, 2006-2018 | |
" | |
" Key Bindings: | |
" <F2>: past toggle (past without autoindent) | |
" <F3>: open file under cursor | |
" <F4>: toggle line numbers | |
" <F5>: open directory in new tab | |
" <F6>: toggle line wrapping | |
" <F7>: toggle list chars (show non printable chars) |
Installation of NodeJs, npm, TypeScript, AngularJS, @angular/cli on Windows 7 Professional SP 1 64-bit:
Since I have found many valuable hints scattered on various posts only after 'painful' search, here a compact compilation (not my ideas but my experience). Hope it helps. install Node.js Windows Installer 64-bit: https://nodejs.org/en/download/ Set npm directory for packages (npm 3.10.10 comes with Node.js but we'll update it later):
npm config set registry https://registry.npmjs.org/
Update npm to the latest version:
# Run JBoss CLI-Client | |
$ java -jar wildfly/bin/client/jboss-cli-client.jar | |
You are disconnected at the moment. Type 'connect' to connect to the server or 'help' for the list of supported commands. | |
# Connect to WildFly Server | |
[disconnected /] connect localhost:9990 | |
Warning! The CLI is running in a non-modular environment and cannot load commands from management extensions. | |
# Switch to JMS Dead-Letter-Queue (DLQ) | |
[standalone@localhost:9990 /] cd subsystem=messaging-activemq/server=default/jms-queue=DLQ |
3M,3M Company,MMM | |
5EL,5EL SA,FEL | |
ABB,ABB Ltd,ABBN | |
Abbott,Abbott Laboratories,ABT | |
AbbVie,AbbVie Inc,ABBV | |
Actelion,Actelion Ltd.,ATLN | |
Addex,Addex Therapeutics Ltd,ADXN | |
Adecco,Adecco Group AG,ADEN | |
Adval,Adval Tech Holding AG,ADVN | |
AEVIS,AEVIS VICTORIA SA,AEVS |
awp;awp | |
awp international;awp international | |
Globenewswire;Globenewswire | |
PRNewswire;PRNewswire | |
USNewswire;USNewswire | |
DGAP-News;DGAP-News | |
DGAP News-Service;DGAP-News |
Edit /etc/hosts
and add
127.0.0.1 localhost <ADD_YOURS_HERE>