https://github.com/maraf/kb
A collection of my personal/hobby knowledge, mainly about running linux server
https://github.com/maraf/kb
Last synced: 4 months ago
JSON representation
A collection of my personal/hobby knowledge, mainly about running linux server
- Host: GitHub
- URL: https://github.com/maraf/kb
- Owner: maraf
- License: apache-2.0
- Created: 2019-01-28T20:19:19.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-10-06T06:21:09.000Z (over 4 years ago)
- Last Synced: 2025-06-27T10:07:20.755Z (12 months ago)
- Homepage:
- Size: 66.4 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# A collection of my personal knowledge
These notes mainly target myself and their intent is to make my life with hobby linux server easier.
## Linux
- [Initial system setup [external]](https://mattwilcox.net/web-development/setting-up-a-secure-home-web-server-with-raspberry-pi)
- [.bashrc](linux/bashrc.md)
- [IP](linux/ip.md)
- [Network File System](linux/network-file-system.md)
- [Default user shell [external]](https://www.tecmint.com/change-a-users-default-shell-in-linux/)
- [Set TimeZone](linux/set-timezone.md)
- [Samba](linux/samba.md)
- [Create .pfx from .crt and .key](linux/pfx-from-cert.md)
- [HotPlug HDMI](linux/hotplug-hdmi.md)
- [Terminal shortcuts](linux/terminal-shortcuts.md)
ASP.NET Core
- [Hosting ASP.NET Core application as service](linux/asp-net-core-as-service.md)
Kubernetes on Raspbian
- [alexellis/k8s-on-raspbian [external]](https://github.com/alexellis/k8s-on-raspbian)
- [OpenFAAS [external]](https://blog.alexellis.io/your-serverless-raspberry-pi-cluster/)
- [OpenFAAS+Kubernetes [external]](https://blog.alexellis.io/serverless-kubernetes-on-raspberry-pi/)
- [S.Hanselmann tutorial [external]](https://www.hanselman.com/blog/HowToBuildAKubernetesClusterWithARMRaspberryPiThenRunNETCoreOnOpenFaas.aspx)
Docker
- [Volume permission [external]](https://medium.com/@nielssj/docker-volumes-and-file-system-permissions-772c1aee23ca)
- [Let's encrypt SSL certificates](docker/lets-encrypt-ssl-certificates.md)
SSH
- [SSH on Windows](linux/ssh-on-windows.md)
- [Setup linux connection using SSH-key from Windows](linux/ssh-key-from-windows.md)
- [Setup linux connection using SSH-key from Linux [external]](https://www.raspberrypi.org/documentation/remote-access/ssh/passwordless.md).
- [Enable SSH on a headless Raspberry Pi](linux/ssh-headless-enable.md)
SSL
- [KEY to PFX](docker/key-to-pfx.md)
NGINX
- [Config Pitfalls [external]](https://www.nginx.com/resources/wiki/start/topics/tutorials/config_pitfalls/).
- [Useful config templates [external]](https://github.com/lebinh/nginx-conf).
- [Parsing access log [external]](https://easyengine.io/tutorials/nginx/log-parsing/).
## Windows
- [Remove File Explorer special folders](windows/remove-file-explorer-special-folders.md)