ivy
Open main menu
About
Posts
Archive
Goods
Releases
with waline
with twikoo
Category
个人笔记
关于
实验笔记
新的东西
服务器搭建日志
框架与技术
科研文献笔记
编程语言
Category
服务器搭建日志
2024-05-09
2024-05-09
dockers images 离线安装
dockers images 离线安装导出docker save 'shreshthtuli/cifar100_semantic:latest' -o cifar100_semantic.tar docker save 'shreshthtuli/cifar100_layer:latest' -o cifar100_layer.tar docker save 'shreshthtuli/fashionmnist_semantic:latest' -o fashionmnist_semantic.tar docker save 'shreshthtuli/fashionmnist_layer:latest' -o fashionmnist_layer.tar docker save 'shreshthtuli/mnist_semantic:latest' -o mnist_semantic.tar docker save 'shreshthtuli/mnist_layer:latest' -o mnist_layer.tar docker save -o shreshthtuli.tar 'shreshthtuli/cifar100_semantic:latest' 'shreshthtuli/cifar100_layer:latest' 'shreshthtuli/fashionmnist_semantic:latest' 'shreshthtuli/fashionmnist_layer:latest' 'shreshthtuli/mnist_semantic:latest' 'shreshthtuli/mnist_layer:latest' 导入# 本地复制到远程 # 拷贝文件 scp local_file
2024-05-06
2024-05-06
virtual box
virtual box删除虚拟机VBoxManage controlvm vm1 poweroff VBoxManage controlvm vm2 poweroff VBoxManage unregistervm --delete vm1 VBoxManage unregistervm --delete vm2 echoexport proxy="http://172.21.15.197:2080" export http_proxy=$proxy export https_proxy=$proxy export ftp_proxy=$proxy export no_proxy="localhost, 127.0.0.1, ::1, 192.168.0.0/16, 172.16.0.0/12, 10.0.0.0/8" echo 'Acquire::http::Proxy "http://172.21.15.197:2080/";\nAcquire::https::Proxy "http://172.21.15.197:2080/";' | sudo tee -a /etc/apt/apt.conf.d/proxy.conf
2024-05-03
2024-05-03
自动化
自动化#!/bin/bash # 第一次测试自动化
2024-05-03
2024-05-03
nextcloud安装
nextcloud安装seafile?安装sudo docker run \ --init \ --sig-proxy=false \ --name nextcloud-aio-mastercontainer \ --restart always \ --publish 10180:80 \ --publish 10181:8080 \ --publish 10183:8443 \ --volume nextcloud_aio_mastercontainer:/mnt/docker-aio-config \ --volume /var/run/docker.sock:/var/run/docker.sock:ro \ nextcloud/all-in-one:latest
2024-04-22
2024-04-22
服务器实验报错日志
服务器实验报错日志
2024-04-20
2024-04-20
流量
流量bjut
2024-04-19
2024-04-19
实验室小主机配置
实验室小主机配置日志 apt 安装 openssh-server git net-tools curl vim lrzsz influxdb virtualbox vagrant ansible dos2linux 二进制安装/usr/local nodejs java go mariadb(mysql) mongodb deb包安装 docker apt 官方库安装 postgresql redis gitlab sds本地安装con
2024-02-03
2024-02-03
vm服务器日志-rocky
vm服务器日志-rockyVM installrocky-9.3-x86_64-minimal – blogs – env 日志 配置nju源 sudo sed -e 's|^mirrorlist=|#mirrorlist=|g' \ -e 's|^#baseurl=http://dl.rockylinux.org/$contentdir|baseurl=https://mirror.nju.edu.cn/rocky|g' \ -i.bak \ /etc/yum.repos.d/rocky-extras.repo \ /etc/yum.repos.d/rocky.repo dnf makecache yum yum install -y git nodejs net-tools tar git 代理设置 git config --global user.name "Dyson Wang" git config --global user.email "Dyson.Wang@outlook.com" git config --global
2024-02-03
2024-02-03
DIY
DIY 主板 CPU GPU SSD 内存 机箱 电源 散热器 风扇 键盘 鼠标 显示器
2024-01-07
2024-01-07
一些常用的服务器配置
一些常用的服务器配置build a 数据库服务器 网站服务器 ipv6 DNS2400:3200::1 2001:4860:4860::8888 proxy# system_proxy export proxy="http://172.21.15.197:2080" export http_proxy=$proxy export https_proxy=$proxy export ftp_proxy=$proxy export no_proxy="localhost, 127.0.0.1, ::1, 192.168.0.0/16, 172.16.0.0/12, 10.0.0.0/8" # apt_proxy Acquire::http::Proxy "http://172.21.15.197:2080/"; Acquire::https::Proxy "http://172.21.15.197:2080/";
Top
Top
Tags
Tags
Bottom
Bottom
Open actions menu
TAGS
Close tags
个人笔记
27
关于
1
实验笔记
2
新的东西
1
服务器搭建日志
10
框架与技术
15
科研文献笔记
3
编程语言
5
On this page
Close menu