• 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! » code

code

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 (87)
  • misc (1)
  • wiki (1)
Any time
  • Any time
  • Past week
  • Past month
  • Past year
Sort by last modified
  • Sort by hits
  • Sort by last modified

Matching pagenames:

  • CS106A BouncingBall Sample Code Phenomenon - Ball bounces forever?

Fulltext results:

Proxmox 8 How to check and report zpool zraid status automatically @it-artikel:linux
2 Hits, Last modified: 2 months ago
</file> - Make the shell script executable:\\ <code>chmod -v +x /etc/cron.hourly/check-raid-status.sh</code> --- //[[axel.werner.1973@gmail.com|Axel Werner
Meine IT Artikel @it-artikel
3 Hits, Last modified: 2 months ago
{{ :java.gif?100|}} Here i present my Solutions/Code i made while learning JAVA, following the [[http:... ng-lines]] * [[.java:cs106a-bouncingball-sample-code-phenomenon-ball-bounces-forever]] ===== Learnin... {{ :python.png?nolink&100|}} Here i present my Code experiments and small apps or tools i made while
Proxmox 8 How to use CLI only to create and spin up new Linux VMs (qemu) @it-artikel:linux
60 Hits, Last modified: 12 months ago
vailable VMs (NOT lxc containers!) and status:\\ <code>qm list</code> - Destroy/Remove/Delete existing VM:\\ <code>qm destroy vmId</code> - List all available Proxmox storages:\\ <code>pvesm status</code> - List al
Formatting Syntax @wiki
29 Hits, Last modified: 14 months ago
nd_strings_in_your_installation|localization]]): <code - conf/lang/en/lang.php> <?php /** * Customizati... be modified */ $lang['js']['nosmblinks'] = ''; </code> ==== Image Links ==== You can also use an imag... t use indention for deeper levels - That's it <code> * This is a list * The second item * You... t use indention for deeper levels - That's it </code> Also take a look at the [[doku>faq:lists|FAQ on
Cut & Paste und alt+tab für XMING X Server einschalten @it-artikel:windows
4 Hits, Last modified: 18 months ago
nter der Sektion [daemon] folgende Zeile ein: \\ <code>[daemon] KillInitClients=false</code> - Starten Sie anschließend gdm neu durch eingabe von: /etc/init... ehmen und fügen Sie folgende Parameter hinzu: \\ <code>+bs -wm -nowinkill -keyhook</code> Bei mir Sieht das z.b. so aus: {{it-artikel:windows:xming-options.
Verwendung von Schlüsselwörtern in Firefox 3.x zur Vereinfachung von Suchanfragen und LDAP Suchen @it-artikel:misc
6 Hits, Last modified: 18 months ago
hsuchen des LDAP ===== Durch ein wenig JavaScript Code kann man die bereits sehr nützliche Funktion der ... name durchsuchen kann. Beispiel (Ausführung): <code> Firefox Adresszeile: l werner Axel </code> ==== Einrichtung LDAP Suche ==== - Legen Sie sich zunäc... in dem Sie den nachfolgend angezeigten Javascript Code vollständig in diese Zeile einfügen. Verwenden Si
How to install Oracle Virtualbox 7 on Linux Mint 21 with automatic updates? @it-artikel:linux
8 Hits, Last modified: 18 months ago
for we download their GPG Keys and install them: <code> wget -O- https://www.virtualbox.org/download/or... /keyrings/oracle-virtualbox-2016.gpg --dearmor </code> - Add Oracle's UBUNTU Jammy (matches Linux Min... 21) online repository to your APT configuration: <code> echo "deb [arch=amd64 signed-by=/usr/share/keyr... pt/sources.list.d/oracle-virtualbox-jammy.list </code> - Update your APT database and then install th
Willkommen auf meiner persönlichen Website!
2 Hits, Last modified: 18 months ago
~~TAGCLOUD~~ ===== WORD CLOUD ===== ~~CLOUD~~ <code> ______________________________... _\________\____\ \\______\\__________________________________________/_____________/ </code>
How to enable audio normalization a.k.a. audio compression a.k.a. audio dynamic range compression under Linux? @it-artikel:linux
7 Hits, Last modified: 22 months ago
h UBUNTU 22.04. This means you'll need to add the code to the end of your main **/etc/pulse/default.pa**... r (optional but good for debugging and testing): <code>sudo apt install -y swh-plugins pavucontrol</code> - Next, we just out a small (modular) configuratio... tory and add the ladspa compressor that we like: <code> cat > /etc/pulse/default.pa.d/ladspa-compressor
Proxmox 7 Installation and Configuration with two network interfaces @it-artikel:linux
119 Hits, Last modified: 23 months ago
is my network scenario we are going to work on: <code> {LAN 192.168.0.0/24} || +=... || {Internet IPv4 + IPv6} </code> ===== ProxMox 7 Base Installation : ===== - ... - Write ISO file to the USB stick using **dd** <code> cd Downloads # NOTE: in my case my thumb drive #... e. sudo dd if=/path/to/proxmox7.iso of=/dev/sdx </code> - Unplug USB Drive and plug it into Proxmox Se
How i would install Ubuntu server 20.04 LTS with bridged interfaces? @it-artikel:linux
212 Hits, Last modified: 3 years ago
ternet" is any network beyond the cable router. <code> [workstations]==>{LAN}==>[LINUX SERVER]==>{DMZ}==>[ISP router]==>{Internet} </code> ===== UBUNTU Server base installation: ===== ... eginning - install updates as soon as possible <code>sudo apt update && sudo apt upgrade -y && sudo reboot</code> - **FOR VMs ONLY:** If this installation is a
How to enable pc speaker on UBUNTU 20.04 to make your server audible without additional hardware @it-artikel:linux
15 Hits, Last modified: 3 years ago
e server happens. - Install the "beep" tool: <code>apt install beep</code> - Load/Add Linux Kernel Module (driver) for the PC speaker: <code>modprobe pcspkr</code> - Test beep : <code>beep</code> - Nice. Now we make sure that this Kernel Mo
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
icht werden. Hier die verkettete Kommandozeile: <code> ipconfig /release && net stop dhcp /y && net start dhcp && ipconfig /renew </code> Dabei passiert folgendes: - Bisherige IP Adre
runas unter windows xp - Programme unter anderem Benutzer starten @it-artikel:windows
8 Hits, Last modified: 3 years ago
önnen kann z.b. folgende Zeile verwendet werden: <code> runas /noprofile /env /user:computername\administrator "cmd" </code> Dies startet eine CMD im Enviroment des aktuell... amme im Kontext des Administrators starten ===== <code> runas /user:puter\administrator "cmd" </code> Startet "cmd" als Administrator und befindet sich ansch
regedit - kommandozeilen paramete,import,export über batch dateien @it-artikel:windows
24 Hits, Last modified: 3 years ago
ateien ====== regedit.exe ^Befehl ^Funktion ^ |<code>regedit /s patch.reg</code>|Importiert (STILL) den Inhalt der Reg Datei in die aktuelle Registry (Silent Mode)| |<code>regedit /e export.reg</code>|Exportiert die GESAMTE Registry in eine Text-Datei \\ **ACHTUNG:** Das erz
putty - einstellungen exportieren / importieren @it-artikel:windows
2 Hits, Last modified: 3 years ago
Pause/Sleep/Zeitverzögerung in Windows Batch Scripte mit onBoard Mitteln @it-artikel:windows
4 Hits, Last modified: 3 years ago
msiexec.exe - Kommandozeilen Parameter @it-artikel:windows
8 Hits, Last modified: 3 years ago
Mit Windows Powershell massenhaft Dateinamen bereinigen oder säubern und umbenennen @it-artikel:windows
6 Hits, Last modified: 3 years ago
IP Adresse eines Servers/Hosts auf der Kommandozeile ermitteln unter Windows 7 - Windows 10 @it-artikel:windows
3 Hits, Last modified: 3 years ago
icacls - Server 2003 CLI Tool zum anzeigen, sichern und setzen von NTFS Dateisystem-Berechtigungen @it-artikel:windows
6 Hits, Last modified: 3 years ago
Excel - eMail Adressen mit Hilfe von Regulären Ausdrücken auf Gültigkeit überprüfen @it-artikel:windows
9 Hits, Last modified: 3 years ago
learning python3 - frameIt.py - command line tool to frame text on the console @it-artikel:python
6 Hits, Last modified: 3 years ago
learning python3 - barGraph.py - small program to generate an ascii bargraph of any width @it-artikel:python
6 Hits, Last modified: 3 years ago
Zeitsyncronisation mit ntpd und ntpdate @it-artikel:linux
2 Hits, Last modified: 3 years ago
Wie man "gq" LDAP Browser/Client auf Debian Lenny installieren kann @it-artikel:linux
4 Hits, Last modified: 3 years ago
vi / vim - Tipps und Tricks @it-artikel:linux
6 Hits, Last modified: 3 years ago
Systemweites AUTOLOGOUT für ROOT Shells @it-artikel:linux
2 Hits, Last modified: 3 years ago
SVN/Subversion - Wie man sich einen einfachen SVN Server unter Ubuntu/Debian installiert @it-artikel:linux
16 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
4 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
8 Hits, Last modified: 3 years ago
Screen - Fenster Manager und Multifunktions-Werkzeug für die Text-Konsole @it-artikel:linux
18 Hits, Last modified: 3 years ago
SAMBA - Einige nützliche NET Kommandos... @it-artikel:linux
8 Hits, Last modified: 3 years ago
OpenLDAP, ppolicy und passwd - Oder wie man den Passwortwechsel auf der Shell erzwingen kann @it-artikel:linux
2 Hits, Last modified: 3 years ago
Nützliche Befehle für die Software und Paketverwaltung unter Debian / Ubuntu @it-artikel:linux
8 Hits, Last modified: 3 years ago
nscd - Oder warum neue Benutzergruppen oder Gruppenmitgliedschaften nicht sofort sichtbar sind @it-artikel:linux
2 Hits, Last modified: 3 years ago
mutt goes Maildir/ - Wie man mutt für Maildir konfiguriert @it-artikel:linux
2 Hits, Last modified: 3 years ago
Massenhaft Dateinamen bereinigen bzw umbenennen auf der Kommandozeile mit rename und regex @it-artikel:linux
6 Hits, Last modified: 3 years ago
Linux Filesystem ACLs und Kommandozeilen Tools @it-artikel:linux
18 Hits, Last modified: 3 years ago
Link Speed und Link Modus einer Ethernet Schnittstelle einstellen mit ethtool @it-artikel:linux
4 Hits, Last modified: 3 years ago
LDAP/SAMBA Kommandozeilen Tools (CLI) @it-artikel:linux
28 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
6 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
8 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
16 Hits, Last modified: 3 years ago
How to mount home from another already mounted drive or volume for better snaps support @it-artikel:linux
2 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
2 Hits, Last modified: 3 years ago
How to mass download all mega.nz files links from html page using megatools? @it-artikel:linux
2 Hits, Last modified: 3 years ago
How to make an Ubuntu or Debian apt repository locally available as an emergency offline fallback @it-artikel:linux
21 Hits, Last modified: 3 years ago
How to limit users to update or upgrade installed packages on their UBUNTU 20.04 installation but not allow installing packages using sudo and aptitude @it-artikel:linux
2 Hits, Last modified: 3 years ago
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
16 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
2 Hits, Last modified: 3 years ago
How to install and configure Docker on UBUNTU Server 20.04 (and similar) @it-artikel:linux
20 Hits, Last modified: 3 years ago
How to find files by separate keywords real quick using 'locate' instead of 'find'? @it-artikel:linux
2 Hits, Last modified: 3 years ago
How to enable free updates to proxmox, the free open source vmware killer, without a costly subscription @it-artikel:linux
6 Hits, Last modified: 3 years ago
How to create a self signed or official ssl tls certificate without questions asked (non-interactive) on the command line interface @it-artikel:linux
14 Hits, Last modified: 3 years ago
How to configure or add a static IPv6 address to your IPv4 Ubuntu Server with bridged interfaces? @it-artikel:linux
2 Hits, Last modified: 3 years ago
How to achieve easy automatic deployment of Centos7 as VirtualBox VM in a dynamic DNS LAN environment with an Ansible playbook @it-artikel:linux
2 Hits, Last modified: 3 years ago
GREP - Tipps und Tricks @it-artikel:linux
11 Hits, Last modified: 3 years ago
Festplatten sicher Shreddern mit Linux Boardmitteln anstatt mit dban @it-artikel:linux
4 Hits, Last modified: 3 years ago
Fehlende man pages manuell hinzufügen/installieren @it-artikel:linux
2 Hits, Last modified: 3 years ago
EXPERIMENTAL HA Kubernetes Cluster for SOHO use on UBUNTU + k3sup + k3s base @it-artikel:linux
45 Hits, Last modified: 3 years ago
dumpe2fs/tune2fs - Tools zum manipulieren der ext2/ext3/ext4 Filesystem Parameter @it-artikel:linux
20 Hits, Last modified: 3 years ago
CUPS - Common Unix Printing System @it-artikel:linux
52 Hits, Last modified: 3 years ago
Cowsay / Cowthink - Skurriles auf der Kommandozeile @it-artikel:linux
4 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
2 Hits, Last modified: 3 years ago
cd/dvd Massen import script - automatisiert massenweise cd/dvds importieren bzw auf platte kopieren @it-artikel:linux
2 Hits, Last modified: 3 years ago
CAVE cloning VMs of UBUNTU 20.04 Server or Desktop can result in networking problems. Same IP address in every cloned VM, even if MAC address has been changed @it-artikel:linux
6 Hits, Last modified: 3 years ago
BASH - Tipps und Tricks @it-artikel:linux
12 Hits, Last modified: 3 years ago
Automatisches Backup (RSYNC) mit Hot Plug SATA bzw USB Festplatten als Sicherungsmedium @it-artikel:linux
4 Hits, Last modified: 3 years ago
Automatische Datensicherung der lokalen LDAP Datenbank anfertigen @it-artikel:linux
2 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
6 Hits, Last modified: 3 years ago
My Solution on Section1 - Cleaning PunchCards @it-artikel:java
2 Hits, Last modified: 3 years ago
My Solution on CS106A - Section 20 - Problem 4 - Drawing Lines @it-artikel:java
4 Hits, Last modified: 3 years ago
My Solution on CS106A - Section 20 - Problem 3 - Random Circles @it-artikel:java
3 Hits, Last modified: 3 years ago
My Solution on Assignment 2 - Problem 6 @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 Assignment 2 - Problem 4 @it-artikel:java
2 Hits, Last modified: 3 years ago
My Solution on Assignment 2 - Problem 2 @it-artikel:java
2 Hits, Last modified: 3 years ago
My Solution on Assignment 2 - Problem 1 @it-artikel:java
2 Hits, Last modified: 3 years ago
My Solution on Assignment 1 - Problem 4 @it-artikel:java
2 Hits, Last modified: 3 years ago
My Solution on Assignment 1 - Problem 3 @it-artikel:java
2 Hits, Last modified: 3 years ago
My Solution on Assignment 1 - Problem 2 @it-artikel:java
2 Hits, Last modified: 3 years ago
My first real Java project - flashySquare V.1.0 @it-artikel:java
3 Hits, Last modified: 3 years ago
Minimales Java Konsolen Programm und wie man es von der Kommandozeile startet @it-artikel:java
28 Hits, Last modified: 3 years ago
Learning Java - DoWhileDemo_WarGames_LoginDemo @it-artikel:java
3 Hits, Last modified: 3 years ago
Demo - assignment operators which way around? @it-artikel:java
4 Hits, Last modified: 3 years ago
CS106A BouncingBall Sample Code Phenomenon - Ball bounces forever? @it-artikel:java
6 Hits, Last modified: 3 years ago
A Solution on Assignment 2 - Problem 3 @it-artikel:java
6 Hits, Last modified: 3 years ago
My Reaction / Research on julian's investigates how slow is arduino youtube video @it-artikel:arduino
8 Hits, Last modified: 3 years ago
English Song Lyrics - Herbert Groenemeyer - Hold me (Halt mich) @misc
2 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