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.

Starts with
  • 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
38 Hits, Last modified: 17 months ago
an) ===== ==== 1.1 Uninstall old versions ==== <code bash> sudo apt-get remove docker docker-engine docker.io containerd runc </code> ==== 1.2 Repo installation ==== === 1.2.1 Update apt and activate HTTPS === <code bash> sudo apt-get update sudo apt-get install... tc/apt/sources.list.d/docker.list > /dev/null </code> === 1.2.2 Add Docker GPG Key === <code bash>
n8n installation with Docker Compose @en:linux:n8n
38 Hits, Last modified: 20 months ago
an) ===== ==== 1.1 Uninstall old versions ==== <code bash> sudo apt-get remove docker docker-engine docker.io containerd runc </code> ==== 1.2 Repo installation ==== === 1.2.1 Update apt and activate HTTPS === <code bash> sudo apt-get update sudo apt-get install... tc/apt/sources.list.d/docker.list > /dev/null </code> === 1.2.2 Add Docker GPG Key === <code bash>
Debian Distribution Upgrade - Squeeze to Wheezy @en:linux:debian
24 Hits, Last modified: 20 months ago
=== 2. 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-upgrade </code> ===== 4. customise the sources.list ===== Adap
Update UnrealIRCD
22 Hits, Last modified: 17 months ago
version 6.1.0) ===== Importing GPG keys ===== <code bash> wget -O- https://raw.githubusercontent.com/... d/unrealircd/unreal60_dev/doc/KEYS|gpg --import </code> ===== Download source ===== First we download ... nstead of x.x.x (e.g. unrealircd-6.1.0.tar.gz). <code bash> wget https://www.unrealircd.org/downloads/unrealircd-x.x.x.tar.gz </code> ===== Check integrity ===== <code bash> wget h
MySQL Backup under Linux @en:linux:mysql
18 Hits, Last modified: 18 months ago
ers, we get the following instructions for use: <code bash> $ mysqldump Usage: mysqldump [OPTIONS] data... OPTIONS] For more options, use mysqldump --help </code> With <code bash>$ mysqldump --help</code> all available options are displayed. However, not all of these are rele
Debian Fileserver with Samba @en:linux:samba
18 Hits, Last modified: 19 months ago
nter-debian-linux/}} ===== Install Samba ===== <code bash> fserve ~:# apt-get install samba Reading p... 0) ... Done. Starting Samba daemons: nmbd smbd. </code> ===== Creating the groups ===== <code bash> fserve :~# addgroup smball fserve :~# addgroup smbusers fserve :~# addgroup smbadmins </code> ===== Create group folder ===== <code bash> fs
Linux backup with tar @en:linux:backup
16 Hits, Last modified: 20 months ago
ed up with "tar". You simply create an archive: <code bash> tar -cpvlf meinArchiv.tar /Pfad/zu/meinen/Originalen </code> An archive is now created with the following bu... could now compress the archive, e.g. with gzip: <code bash> gzip meinArchiv.tar </code> ===== md5sum ===== Before you download the file from a web server,
Backing up the sshd
14 Hits, Last modified: 7 months ago
== Firstly, we create a key pair under Linux: <code bash> $ ssh-keygen -t ed25519 Generating public/p... er/.ssh/id_ed25519): /home/user/.ssh/id_ed25519 </code> We are asked to enter a password. This process ... f key file and password** enable server access. <code bash> Enter passphrase (empty for no passphrase):... 6:62:09:2d:dc:dd:1e:79:cc:56:d9:2b root@v05-s42 </code> With ''id_ed25519.pub'' we now do the following
Linux Commands Cheatsheet
12 Hits, Last modified: 10 months ago
untuusers.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-reconfi
Emulated Debian under VMWare
12 Hits, Last modified: 18 months ago
his (numbers may vary depending on the system): <code bash>Linux Debian 2.6.18-4-686 .....</code> The numbers at the end are needed for point 3. ==== 2. installation of the required packages ==== <code bash>apt-get -y install gcc make zip unzip psmisc libglib2.0-0</code> ==== 3. installing the kernel headers and kerne
Set up SSL under Apache @en:linux:apache
11 Hits, Last modified: 19 months ago
stellen}} ===== Creating the private key ===== <code bash> root@srv-web:~# openssl genrsa -out server.... ........................++ e is 65537 (0x10001) </code> ===== CSR request ===== <code bash> root@srv-web:~# openssl req -new -key server.key -out server.csr... will be left blank. ----- Country Name (2 letter code) [AU]:DE State or Province Name (full name) [Some
Set up iptables
10 Hits, Last modified: 17 months ago
ing command 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-persistent nano /etc/iptables.test.rules ^O ^X </code> The iptables.test.rules file can now be edited.
Integration of Collabora Office in OwnCloud
10 Hits, Last modified: 17 months ago
oud ====== ===== Installation of Docker ===== <code bash> apt update # Notwendiges Repository hinzuf... t install docker-ce docker-ce-cli containerd.io </code> ===== Starting Docker with Collabora Image ===== <code bash> docker pull collabora/code docker run -t -d -p 127.0.0.1:9980:9980 -e "aliasgroup1=https://cloud.
Postfix trivial rewrite problem
10 Hits, Last modified: 20 months ago
problem deals with the following error message: <code text>postfix/trivial-rewrite[0]: fatal: mysql:/et... omains.cf(0,lock|fold_fix): table lookup problem</code> ===== Troubleshooting ===== In the file <code text>/etc/postfix/master.cf</code> file contains the following entry: <code text>rewrite unix -
Set up iptables @en:linux:firewall
10 Hits, Last modified: 17 months ago
ing command 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-persistent nano /etc/iptables.test.rules ^O ^X </code> The iptables.test.rules file can now be edited.
Integration of Collabora Office in OwnCloud @en:linux:owncloud
10 Hits, Last modified: 20 months ago
n8n installation and operation
8 Hits, Last modified: 17 months ago
Manual OpenSSL update
8 Hits, Last modified: 19 months ago
Postfix Virtual Mailbox Limit
8 Hits, Last modified: 17 months ago
Wallabag installation under Debian
8 Hits, Last modified: 17 months ago
Linux backup with rsync @en:linux:backup
8 Hits, Last modified: 20 months ago
Check and optimise mysql databases @en:linux:mysql
8 Hits, Last modified: 21 months ago
n8n installation and operation @en:linux:n8n
8 Hits, Last modified: 20 months ago
Manual OpenSSL update @en:linux:openssl
8 Hits, Last modified: 20 months ago
Wallabag installation under Debian @en:linux:wallabag
8 Hits, Last modified: 19 months ago
Autostart after Linux reboot
6 Hits, Last modified: 17 months ago
Android - Firefox DNS over https
6 Hits, Last modified: 17 months ago
Kali Linuxc: apt error - File has unexpected size
6 Hits, Last modified: 17 months ago
retrofit mail command @en:linux:debian
6 Hits, Last modified: 19 months ago
Manual Froxlor Reload @en:linux:froxlor
6 Hits, Last modified: 18 months ago
Kali Linuxc: apt error - File has unexpected size @en:linux:kali
6 Hits, Last modified: 20 months ago
Courier with TLS connection @en:linux:courier
4 Hits, Last modified: 19 months ago
Change MySQL passwords @en:linux:mysql
4 Hits, Last modified: 21 months ago
Backup Script Linux
2 Hits, Last modified: 17 months ago
MySQL Operating system error number 13 @en:linux:mysql
2 Hits, Last modified: 20 months ago