• 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 hits
  • Sort by hits
  • Sort by last modified

Matching pagenames:

  • CS106A BouncingBall Sample Code Phenomenon - Ball bounces forever?

Fulltext results:

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
Proxmox 7 Installation and Configuration with two network interfaces @it-artikel:linux
119 Hits, Last modified: 21 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
Proxmox 8 How to use CLI only to create and spin up new Linux VMs (qemu) @it-artikel:linux
60 Hits, Last modified: 10 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
CUPS - Common Unix Printing System @it-artikel:linux
52 Hits, Last modified: 3 years ago
==== ^Kommandozeile ^Funktion / Beschreibung ^ |<code>lp program | lp</code> |Line Printer - Das ist der Standard-Befehl mit dem man Dinge auf der Linux Cons... d leitet diese an einen Druckerspooler weiter.| |<code>lp -d deindrucker filename.ps</code>| Druckt den Inhalt der Datei filename.ps auf dem Drucker "deindruc
EXPERIMENTAL HA Kubernetes Cluster for SOHO use on UBUNTU + k3sup + k3s base @it-artikel:linux
45 Hits, Last modified: 3 years ago
aster node, **.102** for the second node etc.. : <code> cat << 'EOF' > /etc/netplan/55-fixed-ip.yaml ne... earch: - lan EOF reboot ; and do test </code> - Setup passwordless ssh login to those VMs fr... resses - On 1st VM (k3s-master1) login as root:<code> # generate a ssh key pair ssh-keygen -f /root/.s... StrictHostKeyChecking=no root@k3s-master3.lan </code> - Prepare data directories (local storage) for
Formatting Syntax @wiki
29 Hits, Last modified: 12 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
Minimales Java Konsolen Programm und wie man es von der Kommandozeile startet @it-artikel:java
28 Hits, Last modified: 3 years ago
ss mal auf unterster Ebene, angefangen vom Source Code bis hin zum ausführbaren Java Programm zeigen. ===== Hier mein Beispielprogramm: ===== <code java ListArgs.java> public class ListArgs { pu... ing string) { System.out.print(string); } } </code> ===== Was macht das Programm? ===== Nicht viel... die **zweite Zeile** eine besondere Bedeutung: <code java>public static void main(String[] args) {</co
LDAP/SAMBA Kommandozeilen Tools (CLI) @it-artikel:linux
28 Hits, Last modified: 3 years ago
des LDAP Servers an, sofern diese danach Fragen.<code> ldapsearch -x -w 'passwort' -D 'cn=ldapmanager,dc=someou,dc=higherou,dc=de' -b "" -s base '+' </code> Anstatt ' -w passwort ' kann auch ' -W ' verwend... t DIREKT in die Datenbank des Servers schreibt**.<code> slapadd -v -u -c -l meintree.ldif -v verbose -u... ile.ldif - load, lade Dateiinhalt in den Server </code> * Auslesen des gesamten LDAP Datenbank-Inhalte
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
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
untu 19.04 available at all time. So ill need the code names for its respositories/sections later. The format is as shown here: <code> #deb url distroReleaseName repo/sections deb htt... untu/ disco main restricted universe multiverse </code> - Take a note what official Ubuntu/Debian mirr... [[https://github.com/josbraden/apt-mirror]] by: <code> cd /opt/ git clone https://github.com/josbraden/
dumpe2fs/tune2fs - Tools zum manipulieren der ext2/ext3/ext4 Filesystem Parameter @it-artikel:linux
20 Hits, Last modified: 3 years ago
ne-destructive" arbeitet. ^Befehl ^Funktion ^ |<code>dumpe2fs -h /dev/sdb1</code>|Zeigt ALLE im Filesystem gespeicherten Parameter/Metadaten an. | |<code>xxx</code> |xxx | |<code>xxx</code> |xxx | ===== tune2fs ===== tune2fs ist das Tool zum Ändern der Fil
How to install and configure Docker on UBUNTU Server 20.04 (and similar) @it-artikel:linux
20 Hits, Last modified: 3 years ago
any old docker installation that may be around: <code> aptitude install -y vim-syntax-docker aptitude r... stall \ docker-ce \ docker-ce-cli </code> - Check if the Systemd Service is enabled, else enable the service, to it starts on boot time:<code> systemctl status docker # prevent starting doc... r # stop docker for now systemctl stop docker </code> - **DO NOT START DOCKER YET!** We need to conf
Linux Filesystem ACLs und Kommandozeilen Tools @it-artikel:linux
18 Hits, Last modified: 3 years ago
== Handhabung ===== ^Kommandozeile ^Bedeutung ^ |<code>getfacl -R Dir > Dir.facl</code> | Schreibt alle aktuellen ACLs des Verzeichnisses DIR und all seiner Unterverzeichnisse in eine Datei "Dir.facl". | |<code>setfacl --restore Dir.facl</code> | Stellt die in der Datei "Dir.facl" beschriebenen ACLs, Posix-FS Ber
Screen - Fenster Manager und Multifunktions-Werkzeug für die Text-Konsole @it-artikel:linux
18 Hits, Last modified: 3 years ago
rennt" die Screen-Sitzung ==== ~/.screenrc ==== <code file .screenrc> # .screenrc H.Budras 18.07.2007... next bindkey -k kh screen bindkey -k kH detach </code> ===== Screen als Fenstermanager (Grundlagen) =... n starten Sie Screen einfach mit der Option -r . <code>screen -r </code>| |STRG+a S|SPLIT SCREEN - Geteilter Bildschirm (Horizontal) - Manchmal möchten Sie ge
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
portant AD specific DNS records are existing: \\ <code> host -t srv _kerberos._tcp.$(hostname -d) host -... tcp.$(hostname -d) # expected result: no errors </code> - Install the required packages for kerberos a... Layer]] and local samba (client) components: \\ <code>sudo apt install krb5-user samba sssd chrony</code> - Create or edit **/etc/krb5.conf** to look like
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
SVN/Subversion - Wie man sich einen einfachen SVN Server unter Ubuntu/Debian installiert @it-artikel:linux
16 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
15 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
BASH - Tipps und Tricks @it-artikel:linux
12 Hits, Last modified: 3 years ago
GREP - Tipps und Tricks @it-artikel:linux
11 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
My Reaction / Research on julian's investigates how slow is arduino youtube video @it-artikel:arduino
8 Hits, Last modified: 3 years ago
How to install Oracle Virtualbox 7 on Linux Mint 21 with automatic updates? @it-artikel:linux
8 Hits, Last modified: 16 months 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
Nützliche Befehle für die Software und Paketverwaltung unter Debian / Ubuntu @it-artikel:linux
8 Hits, Last modified: 3 years ago
SAMBA - Einige nützliche NET Kommandos... @it-artikel:linux
8 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
msiexec.exe - Kommandozeilen Parameter @it-artikel:windows
8 Hits, Last modified: 3 years ago
runas unter windows xp - Programme unter anderem Benutzer starten @it-artikel:windows
8 Hits, Last modified: 3 years ago
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: 20 months ago
A Solution on Assignment 2 - Problem 3 @it-artikel:java
6 Hits, Last modified: 3 years ago
CS106A BouncingBall Sample Code Phenomenon - Ball bounces forever? @it-artikel:java
6 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
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
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
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
Massenhaft Dateinamen bereinigen bzw umbenennen auf der Kommandozeile mit rename und regex @it-artikel:linux
6 Hits, Last modified: 3 years ago
vi / vim - Tipps und Tricks @it-artikel:linux
6 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
6 Hits, Last modified: 16 months 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
learning python3 - frameIt.py - command line tool to frame text on the console @it-artikel:python
6 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
Mit Windows Powershell massenhaft Dateinamen bereinigen oder säubern und umbenennen @it-artikel:windows
6 Hits, Last modified: 3 years ago
Demo - assignment operators which way around? @it-artikel:java
4 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
Automatisches Backup (RSYNC) mit Hot Plug SATA bzw USB Festplatten als Sicherungsmedium @it-artikel:linux
4 Hits, Last modified: 3 years ago
Cowsay / Cowthink - Skurriles auf der Kommandozeile @it-artikel:linux
4 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
Link Speed und Link Modus einer Ethernet Schnittstelle einstellen mit ethtool @it-artikel:linux
4 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
Wie man "gq" LDAP Browser/Client auf Debian Lenny installieren kann @it-artikel:linux
4 Hits, Last modified: 3 years ago
Cut & Paste und alt+tab für XMING X Server einschalten @it-artikel:windows
4 Hits, Last modified: 16 months ago
Pause/Sleep/Zeitverzögerung in Windows Batch Scripte mit onBoard Mitteln @it-artikel:windows
4 Hits, Last modified: 3 years ago
Meine IT Artikel @it-artikel
3 Hits, Last modified: 13 days ago
Learning Java - DoWhileDemo_WarGames_LoginDemo @it-artikel:java
3 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
My Solution on CS106A - Section 20 - Problem 3 - Random Circles @it-artikel:java
3 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
Willkommen auf meiner persönlichen Website!
2 Hits, Last modified: 16 months ago
English Song Lyrics - Herbert Groenemeyer - Hold me (Halt mich) @misc
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 Solution on Assignment 1 - Problem 3 @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 2 - Problem 1 @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 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 Assignment 2 - Problem 6 @it-artikel:java
2 Hits, Last modified: 3 years ago
My Solution on Section1 - Cleaning PunchCards @it-artikel:java
2 Hits, Last modified: 3 years ago
Automatische Datensicherung der lokalen LDAP Datenbank anfertigen @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
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
Fehlende man pages manuell hinzufügen/installieren @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
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 find files by separate keywords real quick using 'locate' instead of 'find'? @it-artikel:linux
2 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 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 mass download all mega.nz files links from html page using megatools? @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 mount home from another already mounted drive or volume for better snaps support @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
nscd - Oder warum neue Benutzergruppen oder Gruppenmitgliedschaften nicht sofort sichtbar sind @it-artikel:linux
2 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
Proxmox 8 How to check and report zpool zraid status automatically @it-artikel:linux
2 Hits, Last modified: 13 days ago
Systemweites AUTOLOGOUT für ROOT Shells @it-artikel:linux
2 Hits, Last modified: 3 years ago
Zeitsyncronisation mit ntpd und ntpdate @it-artikel:linux
2 Hits, Last modified: 3 years ago
putty - einstellungen exportieren / importieren @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

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