Search

You can find the results of your search below.

Fulltext results:

vimbashfactory
10 Hits, Last modified:
openvpn
8 Hits, Last modified:
ivileges after initialization (non-Windows only) ;user nobody ;group nobody # Try to preserve some stat... ol-persist ipp.txt keepalive 10 120 comp-lzo user nobody group nogroup persist-key persist-tun ... source ./vars Build certificate: # ./build-key <user> NOTE: usual format for user is [first letter of first name].[last name] You will have to enter some i
mysql
7 Hits, Last modified:
<code sql> mysql> GRANT ALL PRIVILEGES ON *.* TO 'user'@'client' IDENTIFIED BY 'password' WITH GRANT OPTION; </code> ===== create user with a dedicated database ===== <code sql> mysql>... ABASE db; mysql> GRANT ALL PRIVILEGES ON db.* TO 'user'@'client' IDENTIFIED BY 'password'; </code> ====... MASTER_HOST='master_host_name', -> MASTER_USER='master_user_name', -> MASTER_PASSWORD='s
ssh
6 Hits, Last modified:
ame.domain.tld Port 22 User username </code> typing "ssh shortnam... omain.tld nc distant_private_ip_adress 22 User username </code> "ssh hostname" conne... ds in /etc/ssh/sshrc are executed by ssh when the user logs in, just before the user's shell (or command) is started. It's commonly used to send alerts using
backup_your_mailbox_with_gmail
5 Hits, Last modified:
sh IMAPSYNCOPTS='--ssl1 --host1 my_mail_server --user1 my_email_user --passfile1 /etc/secret1 --authmech1 LOGIN --ssl2 --host2 imap.gmail.com --user2 my_gmail_user --passfile2 /etc/secret2 --authmech2 LOGIN --syncinternaldates --delete2' /usr/local/bi
fofox
5 Hits, Last modified:
* [[https://addons.mozilla.org/fr/firefox/addon/user-agent-string-switcher/|User-Agent Switcher]] : adds a menu and a toolbar button to switch the user agent of the browser * [[http://code.google.com... permonkey/view.php?script=youtube_overlay_remover.user.js|YT - Overlay remover]]: <del>hide cards/overla
gemini_toaster
5 Hits, Last modified:
do make install </code> ===== Create a dedicated user ===== Create a user with no shell and no password <code bash> # adduser Username: gemini Full name: ge... adduser: INFO: Successfully added (gemini) to the user database. Add another user? (yes/no): no Goodbye! </code> ===== Add a service ===== inetd requires a
bash_tips
2 Hits, Last modified:
groupware_toaster
2 Hits, Last modified:
ed roundcubemail, hosted on “dbhost” and owned by user roundcubemail. * Install roundecube: <code bash... se named agendav, hosted on "dbhost" and owned by user agendav. * Install AgenDAV plugin: <code bash>
postgresql_upgrade_on_freebsd
1 Hits, Last modified:
QLNEWVERSION}/pg_hba.conf ``` ## Go back to root user and finish migration ```bash exit service postgr
top
1 Hits, Last modified:
e monitoring]]. access MySQL using the "mysqltop" user with no password by default, so create on the MyS
vpn_vs_proxies
1 Hits, Last modified:
de> http-proxy-option AGENT "Series60/3.1" # some user-agent to fool the proxy http-proxy-retry # restar
zsh
1 Hits, Last modified:
s brighter. * The prompt will display a green //user@host// for non-privileged users, and a red //host