file

Suche

Unten sind die Ergebnisse Ihrer Suche gelistet.

Formatting Syntax @wiki
23 Treffer, Zuletzt geändert:
is behavior can be enabled in the [[doku>config]] file. Hint: If DokuWiki is a link, then it's enabled. ... ?php /** * Customization of the english language file * Copy only the strings that needs to be modifie... ats. To mitigate the problem, you can upload your file in different formats for maximum browser compatib... filename as the video and be either a jpg or png file. In the example above a ''video.jpg'' file would
Formatting Syntax @en:wiki
23 Treffer, Zuletzt geändert:
s behaviour can be enabled in the [[doku>config]] file. Hint: If DokuWiki is a link, then it's enabled. ... ?php /** * Customization of the english language file * Copy only the strings that needs to be modifie... ats. To mitigate the problem, you can upload your file in different formats for maximum browser compatib... filename as the video and be either a jpg or png file. In the example above a ''video.jpg'' file would
Move swap file under XP @en:archiv:windows:performance
10 Treffer, Zuletzt geändert:
====== Move swap file under XP ====== {{template>vorlagen:tutorialdetails|tutname=Auslagerungsdatei ver... b/307886/de}} ===== Introduction ===== The swap file is the area on the hard disk that is used by Wind... "virtual memory". By default, Windows stores this file on the partition where the Windows system files a... free memory on the boot partition by moving this file to another partition. ===== How to proceed ====
Linux Commands Cheatsheet @en:linux
8 Treffer, Zuletzt geändert:
ete user | | whoami | Output current user | ==== File and directory management ==== ^ Command ^ Commen... u -h * %%|%% sort -hr > /home/user/filelist.txt | File list sorted by size | | echo bla > 1.txt | Create file 1.txt with content bla | | echo blabla >> 1.txt | Append blabla to file 1.txt | | ls | List directory contents | | ls -la
Buffer Overflow im 64-Bit Stack - Teil 3 @it-security:blog
8 Treffer, Zuletzt geändert:
/nosoc-bof/tree/main/part-3|Github]] verfügbar. <file c bof-part3.c> /* Code https://blog.techorganic.c... setbuf(stdout, 0); vuln(); return 0; } </file> \\ \\ ===== Debug ===== {{page>vorlagen:attent... s ein erstes Exploit, um ''write()'' zu leaken. <file python buf3-stage1.py> #!/usr/bin/env python fro... eaked write address: {}".format(hex(got_leak))) </file> Wir führen das Ganze aus und erhalten folgende
Buffer overflow in the 64-bit stack - Part 3 @en:it-security:blog
8 Treffer, Zuletzt geändert:
h>psycore8/nosoc-bof/tree/main/part-3|Github]]. <file c bof-part3.c> /* Code https://blog.techorganic.c... setbuf(stdout, 0); vuln(); return 0; } </file> \\ \\ ===== Debug ===== {{page>en:vorlagen:att... s write a first exploit to ''write()'' to leak. <file python buf3-stage1.py> #!/usr/bin/env python fro... eaked write address: {}".format(hex(got_leak))) </file> We run the whole thing and get the following ou
Linux backup with tar @en:linux:backup
8 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
App Entwicklung unter Windows 10 @windows
6 Treffer, Zuletzt geändert:
The private key should be stored in the MyCA.pvk file, and the certificate in the MyCA.cer file. Importing the CA certificate Because there's no point in ha... ant to convert the certificate and key into a PFX file: <code dos> pvk2pfx -pvk MySPC.pvk -spc MySPC.cer... MySPC.pfx </code> If you want to protect the PFX file, add the -po switch, otherwise PVK2PFX creates a
Eigene Namen im LAN anlegen @windows
6 Treffer, Zuletzt geändert:
ich nun öffnende Datei ist wie folgt aufgebaut: <file> # Copyright (c) 1993-2006 Microsoft Corp. # # This is a sample HOSTS file used by Microsoft TCP/IP for Windows. # # This file contains the mappings of IP addresses to host names... client host 127.0.0.1 irgendeinhost.com ... </file> ===== Änderungen ===== <file> # Start LAN Conf
Backing up the sshd @en:linux
6 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 symlink... Connection / SSH / Auth** and under **private key file for authentication** and enter the path to our pp
MySQL Operating system error number 13 @linux
5 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... n)). ==== Befehle zur User/Gruppenvergabe ==== <file bash setuser-mysql.txt> chown -R mysql /var/run/m
Sichern des sshd @linux
5 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 symlink... tion / SSH / Auth** und geben unter **private key file for authentication** den Pfad zu unserem ppk file
ChaosDLL mIRC Script @software:chaosdll
5 Treffer, Zuletzt geändert:
--------------------- alias cd.vlc { if (($vlc.file) || ($vlc.count)) { say $myhead ..::VLC Status::.. say 4Gespielte Datei: 09 $+ $vlc.file say 4PlayCount: 09 $+ $vlc.count ;say $... äuft das Programm? } alias cd.vlcd { if (($vlc.file) || ($vlc.count)) { say $myhead ..::VLC Status::.. say 4Gespielte Datei: 09 $+ $vlc.file say 4Im Verzeichnis: 09 $+ $vlc.filedir
Linux backup with rsync @en:linux:backup
5 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
MySQL Operating system error number 13 @en:linux:mysql
5 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... . ==== Commands for user/group assignment ==== <file bash setuser-mysql.txt> chown -R mysql /var/run/m
ChaosDLL mIRC Script @en:software:chaosdll
5 Treffer, Zuletzt geändert:
Set up iptables @en:linux
4 Treffer, Zuletzt geändert:
Buffer overflow in the 64-bit stack - Part 2 @en:it-security:blog
4 Treffer, Zuletzt geändert:
Set up iptables @en:linux:firewall
4 Treffer, Zuletzt geändert:
Windows XP Mode for Windows 7 Home @en:archiv:windows:vista
4 Treffer, Zuletzt geändert:
Linux Befehle Cheatsheet @linux
3 Treffer, Zuletzt geändert:
Windows Bluescreen Analyse @windows
3 Treffer, Zuletzt geändert:
Numlock beim Windows Start aktivieren @windows
3 Treffer, Zuletzt geändert:
Windows Bluescreen Analysis @en:windows
3 Treffer, Zuletzt geändert:
Disable User Account Control (UAC) completely @en:windows
3 Treffer, Zuletzt geändert:
Windows Security - Basics @en:windows:security
3 Treffer, Zuletzt geändert:
IRC Operator Befehle @irc
2 Treffer, Zuletzt geändert:
Update UnrealIRCD @linux
2 Treffer, Zuletzt geändert:
Kali Linuxc: apt Fehler - File has unexpected size @linux
2 Treffer, Zuletzt geändert:
postfix TLS Support @linux
2 Treffer, Zuletzt geändert:
Windows Sicherheit - Grundlagen @windows
2 Treffer, Zuletzt geändert:
Benutzerkontensteuerung (UAC) komplett deaktivieren @windows
2 Treffer, Zuletzt geändert:
R5 Movie Database @archiv:software
2 Treffer, Zuletzt geändert:
IRC Operator commands @en:irc
2 Treffer, Zuletzt geändert:
Update UnrealIRCD @en:linux
2 Treffer, Zuletzt geändert:
Kali Linuxc: apt error - File has unexpected size @en:linux
2 Treffer, Zuletzt geändert:
n8n installation with Docker Compose @en:linux
2 Treffer, Zuletzt geändert:
Postfix trivial rewrite problem @en:linux
2 Treffer, Zuletzt geändert:
Postfix Virtual Mailbox Limit @en:linux
2 Treffer, Zuletzt geändert:
DelLastXFiles - delete data chronologically @en:software
2 Treffer, Zuletzt geändert:
Start Registry Editor @en:windows
2 Treffer, Zuletzt geändert:
Execute repair of Windows 10 @en:windows
2 Treffer, Zuletzt geändert:
Password Manager @en:archiv:software
2 Treffer, Zuletzt geändert:
The importance of awareness in IT security @en:it-security:blog
2 Treffer, Zuletzt geändert:
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:
Execute repair of Windows 10 @en:windows:10
2 Treffer, Zuletzt geändert:
Start Registry Editor @en:windows:essentials
2 Treffer, Zuletzt geändert:
IT Security Cheat Sheets @it-security
1 Treffer, Zuletzt geändert:
Hilfreiche NMAP Scanner Kommandos @it-security
1 Treffer, Zuletzt geändert:
Remote Server Backup NFS @linux
1 Treffer, Zuletzt geändert:
Linux Backup mit tar @linux
1 Treffer, Zuletzt geändert:
Backup Script Linux @linux
1 Treffer, Zuletzt geändert:
Firewall Regeln für Debian @linux
1 Treffer, Zuletzt geändert:
Helpful NMAP scanner commands @en:it-security
1 Treffer, Zuletzt geändert:
Secure passwords @en:it-security
1 Treffer, Zuletzt geändert:
Backup Script Linux @en:linux
1 Treffer, Zuletzt geändert:
Security on the net @en:tut
1 Treffer, Zuletzt geändert:
Reset the registry at an earlier point in time @en:windows
1 Treffer, Zuletzt geändert:
Buffer Overflow im 64-Bit Stack - Teil 2 @it-security:blog
1 Treffer, Zuletzt geändert:
Buffer overflow in the 64-bit stack - part 1 @en:it-security:blog
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:
Debian Fileserver with Samba @en:linux:samba
1 Treffer, Zuletzt geändert:
Password Manager @en:software:passwort_manager
1 Treffer, Zuletzt geändert: