New pages
Jump to navigation
Jump to search
- 03:35, 1 September 2025 SQL Server Shrink Database T-SQL Code (hist | edit) [2,408 bytes] Karavi (talk | contribs) (Created page with " The procedure joins sys.databases and sys.master_files system views in order to generate the CHECKPOINT and DBCC SHRINKFILE statement for all the user databases. It filters the system databases (DBID > 4) because these statements are not recommended for the system databases. -- ================================================================================= -- Author: Eli Leiba -- Create date: 2020-03 -- Procedure Name: dbo.usp_ShrinkAllLogsExcludeSy...")
- 10:43, 1 July 2025 Esxi Snmp (hist | edit) [2,793 bytes] Karavi (talk | contribs) (Created page with " Run the command in the console (terminal) and check the SNMP status on the ESXi host: esxcli system snmp get SNMP is disabled by default. The output for disabled SNMP on ESXi is shown on the screenshot. Most of the parameters are empty and or not configured. Set SNMP parameters for an SNMP agent on the ESXi host. The SNMP agent is used to send notifications (SNMP traps and informs) to a monitoring server and receive GET, GETNEXT, and GETBULK requests. Set the commun...")
- 08:26, 23 June 2025 Ubuntu dns (hist | edit) [594 bytes] Karavi (talk | contribs) (Created page with " Edit the Netplan configuration file (usually located in /etc/netplan/). For example: sudo nano /etc/netplan/01-network-manager-all.yaml. To configure a static IP, modify the network: section with your desired IP address, gateway, and DNS servers. edit sudo nano /etc/netplan/01-network-manager-all.yaml Apply the changes: sudo netplan apply")