Run like Hell
Showing posts with label
Programming
.
Show all posts
Showing posts with label
Programming
.
Show all posts
Sep 6, 2023
Review@amazon: Microsoft Power Platform Enterprise Architecture
›
This weekend i read the book "Microsoft Power Platform Enterprise Architecture" https://www.packtpub.com/product/microsoft-power-...
Nov 26, 2021
Raspberry PI on Ubuntu: yarn: Cannot find module 'worker_threads'
›
This evening i tried to install a nodejs application with yarn on my raspberry pi. This failed with: /usr/local/bin/yarn install internal/mo...
Jan 6, 2021
Review: Kafka: The Definitive Guide
›
Last week i read the book "Kafka: The Definitive Guide" with the subtitle "Real-Time Data and Stream Processing at Scale...
Dec 4, 2020
AVM Fritz.Box: how to do an automatic login and get the active WLAN devices
›
The AVM Fritz.Box is really a great device - but the possibilities to get monitoring data are very limited. (Please read this posting ) Whic...
1 comment:
Dec 10, 2019
Microsofts Visual Studio Code on Linux
›
On the last weekend i was wondering, what kind of IDE i can use for doing some small programs with javascript. My first idea was ecli...
Jul 28, 2018
Oracle Weblogic 12c: Extracting the complete configuration via wlst.sh python script
›
If you want to get all information out of a weblogic server via wlst.sh than you can use the following script: # written by Dietrich Schro...
1 comment:
Mar 22, 2018
Java 10 released: java with some enhancements for running inside docker
›
After the release of Java 9 in october 2017 with its new features JShell with its special commands the new folder structure and many...
Jan 27, 2018
Bash: How to trim/truncate variables / get substrings
›
In a comment to one of the most useless commands postings was shown how to use the rev command to get the last component of the path out o...
Nov 30, 2017
OpenJDK 9: Limitations/shortcomings of the Jshell
›
Jshell is a quite powerful tool to do some quick explorations and to write some scripts. If found the following limitations: No syntax h...
Oct 14, 2017
Debugging bash scripts on remote hosts using Eclipse
›
After installing the two plugins shelled basheclipse (1) and basheclipse (2) it is very easy to debug scripts inside your workspace on...
Sep 16, 2017
(bash): The most useless commands (11)
›
After talking about rev yes sl cowsay cmatrix cal rig pi figlet here a packages called filters which comes with such commands: ...
Sep 2, 2017
Bash: enabling Eclipse for Bash Programming | Plugin basheclipse (debugging) part 2
›
If you want to debug bash scripts inside eclipse you have to do 2 things: install the plugin shelled ( see this posting ) install the plu...
Aug 24, 2017
(bash): The most useless commands(10)
›
After talking about rev yes sl cowsay cmatrix cal rig pi here another pretty useless command: ~$ figlet apt-get update ...
Aug 10, 2017
(bash): The most useless commands (9)
›
After talking about rev yes sl cowsay cmatrix cal rig here another pretty useless command: $ pi 10 3.141592653 Manpage: ...
1 comment:
Jul 19, 2017
(bash): The most useless commands (8)
›
After talking about rev yes sl cowsay cmatrix cal i found another funny command: rig Its manpage tells the following: DESCR...
Jul 15, 2017
OpenJDK 9: Jshell - Using Swing / doing GUI stuff
›
After the posts buitin commands of jshell and how to load and save scripts i tried to get swing components running. I created a script ...
Jul 14, 2017
Bash: enabling Eclipse for Bash Programming | Plugin basheclipse (debugging) part 1
›
In my last posting i showed how to install the plugin shelled and its configuration options . Now the next step is to install basheclipse,...
OpenJDK 9: Jshell - how to load scripts and how to save/persist finished snippets
›
In my last posting i showed the builtin jshell commands and how to start working with the java shell. What about loading and saving scrip...
1 comment:
Jul 12, 2017
OpenJDK 9: JShell - an interactive java interpreter shell | builtin commands
›
One of the new features of java 9 is jshell (JEP 222) . On my ubuntu system the installation was quite easy: # apt-get install openjdk-...
›
Home
View web version