file

Suche

Unten sind die Ergebnisse Ihrer Suche gelistet.

Linux Commands Cheatsheet
12 Treffer, Zuletzt geändert:
ete user | | whoami | Output current user | ==== File and directory management ==== ^ Command ^ Commen... | Change owner | | cp -r newdir/* olddir/ | Copy files recursively | | 'cp' -rf dir/{*,.??*} /dir/ | hidden files and aliased cp -i will be copied | | du -hs <dir... tory size | | du -h * %%|%% sort -hr > /home/user/filelist.txt | File list sorted by size | | echo bla >
Update UnrealIRCD
9 Treffer, Zuletzt geändert:
wnload source ===== First we download the source files. The current version is replaced instead of x.x.... op / rename old IRCD ===== To protect the config files, the directory with the obsolete IRCD should be ... ld the default permissions for your configuration files be? (Set this to 0 to disable) It is strongly re... t you use 0600 to prevent unwanted reading of the file [0600] -> If you want, you can manually enter th
Linux backup with rsync @en:linux:backup
9 Treffer, Zuletzt geändert:
===== Info ===== A hard link is a reference to a file. A file can therefore have several names, i.e. it can be addressed under several names. This means that... and the disc space is not further restricted. The file would only be deleted when the last link to the file is deleted. It is therefore also possible to delet
Linux backup with tar @en:linux:backup
9 Treffer, Zuletzt geändert:
/do not follow links to other partitions * -f : file/it is a file, in this case a file is created The path to the archive can be absolute (/path/... ) or relative (./pa... ode> ===== md5sum ===== Before you download the file from a web server, for example, you should calcul
Backing up the sshd
8 Treffer, Zuletzt geändert:
096 Generating public/private rsa key pair. Enter file in which to save the key (/home/user/.ssh/id_rsa)... <code bash>$ wipe id_rsa Okay to WIPE 1 regular file ? (Yes/No) yes Operation finished. 1 file wiped and 0 special files ignored in 0 directories, 0 symlinks removed but not followed, 0 errors occur
Wallabag installation under Debian
8 Treffer, Zuletzt geändert:
ewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^(.*)$ app.php [... /IfModule> <IfModule mod_headers.c> <FilesMatch "\\.css$"> Header set Cache-Control "max-age=2592000, public" </FilesMatch> <FilesMatch "\\.(gif|ico|jpe?g|png|svg|webp)$"> Header set Cache-Control "ma
Wallabag installation under Debian @en:linux:wallabag
8 Treffer, Zuletzt geändert:
ewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^(.*)$ app.php [... /IfModule> <IfModule mod_headers.c> <FilesMatch "\\.css$"> Header set Cache-Control "max-age=2592000, public" </FilesMatch> <FilesMatch "\\.(gif|ico|jpe?g|png|svg|webp)$"> Header set Cache-Control "ma
MySQL Operating system error number 13 @en:linux:mysql
6 Treffer, Zuletzt geändert:
50 InnoDB: Operating system error number 13 in a file operation. Feb 23 19:30:50 v21080422 mysqld[22881... Feb 23 19:30:50 v21080422 mysqld[22881]: InnoDB: File name ./ibdata1 Feb 23 19:30:50 v21080422 mysqld[22881]: InnoDB: File operation call: 'open'. Feb 23 19:30:50 v21080422... e> ===== Solution ===== The problem is that the files required by MySQL have incorrect rights or incor
Set up iptables
4 Treffer, Zuletzt geändert:
bash> iptables -L </code> ===== Save rules to a file ===== <code bash> apt-get update apt-get install... test.rules ^O ^X </code> The iptables.test.rules file can now be edited. ===== Define rules ===== [[... c/network/if-pre-up.d/iptables ^O ^X </code> The file /etc/network/if-pre-up.d/iptables is executed at ... re < /etc/iptables.up.rules </code> Now make the file executable and that's it: <code bash> chmod +x /
Set up iptables @en:linux:firewall
4 Treffer, Zuletzt geändert:
bash> iptables -L </code> ===== Save rules to a file ===== <code bash> apt-get update apt-get install... test.rules ^O ^X </code> The iptables.test.rules file can now be edited. ===== Define rules ===== [[l... c/network/if-pre-up.d/iptables ^O ^X </code> The file /etc/network/if-pre-up.d/iptables is executed at ... re < /etc/iptables.up.rules </code> Now make the file executable and that's it: <code bash> chmod +x /
Debian Fileserver with Samba @en:linux:samba
3 Treffer, Zuletzt geändert:
====== Debian Fileserver with Samba ====== {{template>vorlagen:tutorialdetails|tutname=Debian Fileserver mit Samba|tutautor=[[en:psycore]]|tutversio... ate mask = 770 directory mask = 770 </code> Save file. ==== Test configuration ==== <code bash>fserve
Kali Linuxc: apt error - File has unexpected size
2 Treffer, Zuletzt geändert:
linux kali apt}} ====== Kali Linuxc: apt error - File has unexpected size ====== ===== problem ===== ... /kali kali-rolling/main amd64 gzip amd64 1.8-1+b1 File has unexpected size (225568 != 115516). Mirror sy
n8n installation with Docker Compose
2 Treffer, Zuletzt geändert:
R_SERVER> </code> ===== 4. create Docker Compose file ===== <code>/somedirectory/docker-compose.yml</c... node/.n8n </code> </hidden> ===== 5. create .env file ===== <code>/somedirectory/n8n/.env</code> <cod
Postfix trivial rewrite problem
2 Treffer, Zuletzt geändert:
oblem</code> ===== Troubleshooting ===== In the file <code text>/etc/postfix/master.cf</code> file contains the following entry: <code text>rewrite uni
Postfix Virtual Mailbox Limit
2 Treffer, Zuletzt geändert:
nfiguration. ===== Troubleshooting ===== In the file <code text> /etc/postfix/main.cf </code> file, the following entry must be added: <code text> virtua
Kali Linuxc: apt error - File has unexpected size @en:linux:kali
2 Treffer, Zuletzt geändert:
MySQL Backup under Linux @en:linux:mysql
2 Treffer, Zuletzt geändert:
n8n installation with Docker Compose @en:linux:n8n
2 Treffer, Zuletzt geändert:
Backup Script Linux
1 Treffer, Zuletzt geändert:
Emulated Debian under VMWare
1 Treffer, Zuletzt geändert:
Courier with TLS connection @en:linux:courier
1 Treffer, Zuletzt geändert:
Debian Distribution Upgrade - Squeeze to Wheezy @en:linux:debian
1 Treffer, Zuletzt geändert: