Add User to MySQL Database Get link Facebook X Pinterest Email Other Apps June 09, 2025 ALTER USER 'cloudman'@'134.117.214.42' IDENTIFIED BY 'temPa$$';GRANT ALL PRIVILEGES ON rcsdb.* TO 'cloudman'@'134.117.214.42';FLUSH PRIVILEGES; Get link Facebook X Pinterest Email Other Apps Comments
Passwordless SSH March 21, 2024 On local computer run: cd ~/.ssh ssh-keygen -f <rsa_filename> ssh-copy-id -i ~/.ssh/<rsa_filename>.pub user@host where <rsa_filename> is the name of the file which will store the key. Read more
mounting network drive July 09, 2024 sudo mount.cifs //rssmbprd.carleton.ca/BaChu$ /home/nickshiell/storage -o vers=3,username=nickshiell,domain=cunet,uid=$(id -u),gid=$(id -g) Read more
Comments
Post a Comment