User contributions for Karavi
Jump to navigation
Jump to search
28 March 2025
- 09:0309:03, 28 March 2025 diff hist +1,140 N Docker ubuntu Created 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
- 09:0609:06, 14 January 2025 diff hist +408 Windows repair No edit summary
11 January 2025
- 10:4310:43, 11 January 2025 diff hist +400 N Sql Shrink Created 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 Daily Created 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
- 06:3006:30, 8 December 2024 diff hist +19 Ubuntu scripts No edit summary current
- 06:2306:23, 8 December 2024 diff hist +8 Ubuntu zabbix agent2 No edit summary current
- 06:1906:19, 8 December 2024 diff hist +13 Ubuntu zabbix agent No edit summary current
- 06:1606:16, 8 December 2024 diff hist −2 Ubuntu zabbix agent No edit summary Tag: Visual edit
- 06:1506:15, 8 December 2024 diff hist −16 Ubuntu after install No edit summary current
17 November 2024
- 14:3214:32, 17 November 2024 diff hist +1 Windows repair No edit summary
- 14:3214:32, 17 November 2024 diff hist +11 Windows repair No edit summary Tag: Visual edit
- 14:3114:31, 17 November 2024 diff hist −19 Windows repair No edit summary Tag: Visual edit
10 October 2024
- 18:4118:41, 10 October 2024 diff hist +238 Colab No edit summary current
- 15:4415:44, 10 October 2024 diff hist +115 N Colab Created page with "base command colab connect google drave to colab from google.colab import drive drive.mount('/content/gdrive')"
1 October 2024
- 11:5711:57, 1 October 2024 diff hist +345 Ubuntu disk space No edit summary current
17 September 2024
- 15:2515:25, 17 September 2024 diff hist +2,247 N Convert VirtualBox VM to VMware ESXi Created 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
- 15:4015:40, 11 September 2024 diff hist +18 Python No edit summary current
- 13:5313:53, 11 September 2024 diff hist +259 Python No edit summary
- 13:0613:06, 11 September 2024 diff hist +59 N Python Created page with " env python -m venv ./venv Active venv\Scripts\activate"
10 September 2024
- 08:0708:07, 10 September 2024 diff hist +263 Mikrotik firewall ddos No edit summary current
21 August 2024
- 13:2813:28, 21 August 2024 diff hist +239 RabbitMQ ubuntu 22.04 No edit summary current
- 13:0513:05, 21 August 2024 diff hist +103 RabbitMQ ubuntu 22.04 No edit summary
- 12:5412:54, 21 August 2024 diff hist +620 N RabbitMQ ubuntu 22.04 Created 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 Vscode Created 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
- 05:5205:52, 30 July 2024 diff hist +3 Plesk ubuntu repair No edit summary current
- 05:5005:50, 30 July 2024 diff hist +7 Plesk ubuntu repair No edit summary
23 July 2024
- 09:0709:07, 23 July 2024 diff hist +53 Plesk ubuntu repair No edit summary
- 09:0209:02, 23 July 2024 diff hist +118 Plesk ubuntu repair No edit summary
- 09:0009:00, 23 July 2024 diff hist +48 Plesk ubuntu repair No edit summary
- 07:2907:29, 23 July 2024 diff hist +123 Plesk ubuntu repair No edit summary
9 July 2024
- 08:1908:19, 9 July 2024 diff hist +4 Ubuntu command No edit summary current
- 08:1408:14, 9 July 2024 diff hist +342 Ubuntu command No edit summary
7 July 2024
- 06:2906:29, 7 July 2024 diff hist +7 Ubuntu disk space No edit summary
- 06:2806:28, 7 July 2024 diff hist +8 Ubuntu disk space No edit summary Tag: Visual edit
23 June 2024
- 07:3707:37, 23 June 2024 diff hist +46 Ubuntu command No edit summary Tag: Visual edit: Switched
15 June 2024
- 06:2606:26, 15 June 2024 diff hist +124 Issabel after install No edit summary current
4 June 2024
- 14:5214:52, 4 June 2024 diff hist +41 Issabel after install No edit summary
- 14:5214:52, 4 June 2024 diff hist +166 Issabel after install No edit summary
- 14:4514:45, 4 June 2024 diff hist +36 Issabel after install No edit summary Tag: Visual edit: Switched
- 14:0114:01, 4 June 2024 diff hist +2 Issabel after install No edit summary
- 14:0014:00, 4 June 2024 diff hist +179 Issabel after install No edit summary Tag: Visual edit: Switched
3 June 2024
- 15:5115:51, 3 June 2024 diff hist +25 N Issabel after install Created page with " asterisk -rvvvvvvvvvvvv"
15 May 2024
- 17:4917:49, 15 May 2024 diff hist +544 Plesk key No edit summary
8 May 2024
- 04:0604:06, 8 May 2024 diff hist +21 N Plesk ubuntu repair Created page with " plesk repair all -y"
- 04:0204:02, 8 May 2024 diff hist +22 Plesk windows repair No edit summary current
7 May 2024
- 06:4506:45, 7 May 2024 diff hist +112 Ubuntu disk space No edit summary
15 April 2024
- 08:0808:08, 15 April 2024 diff hist +5,229 N Google Created 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
- 04:0404:04, 13 April 2024 diff hist +1 RabbitMQ docker container No edit summary
- 04:0304:03, 13 April 2024 diff hist +166 N RabbitMQ docker container Created page with " If you have RabbitMQ on a docker container, you can first docker ps docker exec -it <YOUR_CONTAINER> /bin/bash rabbitmqctl change_password <USERNAME> <NEWPASSWORD>"
9 April 2024
- 09:3109:31, 9 April 2024 diff hist +54 N Ubuntu command Created page with " save history to file history > history_for_print.txt"