• skip to content

Axel Werner's OPEN SOURCE Knowledge Base

User Tools

  • Log In

Site Tools

  • Recent Changes
  • Media Manager
  • Sitemap
You are here: Willkommen auf meiner persönlichen Website! » werner

werner

Search

You can find the results of your search below.

Exact match
  • Exact match
  • Starts with
  • Ends with
  • Contains
Any namespace
  • Any namespace
  • it-artikel (90)
  • electronics (1)
  • misc (1)
Any time
  • Any time
  • Past week
  • Past month
  • Past year
Sort by hits
  • Sort by hits
  • Sort by last modified

Fulltext results:

learning python3 - frameIt.py - command line tool to frame text on the console @it-artikel:python
7 Hits, Last modified: 3 years ago
# # in 2015 by Axel Werner # # axel.werner.1973@gmail.com # # ... ial purposes. written in python3 by by Axel Werner in 2015 eMail: axel.werner.1973@gmail.com ''' import sys def hr(fillCharacter='#', width=79): r
Automatische Datensicherung der lokalen LDAP Datenbank anfertigen @it-artikel:linux
6 Hits, Last modified: 3 years ago
rungen: # ======================== # 2009-07-06 A.Werner ursprüngliches Script etwas umgeschrieben damit #... konfigurierbar wird. (Variablen) # # 2009-09-23 A.Werner ADD: retention time parameter hinzugefügt # da... den sollen. # Default 90 Tage # # 2009-10-23 A.Werner FIX: das löschen des temp files nach getaner # ... mit "touch" # zuvor angelegt. # # 2009-11-02 A.Werner FIX: der FIX vom 23.10. war bullshit! # cat $f
Automatische Datensicherung der Filesystem ACLs mit Hilfe von getfacl anfertigen @it-artikel:linux
5 Hits, Last modified: 3 years ago
rungen: # ======================== # 2009-07-27 A.Werner erste version # # 2009-09-24 A.Werner ADD: retention time parameter hinzugefügt # damit lässt sich def... den sollen. # Default 90 Tage # # 2009-11-02 A.Werner FIX: cat $file | xargs > $file führt zu leerer # ... Separate temp Datei eingeführt. # # 2019-12-28 A.Werner CHANGE: usage Ausgabe nur noch wenn Anzahl # A
How to join or connect UBUNTU Desktop 18.10 Workstation to an Active Directory (AD) Domain, including automatic mounting of CIFS (SMB) shares and home directory @it-artikel:linux
5 Hits, Last modified: 3 years ago
all AD user accounts available. # Example: # werner:*:878801300:878800513:werner:/home/YOUR_FQ_AD_DOMAINNAME.UNI-FREIBURG.DE/werner: getent group # expected result: a whole list of all... e (no domain prefix requied). Example AD Login: **werner** , Password: **whatever** . Expected result: Gra
Proxmox 8 How to check and report zpool zraid status automatically @it-artikel:linux
5 Hits, Last modified: 13 days ago
s.sh> #!/bin/bash # CHANGE LOG: # # 2021-08-01 A.Werner ADD: wall + console output + new string # clean,checking # # 2021-09-05 A.Werner ADD: new OK string added # # 2025-04-26 A.Werner rework: for pve and zpools with email alert # # MAIL... hourly/check-raid-status.sh</code> --- //[[axel.werner.1973@gmail.com|Axel Werner]] 2025-04-26 16:19//
Automatisches Backup (RSYNC) mit Hot Plug SATA bzw USB Festplatten als Sicherungsmedium @it-artikel:linux
4 Hits, Last modified: 3 years ago
kupToUSB.sh - Version 1.5 (2019-01-19) # by Axel Werner [axel.werner.1973@gmail.com] # free to use for personal use. NO COMMERCIAL USE ALLOWED! # Patches and Imp... h einfach eine Email. Viele Grüße --- //[[axel.werner.1973@gmail.com|Axel Werner]] 2016-07-17 11:35// {{tag>backup usb sata console linux autobackup hotswap}}
shellscript - automatically fix wrong filename extensions - fix-filename-extension.sh @it-artikel:linux
4 Hits, Last modified: 3 years ago
# in current directory (recursively) # # by Axel Werner [axel.werner.1973@gmail.com] # [mail@awerner.myhome-server.de] # # CHANGE HISTORY: # ========================= # # 2018-12-08 A.Werner Release V1.0 # # # #TODO: # - xxxx # set -... ile> --- //[[mail@awerner.myhome-server.de|Axel Werner]] 2018-12-08 17:17// {{tag>linux cli bash shell
Willkommen auf meiner persönlichen Website!
3 Hits, Last modified: 16 months ago
pass! --- //[[mail@awerner.myhome-server.de|Axel Werner]] 2015-02-15 17:28// {{ linuxcounterno254287.pn... + \\\__\\ / // = Axel Werner = \\ \ / // +=-=-=... =-=-=-=-+ \\ \ / // axel.werner.1973@gmail.com \\ \ / //
My Reaction / Research on julian's investigates how slow is arduino youtube video @it-artikel:arduino
3 Hits, Last modified: 3 years ago
de & Schwarz) HMO2024 Oscilloscope * * by Axel Werner [axel.werner.1973@gmail.com] */ #define PIN 12 void setup() { pinMode(PIN, OUTPUT); noInterrupts... g|}} --- //[[mail@awerner.myhome-server.de|Axel Werner]] 2016-01-28 16:55// {{tag>eev electronics ardui
My Solution on Assignment 2 - Problem 6 @it-artikel:java
3 Hits, Last modified: 3 years ago
ne.java> /* * File: Hailstone.java * Name: Axel Werner * Section Leader: * -------------------- * Th... ulate Hailstone Numbers sequence. * @author Axel Werner */ public class Hailstone extends ConsoleProgram... } </code> --- //[[mail@awerner.homeip.net|Axel Werner]] 2012-04-02 20:30// {{tag>java karel stanford u
My Solution on CS106A - Section 20 - Problem 3 - Random Circles @it-artikel:java
3 Hits, Last modified: 3 years ago
Circles.java * ------------------- * Name: Axel Werner [mail@awerner.myhome-server.de] * Section Leader... tic finals (class variables). * * @author Axel Werner [mail@awerner.myhome-server.de] * */ public cla... ode> --- //[[mail@awerner.myhome-server.de|Axel Werner]] 2012-04-03 22:49// {{tag>java karel stanford u
cd/dvd Massen import script - automatisiert massenweise cd/dvds importieren bzw auf platte kopieren @it-artikel:linux
3 Hits, Last modified: 3 years ago
sh # CD/DVD Mass Importer # # Version 1.0 by Axel Werner [mail@awerner.myhome-server.de] # # helps user/ad... ### # # Changes: # ============= # # 2011-01-10 A.Werner RELEASE 1.0 # # ############################## S... ript! --- //[[mail@awerner.myhome-server.de|Axel Werner]] 2011-01-10 19:45// {{tag>linux cdrom dvd mass
How to enable audio normalization a.k.a. audio compression a.k.a. audio dynamic range compression under Linux? @it-artikel:linux
3 Hits, Last modified: 20 months ago
essary to make it work and "stable" --- //[[axel.werner.1973@gmail.com|Axel Werner]] 2023-09-14 06:32//. * :!: **For UBUNTU 20.04 and older :** Seems with old... ** --- //[[mail@awerner.myhome-server.de|Axel Werner]] 2018-06-25 06:26// {{tag>linux pulseaudio audi
How i would install Ubuntu server 20.04 LTS with bridged interfaces? @it-artikel:linux
3 Hits, Last modified: 3 years ago
story echo '[smtp-relay.sendinblue.com]:587 axel.werner.1973@gmail.com:seecreetPazzword' > /etc/postfix/s... or the **root** account: <code> echo "root: axel.werner.1973@gmail.com" >> /etc/aliases newaliases </co... -s "test email from $HOSTNAME to gmail user" axel.werner.1973@gmail.com </code> **Another Email should be
How to make an Ubuntu or Debian apt repository locally available as an emergency offline fallback @it-artikel:linux
3 Hits, Last modified: 3 years ago
ou!** --- //[[mail@awerner.myhome-server.de|Axel Werner]] 2020-01-24 15:08// - Install the special **ap... file. I hope this helps someone. --- //[[axel.werner.1973@gmail.com|Axel Werner]] 2020-10-08 13:34// {{tag>linux ubuntu debian apt aptitude mirror repo repos
OpenLDAP, ppolicy und passwd - Oder wie man den Passwortwechsel auf der Shell erzwingen kann @it-artikel:linux
3 Hits, Last modified: 3 years ago
Proxmox 7 Installation and Configuration with two network interfaces @it-artikel:linux
3 Hits, Last modified: 21 months ago
learning python3 - barGraph.py - small program to generate an ascii bargraph of any width @it-artikel:python
3 Hits, Last modified: 3 years ago
My first real Java project - flashySquare V.1.0 @it-artikel:java
2 Hits, Last modified: 3 years ago
My Solution on Assignment 2 - Problem 4 @it-artikel:java
2 Hits, Last modified: 3 years ago
My Solution on Assignment 2 - Problem 5 @it-artikel:java
2 Hits, Last modified: 3 years ago
My Solution on CS106A - Section 20 - Problem 4 - Drawing Lines @it-artikel:java
2 Hits, Last modified: 3 years ago
How to enable pc speaker on UBUNTU 20.04 to make your server audible without additional hardware @it-artikel:linux
2 Hits, Last modified: 3 years ago
How to install Oracle Virtualbox 7 on Linux Mint 21 with automatic updates? @it-artikel:linux
2 Hits, Last modified: 16 months ago
nscd - Oder warum neue Benutzergruppen oder Gruppenmitgliedschaften nicht sofort sichtbar sind @it-artikel:linux
2 Hits, Last modified: 3 years ago
Proxmox 8 How to use CLI only to create and spin up new Linux VMs (qemu) @it-artikel:linux
2 Hits, Last modified: 10 months ago
Wie man "gq" LDAP Browser/Client auf Debian Lenny installieren kann @it-artikel:linux
2 Hits, Last modified: 3 years ago
Verwendung von Schlüsselwörtern in Firefox 3.x zur Vereinfachung von Suchanfragen und LDAP Suchen @it-artikel:misc
2 Hits, Last modified: 16 months ago
Excel - eMail Adressen mit Hilfe von Regulären Ausdrücken auf Gültigkeit überprüfen @it-artikel:windows
2 Hits, Last modified: 3 years ago
Windows 7/8/10 zum holen einer neuen IP Adresse per DHCP zwingen & Wie man mehrere Kommandozeilen Befehle hintereinander verketten kann @it-artikel:windows
2 Hits, Last modified: 3 years ago
Repairing a faulty 80s Power Supply 13.8V/3A from CONRAD Elektronik, Germany @electronics
1 Hits, Last modified: 3 years ago
English Song Lyrics - Herbert Groenemeyer - Hold me (Halt mich) @misc
1 Hits, Last modified: 3 years ago
A Solution on Assignment 2 - Problem 3 @it-artikel:java
1 Hits, Last modified: 3 years ago
CS106A BouncingBall Sample Code Phenomenon - Ball bounces forever? @it-artikel:java
1 Hits, Last modified: 3 years ago
Demo - assignment operators which way around? @it-artikel:java
1 Hits, Last modified: 3 years ago
Minimales Java Konsolen Programm und wie man es von der Kommandozeile startet @it-artikel:java
1 Hits, Last modified: 3 years ago
My Solution on Assignment 1 - Problem 2 @it-artikel:java
1 Hits, Last modified: 3 years ago
My Solution on Assignment 1 - Problem 3 @it-artikel:java
1 Hits, Last modified: 3 years ago
My Solution on Assignment 1 - Problem 4 @it-artikel:java
1 Hits, Last modified: 3 years ago
My Solution on Assignment 2 - Problem 1 @it-artikel:java
1 Hits, Last modified: 3 years ago
My Solution on Assignment 2 - Problem 2 @it-artikel:java
1 Hits, Last modified: 3 years ago
My Solution on Section1 - Cleaning PunchCards @it-artikel:java
1 Hits, Last modified: 3 years ago
How to add more system information and color to your virtual terminals and shells with "screenfetch" @it-artikel:linux
1 Hits, Last modified: 3 years ago
Anwendung von Crontab zur Automatisierung von Vorgängen @it-artikel:linux
1 Hits, Last modified: 3 years ago
BASH - Tipps und Tricks @it-artikel:linux
1 Hits, Last modified: 3 years ago
Command line (cli) examples for use with LBRY a.k.a. ODYSEE video platform (youtube alternative) @it-artikel:linux
1 Hits, Last modified: 3 years ago
Cowsay / Cowthink - Skurriles auf der Kommandozeile @it-artikel:linux
1 Hits, Last modified: 3 years ago
CUPS - Common Unix Printing System @it-artikel:linux
1 Hits, Last modified: 3 years ago
Die Steuerdateien /forcefsck und /fastboot - Oder wie man beim Bootvorgang einen Filesystem Check erzwingt bzw unterdrückt @it-artikel:linux
1 Hits, Last modified: 3 years ago
dumpe2fs/tune2fs - Tools zum manipulieren der ext2/ext3/ext4 Filesystem Parameter @it-artikel:linux
1 Hits, Last modified: 3 years ago
Einrichten des LVM2 - Logical Volume Manager @it-artikel:linux
1 Hits, Last modified: 3 years ago
Fehlende man pages manuell hinzufügen/installieren @it-artikel:linux
1 Hits, Last modified: 3 years ago
Festplatten sicher Shreddern mit Linux Boardmitteln anstatt mit dban @it-artikel:linux
1 Hits, Last modified: 3 years ago
GREP - Tipps und Tricks @it-artikel:linux
1 Hits, Last modified: 3 years ago
How to find files by separate keywords real quick using 'locate' instead of 'find'? @it-artikel:linux
1 Hits, Last modified: 3 years ago
How to install gtop (graphical top) an advanced text UI system monitor on Ubuntu 18.04 or similar @it-artikel:linux
1 Hits, Last modified: 3 years ago
How to mass download all mega.nz files links from html page using megatools? @it-artikel:linux
1 Hits, Last modified: 3 years ago
How to mass download all zip iso 7z mp3 mp4 avi files from a single web page using wget? @it-artikel:linux
1 Hits, Last modified: 3 years ago
How to update BIOS firmware for Toshiba Tecra A2 (maybe others as well) within Linux @it-artikel:linux
1 Hits, Last modified: 3 years ago
How to upgrade Ubuntu Linux 16.04 LTS, 16.10 or 17.04 to Ubuntu 18.04 LTS inplace @it-artikel:linux
1 Hits, Last modified: 3 years ago
How to use a (usb) floppy drive to backup and restore double density (dd) and high density (hd) disk images using Linux for vintage roland synthesizers, samplers or music keyboards @it-artikel:linux
1 Hits, Last modified: 3 years ago
ISO CD/DVD Images mounten und/oder ISO Images von CD/DVD erstellen \\ HOW TO CREATE ISO CD/DVD IMAGES AND HOW TO MOUNT ISO IMAGES ON ANY LINUX @it-artikel:linux
1 Hits, Last modified: 3 years ago
LDAP/SAMBA Kommandozeilen Tools (CLI) @it-artikel:linux
1 Hits, Last modified: 3 years ago
Link Speed und Link Modus einer Ethernet Schnittstelle einstellen mit ethtool @it-artikel:linux
1 Hits, Last modified: 3 years ago
Linux Filesystem ACLs und Kommandozeilen Tools @it-artikel:linux
1 Hits, Last modified: 3 years ago
Massenhaft Dateinamen bereinigen bzw umbenennen auf der Kommandozeile mit rename und regex @it-artikel:linux
1 Hits, Last modified: 3 years ago
mutt goes Maildir/ - Wie man mutt für Maildir konfiguriert @it-artikel:linux
1 Hits, Last modified: 3 years ago
Nützliche Befehle für die Software und Paketverwaltung unter Debian / Ubuntu @it-artikel:linux
1 Hits, Last modified: 3 years ago
SAMBA - Einige nützliche NET Kommandos... @it-artikel:linux
1 Hits, Last modified: 3 years ago
Screen - Fenster Manager und Multifunktions-Werkzeug für die Text-Konsole @it-artikel:linux
1 Hits, Last modified: 3 years ago
Screenshots erstellen und direkt bearbeiten mit Shutter unter Ubuntu 16.04 (Alternative zu greenshot und hardcopy unter Windows) @it-artikel:linux
1 Hits, Last modified: 3 years ago
STATA 12 on 64Bit SLES 11 sp1 - libgtksourceview-1.0.so.0: cannot open shared object file @it-artikel:linux
1 Hits, Last modified: 3 years ago
SVN/Subversion - Wie man sich einen einfachen SVN Server unter Ubuntu/Debian installiert @it-artikel:linux
1 Hits, Last modified: 3 years ago
Systemweites AUTOLOGOUT für ROOT Shells @it-artikel:linux
1 Hits, Last modified: 3 years ago
Vergleichen von Verzeichnissen und Dateien mit diff @it-artikel:linux
1 Hits, Last modified: 3 years ago
vi / vim - Tipps und Tricks @it-artikel:linux
1 Hits, Last modified: 3 years ago
Wie kann innerhalb einer VMWARE Console auf eine Linux Text-Console umschalten wenn CTRL-ALT-F1 nicht funktioniert? @it-artikel:linux
1 Hits, Last modified: 3 years ago
Zeitsyncronisation mit ntpd und ntpdate @it-artikel:linux
1 Hits, Last modified: 3 years ago
Ein- und Ausgehender eMail Verkehr testen mit Hilfe der TU-Berlin @it-artikel:misc
1 Hits, Last modified: 3 years ago
Autologon für Windows 7 einrichten @it-artikel:windows
1 Hits, Last modified: 3 years ago
Cut & Paste und alt+tab für XMING X Server einschalten @it-artikel:windows
1 Hits, Last modified: 16 months ago
Einzigartige Namen und Gültigkeitsprüfung mit Microsoft Excel @it-artikel:windows
1 Hits, Last modified: 3 years ago
icacls - Server 2003 CLI Tool zum anzeigen, sichern und setzen von NTFS Dateisystem-Berechtigungen @it-artikel:windows
1 Hits, Last modified: 3 years ago
IP Adresse eines Servers/Hosts auf der Kommandozeile ermitteln unter Windows 7 - Windows 10 @it-artikel:windows
1 Hits, Last modified: 3 years ago
Kommandozeile unter Windows 7/Vista DIREKT als Administrator ausführen @it-artikel:windows
1 Hits, Last modified: 3 years ago
Mit Windows Powershell massenhaft Dateinamen bereinigen oder säubern und umbenennen @it-artikel:windows
1 Hits, Last modified: 3 years ago
msiexec.exe - Kommandozeilen Parameter @it-artikel:windows
1 Hits, Last modified: 3 years ago
mstsc - Microsoft Terminalserver Client - RDP Client @it-artikel:windows
1 Hits, Last modified: 3 years ago
Pause/Sleep/Zeitverzögerung in Windows Batch Scripte mit onBoard Mitteln @it-artikel:windows
1 Hits, Last modified: 3 years ago
putty - einstellungen exportieren / importieren @it-artikel:windows
1 Hits, Last modified: 3 years ago
regedit - kommandozeilen paramete,import,export über batch dateien @it-artikel:windows
1 Hits, Last modified: 3 years ago
runas unter windows xp - Programme unter anderem Benutzer starten @it-artikel:windows
1 Hits, Last modified: 3 years ago
SetEnv.exe - Ändern von Windows Umgebungsvariablen per CLI (z.B. PATH) @it-artikel:windows
1 Hits, Last modified: 3 years ago

Page Tools

  • Show page
  • Old revisions
  • Backlinks
  • Back to top
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Noncommercial-Share Alike 4.0 International
CC Attribution-Noncommercial-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki