ivy
Open main menu
About
Posts
Archive
Goods
Releases
with waline
with twikoo
Category
个人笔记
关于
实验笔记
新的东西
服务器搭建日志
框架与技术
科研文献笔记
编程语言
Posts
2024-03-24
2024-03-24
C
CWindowsLinux
2024-03-24
2024-03-24
P
PiOSCookie Android
2024-03-20
2024-03-20
物联网与云计算
物联网与云计算标准化在实现大规模物联网应用中扮演着至关重要的角色,其作用包括: 互操作性: 标准化确保了不同厂商生产的物联网设备和系统可以互相通
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-26
2024-01-26
目标
目标 日常编程开发
2024-01-11
2024-01-11
DNNShifter
DNNShifter Open Lottery Ticket Hypothesis (OpenLTH) 卷积、批处理归一化层
2024-01-08
2024-01-08
深度学习
深度学习深度学习是机器学习领域的一个分支,涉及使用神经网络模型来学习和执行任务。以下是一些深度学习的教程和资源,适用于不同的学习水平: 基础入
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/";
2024-01-06
2024-01-06
About
AboutWangXingHaoDyson Wang樱川琴子aka.SakuraGw_Kotoko
2024-01-03
2024-01-03
文献
文献 7-移动边缘计算_架构_应用和挑战_高志鹏 7-运营商边缘网络白皮书 史佳眉师姐论文 Edge_Intelligence_A_Computational_Task_Offloading_Scheme_for_Dependent_IoT_Application iCache_An_Importance-Sampling-Informed_Cache_for_Accelerating_I_O-Bound_DNN_Model_Training 边缘计算_万物互联时代新型计算模型_施巍松 边缘计算_
2024-01-02
2024-01-02
GitLab
GitLabyum安装sudo firewall-cmd --permanent --add-service=http sudo firewall-cmd --permanent --add-service=https sudo systemctl reload firewalld sudo yum install postfix sudo systemctl enable postfix sudo systemctl start postfix curl https://packages.gitlab.com/install/repositories/gitlab/gitlab-ce/script.rpm.sh | sudo bash yum install gitlab-ce #/etc/gitlab/gitlab.rb #external_url "http://10.0.0.1" gitlab-ctl reconfigure systemctl enable gitlab-runsvdir.service apt安装config[root
2023-12-28
2023-12-28
openmp
openmp-p1. 90-1000-146146 2. 121-1000-204525 3. 52-1000-60153 4. 36-1000-61632 5. 88-1000-174049 6. 170-171-205061 7. 144-145-235589 8. 198-199-371482 -c1. 143-21-13752 2. 106-27-6851 3. 181-21-20332 4. 73-20-3250 5. 163-30-18056
2023-11-02
2023-11-02
Gem5
Gem5
2023-09-21
2023-09-21
mariadb
mariadbinstallsudo yum install -y mariadb-server sudo systemctl status mariadb sudo systemctl start mariadb sudo systemctl enable mariadb sudo mysql_secure_installation sudo mysql
2023-09-20
2023-09-20
Https Notes
Https Notesopenssl genrsa -des3 -out ca.pass.key 2048 openssl rsa -in ca.pass.key -out ca.key openssl req -new -x509 -key ca.key -out ca.crt -days 365 openssl genrsa -des3 -out server.key 2048 openssl req -new -key server.key -out server.csr openssl x509 -req -in server.csr -CA ca.crt -CAkey ca.key -set_serial 01 -out server.crt -days 365 虚构一个CA机构 RSA# 生成CA认证机构的证
2023-09-10
2023-09-10
linux
linuxweb git nodejs docker kubernetes ngnix mariadb gitlab github
2023-06-24
2023-06-24
rocky logs
rocky logs安装环境 切换yum源nju mirror 安装net-tools git 2.39.1 tar 1.34 手动全局安装nodejs 配置npm mirror npm get registry npm config set registry https://registry.npmmirror.com yarn config get registry yarn config set registry https://registry.npmmirror.com yum-utils
Showing
19
to
36
of
62
Entries
Prev
Next
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