Linux install LibreOffice:

install LibreOffice:

install command:

sudo apt install ./XXX.deb

PS: don't forget the './' for the path.


git clone http://XX dictionary_path

git clone to specific dictionary.


jupyter with kernel: here, and 为Jupyter notebook增加新的kernel

1.切换到py35环境下。

2. pip install ipykernel

3. python -m ipykernel install --user --name myenv --display-name "Python (myenv)"


connect to the printer(windows domain)

http://www.winbar.dtu.dk/How-To/Laptop/Printing-from-laptop.aspx

https://ubuntuforums.org/showthread.php?t=1256134

Error, no authority about the username and password.


“Unable to locate package” while trying to install packages with APT

最新文章

  1. 翻书插件:wowbook.js
  2. Redis的安装
  3. 黄聪:基于jQuery+JSON的省市区三级地区联动
  4. BackTrack 5 开启SSHD服务
  5. css兼容各个浏览器的三角形图标
  6. Linux系统之压缩、解压缩,vi编辑器,系统初始化服务和系统监控
  7. typedef NS_OPTIONS 位移的枚举
  8. 基于Linux的oracle数据库管理 part2( 数据库 准备,安装,创建 )
  9. Linux 目录操作和4中文件拷贝效率测试
  10. a标签拨打电话、发短信、发邮件
  11. Pentaho Data Integration Step: BD Procedure Call
  12. Request.QueryString 不能像使用方法那样使用不可调用
  13. Divide Two Integers 解答
  14. 【数据处理】各门店POS销售导入
  15. Add GUI to connect to SQL
  16. 关于C#文件复制(递归)
  17. struts2自定义日期类型转换器
  18. selenium+python
  19. PXE+Kickstart 全自动安装部署CentOS7.4
  20. BZOJ 2754: [SCOI2012]喵星球上的点名 [AC自动机+map+暴力]

热门文章

  1. 解决树莓派鼠标延迟/迟滞问题-转CSDN博主“Deiki”-sunziren
  2. 一个抓猫的游戏 消遣GAME 持续更新中!
  3. Mybatis的延迟加载和立即加载
  4. 怎么解决Chrome浏览器“Failed to load resource: net::ERR_INSECURE_RESPONSE”错误?
  5. ng-简介
  6. 2019牛客多校第二场H题(悬线法)
  7. 将字符串日期格式化为yyyy-mm-dd
  8. Linux connect: Network is unreachable
  9. VPS性能测试shell工具以及锐速安装
  10. Codeforces 1304E. 1-Trees and Queries 代码(LCA 树上两点距离判奇偶)