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

etc

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

Matching pagenames:

  • How to add more system information and color to your virtual terminals and shells with "screenfetch"

Fulltext results:

How i would install Ubuntu server 20.04 LTS with bridged interfaces? @it-artikel:linux
77 Hits, Last modified: 3 years ago
odes, make it human readable:<code>cat << EOF >> /etc/default/grub GRUB_TIMEOUT_STYLE=menu GRUB_TERMINA... echo '* * * * * root echo "\l\n$(screenfetch)" > /etc/issue' >> /etc/crontab</code> - Setup preferred console font and most important, the font size, so h... console without a magnifier.<code> cat << EOF > /etc/default/console-setup # CONFIGURATION FILE FOR SE
Proxmox 7 Installation and Configuration with two network interfaces @it-artikel:linux
27 Hits, Last modified: 21 months ago
nfiguring the networkinterfaces by editing the **/etc/network/interfaces** file. This is what i am goin... problem locale-gen # make a backup first cp -v /etc/network/interfaces{,.$(date +%F)} </code> - **N... figure the physical interfaces (like eth0, enp1s0 etc) directly!** This is required by the Linux Kernel... d interface" for your second (external) NIC in **/etc/network/interfaces**. Use any editor of choice to
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
ion time you later will have to add it to your **/etc/hosts** file. - Test if important AD specific ... er samba sssd chrony</code> - Create or edit **/etc/krb5.conf** to look like this: \\ <file conf /etc/krb5.conf> [libdefaults] default_realm = YOUR_FQ_AD... it uses your prefered timeserver: \\ <file conf /etc/chrony/chrony.conf> # Welcome to the chrony confi
How to install and configure Docker on UBUNTU Server 20.04 (and similar) @it-artikel:linux
10 Hits, Last modified: 3 years ago
ker directory, where it puts its images, volumes, etc. * configure / limit Dockers log files (prevent... d run additional network services like DNS, HTTPS etc which ports may be already IN USE by services on ... will put everything (Containers, Images, Volumes etc) under **/var/lib/docker/**, which is most likely... , another way is to add a configuration File ( **/etc/docker/daemon.json** ) for the Docker daemon, whe
How to make an Ubuntu or Debian apt repository locally available as an emergency offline fallback @it-artikel:linux
10 Hits, Last modified: 3 years ago
s" that follow one of your "deb" lines in your **/etc/apt/sources.list**. In my example i want to have ... pt-mirror </code> - Make your own version of **/etc/apt/mirror.list** and put the gathered information in:<code> cp /etc/apt/mirror.list /etc/apt/mirror.list.$(date +%F) cat << 'EOF' > /etc/apt/mirror.list ############# co
LDAP/SAMBA Kommandozeilen Tools (CLI) @it-artikel:linux
6 Hits, Last modified: 3 years ago
s zunächst der LDAP Serverdienst beendet werden (/etc/init.d/slapd stop). Anschließend kann man den SLA... w <code> slapd -d any -g openldap -u openldap -f /etc/ldap/slapd.conf slapd -d -1 -g openldap -u openldap -f /etc/ldap/slapd.conf (ist identisch mit ANY) slapd -d conns,trace,conf -g openldap -u openldap -f /etc/ldap/slapd.conf slapd -d ? -g openldap -u openld
How to add more system information and color to your virtual terminals and shells with "screenfetch" @it-artikel:linux
5 Hits, Last modified: 3 years ago
s to cron it runs every minute and updates the **/etc/issue** file, which is then displayed on every co... echo '* * * * * root echo "\l\n$(screenfetch)" > /etc/issue' >> /etc/crontab </code> - wait 1-2 minutes and check out your virtual console by pressing the... add ''screenfetch'' to your system wide bashrc **/etc/bash.bashrc** : <code> echo "screenfetch" >> /etc
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
5 Hits, Last modified: 3 years ago
Using virtualisation (VMs) like Virtualbox, KVM etc, people sometimes "clone" existing UBUNTU 20.04 S... f your UBUNTU installation like that: <code> cat /etc/machine-id cat /var/lib/dbus/machine-id </code> ... -hostname newFullQualifiedHostname.lan # update /etc/hosts with that new hostname (full + short) sed -... 7.0.1.1\s\).*/\1$(hostname -f)\t$(hostname -s)/" /etc/hosts </code> - Change your default (or manual)
CUPS - Common Unix Printing System @it-artikel:linux
5 Hits, Last modified: 3 years ago
für jedes Papierfach, oder mit und ohne Duplexer etc. Es ist auch Denkbar je nach Papierart eine Insta... u allow:all -L 'Firma,Ort,Stockwerk' \ -E -P /etc/cups/ppd/hp-laserjet_4250-ps.ppd </code>|Legt ein... eien ===== ^Datei ^Funktion / Beschreibung ^ |%%/etc/cups/printers.conf%% | Liste der lokal (auf diese... n Queues werden hier leider NICHT angezeigt.| |%%/etc/cups/ppd%%| Hier hinterlegt das CUPS Webinterface
How to configure or add a static IPv6 address to your IPv4 Ubuntu Server with bridged interfaces? @it-artikel:linux
5 Hits, Last modified: 3 years ago
e IP adresses, the assignment, the DNS, hostnames etc, so this one of many reasons why i prefer my own ... configuration files was switched to "netplan". **/etc/network/interfaces** is no longer supported! see ... * , both as fixed/manualy configured using the **/etc/network/interfaces** configuration file. <note ... e file looks like for this case:** <file config /etc/network/interfaces> # This file describes the net
SVN/Subversion - Wie man sich einen einfachen SVN Server unter Ubuntu/Debian installiert @it-artikel:linux
5 Hits, Last modified: 3 years ago
it script) bauen, oder man bindet den Daemon per /etc/inetf.conf bzw xinetd.d ein. Je nach dem was man ... - Darum lege ich als nächstes unterhalb von **/etc/xinetd.d/** eine Textdatei mit folgendem Inhalt an:<code># Begin /etc/xinetd.d/svn # default: on # description: Its an ... ver_args = -i -r /mnt/md6raid5/svnrepo } # End /etc/xinetd.d/svn </code> - Nun nur noch kurz den xi
EXPERIMENTAL HA Kubernetes Cluster for SOHO use on UBUNTU + k3sup + k3s base @it-artikel:linux
4 Hits, Last modified: 3 years ago
e first master node, **.102** for the second node etc.. : <code> cat << 'EOF' > /etc/netplan/55-fixed-ip.yaml network: version: 2 ethernets: enp0s3... swapoff --all ; \ sed -i "/\sswap\s/s/^/#/" /etc/fstab ; \ ' ; \ done # prepare data dir </co... e on next login/shell kubectl completion bash > /etc/bash_completion.d/kubectl_completion </code> -
How to enable audio normalization a.k.a. audio compression a.k.a. audio dynamic range compression under Linux? @it-artikel:linux
4 Hits, Last modified: 20 months ago
LTS Versions there is no "modular approach" (no /etc/pulse/default.pa.d/ directory) like with UBUNTU 2... l need to add the code to the end of your main **/etc/pulse/default.pa** File instead. Don't forget to ... uration file for our pulseaudio daemon in the **/etc/pulse/default.pa.d/** directory and add the ladspa compressor that we like: <code> cat > /etc/pulse/default.pa.d/ladspa-compressor.pa <<'EOF'
cd/dvd Massen import script - automatisiert massenweise cd/dvds importieren bzw auf platte kopieren @it-artikel:linux
3 Hits, Last modified: 3 years ago
werk wieder geöffent und um eine neue CD gebeten. etc etc. Vieleicht findet es ja Jemand Anderer genauso nützlich wie ich selbst. Hier das Script zum downl... tes a sequal numbered subdirectory like cd1 cd2 # etc and copies the content of the cd/dvd there. # wh
How to enable pc speaker on UBUNTU 20.04 to make your server audible without additional hardware @it-artikel:linux
3 Hits, Last modified: 3 years ago
st. # make sure it does not end on .conf # cp -v /etc/modprobe.d/blacklist.conf{,.$(date +%F)} # comme... # sed -i 's/blacklist pcspkr/#blacklist pcspkr/' /etc/modprobe.d/blacklist.conf </code> - reboot and... every minute while daytime:<code> cat <<'EOF' > /etc/cron.d/raid-monitor-md0 # # Regular cron jobs to
Proxmox 8 How to check and report zpool zraid status automatically @it-artikel:linux
3 Hits, Last modified: 13 days ago
Cut & Paste und alt+tab für XMING X Server einschalten @it-artikel:windows
3 Hits, Last modified: 16 months ago
Automatische Datensicherung der lokalen LDAP Datenbank anfertigen @it-artikel:linux
2 Hits, Last modified: 3 years ago
Automatisches Backup (RSYNC) mit Hot Plug SATA bzw USB Festplatten als Sicherungsmedium @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
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 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
OpenLDAP, ppolicy und passwd - Oder wie man den Passwortwechsel auf der Shell erzwingen kann @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
Anwendung von Crontab zur Automatisierung von Vorgängen @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 install Oracle Virtualbox 7 on Linux Mint 21 with automatic updates? @it-artikel:linux
1 Hits, Last modified: 16 months 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
nscd - Oder warum neue Benutzergruppen oder Gruppenmitgliedschaften nicht sofort sichtbar sind @it-artikel:linux
1 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
1 Hits, Last modified: 10 months 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
Systemweites AUTOLOGOUT für ROOT Shells @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

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