Welcome to Geek Documentation
Explore the best tech of the 90s with modern tools!
Rust
Rust is a system programming language focused on safety, speed, and concurrency.
fn main() {
println!("Hello, world!");
}
Kubernetes
Kubernetes is an open-source container orchestration platform for automating application deployment, scaling, and management.
kubectl create deployment nginx --image=nginx
kubectl expose deployment nginx --port=80 --type=LoadBalancer
Arch Linux
Arch Linux is a lightweight and flexible Linux distribution that tries to Keep It Simple.
sudo pacman -Syu
sudo pacman -S base-devel git
git clone https://github.com/archlinux/svntogit-packages.git
Varnish Cache
Varnish Cache is an HTTP accelerator designed for content-heavy dynamic web sites.
varnishd -f /etc/varnish/default.vcl
varnishadm
Neovim
Neovim is an extensible, open-source text editor for code, with a focus on extensibility and modern features.
:PlugInstall vim-fugitive
:PlugInstall vim-surround