Jump to content
Main menu
Main menu
move to sidebar
hide
Navigation
Aphorismen
Applications
Business Economics & Admin.
My Computers
Cooking
Devices
Folders
Food
Hardware
Infos
Software Development
Sports
Operation Instructions
Todos
Test
Help
Glossary
Community portal
adaptions
Sidebar anpassen
Wiki RB4
Search
Search
Create account
Log in
Personal tools
Create account
Log in
Pages for logged out editors
learn more
Contributions
Talk
Editing
EDTLaptop3
(section)
Page
Discussion
English
Read
Edit
View history
Toolbox
Tools
move to sidebar
hide
Actions
Read
Edit
View history
General
What links here
Related changes
Special pages
Page information
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
==Installations== ===Anaconda=== Progs are in: C:\Users\U1728\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Anaconda3 (64-bit) =====Change root for Jupyter==== * start Anaconda prompt C:\Users\U1728>jupyter notebook --generate-config Writing default config to: C:\Users\U1728\.jupyter\jupyter_notebook_config.py * edit config fily ===Angular=== [[NodeJS#npm|npm]] install -g @angular/cli // -g installs [[Angular#Angular_CLI|Angular CLI]] it globally, not project-specific ng version // prints version 14.2.8 ===Chrome Cookie Banner Blocker=== * download from [https://www.verbraucherzentrale.de/digitale-welt/browserplugin-nervenschoner-endlich-ungestoert-surfen-74152 here] * extract to <code>C:\Uwes\nervenschoner.chromium\</code> * installation in Chrome does not work ===[[Docker|Docker]]=== * installation via Eon service request did not work (INC2441412) * download docker windows installation via command line (via browser it is blocked) * execute installer (target directory could not be specified) * first start led to the error message [[File:DockerInstallationError.png|400px]] * link executed (but w/o installation of a linux distribution) * login with Docker desktop with uwe.heuer@eon.com (see old mail with welcome to Eon community) * Docker Desktop has to be started manually to start the Docker host ===draw.io=== * installation to <code>C:\Uwes\Programme\draw.io\</code> ===Eclipse=== * installation to <code>C:\Uwes\Programme\eclipse\jee-2022-09\</code> * set workspace to <code>C:\Uwes\SoftwareProjects\eclipse-workspace\</code> * configuration see [[Eclipse#Configuration_of_Version_2022-06_2022-09|here]] ====Lombok==== * download Lombok from https://search.maven.org/search?q=g:org.projectlombok%20AND%20a:lombok&core=gav * C:\Users\U1728\.p2\pool\plugins\org.eclipse.justj.openjdk.hotspot.jre.full.win32.x86_64_17.0.5.v20221102-0933\jre\bin\java.exe -jar lombok-1.18.24.jar * select installation directory of eclipse ====Spring Tools==== * eclipse -> Help -> Marketplace -> select Spring Tools 4 ===Git=== * download from [https://gitforwindows.org/ here] * installed to <code>C:\Uwes\Programme\Git</code> C:\Uwes\Programme\Git>git --version git version 2.38.1.windows.1 git config --global user.email uwe.heuer@gmail.com git config --global user.name UweHeuer ===HTTP Server (node.js)=== C:\Uwes\SoftwareProjects\uweheuer-frontend>npm install --global http-server // install globally call e.g. by http-server -p 8082 -c-1 dist/uweheuer-frontend // http://127.0.0.1:8082, -c-1 means no caching <CTRL>+<C> // to stop ===Java=== * use Java runtime from eclipse * set JAVA_HOME for system to <code>C:\Users\U1728\.p2\pool\plugins\org.eclipse.justj.openjdk.hotspot.jre.full.win32.x86_64_17.0.5.v20221102-0933\jre</code> C:\Users\U1728>%JAVA_HOME%\bin\java -version openjdk version "17.0.5" 2022-10-18 OpenJDK Runtime Environment Temurin-17.0.5+8 (build 17.0.5+8) OpenJDK 64-Bit Server VM Temurin-17.0.5+8 (build 17.0.5+8, mixed mode) ===Maven=== * download apache-maven-3.8.6-bin.zip * extract to <code>C:\Uwes\Programme\apache-maven-3.8.6\</code> * extend system path to <code>C:\Uwes\Programme\apache-maven-3.8.6\bin</code> C:\Users\U1728>mvn -version Apache Maven 3.8.6 (84538c9988a25aec085021c365c560670ad80f63) Maven home: C:\Uwes\Programme\apache-maven-3.8.6 Java version: 17.0.5, vendor: Eclipse Adoptium, runtime: C:\Users\U1728\.p2\pool\plugins\org.eclipse.justj.openjdk.hotspot.jre.full.win32.x86_64_17.0.5.v20221102-0933\jre Default locale: de_DE, platform encoding: Cp1252 OS name: "windows 11", version: "10.0", arch: "amd64", family: "windows" ===Node.js (NPM)=== * download 18.12.0 LTO from [https://nodejs.org/en/ here] * installation to <code>C:\Uwes\Programme\nodejs\</code> node -v // prints v18.12.0 npm -v // prints 8.19.2 ===OwnCloud=== * download client from https://owncloud.com/de/desktop-app/ * installation to <code>C:\Uwes\Programme\owncloud\</code> * create folder <code>C:\Uwes\owncloud\</code> for data * setup with server 'https://uweheuer.spdns.de/owncloud/', uwe.heuer@gmail.com and <STANDARD>, and target folder <code>C:\Uwes\owncloud\</code> ===Postman=== * installation by CHIP installer somewhere in the Windows system * login via Google account ===PuTTY=== * installation to <code>C:\Uwes\Programme\WinSCP\PuTTY\</code> ===Uwe Heuer=== ====Uwe Heuer Frontend==== C:\Uwes\SoftwareProjects>git clone https://github.com/UweHeuer/uweheuer-frontend.git // creates directory uweheuer-frontend ====Uwe Heuer Backend==== C:\Uwes\SoftwareProjects\eclipse-workspace>git clone https://github.com/UweHeuer/uweheuer-backend.git * and see [[Uweheuerbackend|here]] ===Visual Studio Code=== * download User Installer * installation to <code>C:\Users\U1728\AppData\Local\Programs\Microsoft VS Code\</code> ====Angular Language Service Plug-In==== ===WinMerge=== * download from Chip * installation to <code>C:\Uwes\Programme\WinMerge\</code> ===WinSCP=== * download from https://winscp.net/download/WinSCP-5.21-Setup.exe * installation to <code>C:\Uwes\Programme\WinSCP\</code> * in logon screen import <code>C:\Uwes\owncloud\documents\WinSCP\*.ini</code> * configure WinMerge as compare tool by [https://articlebin.michaelmilette.com/adding-winmerge-to-winscp-to-compare-local-and-remote-files/ here] [[File:WinSCP_WinMerge1.jpg|400px]] ** select both file and call WinMerge ===Xampp=== * installation to <code>C:\Uwes\Programme\xampp\</code> * http://localhost/dashboard/ ====MySQL==== * due to error [[File:MariaDBErrorWindows11_1.png|400px]] increased in my.ini innodb_buffer_pool_size=256 * set root password by C:\Uwes\Programme\xampp\mysql\bin>mysqladmin.exe -u root password <Lm><STANDARD><Lm> * and set it in <code>C:\Uwes\Programme\xampp\phpMyAdmin\config.inc</code> $cfg['Servers'][$i]['password']
Summary:
Please note that all contributions to Wiki RB4 may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
Uwe Heuer Wiki New:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Toggle limited content width