随笔分类 -  linux

上一页 1 2 3 下一页

Unable to locate package错误解决办法
摘要:https://blog.csdn.net/u011365831/article/details/78530013 Unable to locate package错误,解决方法非常简单,终端输入以下命令即可: sudo apt-get update 究其原因,应该是刚安装,软件源还来不及更新,所以 阅读全文

posted @ 2021-06-05 13:31 cdekelon 阅读(1602) 评论(0) 推荐(0)

systemctl command not found
摘要:https://blog.csdn.net/superjunenaruto/article/details/105399039 阅读全文

posted @ 2021-06-05 13:27 cdekelon 阅读(2142) 评论(0) 推荐(0)

create user, switch user
摘要:https://unix.stackexchange.com/questions/3568/how-to-switch-between-users-on-one-terminal https://www.cyberciti.biz/faq/create-a-user-account-on-ubunt 阅读全文

posted @ 2021-06-05 13:26 cdekelon 阅读(43) 评论(0) 推荐(0)

Linux中“is not in the sudoers file”解决方法
摘要:https://blog.csdn.net/inkfish/article/details/5168676 阅读全文

posted @ 2021-06-05 13:19 cdekelon 阅读(63) 评论(0) 推荐(0)

ps auxf ps -ef ps -r cpu affinity
摘要:http://lpicentral.blogspot.com/2018/11/ps-command-in-linux-with-examples.html https://blog.dbi-services.com/taskset-a-useful-tool-to-set-cpu-affinity/ 阅读全文

posted @ 2021-03-27 23:52 cdekelon 阅读(102) 评论(0) 推荐(0)

nvidia-smi
摘要:https://nvidia.custhelp.com/app/answers/detail/a_id/3751/~/useful-nvidia-smi-queries https://manpages.ubuntu.com/manpages/precise/man1/alt-nvidia-curr 阅读全文

posted @ 2021-03-27 23:49 cdekelon 阅读(50) 评论(0) 推荐(0)

vim, sublimetext http://www.sublimetext.cn/
摘要:vim, sublimetext http://www.sublimetext.cn/ 阅读全文

posted @ 2021-01-27 21:25 cdekelon 阅读(65) 评论(0) 推荐(0)

$ sudo apt-get install firefox
摘要:$ sudo apt-get install firefox 阅读全文

posted @ 2021-01-27 18:11 cdekelon 阅读(183) 评论(0) 推荐(0)

nomachine
摘要:https://www.ncnynl.com/archives/201910/3399.html https://www.nomachine.com/download/ $ sudo dpkg -i nomachine_7.0.211_1_arm64.deb 阅读全文

posted @ 2020-12-30 19:20 cdekelon 阅读(190) 评论(0) 推荐(0)

samba server You can't access this shared folder because your organization's security policies block unauthenticated guest access. These policies help protect your PC from unsafe
摘要:https://adrianmejia.com/how-to-set-up-samba-in-ubuntu-linux-and-access-it-in-mac-os-and-windows/ "You can’t access this shared folder because your org 阅读全文

posted @ 2020-12-17 18:16 cdekelon 阅读(276) 评论(0) 推荐(0)

install xshell,xftp <You can't access this shared folder because your organization's security policies block unauthenticated guest access. These policies help protect your PC from >
摘要:You can't access this shared folder because your organization's security policies block unauthenticated guest access. These policies help protect your 阅读全文

posted @ 2020-11-12 13:11 cdekelon 阅读(547) 评论(0) 推荐(0)

GPG error: http://mirrors.cloud.aliyuncs.com/ubuntu xenial-backports InRelease
摘要:https://blog.csdn.net/gpf19930310/article/details/82461306 GPG error: http://mirrors.cloud.aliyuncs.com/ubuntu xenial-backports InRelease chmod 777 /t 阅读全文

posted @ 2020-11-06 18:15 cdekelon 阅读(744) 评论(0) 推荐(0)

startx
摘要:start the x window. 阅读全文

posted @ 2020-09-21 11:20 cdekelon 阅读(136) 评论(0) 推荐(0)

update gpu drivers
摘要:https://linuxconfig.org/how-to-install-the-nvidia-drivers-on-ubuntu-18-04-bionic-beaver-linux https://www.cyberciti.biz/faq/ubuntu-linux-install-nvidi 阅读全文

posted @ 2020-07-23 16:26 cdekelon 阅读(324) 评论(0) 推荐(0)

Find the larger files in ubuntu
摘要:$ sudo du -a /dir/ |sort -n -r |head -n 20 check the sized related to night* folder. $ du -sh night* 阅读全文

posted @ 2020-02-25 17:11 cdekelon 阅读(98) 评论(0) 推荐(0)

设置防火墙
摘要:http://blog.itpub.net/29371470/viewspace-2156416/ [root@localhost ~]# iptables -I INPUT -p tcp --dport 5901 -j ACCEPT [root@localhost ~]# iptables -I 阅读全文

posted @ 2019-12-19 14:15 cdekelon 阅读(105) 评论(0) 推荐(0)

Ubuntu log /var/log/kern.log 没有message?
摘要:log setting /etc/rsyslog.d/50-default https://blog.csdn.net/u011723812/article/details/77389105 http://blog.chinaunix.net/uid-26569496-id-3199434.html 阅读全文

posted @ 2019-06-13 11:41 cdekelon 阅读(441) 评论(0) 推荐(0)

dmesg 大小
摘要:https://zhidao.baidu.com/question/579404137.html 阅读全文

posted @ 2019-06-04 11:16 cdekelon 阅读(328) 评论(0) 推荐(0)

Jenkins
摘要:https://blog.csdn.net/fst438060684/article/details/80685667 https://blog.csdn.net/miss1181248983/article/details/82840006 https://www.w3cschool.cn/jen 阅读全文

posted @ 2019-05-30 13:05 cdekelon 阅读(101) 评论(0) 推荐(0)

Linux下生成patch和打patch
摘要:$ diff -up svc.orig.c svc.c > patchhttps://www.cnblogs.com/aaronLinux/p/5860552.html 阅读全文

posted @ 2019-04-24 14:27 cdekelon 阅读(296) 评论(0) 推荐(0)

上一页 1 2 3 下一页

导航