User contributions for Dave

Jump to navigation Jump to search
Search for contributionsExpandCollapse
⧼contribs-top⧽
⧼contribs-date⧽
(newest | oldest) View (newer 50 | ) (20 | 50 | 100 | 250 | 500)

28 March 2024

6 March 2024

2 March 2024

17 February 2024

15 February 2024

  • 02:1402:14, 15 February 2024 diff hist +733 N MySQLCreated page with "=mysqldump= ===Dump a Single Database=== mysqldump -u root -p --databases [db-name] > db_$(date +%F).sql ===Dump ALL Databases=== mysqldump -u root -p --all-databases --single-transaction > all-db_$(date +%F).sql =Users and Permissions= ===Show MySQL users, their passwords and hosts=== SELECT user,host,password FROM mysql.user; ===Show privileges for a user from a given host=== SHOW GRANTS FOR 'user_name'@'host'; ===Create a user that can login from localhost..." current
  • 02:1302:13, 15 February 2024 diff hist +183 N MacOSCreated page with "===Get Serial Number=== system_profiler SPHardwareDataType | grep Serial ===Get Hostname=== scutil --get HostName ===Set Hostname=== sudo scutil --set HostName <new host name>" current
  • 02:1202:12, 15 February 2024 diff hist +43 Main PageNo edit summary
  • 01:5601:56, 15 February 2024 diff hist +2 JunOS→‎Upgrading current
  • 01:5601:56, 15 February 2024 diff hist +13 JunOSNo edit summary
  • 01:5501:55, 15 February 2024 diff hist +1,941 N JunOSCreated page with "=General= ===Show Interface Info=== show interfaces descriptions show ethernet-switching interface brief show lldp neighbors show lldp neighbors interface ge-0/2/2 show interfaces media brief ===Show MAC Addresses=== show ethernet-switching table | find 38:17:c3:ca:59:16 show ethernet-switching table vlan-name [vlan-name] ===Restart Web Management=== restart web-management =SFP/Optics= show interfaces diagnostics optics show interfaces media..."

13 February 2024

(newest | oldest) View (newer 50 | ) (20 | 50 | 100 | 250 | 500)