bash

Suche

Unten sind die Ergebnisse Ihrer Suche gelistet.

Wallabag installation under Debian
3 Treffer, Zuletzt geändert:
at this link]]. ===== Installation ===== <code bash> git clone https://github.com/wallabag/wallabag.g... lHost> </code> ===== Authorisations ===== <code bash> chown -R www-data:www-data /home/user/wallabag/v... = LetsEncrypt certificate as cronjob ===== <code bash> 30 3 * * 0 /opt/certbot/certbot-auto certonly --
Backing up the sshd
4 Treffer, Zuletzt geändert:
Firstly, we create a key pair under Linux: <code bash> $ ssh-keygen -t rsa -b 4096 Generating public/pr... nstall wipe with //apt-get install wipe//) <code bash>$ wipe id_rsa Okay to WIPE 1 regular file ? (Yes/... hould have access to the sshd. Set modes: <code bash> chmod 0700 .ssh chmod 0600 .ssh/authorized_keys ... ation no </code> ===== Restart sshd ===== <code bash>/etc/init.d/ssh restart</code> ==== Hint ==== T
Postfix Virtual Mailbox Limit
1 Treffer, Zuletzt geändert:
ter restarting Postfix, the problem should be solved: <code bash> $ /etc/init.d/postfix restart </code>
Integration of Collabora Office in OwnCloud
2 Treffer, Zuletzt geändert:
===== ===== Installation of Docker ===== <code bash> apt update # Notwendiges Repository hinzufügen ... Starting Docker with Collabora Image ===== <code bash> docker pull collabora/code docker run -t -d -p 1
n8n installation with Docker Compose
17 Treffer, Zuletzt geändert:
==== ==== 1.1 Uninstall old versions ==== <code bash> sudo apt-get remove docker docker-engine docker.... == 1.2.1 Update apt and activate HTTPS === <code bash> sudo apt-get update sudo apt-get install \ ... /code> === 1.2.2 Add Docker GPG Key === <code bash> sudo mkdir -m 0755 -p /etc/apt/keyrings curl -fs... cker.gpg </code> === 1.2.3 Repo setup === <code bash> echo \ "deb [arch=$(dpkg --print-architecture)
n8n installation and operation
4 Treffer, Zuletzt geändert:
Docker Compose. ===== Download n8n ===== <code bash> docker pull n8nio/n8n </code> ===== Starting th... ker container ===== ==== Interactive ==== <code bash> docker run -it --rm --name n8n -p 1234:1234 -v ~... 8n n8nio/n8n </code> ==== Background ==== <code bash> docker run -t -d --rm --name n8n -p 1234:1234 \ ... .n8n n8nio/n8n </code> ===== Update ===== <code bash> docker pull n8nio/n8n docker ps -a docker stop [
Kali Linuxc: apt error - File has unexpected size
1 Treffer, Zuletzt geändert:
tp]] should be changed to [[wpde>https]] : <code bash> echo "deb https://http.kali.org/kali kali-rollin
Update UnrealIRCD
10 Treffer, Zuletzt geändert:
ion 6.1.0) ===== Importing GPG keys ===== <code bash> wget -O- https://raw.githubusercontent.com/unrea... d of x.x.x (e.g. unrealircd-6.1.0.tar.gz). <code bash> wget https://www.unrealircd.org/downloads/unreal... ar.gz </code> ===== Check integrity ===== <code bash> wget https://www.unrealircd.org/downloads/unreal... archive ===== Now we unpack the archive. <code bash> tar xfvz unrealx.x.x.tar.gz </code> ===== Stop
Set up iptables
6 Treffer, Zuletzt geändert:
ommand lists all valid rules for iptables: <code bash> iptables -L </code> ===== Save rules to a file ===== <code bash> apt-get update apt-get install iptables-persiste... tivate rules in productive operation ===== <code bash> iptables-save > /etc/iptables.up.rules nano /etc... The following lines must be inserted here: <code bash> #!/bin/bash /sbin/iptables-restore < /etc/iptab
Linux Commands Cheatsheet
4 Treffer, Zuletzt geändert:
ttp://yellowpad.info/linux/date_time.asp)) <code bash> [me@mybox me]$ su password: Check the current d... 4 </code> ===== Load Apache modules ===== <code bash> a2enmod modname </code> or activate it with <code bash> a2dismod modname </code> deaktivieren. The web server must then be restarted with <code bash> /etc/init.d/apache2 restart </code> nötig. ===
Backup Script Linux
1 Treffer, Zuletzt geändert:
t Linux ====== ===== Data collector ===== <code bash> #!/bin/sh # Remote Server Backup Script v1.6 by
Autostart after Linux reboot
3 Treffer, Zuletzt geändert:
amme is running and open the cronjob list: <code bash>$> crontab -e</code> The following command must now be entered as a cronjob: <code bash> # m h dom mon dow command @reboot cd /home/us... automatic start of an IRCD with services: <code bash> # m h dom mon dow command @reboot cd /home/ps
Set up iptables @en:linux:firewall
6 Treffer, Zuletzt geändert:
ommand lists all valid rules for iptables: <code bash> iptables -L </code> ===== Save rules to a file ===== <code bash> apt-get update apt-get install iptables-persiste... tivate rules in productive operation ===== <code bash> iptables-save > /etc/iptables.up.rules nano /etc... The following lines must be inserted here: <code bash> #!/bin/bash /sbin/iptables-restore < /etc/iptab
Emulated Debian under VMWare
5 Treffer, Zuletzt geändert:
numbers may vary depending on the system): <code bash>Linux Debian 2.6.18-4-686 .....</code> The numbe... installation of the required packages ==== <code bash>apt-get -y install gcc make zip unzip psmisc libg... nd here we enter the numbers from point 1. <code bash>apt-get -y install linux-headers-2.6.18-4-686 lin... virtual CD drive, copy and unmount files: <code bash>mkdir /mnt/cdrom mount /dev/cdrom /mnt/cdrom/ cd
MySQL Backup under Linux @en:linux:mysql
9 Treffer, Zuletzt geändert:
we get the following instructions for use: <code bash> $ mysqldump Usage: mysqldump [OPTIONS] database ... ptions, use mysqldump --help </code> With <code bash>$ mysqldump --help</code> all available options ... abase, we simply use the following syntax: <code bash>$ mysqldump -u USER -p database USERDATABASE > us... ich is similar to the one described above: <code bash>$ mysqldump -u USER -p --all-databases > full_db.
Manual Froxlor Reload @en:linux:froxlor
3 Treffer, Zuletzt geändert:
Wallabag installation under Debian @en:linux:wallabag
3 Treffer, Zuletzt geändert:
retrofit mail command @en:linux:debian
3 Treffer, Zuletzt geändert:
Courier with TLS connection @en:linux:courier
1 Treffer, Zuletzt geändert:
Debian Fileserver with Samba @en:linux:samba
8 Treffer, Zuletzt geändert:
Set up SSL under Apache @en:linux:apache
4 Treffer, Zuletzt geändert:
Manual OpenSSL update
4 Treffer, Zuletzt geändert:
Archives under Linux
11 Treffer, Zuletzt geändert:
Debian Distribution Upgrade - Squeeze to Wheezy @en:linux:debian
11 Treffer, Zuletzt geändert:
n8n installation with Docker Compose @en:linux:n8n
17 Treffer, Zuletzt geändert:
Integration of Collabora Office in OwnCloud @en:linux:owncloud
2 Treffer, Zuletzt geändert:
n8n installation and operation @en:linux:n8n
4 Treffer, Zuletzt geändert:
Manual OpenSSL update @en:linux:openssl
4 Treffer, Zuletzt geändert:
Postfix trivial rewrite problem
1 Treffer, Zuletzt geändert:
Linux backup with tar @en:linux:backup
8 Treffer, Zuletzt geändert:
Kali Linuxc: apt error - File has unexpected size @en:linux:kali
1 Treffer, Zuletzt geändert:
MySQL Operating system error number 13 @en:linux:mysql
1 Treffer, Zuletzt geändert:
Linux backup with rsync @en:linux:backup
4 Treffer, Zuletzt geändert:
Change MySQL passwords @en:linux:mysql
1 Treffer, Zuletzt geändert:
Check and optimise mysql databases @en:linux:mysql
4 Treffer, Zuletzt geändert: