上一页 1 2 3 4 5 6 7 8 9 10 ··· 40 下一页
  2018年9月29日
摘要: 原文 https://dev.to/dnamsons/ruby-debugging-in-vscode-3bkj https://github.com/Microsoft/vscode-recipes/blob/2174a750102a76142378ea08dbbb4a576dc6d1d5/deb 阅读全文
posted @ 2018-09-29 18:57 c3tc3tc3t 阅读(213) 评论(0) 推荐(0)
  2018年8月21日
摘要: -In your home directory open /.local/share/applications/-Right click in this folder and create a empty desktop file-Open this file with gedit and past 阅读全文
posted @ 2018-08-21 19:37 c3tc3tc3t 阅读(284) 评论(0) 推荐(0)
  2018年8月13日
摘要: split -l 100 ./x01.txt -d -a 3 --additional-suffix=.txt 将 x01.txt文件,-l 100 按照每个100行, -d 以数字累加, -a 3 累加数字宽度3位 后缀名是.txt 阅读全文
posted @ 2018-08-13 15:30 c3tc3tc3t 阅读(231) 评论(0) 推荐(1)
  2018年7月23日
摘要: 1 sudo pacman -Rsn $(pacman -Qdtq) 2 sudo pacman -Scc 3 sudo rm /var/lib/systemd/coredump/. 4 sudo journalctl --vacuum-size=50M 阅读全文
posted @ 2018-07-23 20:05 c3tc3tc3t 阅读(2626) 评论(0) 推荐(0)
  2018年7月21日
摘要: 1 https://github.com/guard/listen/wiki/Increasing-the-amount-of-inotify-watchers#the-technical-details 1 https://stackoverflow.com/questions/22475849/node-js-error-enospc For Arch Linux add this ... 阅读全文
posted @ 2018-07-21 12:39 c3tc3tc3t 阅读(332) 评论(0) 推荐(0)
  2018年7月13日
摘要: https://manjaro-tutorial.blogspot.com/2016/12/how-to-install-docker-on-manjaro-1610.html Open Terminal console and type the following command to insta 阅读全文
posted @ 2018-07-13 19:00 c3tc3tc3t 阅读(144) 评论(0) 推荐(0)
  2018年7月11日
摘要: with the following contents: Regenerate the kernel initramfs: and finally: reboot 阅读全文
posted @ 2018-07-11 11:21 c3tc3tc3t 阅读(250) 评论(0) 推荐(0)
  2018年7月10日
摘要: 安装后就可以先配置国内的软件源。使用以下命令: #排列源 sudo pacman-mirrors -g https://www.jianshu.com/p/f2c9ee00698c https://www.cnblogs.com/reddusty/p/5098005.html [archlinuxc 阅读全文
posted @ 2018-07-10 21:57 c3tc3tc3t 阅读(479) 评论(0) 推荐(0)
  2018年7月7日
摘要: Python3: ImportError: No module named '_ctypes' 解决 WARNING: The Python bz2 extension was not compiled. Missing the bzip2 lib? 解决 安装pyqt5 阅读全文
posted @ 2018-07-07 09:49 c3tc3tc3t 阅读(536) 评论(0) 推荐(0)
  2018年7月5日
摘要: 1 https://github.com/shageman/cobradeps 阅读全文
posted @ 2018-07-05 15:01 c3tc3tc3t 阅读(133) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 9 10 ··· 40 下一页