会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
重积德
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
下一页
2020年6月19日
manjaro+apache+django+mod_wsgi 安装
摘要: 感叹一下:https://wiki.archlinux.org太强大了 Manjaro下自带了python 主要需要安装apache+mod_wsgi arch linux系列的apache与ubuntu系列的目录有些不同,比如配置文件为/etc/httpd/conf/httpd.conf http
阅读全文
posted @ 2020-06-19 00:19 重积德
阅读(338)
评论(0)
推荐(1)
2020年6月15日
arch linux或 Manjaro下安装 微信 wechat deepin-wine-wechat
摘要: 首先安装yay: sudo pacman -S yay deepin-wechat解决了各种冲突,比较好用 在arch linux 或 Manjaro下,运行下面命令: yay -S deepin-wine-wechat 参见: https://aur.archlinux.org/packages/
阅读全文
posted @ 2020-06-15 15:14 重积德
阅读(11030)
评论(0)
推荐(0)
2020年6月14日
虚拟机Manjaro启动黑屏解决方法
摘要: 启动系统,按ESC键,进入GRUB页面,进入到命令行 1. Start up your computer and when you see the Grub screen, do the following: 2. In the Grub menu press the ‘e’ key to edit
阅读全文
posted @ 2020-06-14 22:22 重积德
阅读(2668)
评论(0)
推荐(0)
linux 命令行 Pulse Secure, 用Openconnect
摘要: 比如外网要连中关村文理学院,必须通过Pulse Secure。首先安装Openconnect: sudo apt install openconnect 命令行: sudo openconnect --juniper https://vpn.pku.edu.cn -u yourusername 之后
阅读全文
posted @ 2020-06-14 16:17 重积德
阅读(2520)
评论(0)
推荐(1)
安装linux下文件搜索工具ANGRYsearch,与windows下Everything类似
摘要: 感觉ANGRYsearch没有Fsearch好用,但是也可以备用. 代码仓库: https://github.com/DoTheEvo/ANGRYsearch 首先要安装python3-pyqt5 sudo apt install python3-pyqt5 获取 wget https://gith
阅读全文
posted @ 2020-06-14 15:35 重积德
阅读(775)
评论(0)
推荐(0)
windows常用软件、Linux软件对比
摘要: windows常用软件、Linux软件对比 本页随时更新 类别 windows软件 Linux软件(图形) Linux软件(命令行) Android软件 文本编辑 EmEditor、Notepad++ gvim,Emacs,Gedit、xed vim、Emacs、nano、jed 图像浏览 ACDS
阅读全文
posted @ 2020-06-14 13:03 重积德
阅读(980)
评论(0)
推荐(0)
在linux下双击用wine软件的打开
摘要: 关于wine的安装使用,请自行查询有关资料。这里只说在linux下如何双击直接用wine的软件打开。 以笔者在windows下习惯使用的Emeditor、UnicornViewer为例。 在/usr/share/applications/下新建一个desktop文件 sudo vim /usr/sh
阅读全文
posted @ 2020-06-14 12:01 重积德
阅读(987)
评论(0)
推荐(0)
2020年6月13日
好用的Linux下PDF编辑批注软件PDF Studio Pro 11
摘要: 在Windows下,常用foxit phantom,既能查看PDF,又能修改页面,还能各种批注。linux下,Evince查看、文本注释、高亮注释还不错。但是功能就这么多了,要更多的话,修改用pdfedit、pdf mod,加注记用Xournal,合并用pdktk等等。难道没有更强大的了吗?找到PD
阅读全文
posted @ 2020-06-13 00:20 重积德
阅读(2175)
评论(0)
推荐(0)
2020年6月11日
python multiprocessing.pool.apply_async 占用内存多 解决方法
摘要: multiprocessing.pool.apply_async 可以执行并行的进程,但是会将所有进程先读入列表,对于不是很多数量的进程来说没有问题,但是如果进程数量很多,比如100万条,1000万条,而进程不能很快完成,内存就会占用很多,甚至挤爆内存。那么如何限制内存的占有量呢。网上查询,找到一种
阅读全文
posted @ 2020-06-11 18:55 重积德
阅读(6347)
评论(0)
推荐(1)
linux 版 Fiddler 抓包软件的安装
摘要: 从这个链接下载: https://www.telerik.com/download/fiddler-everywhere 输入邮箱地址与地区信息,就可以下载了。 当前的下载链接为: https://downloads.getfiddler.com/linux/fiddler-everywhere-0
阅读全文
posted @ 2020-06-11 11:31 重积德
阅读(1557)
评论(0)
推荐(0)
上一页
1
2
3
4
5
下一页
公告