上一页 1 ··· 18 19 20 21 22 23 24 25 26 ··· 41 下一页
摘要: JAVA_HOME C:\Program Files\Java\jdk1.8.0;CLASSPATH .;%JAVA_HOME%\lib\dt.jar;%JAVA_HOME%\lib\tools.jar;Path %JAVA_HOME%\bin;%JAVA_HOME%\jre\bin; 阅读全文
posted @ 2021-01-15 10:49 Clotho_Lee 阅读(53) 评论(0) 推荐(0)
摘要: usage: netstat [-veenNcCF] [<Af>] -r netstat {-V|--version|-h|--help} netstat [-vnNcaeol] [<Socket> ...] netstat { [-veenNac] -I[<Iface>] | [-veenNac] 阅读全文
posted @ 2021-01-13 00:29 Clotho_Lee 阅读(63) 评论(0) 推荐(0)
摘要: 前言 敏捷开发本身并不是一种方法论,而是一个总称,描述了几种敏捷方法。包括:ScrumCrystalXP(Extreme Programming)AUP(Agile Unified Process)LSD(Lean Software Development)FDD(Feature Driven De 阅读全文
posted @ 2021-01-08 10:56 Clotho_Lee 阅读(2207) 评论(0) 推荐(0)
摘要: 正常情况是所有都为0,这里是有6个软件未升级。 sudo apt-get dist-upgrade 阅读全文
posted @ 2021-01-05 18:03 Clotho_Lee 阅读(2016) 评论(0) 推荐(0)
摘要: 用apt-get工具进行安装或卸载时提示“dpkg: error processing package xxx (--configure)”错误。 1.登录root用户su 2.运行以下命令 mv /var/lib/dpkg/info/ /var/lib/dpkg/info_old/ mkdir / 阅读全文
posted @ 2021-01-05 18:02 Clotho_Lee 阅读(7648) 评论(0) 推荐(1)
摘要: 1.直接把服务器目录改成/tmp。因为/tmp的操作权限较低,所以可以成功。cd /tmp pwd 查看当前目录ls 查看当前目录下文件 2.配置sshd_config文件sudo vim /etc/ssh/sshd_config # 在AllowUsers属性后面加上root然后重启sshd即可/ 阅读全文
posted @ 2021-01-05 17:58 Clotho_Lee 阅读(2192) 评论(0) 推荐(0)
摘要: 一、移动光标h j k l 上 下 左 右ctrl-y 上移一行ctrl-e 下移一行ctrl-u 上翻半页(up)ctrl-d 下翻半页(down)ctrl-f 上翻一页(forward)ctrl-b 下翻一页(backward)w 跳到下一个字首,按标点或单词分割W 跳到下一个字首,长跳,如en 阅读全文
posted @ 2021-01-05 17:55 Clotho_Lee 阅读(407) 评论(0) 推荐(0)
摘要: apt-get install或apt-get purge时报错“files list file for package 'xxx' missing; assuming package has no files currently installed”,其中xxx是具体的包名。 方法1:sudo a 阅读全文
posted @ 2021-01-05 17:54 Clotho_Lee 阅读(1421) 评论(0) 推荐(0)
摘要: 在Ubuntu 16.04及多数Linux版本中,如需要修改hostname,直接修改/etc/hostname文件即可。但是在Ubuntu 18.04及18.10中,修改/etc/hostname文件后,重启电脑就会恢复原始的设置。 原因:Ubuntu在新版中默认安装了cloud-init工具,是 阅读全文
posted @ 2021-01-05 17:52 Clotho_Lee 阅读(1594) 评论(0) 推荐(0)
摘要: 1.登录root用户 su 2.先备份原来的源列表文件 mv /etc/apt/sources.list /etc/apt/sourses.list.backup 3.新建源列表文件 vim /etc/apt/sources.list 4.加入源的地址(推荐用阿里云源)deb http://mirr 阅读全文
posted @ 2021-01-05 17:49 Clotho_Lee 阅读(209) 评论(0) 推荐(0)
上一页 1 ··· 18 19 20 21 22 23 24 25 26 ··· 41 下一页