{
"developer_tools": {
"platform": "desktop",
"cost": "mixed",
"editors_and_ides": {
"Zed": {
"cost": "free",
"platform": "desktop",
"extensions": {
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "mvc": "prototype.in", | |
| "adr": "prototype.in", | |
| "mvvm": "prototype.in", | |
| "hybrid-container": "prototype.in", | |
| "urn-router": "prototype.in", | |
| "console": "prototype.in", | |
| "paradigmas": "prototype.in", | |
| "orm": "prototype.in", | |
| "ars": "prototype.in", |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [ | |
| { "kategorija": "WP Asmeninis!", "kaina": 7.81, "pastabos": "$9 monthly (WordPress.com Personal stable)" }, | |
| { "kategorija": "Claude Code (Pro)", "kaina": 17.35, "pastabos": "$20 monthly (Anthropic Pro/Claude Code access)" }, | |
| { "kategorija": "eΕΎys MIN6 (savaitΔs bazΔ)", "kaina": 7.00, "pastabos": "Ultra-minimal 6 dienΕ³ glitch" }, | |
| { "kategorija": "Digital trio subtotal", "kaina": 32.16, "pastabos": null }, | |
| { "kategorija": "Ε½iogas mΔnesinis kaupiamasis", "kaina": 28.00, "pastabos": "Pilna kaina app/kortelΔ (nesikeitΔ)" }, | |
| { "kategorija": "Hesburger Retro darbo dienomis", "kaina": 149.10, "pastabos": "7.10 β¬ Γ 21 d.d. (akcija stable)" }, | |
| { "kategorija": "Spotify Premium Individual LT", "kaina": 8.99, "pastabos": "Oficiali LT kaina (nesikeitΔ)" }, | |
| { "kategorija": "Core survival subtotal", "kaina": 186.09, "pastabos": null }, | |
| { "kategorija": "EΕΎys maisto bazΔ Γ4 savaitgaliai", "kaina": 51.16, "pastabos": "Savaitgalio/rotacijos fragmentas Γ4 | 1 fragment = 12.79 β¬" }, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env bash | |
| # ============================================================================= | |
| # Kubuntu 24.04 LTS β Post-Install Script | |
| # Target: CHUWI GemiBook Plus / Intel N150 (Twin Lake) / 16GB LPDDR5 | |
| # Author: prototype.in | |
| # ============================================================================= | |
| set -euo pipefail | |
| LOGFILE="$HOME/postinstall.log" | |
| exec > >(tee -a "$LOGFILE") 2>&1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # ============================================================ | |
| # CHUWI FreeBook 13.5 β Kubuntu 24.04 LTS Post-Install Script | |
| # Intel N150 | 16GB RAM | KDE Plasma | U-Green USB-C Hub | |
| # Linux Foundation Compliant | U-Green Style DE | |
| # ============================================================ | |
| set -e | |
| echo "π§ CHUWI FreeBook β Kubuntu Post-Install Starting..." | |
| echo "============================================================" |
ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
β β
β π― PROTOTYPE.IN ECOSYSTEM π― β
β β
β β
PATVIRTINTA β
β
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [ | |
| "PHP", | |
| "openssl", | |
| "jq", | |
| "node", | |
| "bun", | |
| "deno", | |
| "mysql", | |
| "icat", | |
| "image", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| sudo groupadd -g www-data | |
| sudo usermod -aG $USER www-data | |
| $VHOSTS="/var/www/vhosts" | |
| sudo mkdir -v $VHOSTS | |
| sudo chown -Rv :www-data $VHOSTS | |
| sudo chmod -Rv 2775 $VHOSTS |
NewerOlder