随笔分类 -  linux

1 2 3 下一页

top usage
摘要:https://www.cnblogs.com/dragonsuc/p/5512797.html 阅读全文

posted @ 2022-10-27 14:24 cdekelon 阅读(14) 评论(0) 推荐(0) 编辑

if cannot vim, just run nano
摘要:sudo nano -w /etc/sudoershttps://stackoverflow.com/questions/58195304/how-to-fix-etc-sudoers-syntax-error-near-line-number 阅读全文

posted @ 2022-06-27 09:04 cdekelon 阅读(10) 评论(0) 推荐(0) 编辑

rename network interfaces on Linux eth0
摘要:https://support.mellanox.com/s/article/howto-change-network-interface-name-in-linux-permanently 阅读全文

posted @ 2022-05-20 11:11 cdekelon 阅读(12) 评论(0) 推荐(0) 编辑

$ sudo apt-get install gcc-11
摘要:$ sudo apt-get install gcc-11 $ sudo apt-get install gdb 阅读全文

posted @ 2022-05-11 22:14 cdekelon 阅读(78) 评论(0) 推荐(0) 编辑

mount nfs
摘要:https://www.answertopia.com/ubuntu/using-nfs-to-share-ubuntu-files-with-remote-systems/ $ sudo vim /etc/exports /mnt/nfs_share *(insecure,rw,sync,no_s 阅读全文

posted @ 2022-05-06 09:57 cdekelon 阅读(85) 评论(0) 推荐(0) 编辑

login auto via putty
摘要:/mnt/c/Users/name/Downloads/PuTTY putty.exe -ssh test@10.xx.171.170 -pw password -m "cmd.txt" putty.exe -ssh test@10.xx.171.170 -pw password -m "cmd.t 阅读全文

posted @ 2022-03-26 21:50 cdekelon 阅读(30) 评论(0) 推荐(0) 编辑

cut head paste
摘要:#cut -d"," -f84 yolov4_training_log_cspdarknet53.csv #cut -d"," -f1,84 yolov4_training_log_cspdarknet53.csv # cut -d'"' -f4,10 data/an4_converted/test 阅读全文

posted @ 2022-01-28 18:33 cdekelon 阅读(11) 评论(0) 推荐(0) 编辑

create zip file
摘要:https://www.tecmint.com/unzip-extract-zip-files-to-specific-directory-in-linux/ $ zip -r xxx.zip . $unzip xxx.zip -d /raid/ 阅读全文

posted @ 2022-01-21 23:49 cdekelon 阅读(22) 评论(0) 推荐(0) 编辑

截屏
摘要:微软在Win10系统中已经内置了好几种截屏的方法,功能强大、快捷一、Win10 截屏工具 在Win10开始菜单中直接输入"截屏"便可以打开自带截屏工具, 点击新建便可以进行截屏操作 在模式选项中可以选择截图模式 不必是矩形,可以用任意形式截图 延迟选项卡中可以选择延迟N秒后进行截图 在截图完毕后,可 阅读全文

posted @ 2021-11-25 09:49 cdekelon 阅读(214) 评论(0) 推荐(0) 编辑

pscp scp ftp samba windows send files to linux
摘要:Open Windows power shell, then run pscp PS C:\Users\xxx\Downloads> pscp test.tgz xxx@aa.bb.cc.18:/temp/ test.tgz | 48384 kB | 2304.0 kB/s | ETA: 00:12 阅读全文

posted @ 2021-11-19 22:59 cdekelon 阅读(90) 评论(0) 推荐(0) 编辑

download samba server file
摘要:# apt-get install smbclientReading package lists... DoneBuilding dependency treeReading state information... DoneThe following additional packages wil 阅读全文

posted @ 2021-11-19 22:43 cdekelon 阅读(77) 评论(0) 推荐(0) 编辑

ps -aux https://www.cnblogs.com/morganh/articles/9707610.html (ps -auxwwf)
摘要:https://topic.alibabacloud.com/a/what-does-linux-ps-state-sl-mean-__linux_1_16_20214630.html PS looked at the state, found that the state is sl+, In L 阅读全文

posted @ 2021-11-06 00:47 cdekelon 阅读(24) 评论(0) 推荐(0) 编辑

Is it correct that "nvidia-smi" on Docker does not show "Processes"?
摘要:https://stackoverflow.com/questions/63654885/is-it-correct-that-nvidia-smi-on-docker-does-not-show-processes Solution: https://github.com/matpool/mpu 阅读全文

posted @ 2021-11-06 00:36 cdekelon 阅读(75) 评论(0) 推荐(0) 编辑

iconv -f utf-8 -t ascii text.txt
摘要:https://www.cnblogs.com/chucklu/p/6874820.html (good) https://www.jianshu.com/p/e487e89c2a4e https://milosophical.me/blog/2018/latin1-to-utf8.html 阅读全文

posted @ 2021-11-03 15:56 cdekelon 阅读(73) 评论(0) 推荐(0) 编辑

dpkg -l | grep -i opengl
摘要:dpkg -l | grep -i opengl 阅读全文

posted @ 2021-10-16 20:42 cdekelon 阅读(44) 评论(0) 推荐(0) 编辑

opengl driver
摘要:https://developer.nvidia.com/opengl-driver 阅读全文

posted @ 2021-10-16 20:26 cdekelon 阅读(47) 评论(0) 推荐(0) 编辑

remove ad of chrome how to block ad of newssysstem.net
摘要:https://malwaretips.com/blogs/remove-newssysstem-net/ 阅读全文

posted @ 2021-09-10 08:53 cdekelon 阅读(18) 评论(0) 推荐(0) 编辑

telnet server port-name
摘要:https://www.cnblogs.com/peida/archive/2013/03/13/2956992.html $ telnet 192.168.10.224 50051 https://unix.stackexchange.com/questions/500385/telnet-ret 阅读全文

posted @ 2021-08-06 23:07 cdekelon 阅读(23) 评论(0) 推荐(0) 编辑

WSL2 windows 安装linux
摘要:恢复内容开始 null 恢复内容结束 阅读全文

posted @ 2021-06-09 17:29 cdekelon 阅读(21) 评论(0) 推荐(0) 编辑

HTTP request sent, awaiting response... 403
摘要:http://blog.itpub.net/32980/viewspace-1036527/ https://unix.stackexchange.com/questions/139698/why-would-curl-and-wget-result-in-a-403-forbidden https 阅读全文

posted @ 2021-06-08 10:35 cdekelon 阅读(1833) 评论(0) 推荐(0) 编辑

1 2 3 下一页
< 2025年2月 >
26 27 28 29 30 31 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 1
2 3 4 5 6 7 8

导航

统计

点击右上角即可分享
微信分享提示