All public logs
From Andreida
Combined display of all available logs of Andreida. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 18:09, 12 August 2024 Andreas talk contribs created page Minimum install to be able to be a X-Client (Created page with "Not sure but I guess that X11-Apps is the easiest way to make your Linux installation able to start a program with a GUI. apt-get install x11-apps You can then just try it with xclock &")
- 01:26, 5 August 2024 Andreas talk contribs created page Deciding which Source Management Tool to use (Created page with "=== Introduction === I used like 10 different source management tools in my life. Different times, different corporations, different goals or resources where the reasons for all these different tools. I started with file based SourceSafe 1998, used BMW's console based tools with drag&drop under Unix, used cvs, svn and git and some others I don't even remember. These are my conclusions. === Situation === Currently for most corporations, there is the choice between git...")
- 18:23, 17 June 2024 Andreas talk contribs created page Video Editor (Created page with "* [https://www.blender.org/features/video-editing/ Blender] * [https://www.videohelp.com/software/Windows-Movie-Maker Windows Movie Maker 2012] * [https://www.videosoftdev.com/ VSDC] * [https://www.shotcut.org/ Shotcut] * [https://www.blackmagicdesign.com/products/davinciresolve Davinci Resolve (free version available)] * [https://www.capcut.com/ Capcut]")
- 13:01, 28 May 2024 Andreas talk contribs created page Style guide ad02 (Created page with "= curly brackets {} = * every curly bracket gets its own line. You may append comments if it makes sense, normally above or below is better * the closing curly bracket is in the same column as the opening curly bracket = comments = * If you want the comment to stay - like documentation - use "///". In Microsoft's Visual Studio you can set the display of "///" with "Tools/Options/Environment/Fonts and Colors/XML Doc Comment". You could change the "item background" to be...")
- 13:14, 22 May 2024 Andreas talk contribs created page Sensitive Data (Created page with "== Password Safes == If you have data you want to protect from others you have a lot of choices. If it is about data which can be written down as "label" => "value" and both are text, then just use a password safe like [https://sourceforge.net/projects/yagodu/ yagodu] or any of the many password safes out there. Some are simple, some can automatically fill forms and if you are stupid you will choose one which will store your password on the internet. Of course totally sa...")
- 21:05, 19 May 2024 Andreas talk contribs created page Unreal Engine, C++ Enhanced Input, very small example (Created page with "=== Prepare Project === ==== Create Project ==== * Games / Blank ** C++ ** Desktop ** Maximum ** Starter Content: no ** Raytracing: no ** Location: your choice ** Project Name: EI01 * 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 / Game Default Map: Basic01 * F...")
- 05:16, 12 May 2024 Andreas talk contribs moved page Unreal Engine, from C++ add an ActorComponent to an actor, very small example to Unreal Engine, from C++ add an ActorComponent to an Actor, very small example (inconsistent spelling)
- 05:05, 12 May 2024 Andreas talk contribs created page Unreal Engine, from C++ add an ActorComponent to an actor, very small example (Created page with "= Create ActorComponent class = * Tools / New C++ Class ** Parent Class: ActorComponent ** Name: AcRandomScaleChange ** Create Class == Header File: AcRandomScaleChange.h == <pre> #pragma once #include "CoreMinimal.h" #include "Components/ActorComponent.h" #include "AcRandomScaleChange.generated.h" UCLASS( ClassGroup=(Custom), meta=(BlueprintSpawnableComponent) ) class SHOWACTOR_API UAcRandomScaleChange : public UActorComponent { GENERATED_BODY() public: UAcRandom...")
- 13:26, 10 May 2024 Andreas talk contribs created page Winget (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 2024 Andreas talk contribs created page Unreal Engine, from C++ spawn Blueprint inherited from C++ class, very small example (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 2024 Andreas talk contribs created page Install Java (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 2024 Andreas talk contribs created page Setup your system for an easy backup (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 2024 Andreas talk contribs created page Data you might want to backup (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...")
- 16:46, 10 June 2023 Andreas talk contribs moved page Other to Programming-Other (multiple "other")
- 16:45, 10 June 2023 Andreas talk contribs created page Administration-Other (Created page with "* OpenTimetool * Security * nana, cross-platform GUI applications with modern C++")
- 16:41, 10 June 2023 Andreas talk contribs created page Other (Created page with "* Haskell/Yesod/Hamlet/Shakespeare * Play (Java)")
- 16:33, 10 June 2023 Andreas talk contribs created page Don't want "tar: Removing leading `/' from " message (Created page with "# This is not an error nor a warning, this is an information. # You do not want to change the behavior, because this is good, you do not want absolute paths in your archive....")
- 20:37, 8 June 2023 Andreas talk contribs created page Windows Terminal, multi-tab terminal from Microsoft (Created page with "* [https://learn.microsoft.com/en-us/windows/terminal/ Documentation for Terminal] * [https://github.com/microsoft/terminal/releases git Site with downloads for Terminal]")
- 20:35, 8 June 2023 Andreas talk contribs created page Multitab Console (Created page with "== Intro == If you are using the console a lot, you will wish for multiple tabs. This is independent from the OS you are using, but depends on your tasks. If you are using Li...")
- 22:50, 6 June 2023 Andreas talk contribs created page Exim4, grep the log files (Created page with "=== IPs with failed login === List all IPs whit a failed login and give a count of how often they tried (maxed by deleted old log files) zgrep -o 'failed for (\[.*\])' /var/l...")
- 19:19, 6 June 2023 Andreas talk contribs created page Automatically update date/time (Created page with "Debian can automatically update its date/time: * check the currente date/time data * install the service apt-get install systemd-timesyncd * enable it timedatectl set-ntp...")
- 19:16, 6 June 2023 Andreas talk contribs created page Upgrading Debian to the next major version (Created page with "==== 8 -> 9 (jessie -> stretch) ==== cat /etc/issue apt-get update apt-get upgrade apt-get dist-upgrade sed -i 's/jessie/stretch/g' /etc/apt/sources.list apt-get update...")
- 19:15, 6 June 2023 Andreas talk contribs created page Using a backport (Created page with "Add to the sources files: vi /etc/apt/sources.list example for Bullseye (Debian 11), add to the end of the file: # backports deb http://deb.debian.org/debian bullseye-back...")
- 18:09, 6 June 2023 Andreas talk contribs created page Backup (Created page with "* Backup data, Windows 10 * backup with rsnapshot * Install BackupPC")
- 17:56, 6 June 2023 Andreas talk contribs created page Virtual Machines / VMs (Created page with "* VirtualBox (Oracle) * virtual machines with kvm * IoT Edge * Windows_10#Virtual_Machines * VmWare")
- 17:47, 6 June 2023 Andreas talk contribs created page FireFox (Created page with "* FireFox, do not close FireFox with last tab * FireFox, multiple rows * FireFox, open bookmark in new tab")
- 17:42, 6 June 2023 Andreas talk contribs created page Project management tools / bug/ticket management (Created page with "* Redmine * Bugzilla")
- 17:23, 6 June 2023 Andreas talk contribs created page Source Management Tools (Created page with "* Deciding which Source Management Tool to use?")
- 17:03, 6 June 2023 Andreas talk contribs created page Auth.log / usernames (Created page with "=== invalid users === grep -o 'invalid user.*' /var/log/auth.log | cut -d ' ' -f3 | sort | uniq -c | sort -n")
- 12:13, 2 June 2023 Andreas talk contribs created page Irc (Created page with "== Get started == === Links === * [https://www.irchelp.org/ irchelp.org] === Wanted features in client === # connect to a certain server at startup # connect within the serve...")
- 00:07, 2 June 2023 Andreas talk contribs created page Deciding which Source Management Tool to use? (Created page with "=== introduction === I used like 10 different source management tools in my life. Different times, different corporations, different goals or resources where the reasons for a...")
- 20:18, 24 February 2023 Andreas talk contribs created page Regex (Created page with "=== non greedy === Imagine you have the following text: <nowiki><br />'Stupid ad'<br /><br />Real content<br /></nowiki> If you use the regular expression <nowiki><br />'St...")
- 18:04, 21 February 2023 Andreas talk contribs created page Rename a user / change username (Created page with "Avoid to change the passwd directly. There might be problems in some cases. Instead use: usermod -l newname oldname Rules: * only lowercase * only use '-' as special chara...")
- 00:21, 2 December 2022 Andreas talk contribs created page Debian, minimum to send mail but not receive any (Created page with "== nullmailer == [https://wiki.debian.org/nullmailer (source)] * install apt-get install nullmailer mailutils * Fully qualified domain name: yourCurrentServer (does NOT to...")
- 19:02, 29 November 2022 Andreas talk contribs created page Hosts (file which maps host names to IPs) (Created page with "In Windows you find the file at: C:\Windows\System32\drivers\etc\hosts The format is something like: 127.0.0.1 localhost virtual-machine-01 virtual-machine-01.with-domain-n...")
- 21:29, 15 August 2020 Andreas talk contribs uploaded File:Top-config.zip (unzip in your home directory to get a new config for your top tool)
- 09:00, 1 August 2020 Andreas talk contribs uploaded File:FreeFileSync-Overview-01.jpg