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

file

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

Matching pagenames:

  • Automatische Datensicherung der Filesystem ACLs mit Hilfe von getfacl anfertigen
  • Die Steuerdateien /forcefsck und /fastboot - Oder wie man beim Bootvorgang einen Filesystem Check erzwingt bzw unterdrückt
  • dumpe2fs/tune2fs - Tools zum manipulieren der ext2/ext3/ext4 Filesystem Parameter
  • How to convert and stabilize Panasonic SDR-H20 video files to h265 mkv using ffmpeg
  • How to find files by separate keywords real quick using 'locate' instead of 'find'?
  • How to mass download all mega.nz files links from html page using megatools?
  • How to mass download all zip iso 7z mp3 mp4 avi files from a single web page using wget?
  • How to shrink transcode cleanup misc video files using handBrake handBrakeCLI
  • Linux Filesystem ACLs und Kommandozeilen Tools
  • shellscript - automatically fix wrong filename extensions - fix-filename-extension.sh
  • STATA 12 on 64Bit SLES 11 sp1 - libgtksourceview-1.0.so.0: cannot open shared object file

Fulltext results:

How i would install Ubuntu server 20.04 LTS with bridged interfaces? @it-artikel:linux
48 Hits, Last modified: 47 minutes ago
EOF > /etc/default/console-setup # CONFIGURATION FILE FOR SETUPCON # Consult the console-setup(5) manu... l enable radvd </code> - Create a configuration file and enter the IPv6 information there:<code> cat >... -y isc-dhcp-server </code> - ipv4 configuration file:<code> # IPv4 DHCP only cat << EOF > /etc/dhcp/dh... ndc-key ; } EOF </code> - ipv6 configuration file:<code> cat << EOF > /etc/dhcp/dhcpd6.conf server-
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
22 Hits, Last modified: 4 years ago
later will have to add it to your **/etc/hosts** file. - Test if important AD specific DNS records a... or edit **/etc/krb5.conf** to look like this: \\ <file conf /etc/krb5.conf> [libdefaults] default_realm... DE ticket_lifetime = 24h renew_lifetime = 7d </file> - Ensure proper time synchronisation using chr... r. Therefor create or edit your ntp daemon config file, so it uses your prefered timeserver: \\ <file co
Improve your MPV experience by adding a trash-and-skip key binding workflow @it-artikel:linux:mpv
11 Hits, Last modified: 8 months ago
player function that just trashes/moves the media file that is playing back with a simple key stroke. (s... ctrl+t by default). It will move the recent media file to a trash folder, will skip playback to the next... give you feedback that mpv "took care" about the file. This should make "sorting your shit out" real ea... 1973@gmail.com|Axel Werner]] 2026-01-25 13:18// <file bash mpv-install-trashIt-key.sh> #!/usr/bin/env b
Automatisches Backup (RSYNC) mit Hot Plug SATA bzw USB Festplatten als Sicherungsmedium @it-artikel:linux
9 Hits, Last modified: 4 years ago
matischer Scriptaufruf alle 5 Minuten einrichten:<file crontab /etc/crontab> . . . */5 * * * * root /usr/local/sbin/autoBackupToUSB.sh </file> - Script File nur für ROOT zugänglich ablegen: <file bash /usr/local/sbin/autoBackupToUSB.sh> #!/bin/bash ###########
Proxmox 7 Installation and Configuration with two network interfaces @it-artikel:linux
9 Hits, Last modified: 3 years ago
station. Note the device name/path. - Write ISO file to the USB stick using **dd** <code> cd Downloads... rfaces by editing the **/etc/network/interfaces** file. This is what i am going for. So first log in to ... PVE with SSH and make a backup of the interfaces file: <code> ssh root@pve.lan # type yes to confirm ... nterfaces**. Use any editor of choice to edit the file (vi, nano, pico are preinstalled). In my case i p
shellscript - automatically fix wrong filename extensions - fix-filename-extension.sh @it-artikel:linux
8 Hits, Last modified: 4 years ago
d/or archive files and they mix up each and every file format and filename extensions, it quickly can ge... n filename extensions and sometimes on the actual file content. The shell script is nowhere near compl... rmful. So be warned and use at your own risk!** <file bash fix-filename-extension.sh> #!/bin/bash # # f... rintWarning "\tFile extension missmatch detected. File '$fileNameWithPath' is of type '$fileTypeDescComp
How to achieve easy automatic deployment of Centos7 as VirtualBox VM in a dynamic DNS LAN environment with an Ansible playbook @it-artikel:linux
7 Hits, Last modified: 4 years ago
y not?) - Have this Ansible Playbook prepared: <file yaml deploy-centos7-from-template-on-virtualbox.y... : show fqdn of new vm command: hostname -f </file> - Also have this little Linux shell script wit... but still have some way to check for a timeout: <file bash wait-for-hostname-resolvable.sh> #!/bin/bash... est $seconds -gt 1 ; then true else false fi </file> * **NOTE:** Ansible comes already with modul
Automatische Datensicherung der lokalen LDAP Datenbank anfertigen @it-artikel:linux
6 Hits, Last modified: 4 years ago
ner # Arbeit setzt vorraus dass es ein solches File # gibt, da es sonst zum fehler kommt. # Daher wird nun das temp file mit "touch" # zuvor angelegt. # # 2009-11-02 A... r FIX: der FIX vom 23.10. war bullshit! # cat $file | xargs > $file ergibt eine leere # Datei! Darum musste eine separate temp datei # her. # # #####
How to install and configure Docker on UBUNTU Server 20.04 (and similar) @it-artikel:linux
6 Hits, Last modified: 4 years ago
ic links**, another way is to add a configuration File ( **/etc/docker/daemon.json** ) for the Docker da... nfigure the Docker daemon we need a configuration file now. As with UBUNTU 20.04 and the official Docker... lt. So we prepare the storage and create a config file: <code> # trash everyhing at former (default) do... vp /yourDataDrive/docker/ # create configuration file for Docker daemon: cat << 'EOF' > /etc/docker/dae
How to configure or add a static IPv6 address to your IPv4 Ubuntu Server with bridged interfaces? @it-artikel:linux
5 Hits, Last modified: 4 years ago
ing the **/etc/network/interfaces** configuration file. <note important>NOTE the weird looking **br0:0... ted in the first place.</note> **This is how the file looks like for this case:** <file config /etc/network/interfaces> # This file describes the network interfaces available on your system #
regedit - kommandozeilen paramete,import,export über batch dateien @it-artikel:windows
5 Hits, Last modified: 4 years ago
system – Specifies the location of the SYSTEM.DAT file. /R:user – Specifies the location of the USER.DAT file. filename1 – Specifies the file(s) to import into the registry. /C filename2 – Specifies the file to create the registry from. /E filename3 – Spec
Automatische Datensicherung der Filesystem ACLs mit Hilfe von getfacl anfertigen @it-artikel:linux
4 Hits, Last modified: 4 years ago
cl. ==== /usr/local/sbin/backup-acls.sh ==== <file bash backup-acls.sh> #!/bin/bash # # Dieses Scrip... Default 90 Tage # # 2009-11-02 A.Werner FIX: cat $file | xargs > $file führt zu leerer # Datei. Separate temp Datei eingeführt. # # 2019-12-28 A.Werner CHA... T/$filename" 2>/dev/null gzip "$DEST/$filename" </file> --- //[[mail@awerner.myhome-server.de|Axel Wer
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
4 Hits, Last modified: 4 years ago
m Disk (FD or SCSI) or any other compatible image file you can often download from the interwebs. Then y... D floppy drive: <code> dd if=/your/path/to/image/file/W30HDCD.OUT of=/dev/sdX </code> Where 'if=' defines the **input file** or input data which is your disk image you want put on a disk, and 'of=' defines the **output file**, which is your floppy drive device name. the na
A Solution on Assignment 2 - Problem 3 @it-artikel:java
3 Hits, Last modified: 4 years ago
urposes. <code java ProgramHierarchy.java> /* * File: ProgramHierarchy.java * Name: * Section Leader: * --------------------------- * This file is the starter file for the ProgramHierarchy problem. */ import acm.graphics.*; import acm.program.*;
My Solution on Assignment 2 - Problem 1 @it-artikel:java
3 Hits, Last modified: 4 years ago
RD University]]. <code java Pyramid.java> /* * File: Pyramid.java * Name: * Section Leader: * ------------------ * This file is the starter file for the Pyramid problem. * It includes definitions of the constants that match the
My Solution on Assignment 2 - Problem 2 @it-artikel:java
3 Hits, Last modified: 4 years ago
My Solution on Assignment 2 - Problem 4 @it-artikel:java
3 Hits, Last modified: 4 years ago
My Solution on Assignment 2 - Problem 5 @it-artikel:java
3 Hits, Last modified: 4 years ago
My Solution on Assignment 2 - Problem 6 @it-artikel:java
3 Hits, Last modified: 4 years ago
How to enable audio normalization a.k.a. audio compression a.k.a. audio dynamic range compression under Linux? (pulse audio) @it-artikel:linux
3 Hits, Last modified: 8 months ago
How to make an Ubuntu or Debian apt repository locally available as an emergency offline fallback @it-artikel:linux
3 Hits, Last modified: 4 years ago
How to mount home from another already mounted drive or volume for better snaps support @it-artikel:linux
3 Hits, Last modified: 4 years ago
How to update BIOS firmware for Toshiba Tecra A2 (maybe others as well) within Linux @it-artikel:linux
3 Hits, Last modified: 4 years ago
STATA 12 on 64Bit SLES 11 sp1 - libgtksourceview-1.0.so.0: cannot open shared object file @it-artikel:linux
3 Hits, Last modified: 4 years ago
Autologon für Windows 7 einrichten @it-artikel:windows
3 Hits, Last modified: 4 years ago
Meine IT Artikel @it-artikel
2 Hits, Last modified: 4 months ago
Command line (cli) examples for use with LBRY a.k.a. ODYSEE video platform (youtube alternative) @it-artikel:linux
2 Hits, Last modified: 4 years ago
Fehlende man pages manuell hinzufügen/installieren @it-artikel:linux
2 Hits, Last modified: 4 years ago
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: 8 months ago
How to enable audio normalization a.k.a. audio compression a.k.a. audio dynamic range compression under Debian Linux with pipewire @it-artikel:linux
2 Hits, Last modified: 8 months 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: 4 years ago
Linux Filesystem ACLs und Kommandozeilen Tools @it-artikel:linux
2 Hits, Last modified: 4 years ago
mutt goes Maildir/ - Wie man mutt für Maildir konfiguriert @it-artikel:linux
2 Hits, Last modified: 4 years ago
Proxmox 8 How to check and report zpool zraid status automatically @it-artikel:linux
2 Hits, Last modified: 17 months ago
learning python3 - barGraph.py - small program to generate an ascii bargraph of any width @it-artikel:python
2 Hits, Last modified: 4 years ago
learning python3 - frameIt.py - command line tool to frame text on the console @it-artikel:python
2 Hits, Last modified: 4 years ago
Mit Windows Powershell massenhaft Dateinamen bereinigen oder säubern und umbenennen @it-artikel:windows
2 Hits, Last modified: 4 years ago
CS106A BouncingBall Sample Code Phenomenon - Ball bounces forever? @it-artikel:java
1 Hits, Last modified: 4 years ago
Minimales Java Konsolen Programm und wie man es von der Kommandozeile startet @it-artikel:java
1 Hits, Last modified: 4 years ago
My Solution on Assignment 1 - Problem 2 @it-artikel:java
1 Hits, Last modified: 4 years ago
My Solution on Assignment 1 - Problem 3 @it-artikel:java
1 Hits, Last modified: 4 years ago
My Solution on Assignment 1 - Problem 4 @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
How to add more system information and color to your virtual terminals and shells with "screenfetch" @it-artikel:linux
1 Hits, Last modified: 4 years ago
BASH - Tipps und Tricks @it-artikel:linux
1 Hits, Last modified: 4 years ago
cd/dvd Massen import script - automatisiert massenweise cd/dvds importieren bzw auf platte kopieren @it-artikel:linux
1 Hits, Last modified: 4 years ago
How to find files by separate keywords real quick using 'locate' instead of 'find'? @it-artikel:linux
1 Hits, Last modified: 4 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
1 Hits, Last modified: 4 years ago
How to shrink transcode cleanup misc video files using handBrake handBrakeCLI @it-artikel:linux
1 Hits, Last modified: 10 months 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: 4 years ago
LDAP/SAMBA Kommandozeilen Tools (CLI) @it-artikel:linux
1 Hits, Last modified: 4 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: 12 months ago
Screen - Fenster Manager und Multifunktions-Werkzeug für die Text-Konsole @it-artikel:linux
1 Hits, Last modified: 4 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: 4 years ago
IP Adresse eines Servers/Hosts auf der Kommandozeile ermitteln unter Windows 7 - Windows 10 @it-artikel:windows
1 Hits, Last modified: 4 years ago
putty - einstellungen exportieren / importieren @it-artikel:windows
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

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