Skip to content

Instantly share code, notes, and snippets.

@ca4ti
ca4ti / DBeaver Ultimate Keygen
Created October 2, 2024 19:01 — forked from proslemitowm/DBeaver Ultimate Keygen
DBeaver Ultimate 24.0.0.202403110838 Crack License Key [2024]
DBeaver Ultimate License Key
@ca4ti
ca4ti / createdb-with-locale.sh
Created October 2, 2024 19:22 — forked from khoazany/createdb-with-locale.sh
Create a new PostgreSQL database with UTF8 encoding
#Replace 'symplcms' with the database'name
createdb --template=template0 --locale=en_US.UTF-8 --encoding=UTF8 -U postgres symplcms
@ca4ti
ca4ti / migrate
Created December 3, 2024 00:26 — forked from davidcastellani/migrate
Move Proxmox Container to Different Storage (Updated for LXC)
#!/bin/bash
#
# Filename : migrate
# Description : Migrate Proxmox OpenVZ container from one storage to another
# Author : James Coyle
# URL: https://www.jamescoyle.net/how-to/2863-move-proxmox-container-to-different-storage-2
# Version:
# -Date -Author -Description
# 20-11-2013 James Coyle Initial
# 13-12-2017 James Coyle Changes for LXC
ffmpeg -i Michael_Jackson_–_Bad.mp3 -ar 8000 -ac 1 -ab 64 out_2.wav
@ca4ti
ca4ti / proxmox-network.md
Created February 2, 2025 19:15 — forked from vduseev/proxmox-network.md
Proxmox network setup with multiple IPs on a single interface

Proxmox network setup

Configuration for Proxmox host to support multiple IP addresses through a single interface.

Initial configuration

Initially, with a single IP and a single interface, the configuration looks like this.

auto lo
@ca4ti
ca4ti / README.md
Created February 3, 2025 21:53 — forked from pythoninthegrass/README.md
Ollama + Continue.dev VSCode settings

Ollama

Quickstart

# install ollama
brew install --cask ollama

# install continue.dev
code --install-extension Continue.continue
@ca4ti
ca4ti / localNetworkChat.html
Created April 20, 2025 14:15 — forked from sneha-belkhale/localNetworkChat.html
Local Network Chat -- (python server + frontend + linux daemon Init Script for the server )
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style>
body {
display: flex;
justify-content: center;
align-items: center;