奧義智慧

探索智慧的奧義

在服务器上用docker部署sharelatex

在服务器上用docker部署sharelatex,搭建共享latex写作平台。


Shell教程0--从terminal说起

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


Shell Tutorial 04

Shell input/output redirection.


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

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


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


Send IP Address to Mailbox

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


Deploy Squid on Server

Steps to deploy squid proxy server on Rocky linux server.


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

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


在linux上安装docker和docker-compose

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


从源代码编译安装tensorflow

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


Use transmission on linux server

Use transmission with docker to build a pt downloading server


Convert Shell Scripts to Binary

Convert shell scripts to binaries


Jupyterlab on Server

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


The CI/CD of GitLab

Introduction to gitlab ci/cd


Install kubernetes

Install kubernetes


什么是计算?

关于计算的一些思考。


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

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


两种内网穿透方式:ssh端口转发和cloudflare zerotrust

介绍两种内网穿透的方式:ssh端口转发和cloudflare zerotrust。ssh端口转发需要一个带有公网IP的云主机;cloudflare的zerotrust则需要一个域名。


Use lets-encrypt tool to add ssl for website

Use lets-encrypt tool to add ssl for website


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

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


配置云主机

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


vim使用说明

vim使用说明。


Shell Tutorial 03

Args in Shell scripts, function defination.


gitlab的安装与配置

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


New line of file systems

new line of file systems


学习Python正则表达式

介绍Python中的正则表达式


服务器上安装RStudio-Server并实现远程访问

在linux服务器上安装RStudio Server,通过公网IP进行访问。


Use MinIO

Use MinIO


Run mongodb with docker

Run mongodb with docker


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`.