06 2020 档案
摘要:要将manjaro作为服务器, 开机进入CLI比较好 systemctl set-default multi-user.target 要进入GUI,只需要startx就可以。 从GUI返回到CLI,只需要“注销”,就回到了CLI。想再次修改为默认进入GUI界面, 执行 systemctl set-d
阅读全文
摘要:参见以下文章: 搜索神器Everything的HTTP服务器高级使用篇 https://www.jianshu.com/p/95805796a713 官方说明文档: https://www.voidtools.com/zh-cn/support/everything/http/
阅读全文
摘要:下载花生壳的deb包 wget http://download.oray.com/peanuthull/linux/phddns_3.0_x86_64.deb 安装yay sudo pacman -S yay 用yay安装debtap yay -S debtap 更新debtap sudo debt
阅读全文
摘要:感叹一下:https://wiki.archlinux.org太强大了 Manjaro下自带了python 主要需要安装apache+mod_wsgi arch linux系列的apache与ubuntu系列的目录有些不同,比如配置文件为/etc/httpd/conf/httpd.conf http
阅读全文
摘要:首先安装yay: sudo pacman -S yay deepin-wechat解决了各种冲突,比较好用 在arch linux 或 Manjaro下,运行下面命令: yay -S deepin-wine-wechat 参见: https://aur.archlinux.org/packages/
阅读全文
摘要:启动系统,按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
阅读全文
摘要:比如外网要连中关村文理学院,必须通过Pulse Secure。首先安装Openconnect: sudo apt install openconnect 命令行: sudo openconnect --juniper https://vpn.pku.edu.cn -u yourusername 之后
阅读全文
摘要:感觉ANGRYsearch没有Fsearch好用,但是也可以备用. 代码仓库: https://github.com/DoTheEvo/ANGRYsearch 首先要安装python3-pyqt5 sudo apt install python3-pyqt5 获取 wget https://gith
阅读全文
摘要:windows常用软件、Linux软件对比 本页随时更新 类别 windows软件 Linux软件(图形) Linux软件(命令行) Android软件 文本编辑 EmEditor、Notepad++ gvim,Emacs,Gedit、xed vim、Emacs、nano、jed 图像浏览 ACDS
阅读全文
摘要:关于wine的安装使用,请自行查询有关资料。这里只说在linux下如何双击直接用wine的软件打开。 以笔者在windows下习惯使用的Emeditor、UnicornViewer为例。 在/usr/share/applications/下新建一个desktop文件 sudo vim /usr/sh
阅读全文
摘要:在Windows下,常用foxit phantom,既能查看PDF,又能修改页面,还能各种批注。linux下,Evince查看、文本注释、高亮注释还不错。但是功能就这么多了,要更多的话,修改用pdfedit、pdf mod,加注记用Xournal,合并用pdktk等等。难道没有更强大的了吗?找到PD
阅读全文
摘要:multiprocessing.pool.apply_async 可以执行并行的进程,但是会将所有进程先读入列表,对于不是很多数量的进程来说没有问题,但是如果进程数量很多,比如100万条,1000万条,而进程不能很快完成,内存就会占用很多,甚至挤爆内存。那么如何限制内存的占有量呢。网上查询,找到一种
阅读全文
摘要:从这个链接下载: https://www.telerik.com/download/fiddler-everywhere 输入邮箱地址与地区信息,就可以下载了。 当前的下载链接为: https://downloads.getfiddler.com/linux/fiddler-everywhere-0
阅读全文
摘要:现在还是beta版 https://github.com/cboxdoerfer/fsearch 安装方法指引 https://github.com/cboxdoerfer/fsearch/wiki/Build-instructions 用编译的方法安装: 1. Install build depe
阅读全文
摘要:cmd代码比较复杂,用python删除空文件夹,但一时没有找到符合的代码,于是自己写了一点 import os folder='D:/folder/' subdir_list = os.listdir(folder) for cur_dir in subdir_list: cur_path=fold
阅读全文
摘要:原Wordpress部署在Windows下,迁移部署到Ubuntu18.04下, 新环境为Apache2,MySQL5.7,PHP7.0 ubuntu软件安装配置 https://www.cnblogs.com/Minstrel223/p/12306584.html 在root用户下操作,可以不使用
阅读全文
摘要:安装最新版Arch Linux,遇到一些想不到的问题,记录一下。 官方说明页面: https://wiki.archlinux.org/index.php/Installation_guide 主要参考以下文章: https://blog.csdn.net/r8l8q8/article/detail
阅读全文
摘要:安装Mono,测试aspx页面 第一步:Add the Mono repository to your system 按照 https://www.mono-project.com/download/stable/#download-lin-ubuntu 比如Ubuntu 18.04使用以下命令 s
阅读全文
摘要:Ubuntu上安装有python2.7,也安装了python3.6,需要重新编译mod_wsgi,与Python版本对应。 安装主要参考一下文章: https://blog.csdn.net/q_quanting/article/details/81940193 启动apache2 sudo a2e
阅读全文
摘要:按照一下文章安装 https://blog.csdn.net/t8116189520/article/details/81976755 首页运行 yum install zlib-devel bzip2-devel openssl-devel ncurses-devel sqlite-devel r
阅读全文

浙公网安备 33010602011771号