NoSociety.de

#nosoc

  • Page Tools
    Show pageOld revisionsBacklinks
  • Site Tools
    Recent ChangesMedia ManagerSitemap
  • User Tools
    Log In

Search

You can find the results of your search below.

Contains
  • Exact match
  • Starts with
  • Ends with
  • Contains
@en:linux
  • Any namespace
  • en:linux:mysql (4)
  • en:linux:backup (2)
  • en:linux:debian (2)
  • en:linux:n8n (2)
  • en:linux:apache (1)
  • en:linux:courier (1)
  • en:linux:firewall (1)
  • en:linux:froxlor (1)
  • en:linux:kali (1)
  • en:linux:openssl (1)
  • en:linux:owncloud (1)
  • en:linux:samba (1)
  • en:linux:wallabag (1)
Any time
  • Any time
  • Past week
  • Past month
  • Past year
Sort by hits
  • Sort by hits
  • Sort by last modified

Fulltext results:

n8n installation with Docker Compose
17 Hits, Last modified: 20 months ago
==== ==== 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 with Docker Compose @en:linux:n8n
17 Hits, Last modified: 22 months ago
==== ==== 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)
Debian Distribution Upgrade - Squeeze to Wheezy @en:linux:debian
11 Hits, Last modified: 22 months ago
. display the current Debian version ===== <code bash> cat /etc/debian_version 6.0.7 </code> ===== 3. update packages ===== <code bash> apt-get update apt-get upgrade apt-get dist-upg... de> ===== 5. run the minimal update ===== <code bash> apt-get update apt-get upgrade </code> ===== 6... nel update ===== List the current kernel: <code bash> dpkg -l | grep linux-image </code> Sample outp
Update UnrealIRCD
10 Hits, Last modified: 20 months ago
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
MySQL Backup under Linux @en:linux:mysql
9 Hits, Last modified: 21 months ago
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.
Debian Fileserver with Samba @en:linux:samba
9 Hits, Last modified: 22 months ago
debian-linux/}} ===== Install Samba ===== <code bash> fserve ~:# apt-get install samba Reading packag... orting account for root...ok ... Adding group `sambashare' (GID 110) ... Done. Starting Samba daemons: n... . </code> ===== Creating the groups ===== <code bash> fserve :~# addgroup smball fserve :~# addgroup ... s </code> ===== Create group folder ===== <code bash> fserve :~# mkdir /home/groupsmball fserve :~# m
Linux backup with tar @en:linux:backup
8 Hits, Last modified: 23 months ago
with "tar". You simply create an archive: <code bash> tar -cpvlf meinArchiv.tar /Pfad/zu/meinen/Origin... now compress the archive, e.g. with gzip: <code bash> gzip meinArchiv.tar </code> ===== md5sum ===== ... um of a file can be calculated as follows: <code bash> md5sum meinArchiv.tar.gz </code> After download... you always have the total with the backup: <code bash> md5sum meinArchiv.tar > meinArchiv.md5sum.txt </
Linux Commands Cheatsheet
6 Hits, Last modified: 13 months ago
sers.de/Systemzeit/)) ==== show time ==== <code bash> timedatectl </code> ==== change time ==== Set time zone manually <code bash> sudo timedatectl set-timezone Europe/Berlin </code> Select time zone <code bash> sudo dpkg-reconfigure tzdata </code> ===== Load Apache modules ===== <code bash> a2enmod modname </code> or activate it with <c
Set up iptables
6 Hits, Last modified: 20 months ago
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
Backing up the sshd
6 Hits, Last modified: 9 months ago
Firstly, we create a key pair under Linux: <code bash> $ ssh-keygen -t ed25519 Generating public/privat... file and password** enable server access. <code bash> Enter passphrase (empty for no passphrase): Ente... der ''.ssh'' - Set access authorisations <code bash> mv id_ed25519.pub .ssh/authorized_keys chmod 070... nstall wipe with //apt-get install wipe//) <code bash>$ wipe id_ed25519 Okay to WIPE 1 regular file ? (
Set up iptables @en:linux:firewall
6 Hits, Last modified: 20 months ago
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 Hits, Last modified: 20 months ago
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
n8n installation and operation
4 Hits, Last modified: 20 months ago
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 [
Manual OpenSSL update
4 Hits, Last modified: 22 months ago
vulnerabilities. ===== Preparations ===== <code bash> apt-get install autoconf python libtool build-es... ial </code> ==== Download and unpack ==== <code bash> wget ftp://ftp.openssl.org/source/openssl-1.0.2f... ==== Installation ===== ==== Compile ==== <code bash> cd openssl-1.0.2f ./config --prefix=/usr zlib-dy... make test sudo make sudo make install </code> ===== Testing ===== <code bash> openssl version </code>
Set up SSL under Apache @en:linux:apache
4 Hits, Last modified: 22 months ago
en}} ===== Creating the private key ===== <code bash> root@srv-web:~# openssl genrsa -out server.key 4... (0x10001) </code> ===== CSR request ===== <code bash> root@srv-web:~# openssl req -new -key server.key... may still need to be activated in Apache: <code bash> a2enmod ssl </code> Now restart and it should work: <code bash> /etc/init.d/apache2 restart </code>
Linux backup with rsync @en:linux:backup
4 Hits, Last modified: 23 months ago
Check and optimise mysql databases @en:linux:mysql
4 Hits, Last modified: 23 months ago
n8n installation and operation @en:linux:n8n
4 Hits, Last modified: 22 months ago
Manual OpenSSL update @en:linux:openssl
4 Hits, Last modified: 22 months ago
Autostart after Linux reboot
3 Hits, Last modified: 20 months ago
Wallabag installation under Debian
3 Hits, Last modified: 20 months ago
retrofit mail command @en:linux:debian
3 Hits, Last modified: 22 months ago
Manual Froxlor Reload @en:linux:froxlor
3 Hits, Last modified: 21 months ago
Wallabag installation under Debian @en:linux:wallabag
3 Hits, Last modified: 21 months ago
Integration of Collabora Office in OwnCloud
2 Hits, Last modified: 20 months ago
Integration of Collabora Office in OwnCloud @en:linux:owncloud
2 Hits, Last modified: 22 months ago
Backup Script Linux
1 Hits, Last modified: 20 months ago
Kali Linuxc: apt error - File has unexpected size
1 Hits, Last modified: 20 months ago
Postfix trivial rewrite problem
1 Hits, Last modified: 22 months ago
Postfix Virtual Mailbox Limit
1 Hits, Last modified: 20 months ago
Courier with TLS connection @en:linux:courier
1 Hits, Last modified: 22 months ago
Kali Linuxc: apt error - File has unexpected size @en:linux:kali
1 Hits, Last modified: 23 months ago
MySQL Operating system error number 13 @en:linux:mysql
1 Hits, Last modified: 23 months ago
Change MySQL passwords @en:linux:mysql
1 Hits, Last modified: 23 months ago