pve下crontab Linux
因为pve是基于debian的平台并且直接运行就是root
所以没有用户crontab
crontab -l 并没有反应。。。
改etc的配置
vi /etc/crontab
# Example of job definition:
# .---------------- m...
windows下装unsloth,deepspeed==0.15.1 软件
https://github.com/leejohannes/unsloth_Windows_conda
思考过程很混乱,请参考上面发在github上的安装过程。
目前按照
https://github.com/unslothai/unsloth
提示的
xfrom安装不到合适的版本
...
docker安装到非默认路径 软件
cmd中输入以下
start /w "" "Docker Desktop Installer.exe" install --installation-dir="H:\F\Program Files\Docker" --wsl-default-data-root="H:\F\Program Files\Docker\wsl"
...
ZeroTier 服务的iptables 设置 Linux
iptables -A INPUT -i zt+ -j ACCEPT
iptables -A INPUT -i ens33 -p udp --sport 9993 -j ACCEPT
service iptables save
ip6tables -A INPUT -i zt+ -j ACCEPT
...
Cadence Genus取消hierarchy合并(ungroup) Cadence
强行合并所有层hierarchy
ungroup -all
不合并
不要设置上面的ungroup
set_db auto_ungroup none
或者具体的module中改掉 ungroup_ok
用Genus synthesis后缺少VDD VSS 问题 Cadence
您要是有功夫就手动一个个改sch。。。
原则上是因为综合的timing lib中就不带VDD 和 VSS,所以导致的netlist不带vdd和vss
也就是最后生成的sch不带
解决办法
1. genus加生成power的指令,我...
netplwiz 让widows自动登录 软件
`win+r` `regedit`
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\PasswordLess\Device
DevicePasswordLessBuildVersion
从2改成0
Windows Registry Editor ...
VMware关机重启自动挂起虚拟机,开机自动恢复挂起的虚拟机 软件
https://github.com/leejohannes/VM-Windows-Auto-Suspend-and-Autostart
就是添加几个bat脚本,
记录下挂起还有启动的日志
关机的时候通过组策略自动运行记录,
开机的时候逐个恢复
后来发现根本执...
最好的文本编辑器 gvim 软件
https://www.vim.org/download.php
在安装目录中_vimrc 修改,需要管理员权限
set nu!
set guioptions=egmrLTbl
set langmenu=en_US
let $LA...