Suche
Unten sind die Ergebnisse Ihrer Suche gelistet.
Passende Seitennamen:
Volltextergebnisse:
- Nickserv @en:irc
- rv ====== With NickServ you can "register" a nickname and thus prevent others from using it. The follow... ing commands allow you to register and change nickname settings; to use them, type /msg NickServ command... Command ^ Function ^ | REGISTER | Registers a nickname | | GROUP | Management of nickname groupings | | IDENTIFY | Identification of the nickname | | ACCESS |
- IRC Operator Befehle @irc
- Operators only. Syntax : SHUN <nickname> <time> :<Reason> (Shun the nickname for time) SHUN +<user@host> <time> :<Reason> (... RC Operators only. Syntax: REHASH <servername> -<flags> REHASH -<flags> If servername and flags are not specified this rehashes the irc
- IRC Operator commands @en:irc
- C Operators only. Syntax : SHUN <nickname> <time> :<Reason> (Shun the nickname for time) SHUN +<user@host> <time> :<Reason> (... RC Operators only. Syntax: REHASH <servername> -<flags> REHASH -<flags> If servername and flags are not specified this rehashes the irc
- Group Managed Service Accounts @it-security
- dem DC: <code powershell> New-ADServiceAccount -Name <ACCOUNTNAME> -DNSHostName <ACCOUNTNAME>.<DOMAIN>.<TLD> -PrincipalsAllowedToRetrieveManagedPassword <COMPUTERNAME>$ </code> ====
- Group Managed Service Accounts @en:it-security
- the DC: <code powershell> New-ADServiceAccount -Name <ACCOUNTNAME> -DNSHostName <ACCOUNTNAME>.<DOMAIN>.<TLD> -PrincipalsAllowedToRetrieveManagedPassword <COMPUTERNAME>$ </code> ====
- Delphi Snippets @archiv:coding:delphi
- llszahlen ===== <code delphi> function CheckCoverName(CoverName:string):string; var i: integer; begin //SysDir := ExtractFilePath(ParamStr(0)); if FileExists(SDir+'cover\'+CoverName) then begin i := splitscount(CoverName,'.'); randomize; result := SplitOutIndex(CoverName
- Set up SSL under Apache @en:linux:apache
- he ====== {{template>vorlagen:tutorialdetails|tutname=SSL unter Apache|tutautor=PsyCore|tutversion=1.4|... about to enter is what is called a Distinguished Name or a DN. There are quite a few fields but you can... '.', the field will be left blank. ----- Country Name (2 letter code) [AU]:DE State or Province Name (full name) [Some-State]:NRW Locality Name (eg, city) []
- SSL unter Apache einrichten @linux
- about to enter is what is called a Distinguished Name or a DN. There are quite a few fields but you can... '.', the field will be left blank. ----- Country Name (2 letter code) [AU]:DE State or Province Name (full name) [Some-State]:NRW Locality Name (eg, city) []:Neuss Organization Name (eg, company) [Interne
- n8n Installation mit Docker Compose @linux
- ===== 3. DNS Eintrag ===== <code bash> Type: A Name: n8n IP address: <IP_OF_YOUR_SERVER> </code> ===... http.routers.n8n.rule=Host(`${SUBDOMAIN}.${DOMAIN_NAME}`) - traefik.http.routers.n8n.tls=true ... fik.http.middlewares.n8n.headers.SSLHost=${DOMAIN_NAME} - traefik.http.middlewares.n8n.headers.STS... H_PASSWORD - N8N_HOST=${SUBDOMAIN}.${DOMAIN_NAME} - N8N_PORT=5678 - N8N_PROTOCOL=https
- Formatting Syntax @wiki
- square brackets. You can either just give a [[pagename]] or use an additional [[pagename|link text]]. Internal links are created by using square brackets. You can either just give a [[pagename]] or use an additional [[pagename|link text]]. [[doku>pagename|Wiki pagenames]] are converted to lower
- n8n installation with Docker Compose @en:linux
- e> ===== 3. DNS entry ===== <code bash> Type: A Name: n8n IP address: <IP_OF_YOUR_SERVER> </code> ===... http.routers.n8n.rule=Host(`${SUBDOMAIN}.${DOMAIN_NAME}`) - traefik.http.routers.n8n.tls=true ... fik.http.middlewares.n8n.headers.SSLHost=${DOMAIN_NAME} - traefik.http.middlewares.n8n.headers.STS... H_PASSWORD - N8N_HOST=${SUBDOMAIN}.${DOMAIN_NAME} - N8N_PORT=5678 - N8N_PROTOCOL=https
- Formatting Syntax @en:wiki
- e brackets. You can either just give a [[wiki:pagename]] or use an additional [[wiki:pagename|link text]]. Internal links are created by using square brackets. You can either just give a [[wiki:pagename]] or use an additional [[wiki:pagename|link text]]. [[doku>pagename|Wiki pagenames]] are converted to
- n8n installation with Docker Compose @en:linux:n8n
- e> ===== 3. DNS entry ===== <code bash> Type: A Name: n8n IP address: <IP_OF_YOUR_SERVER> </code> ===... http.routers.n8n.rule=Host(`${SUBDOMAIN}.${DOMAIN_NAME}`) - traefik.http.routers.n8n.tls=true ... fik.http.middlewares.n8n.headers.SSLHost=${DOMAIN_NAME} - traefik.http.middlewares.n8n.headers.STS... H_PASSWORD - N8N_HOST=${SUBDOMAIN}.${DOMAIN_NAME} - N8N_PORT=5678 - N8N_PROTOCOL=https
- Nickserv @irc
- rt einen Nicknamen | | GROUP | Verwaltung von Nickname-Gruppierungen | | IDENTIFY | Identifizierung des ... Datenbank von NickServ. ==== Syntax: RECOVER nickname [password] ==== Ermöglicht es dir, deinen Nickna... für den Nick angeben. ==== Syntax: SENDPASS nickname ==== Sendet das Passwort des angegebenen Nicks z... schlüsselt angelegt sind. ==== Syntax: GHOST nickname [password] ==== Trennt eine "geisternde" IRC Ver
- Delphi Projects @archiv:coding:delphi
- Windows; var FD, MircVersion, NNVersion, Codename, ModVersion: string; begin { TODO -oUser -cCons... rcVersion := '7.10'; NNVersion := '4.22'; Codename := 'PsyCores Mod V3'; ModVersion := 'mIRC G... pt '+NNVersion+' "'+ModVersion+'"'); WriteLn('Codename: '+Codename); WriteLn('booting up...'); //set home directory FD := ExtractFilePath(ParamStr(0))+'bin';