奧義智慧

探索智慧的奧義

Configure STM32 Development Environment On Linux Server

在linux上搭建stm32的开发环境


本地搭建MinIO服务器

本地搭建MinIO对象存储,用于obsidian的同步


配置云主机

对云主机进行一些增强安全性和便捷性的配置:创建新账户,本地通过密钥免密码登录,关闭root登录,去掉sudo的密码,以及2FA验证登录。


Use transmission on linux server

Use transmission with docker to build a pt downloading server


Deploy Squid on Server

Deploy squid proxy server on linux server step by step.


vim使用说明

vim使用说明。


gitlab的安装与配置

用docker来安装gitlab,本地访问gitlab并进行相关配置,备份gitlab数据,从备份恢复gitlab。


在linux上安装nvidia driver/cuda/cudnn/tensorrt工具

在linux上安装nvidia相关工具,包括驱动,cuda,cudnn,tenssort;有包管理器和本地安装两种方式。


Install OCSERV on Remote Server

Install OpenConnectSERVer on your remote server, configure it for your network access.


SSH Port Forwarding

Use SSH to forward port between machines


Convert Shell Scripts to Binary

Convert shell scripts to binaries


Shell教程5,export/source/exec函数

介绍Shell中常见的函数export/source/exec等。


Shell教程0--从terminal说起

介绍计算机中Shell的发展历史,介绍terminal、console、tty。介绍linux上常见的shell如bash/zsh,介绍shell的集中登陆方式。


Shell Tutorial 04

Shell input/output redirection.


在linux上安装docker和docker-compose

介绍在linux上安装docker和docker-compose的方式,以及docker的简单使用。


各种系统的换行符

介绍各种系统的换行符,包括LF、CR、CRLF。


Send IP Address to Mailbox

Send IP address to mailbox to get remote address everywhere all at once.


从源代码编译安装tensorflow

从源代码编译安装tensorflow,安装cuda/cudnn/tensorrt相关包,解决bazel build过程中联网下载的问题。


Jupyterlab on Server

Introduction to jupyterlab, install and configure it on linux server, and give remote access.


Install kubernetes

Install kubernetes


本地配置Joplin Server用于Joplin笔记同步

在本地安装配置Joplin Server,供Joplin笔记在不同设备之间进行同步。用cloudflare做内网穿透,让这个服务能够被公网访问。


Use lets-encrypt tool to add ssl for website

Use lets-encrypt tool to add ssl for website


linux系统中文件时间的一些问题

通过一些问题,来了解linux中文件的三种时间:修改时间、改变时间、访问时间,并且给出一些对文件时间的操作方式。


Shell Tutorial 01

Variables in Shell, string and array, echo command, variable reference.


Shell Tutorial 02

Switch and loop in Shell, with `test` and `if else`.


Shell Tutorial 03

Args in Shell scripts, function defination.