User contributions for Karavi
Jump to navigation
Jump to search
8 April 2025
- 10:2510:25, 8 April 2025 diff hist +260 Windows 11 Esxi No edit summary Tag: Visual edit
- 09:5609:56, 8 April 2025 diff hist +4 Windows 11 Esxi No edit summary Tag: Visual edit
- 09:5309:53, 8 April 2025 diff hist +559 N Windows 11 Esxi Created page with " on isntall : Time to work around the issue… 1. When you get the error picture above simply press Shift + F10 and this will bring up a dos prompt. 2. Type regedit and hit enter. 3. Navigate to HKEY_LOCAL_MACHINE\SYSTEM\Setup and create a new Key called: LabConfig 4. Create inside the LabConfig Key a ByPassTPMCheck DWORD (32-bit) with the value of 1 Click OK after editing the value data and then close out of all of the screens. Once you click on the red x in the cor..."
1 April 2025
- 08:3808:38, 1 April 2025 diff hist +8 Tube Archivist docker compose No edit summary current
- 08:3708:37, 1 April 2025 diff hist −29 Tube Archivist docker compose No edit summary
- 08:2208:22, 1 April 2025 diff hist +2,272 N Tube Archivist docker compose Created page with "Create a docker-compose.yml file similar to this: version: '3.5' services: tubearchivist: container_name: tubearchivist restart: unless-stopped image: bbilly1/tubearchivist ports: - 8000:8000 volumes: - ./media:/youtube - ./cache:/cache environment: - ES_URL=http://archivist-es:9200 # needs protocol e.g. http and port - REDIS_CON=redis://archivist-redis:6379 - HOST_UID=1000 - HOST_G..."
30 March 2025
- 19:1219:12, 30 March 2025 diff hist +54 Guacamole docker compose No edit summary current
- 18:5318:53, 30 March 2025 diff hist +595 Guacamole docker compose No edit summary
- 15:5915:59, 30 March 2025 diff hist +209 Guacamole docker compose No edit summary
- 15:5815:58, 30 March 2025 diff hist +380 Guacamole docker compose No edit summary
- 13:5613:56, 30 March 2025 diff hist +1,616 N Guacamole docker compose Created page with " Create the ${HOME}/docker-stack/guacamole/docker-compose.yml file: # networks # create a network 'guacnetwork_compose' in mode 'bridged' networks: guacnetwork_compose: driver: bridge # services services: # guacd guacd: container_name: guacd_compose image: guacamole/guacd networks: - guacnetwork_compose restart: always volumes: - ./drive:/drive:rw - ./record:/record:rw # postgres postgres: contai..."
- 12:4512:45, 30 March 2025 diff hist +189 WireGuard docker compose No edit summary current
- 12:3612:36, 30 March 2025 diff hist +8 WireGuard docker compose No edit summary Tag: Visual edit
- 12:3512:35, 30 March 2025 diff hist +7 WireGuard docker compose No edit summary
- 12:3512:35, 30 March 2025 diff hist +175 WireGuard docker compose No edit summary
- 12:1912:19, 30 March 2025 diff hist +2,127 N WireGuard docker compose Created page with " Docker Compose File (docker-compose.yml) version: '3.8' services: wg-easy: image: ghcr.io/wg-easy/wg-easy # The Docker image to use. container_name: wg-easy # Name of the container. environment: # Environment variables to configure the instance. - LANG=en # Language settings. - WG_HOST=<Your IP/Domain> # Public IP or domain name where WG-Easy is accessible. - PASSWORD_HASH='<..."
- 09:4409:44, 30 March 2025 diff hist +523 N ShellNGN docker compose Created page with "Shell NGN has an official PRO image in the hub, and it is maintained by the official team. Below is the docker-compose sample that you can alter if you want (ports, volume name, container, etc), or run it as it is. version: "3.5" services: shellngn: image: shellngn/pro network_mode: "bridge" container_name: shellngn ports: - "8080:8080" volumes: - shellngn-data:/home/node/server/data environment: - HOST=0.0.0.0..." current
- 09:3109:31, 30 March 2025 diff hist +1,027 N Shlink docker compose Created page with " Formable's Shlink Portainer stack docker-compose.yml version: "3" services: shlink: image: shlinkio/shlink:stable restart: always environment: - TZ="America/New_York" - DEFAULT_DOMAIN=a.formable.app - IS_HTTPS_ENABLED=true - GEOLITE_LICENSE_KEY= - DB_DRIVER=maria - DB_USER=shlink - DB_NAME=shlink - DB_PASSWORD=shlink - DB_HOST=database depends_on: - database ports:..." current
- 09:1509:15, 30 March 2025 diff hist +1,036 N Matomo docker compose Created page with "make folder: mkdir matomo touch matomo/docker-compose.yml Create a docker-compose.yml file similar to this: version: "3" services: db: image: mariadb:10.11 command: --max-allowed-packet=64MB restart: always volumes: - db:/var/lib/mysql:Z environment: - MYSQL_ROOT_PASSWORD=password123* - MARIADB_AUTO_UPGRADE=1 - MARIADB_DISABLE_UPGRADE_BACKUP=1 app: image: matomo restart: always volumes: - matomo:/var..." current
- 07:5607:56, 30 March 2025 diff hist +48 N Nginx proxy manager docker container Karavi moved page Nginx proxy manager docker container to Nginx proxy manager docker compose current Tag: New redirect
- 07:5607:56, 30 March 2025 diff hist 0 m Nginx proxy manager docker compose Karavi moved page Nginx proxy manager docker container to Nginx proxy manager docker compose
28 March 2025
- 13:4613:46, 28 March 2025 diff hist +52 RabbitMQ docker container No edit summary current
- 13:2213:22, 28 March 2025 diff hist +2 RabbitMQ docker container No edit summary Tag: Visual edit: Switched
- 13:2113:21, 28 March 2025 diff hist +251 RabbitMQ docker container No edit summary
- 09:1509:15, 28 March 2025 diff hist +115 Nginx proxy manager docker compose No edit summary
- 09:1009:10, 28 March 2025 diff hist +48 Docker ubuntu No edit summary current
- 09:0709:07, 28 March 2025 diff hist +385 N Nginx proxy manager docker compose Created page with "Create a docker-compose.yml file similar to this: services: app: image: 'jc21/nginx-proxy-manager:latest' restart: unless-stopped ports: - '80:80' - '81:81' - '443:443' volumes: - ./data:/data - ./letsencrypt:/etc/letsencrypt Bring up your stack by running docker-compose up -d # If using docker-compose-plugin docker compose up -d"
- 09:0509:05, 28 March 2025 diff hist +40 Docker ubuntu No edit summary
- 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
- 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