User contributions for Karavi

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

28 March 2025

  • 09:0309:03, 28 March 2025 diff hist +1,140 N Docker ubuntuCreated page with "command: First, update your existing list of packages: sudo apt update Next, install a few prerequisite packages which let apt use packages over HTTPS: sudo apt install apt-transport-https ca-certificates curl software-properties-common Then add the GPG key for the official Docker repository to your system: curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo gpg --dearmor -o /usr/share/keyrings/docker-archive-keyring.gpg Add the Docker repository to AP..."

14 January 2025

11 January 2025

  • 10:4310:43, 11 January 2025 diff hist +400 N Sql ShrinkCreated page with "→‎Script to shrink all databases: declare @db varchar(255) declare c cursor for select name from sys.databases where is_read_only=0 and state=0 and name not in ('master','model','tempdb','msdb') open c fetch c into @db while @@fetch_status=0 begin exec SP_dboption @db,'trunc. log on chkpt.','true' DBCC shrinkdatabase (@db,10) fetch next from c into @db end close c deallocate c" current
  • 10:3510:35, 11 January 2025 diff hist +1,326 N Sql Backup DailyCreated page with " DECLARE @path VARCHAR(256) DECLARE @DBName varchar(255) DECLARE @DATABASES_Fetch int SET @path = 'E:\BANK_MS_SQL_Daily\' +CONVERT(VARCHAR(20),GETDATE(),112)+'_'+ replace(convert(varchar, getdate(),108),':','-')+'\' EXEC master.sys.xp_create_subdir @path DECLARE DATABASES_CURSOR CURSOR FOR select DATABASE_NAME = db_name(s_mf.database_id) from sys.master_files s_mf where -- ONLINE s_mf.state = 0 -- Only look at d..." current

8 December 2024

17 November 2024

10 October 2024

1 October 2024

17 September 2024

  • 15:2515:25, 17 September 2024 diff hist +2,247 N Convert VirtualBox VM to VMware ESXiCreated page with " Full steps can be found at https://i12bretro.github.io/tutorials... -------------------------------------------------------------------- Exporting the VirtualBox Disk(s) -------------------------------------------------------------------- 01. On the VirtualBox host, launch VirtualBox 02. Right click the VM to convert ≫ Settings 03. Select Storage from the left navigation 04. Click the virtual hard disk and copy the Location value for the full path of the..." current

11 September 2024

10 September 2024

21 August 2024

  • 13:2813:28, 21 August 2024 diff hist +239 RabbitMQ ubuntu 22.04No edit summary current
  • 13:0513:05, 21 August 2024 diff hist +103 RabbitMQ ubuntu 22.04No edit summary
  • 12:5412:54, 21 August 2024 diff hist +620 N RabbitMQ ubuntu 22.04Created page with "Step 1: Update System Packages sudo apt update Step 2: Install RabbitMQ Server sudo apt install rabbitmq-server Step 3: Start the RabbitMQ Service sudo systemctl start rabbitmq-server Step 4: Enable RabbitMQ Service on Boot sudo systemctl enable rabbitmq-server Step 5: Check the Status of RabbitMQ sudo systemctl status rabbitmq-server Step 6: Set Up RabbitMQ Management Plugin (Optional) sudo rabbitmq-plugins enable rabbitmq_management sudo systemctl restar..."

16 August 2024

  • 14:0614:06, 16 August 2024 diff hist +5,302 N VscodeCreated page with " code --status or code-insiders --status use https://learn.microsoft.com/en-us/sysinternals/downloads/process-explorer for disable all extensions code --disable-extensions extension export code --list-extensions | % { "code --install-extension $_" } extension import code --install-extension 1tontech.angular-material code --install-extension aaron-bond.better-comments code --install-extension alefragnani.bookmarks code --install-extension alexiv.vscode-a..." current

30 July 2024

23 July 2024

9 July 2024

7 July 2024

23 June 2024

15 June 2024

4 June 2024

3 June 2024

15 May 2024

8 May 2024

7 May 2024

15 April 2024

  • 08:0808:08, 15 April 2024 diff hist +5,229 N GoogleCreated page with "Google search operators: the complete list {| class="wikitable" |<code>“ ”</code> |Search for results that mention a word or phrase. |“steve jobs” |- |<code>OR</code> |Search for results related to X or Y. |jobs OR gates |- |<code><nowiki>|</nowiki></code> |Same as <code>OR:</code> |<nowiki>jobs | gates</nowiki> |- |<code>AND</code> |Search for results related to X and Y. |jobs AND gates |- |<code>-</code> |Search for results that don’t mention a word or phra..." current Tag: Visual edit

13 April 2024

9 April 2024

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