user

Suche

Unten sind die Ergebnisse Ihrer Suche gelistet.

Linux Commands Cheatsheet
13 Treffer, Zuletzt geändert:
Cheatsheet ====== ===== Command list ===== ==== User Management ==== ^ Command ^ Comment ^ | /usr/bin... ion about ProFTPd | | adduser <username> | create user with additional information incl. homedir | | passwd <username> | Change password | | su <user> | set user | | sudo -u www-data command | Execute command as user www-data | | useradd -d <homedir> <u
MySQL Backup under Linux @en:linux:mysql
11 Treffer, Zuletzt geändert:
ns for us are: -u -p The -u option specifies the user name that has access to the database. The -p opti... the following syntax: <code bash>$ mysqldump -u USER -p database USERDATABASE > usr1_db.sql</code> USER corresponds to the user. The -p option is passed without an associated parameter. USERDATABASE correspo
Wallabag installation under Debian
8 Treffer, Zuletzt geändert:
main.tld/fullchain.pem DocumentRoot "/home/user/wallabag/web" <Directory /home/user/wallabag/web> Require all granted <IfModule mod_rewrite... === <code bash> chown -R www-data:www-data /home/user/wallabag/var chown -R www-data:www-data /home/user/wallabag/web chown -R www-data:www-data /home/user/w
Debian Fileserver with Samba @en:linux:samba
8 Treffer, Zuletzt geändert:
<NAME DER WORKGROUP> # Zugriff per "share" oder "user" # security = share security = user # nur notig bei security = user encrypt passwords = yes # Network Neighbourhood netbios name = <NAME... ng Samba daemons: nmbd smbd </code> ===== Create user ===== ==== normal user ==== <code bash> fserve
Wallabag installation under Debian @en:linux:wallabag
8 Treffer, Zuletzt geändert:
main.tld/fullchain.pem DocumentRoot "/home/user/wallabag/web" <Directory /home/user/wallabag/web> Require all granted <IfModule mod_rewrite... === <code bash> chown -R www-data:www-data /home/user/wallabag/var chown -R www-data:www-data /home/user/wallabag/web chown -R www-data:www-data /home/user/w
n8n installation with Docker Compose
6 Treffer, Zuletzt geändert:
N8N_BASIC_AUTH_ACTIVE=true - N8N_BASIC_AUTH_USER - N8N_BASIC_AUTH_PASSWORD - N8N_HOST=... N8N_BASIC_AUTH_ACTIVE=true - N8N_BASIC_AUTH_USER - N8N_BASIC_AUTH_PASSWORD - N8N_HOST=... e would result in: https://n8n.example.com # The user name to use for authentication - IMPORTANT ALWAYS CHANGE! N8N_BASIC_AUTH_USER=user # The password to use for authentication -
n8n installation with Docker Compose @en:linux:n8n
6 Treffer, Zuletzt geändert:
N8N_BASIC_AUTH_ACTIVE=true - N8N_BASIC_AUTH_USER - N8N_BASIC_AUTH_PASSWORD - N8N_HOST=... N8N_BASIC_AUTH_ACTIVE=true - N8N_BASIC_AUTH_USER - N8N_BASIC_AUTH_PASSWORD - N8N_HOST=... e would result in: https://n8n.example.com # The user name to use for authentication - IMPORTANT ALWAYS CHANGE! N8N_BASIC_AUTH_USER=user # The password to use for authentication -
Backing up the sshd
5 Treffer, Zuletzt geändert:
pair. Enter file in which to save the key (/home/user/.ssh/id_rsa): /home/user/.ssh/id_rsa Enter passphrase (empty for no passphrase): Enter same passphrase ... gain: Your identification has been saved in /home/user/.ssh/id_rsa. Your public key has been saved in /home/user/.ssh/id_rsa.pub. The key fingerprint is: 35:9f:6e
MySQL Operating system error number 13 @en:linux:mysql
4 Treffer, Zuletzt geändert:
uired by MySQL have incorrect rights or incorrect user (groups). The following commands set the correct user ((as an example user: mysql Group:adm / adjust accordingly to your own configuration)). ==== Commands for user/group assignment ==== <file bash setuser-mysql.t
Change MySQL passwords @en:linux:mysql
3 Treffer, Zuletzt geändert:
starten # In einem neuen Terminal dann mysql --user=root mysql # Als root am MySQL-Server anmelden </code> <code mysql> update user set Password=PASSWORD('hier-neues-passwort-hin') where user='root'; # neues Passwort setzen flush privileg
Autostart after Linux reboot
2 Treffer, Zuletzt geändert:
his. ===== Problem solution ===== Log on as the user under which the programme is running and open the... sh> # m h dom mon dow command @reboot cd /home/user/programdir; ./program start </code> As a practic
Update UnrealIRCD
1 Treffer, Zuletzt geändert:
ectory does not exist it will be created.) [/home/USER/unrealircd] -> What should the default permissio
retrofit mail command @en:linux:debian
1 Treffer, Zuletzt geändert:
lled. To do this, enter the following as the root user: <code bash> $> apt-get update $> apt-get instal