会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
xuejianbest
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
25
26
27
28
29
30
31
32
33
···
38
下一页
2018年12月19日
weka机器学习算法示例
摘要: https://github.com/xuejianbest/weka_test
阅读全文
posted @ 2018-12-19 11:04 xuejianbest
阅读(195)
评论(0)
推荐(0)
编辑
Ubuntu:安装pip3
摘要: 安装:sudo apt-get install python3-pip使用其安装软件:sudo pip3 install lxmlsudo pip3 install urllib3 --ignore-installed urllib3 #忽略旧版本升级sud...
阅读全文
posted @ 2018-12-19 11:03 xuejianbest
阅读(1195)
评论(0)
推荐(0)
编辑
2018年12月18日
Ubuntu:安装deb文件包
摘要: 安装deb文件包:sudo dpkg -i *.deb#如果报依赖错误执行下面语句再试sudo apt-get -f --fix-missing install
阅读全文
posted @ 2018-12-18 10:13 xuejianbest
阅读(203)
评论(0)
推荐(0)
编辑
Ubuntu:安装TeamViewer
摘要: 下载:https://www.teamviewer.com/zhcn/download/linux/安装:sudo dpkg -i teamviewer_*.deb#如果报依赖错误执行下面语句再试sudo apt-get -f --fix-missing i...
阅读全文
posted @ 2018-12-18 10:13 xuejianbest
阅读(107)
评论(0)
推荐(0)
编辑
Ubuntu:命令行安装可视化界面
摘要: 方案a:sudo apt-get install xinitsudo apt-get install gdmsudo apt-get install ubuntu-desktop #此步骤中间会让选择一个,都可。方案b:apt-get install xfc...
阅读全文
posted @ 2018-12-18 10:13 xuejianbest
阅读(2950)
评论(0)
推荐(0)
编辑
shell命令:sed命令
摘要: 用法: sed [选项]... {脚本(如果没有其他脚本)} [输入文件]... -n, --quiet, --silent 取消自动打印模式空间 -e 脚本, --expression=脚本 ...
阅读全文
posted @ 2018-12-18 10:12 xuejianbest
阅读(367)
评论(0)
推荐(0)
编辑
shell命令:sleep命令
摘要: 等待2秒:sleep 2
阅读全文
posted @ 2018-12-18 10:12 xuejianbest
阅读(269)
评论(0)
推荐(0)
编辑
crontab定时任务最佳实践
摘要: 用crontab定时执行脚本时,可能存在没有设置环境变量的问题,也可能不是在脚本所在目录执行脚本,但写脚本引用文件时一般都用相对路径(相对于脚本所在目录)。这些坑都可能导致正常的脚本在crontab环境下执行失败。下面是一个提交crontab任务的脚本,可以...
阅读全文
posted @ 2018-12-18 10:12 xuejianbest
阅读(308)
评论(0)
推荐(0)
编辑
shell命令:crontab 定时任务
摘要: 参考 crontab定时任务最佳实践查看服务状态:service crond status使用crontab能够定时执行命令和脚本:usage: crontab [-u user] file crontab [ -u user ] [ -i ] { ...
阅读全文
posted @ 2018-12-18 10:12 xuejianbest
阅读(432)
评论(0)
推荐(0)
编辑
shell命令:ls命令
摘要: ls:#按文件从大到小:ls -S# 按文件从小到大ls -Srls -Srlh输出000.mp3到049.mp3:ls | grep .*[0-4][0-9].mp3 | tr "\n" " "# 将其打包tar -czf t.tar `ls | grep...
阅读全文
posted @ 2018-12-18 10:12 xuejianbest
阅读(960)
评论(0)
推荐(0)
编辑
上一页
1
···
25
26
27
28
29
30
31
32
33
···
38
下一页
公告