Suche
Unten sind die Ergebnisse Ihrer Suche gelistet.
Volltextergebnisse:
- proxmox
- Alle VMs (KVM und lxc) auf einmal runterfahren <code> pvesh create /nodes/localhost/stopall </code> VM löschen <code> qm destroy 105 </code> Mounten eines Containers auf dem Host <code> pct mount 108 mounted CT 108 in
- owncloud
- html ===== Installation von Kommandzeile ===== <code> sudo -u www-data php occ maintenance:install --d... ass "xxxxxxxxxxxx" --data-dir /mnt/data/ocdata2 </code> ===== Update & Maintenance ===== Maintenance Mode aktivieren (global) <code> sudo -u www-data php occ maintenance:mode --on </code> single user mode, Login nur für User der Adming
- opensuse
- equires libkde4-devel </file> Repo aktivieren <code> zypper mr -e 20 </code> Repo Autorefresh aktivieren <code> zypper mr -rk 20 </code> **Vendor change in general** You can define a list of repositories having
- ruby
- ps://gorails.com/setup/ubuntu/18.04#ruby-rbenv]] <code> cd git clone https://github.com/rbenv/rbenv.git... ruby-build/bin:$PATH"'>> ~/.bashrc exec $SHELL </code> Danach mit rbenv install -l die möglichen versi... l/source.html]] Zammad Installationspaket holen <code> sudo wget https://ftp.zammad.com/zammad-latest.... ons korrigieren chown -R zammad:zammad zammad </code> ==== Alles Weitere wird im User zammad erledigt
- ucs
- ==== UCR - Direkte Konfiguration im System ==== <code> ucr </code> * Auslesen ucr dump * Setzen ucr set * Löschen ucr unset Beispiel: Ändern der IP über cli. <code> ucr set interfaces/ens18/address='138.201.52.53'... 138.201.52.1' ucr set nameserver1='185.12.64.2' </code> Danach reboot. Achtung nie direkt in network/in
- syntax @wiki
- 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
- mariadb_mysql
- = Reset root Passwort ====== Version ermitteln <code> dpkg -l 'mysql-server*' </code> **Variante 1: Mysql mit Schalter starten** <code> /usr/sbin/mysqld --skip-grant-tables --skip-networking & </code> Client starten <code> mysql -u root FLUSH P
- audio
- *Mit arecord/aplay** Auflisten aller Mikrofone <code> arecord -l **** Liste der Hardware-Geräte (CAPT... Sub-Geräte: 1/1 Sub-Gerät #0: subdevice #0 </code> Aufnahme im Sample Format S16_LE (16 bit little... n (-d) von einem bestimmten Mikrofon (--device) <code> arecord -f S16_LE -c 2 -r 48000 -d 20 --device="hw:4,0" tmp/test.wav </code> ===== Mit Pulseaudio ===== pactl: Control a r
- raid
- efert Hinweise, dass die Platte einen Hieb hat: <code> This message was generated by the smartd daemon ... 3, WWN:5-0014ee-2b83025c8, FW:82.00A82, 6.00 TB </code> Die Anzahl der "pending sectors" nimmt nach und... die Partitionen und die Zuordnung zur Hardware <code> root@nas:/home# lsblk NAME MAJ:MIN RM S... / └─nvme0n1p3 259:3 0 31,9G 0 part [SWAP] </code> Die UUIDs der Partitionen zeigen, darin ist die
- lvm
- et. In den LV werden die Dateisysteme angelegt. <code> Dateisystem (mkfs) ^^ Logical Volume (LV) ^^ Vol... oup (VG) ^^ Physical Volume (PV, HDD1 -- HDD2) </code> **pvdisplay zeigt alle Physical Volumes und die physischen Devices, auf denen sie liegen ** <code> root@tarapiroe /mnt # pvdisplay --- Physical v... jqhYf1-VhUf-ApgM-vPtW-alD3-EFkZ-etDGgz </code> **vgdisplay zeigt die Volume Groups** <code> ro
- haproxy
- io/haproxy-dconv/]] Konfiguration verifizieren <code> /usr/sbin/haproxy -c -V -f /etc/haproxy/haproxy.cfg </code> ====== HAPROXY als SSL Accelerator ====== Vort... urch haproxy bereitgestellt ===== frontend ===== <code> frontend default bind *:80 # Add multiple cer... # global redirect to https redirect scheme https code 301 if !{ ssl_fc } </code> ===== ACL und Weiter
- git_atom_markdown
- enen Dateien in den lokalen git Index aufnehmen <code> git init git add . </code> Danach initialer Commit, um den aktuellen Stand im HEAD aufzunehmen ''git... olle der Remote Ziele "origin" und "upstream"** <code> git remote -v origin git@github.com:thommierot... git@github.com:owncloud/docs.git (push) </code> Nach dem Anlegen eines eigenen Repos auf github
- raspi
- nux.md]] ===== Image auf SD installieren: ===== <code> unzip 2020-05-27-raspios-buster-full-armhf.zip |... ag=fullblock oflag=direct status=progress; sync </code> ===== Image kopieren ===== <code> sudo dd bs=4M if=/dev/[SD CARD DEVICE NAME] of=[IMAGE FILE NAME].iso conv=fsync </code> Bei if= den Devicenamen ohne Partitions-ID nehm
- peugeot
- 192.168.72.40:8080 ==== Start application ==== <code> /usr/bin/python3 /opt/psacc/server.py -f config.... zwissen.de -P Pp7RLxRM -l 192.168.72.40 -p 8080 </code> **Get the car state** <code> curl http://192.168.72.40:8080/get_vehicleinfo/VR3UHZKXZMT032161 </code> **Get the car state from cache to avoid to use
- docker
- ll '' Alle Images im lokalen repository zeigen <code> root@develd:~# docker image ls REPOSITORY ... a3554c99cc99 12 months ago 119MB </code> Image löschen <code> docker image rm [id] </code> Image Repo aufräumen und ungenutzte Images löschen <code> docker image