New pages

From Andreida
New pages
Hide registered users | Hide bots | Hide redirects
  • 13:26, 10 May 2024Winget (hist | edit) ‎[396 bytes]Andreas (talk | contribs) (Created page with "winget is like apt-get but for Windows. Show installed and recognized tools: winget list Show installed tools which can be updated via winget: winget list --upgrade-available Upgrade/update via winget: winget update calibre Search for a tool: winget search "Total Commander" Install a tool: winget install "Total Commander" Show information about a tool: winget show "Total Commander"")
  • 13:23, 6 May 2024Unreal Engine, from C++ spawn Blueprint inherited from C++ class, very small example (hist | edit) ‎[7,193 bytes]Andreas (talk | contribs) (Created page with "=== Prepare Project === ==== Create Project ==== * Games / Blank ** C++ ** Desktop ** Maximum ** Starter Content: no ** Raytracing: no ** Location: your choice ** Project Name: ShowActor * Create ==== Change Map to Basic ==== When the UE-Editor is open: * File / New Level / Basic / Create * File / Save Current Level as ... / Basic01 * Edit / Project Settings / Maps & Modes / Editor Startup Map: Basic01 * Edit / Project Settings / Maps & Modes / Editor Game Default Map:...")
  • 21:40, 4 May 2024Install Java (hist | edit) ‎[526 bytes]Andreas (talk | contribs) (Created page with "There are two versions of Java, both with a JRE (if you just want to run java programs) and JDK (if you wish to develop java programs). Sadly, sometimes you need the JDK, even if you just want to run JAVA programs. * OpenJDK - JRE java -version apt-get install default-jre java --version * OpenJDK - JDK javac -version apt-get install default-jdk javac --version * Oracle's JRE [https://www.java.com/en/download/ Oracle's Java JRE] * Oracle's JDK [https://www.oracle....")
  • 14:52, 19 March 2024Setup your system for an easy backup (hist | edit) ‎[3,728 bytes]Andreas (talk | contribs) (Created page with "You want as much data as possible in one directory and you want that directory to contain ONLY data which goes into your backup. Not one temporary or cache file should be insi...")
  • 13:04, 19 March 2024Data you might want to backup (hist | edit) ‎[1,015 bytes]Andreas (talk | contribs) (Created page with "* ThunderBird Junk Training data, under %USERPROFILE%\AppData\Roaming\Thunderbird\Profiles\ are two folders, one of them has the wanted "training.dat" * FireFox Bookmarks, Boo...")