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

run

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

Matching pagenames:

  • Anwendung von Crontab zur Automatisierung von Vorgängen
  • Automatische Datensicherung der Filesystem ACLs mit Hilfe von getfacl anfertigen
  • Automatische Datensicherung der lokalen LDAP Datenbank anfertigen
  • Automatisches Backup (RSYNC) mit Hot Plug SATA bzw USB Festplatten als Sicherungsmedium
  • Pause/Sleep/Zeitverzögerung in Windows Batch Scripte mit onBoard Mitteln
  • runas unter windows xp - Programme unter anderem Benutzer starten

Fulltext results:

How to install and configure Docker on UBUNTU Server 20.04 (and similar) @it-artikel:linux
11 Hits, Last modified: 4 years ago
(external) addresses to containers, so one could run additional network services like DNS, HTTPS etc w... stemctl status docker docker version # pull and run a temporarily # container from the default # docker registry on the # interwebs # docker run --rm hello-world # expect some hello world outpu... container we want... ... that is until we want to run new network services as a container on our Docker
How i would install Ubuntu server 20.04 LTS with bridged interfaces? @it-artikel:linux
10 Hits, Last modified: 3 years ago
6.conf # Path to dhcpd's PID file (default: /var/run/dhcpd.pid). #DHCPDv4_PID=/var/run/dhcpd.pid #DHCPDv6_PID=/var/run/dhcpd6.pid # Additional options to start dhcpd with. # Don't use opti... ete the whole **/etc/letsencrypt/** directory and run your certbot command again. ===== Apache2 Webs
How to make an Ubuntu or Debian apt repository locally available as an emergency offline fallback @it-artikel:linux
6 Hits, Last modified: 4 years ago
t postmirror_script $var_path/postmirror.sh # set run_postmirror 0 set nthreads 10 set _tilde 0 # #... .sh #!/bin/bash -e ## Anything in this file gets run AFTER the mirror has been run. ## Put your custom post mirror operations in here (like rsyncing the in... n.log EOF </code> - :!: **WARNING:** The first run of **apt-mirror** will download several hundred G
Automatisches Backup (RSYNC) mit Hot Plug SATA bzw USB Festplatten als Sicherungsmedium @it-artikel:linux
3 Hits, Last modified: 4 years ago
b script for install at /etc/crontab # and to be run as root. Its intension is to autodetect # one or ... ives})}) scriptName=$(basename $0) lockFile="/var/run/${scriptName}.lock" sourceDir="/mnt/yourValuableD... then printDebug "Seems the Backup already had run today. Skipping until tomorrow." printDebug "
My first real Java project - flashySquare V.1.0 @it-artikel:java
2 Hits, Last modified: 4 years ago
flashySquare = new flashySquare(); flashySquare.run(); } /** * Main program */ public void run() { getCanvasSize(); GRect square = new GRe
My Solution on Assignment 2 - Problem 1 @it-artikel:java
2 Hits, Last modified: 4 years ago
nitions of the constants that match the * sample run in the assignment, but you should make sure * th... ic final int BRICKS_IN_BASE = 14; public void run() { CalculateCanvasDataAndSetVars(); for( int
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: 4 years ago
n #centos7node2.lan #centos7node3.lan </file> - Run the Ansible playbook without SSH key checking to ... "idempotent": Well.... this playbook isnt! Can be run ONLY ONCE for a specific VM name. After that choo
How to enable audio normalization a.k.a. audio compression a.k.a. audio dynamic range compression under Rocky Linux 9 with pipewire @it-artikel:linux
2 Hits, Last modified: 6 days ago
--- Pre-flight Logic --- export XDG_RUNTIME_DIR="/run/user/$(id -u)" if [ -z "$DBUS_SESSION_BUS_ADDRESS... n export DBUS_SESSION_BUS_ADDRESS="unix:path=/run/user/$(id -u)/bus" fi if ! id -nG "$USER" | grep
How to shrink transcode cleanup misc video files using handBrake handBrakeCLI @it-artikel:linux
2 Hits, Last modified: 3 months ago
the CLI help/options by running: <code> flatpak run --command=HandBrakeCLI fr.handbrake.ghb --help 2>... n use this command line example: <code> flatpak run --command=HandBrakeCLI fr.handbrake.ghb \
msiexec.exe - Kommandozeilen Parameter @it-artikel:windows
2 Hits, Last modified: 4 years ago
with the option "vomus" present causes the MSI to run from the source AIP and recache the User's local ... REINSTALLMODE=omus REINSTALL=ALL /qn </code>|Run msiexec to apply updates 9.1 and 9.1.2 as a Chain
My Reaction / Research on julian's investigates how slow is arduino youtube video @it-artikel:arduino
1 Hits, Last modified: 4 years ago
ays to achieve that. Please note that i dont just run this Code with all the different methods enabled
A Solution on Assignment 2 - Problem 3 @it-artikel:java
1 Hits, Last modified: 4 years ago
tic final double BOX_HEIGHT = 80.0; public void run() { double horizontalMargin = (getWidth() - BOX
CS106A BouncingBall Sample Code Phenomenon - Ball bounces forever? @it-artikel:java
1 Hits, Last modified: 4 years ago
variable */ private GOval ball; public void run() { setup(); // Simulation ends when ball goe
My Solution on Assignment 1 - Problem 2 @it-artikel:java
1 Hits, Last modified: 4 years ago
toneMasonKarel extends SuperKarel { public void run() { // 1st column is allways at starting point
My Solution on Assignment 1 - Problem 3 @it-artikel:java
1 Hits, Last modified: 4 years ago
boardKarel_v2 extends SuperKarel { public void run() { /* fills a checkerboard of ANY SIZE. *
My Solution on Assignment 1 - Problem 4 @it-artikel:java
1 Hits, Last modified: 4 years ago
My Solution on Assignment 2 - Problem 2 @it-artikel:java
1 Hits, Last modified: 4 years ago
My Solution on Assignment 2 - Problem 4 @it-artikel:java
1 Hits, Last modified: 4 years ago
My Solution on Assignment 2 - Problem 5 @it-artikel:java
1 Hits, Last modified: 4 years ago
My Solution on Assignment 2 - Problem 6 @it-artikel:java
1 Hits, Last modified: 4 years ago
My Solution on CS106A - Section 20 - Problem 3 - Random Circles @it-artikel:java
1 Hits, Last modified: 4 years ago
My Solution on CS106A - Section 20 - Problem 4 - Drawing Lines @it-artikel:java
1 Hits, Last modified: 4 years ago
My Solution on Section1 - Cleaning PunchCards @it-artikel:java
1 Hits, Last modified: 4 years ago
EXPERIMENTAL HA Kubernetes Cluster for SOHO use on UBUNTU + k3sup + k3s base @it-artikel:linux
1 Hits, Last modified: 4 years ago
How to convert and stabilize Panasonic SDR-H20 video files to h265 mkv using ffmpeg @it-artikel:linux
1 Hits, Last modified: 12 hours ago
How to enable free updates to proxmox, the free open source vmware killer, without a costly subscription @it-artikel:linux
1 Hits, Last modified: 4 years ago
How to enable pc speaker on UBUNTU 20.04 to make your server audible without additional hardware @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: 4 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
1 Hits, Last modified: 4 years ago
How to update BIOS firmware for Toshiba Tecra A2 (maybe others as well) within Linux @it-artikel:linux
1 Hits, Last modified: 4 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: 4 years ago
Proxmox 7 Installation and Configuration with two network interfaces @it-artikel:linux
1 Hits, Last modified: 3 years ago
learning python3 - barGraph.py - small program to generate an ascii bargraph of any width @it-artikel:python
1 Hits, Last modified: 4 years ago
runas unter windows xp - Programme unter anderem Benutzer starten @it-artikel:windows
1 Hits, Last modified: 4 years ago
Improve your MPV experience by adding a trash-and-skip key binding workflow @it-artikel:linux:mpv
1 Hits, Last modified: 3 weeks 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