说明
使用MANJARO做Android开发将近3年时间了,整理下自己用到的工具,做到了基本替代Windows.
软件名称
arduino Arduino开发工具,玩esp8266用到的
calibre 电子书转换工具,mobi转epub等
cod...
问题
使用Manjaro工作大约两年了,习惯性的sudo pacman -Syyu,前一段时间更新完后,很多地方的中文字体都变成了方框。
解决方法
安装字体
sudo pacman -S wqy-bitmapfont
sudo pacman -S wqy-microhei
sud...
说明
把manjaro滚到最新版本后deepin-wine-wechat微信无法输入中文
解决方法
deepin-wine-wechat的github上给出了兼容列表
微信版本wine版本兼容性备注deepin-wine版本兼容性备注2.7.1.884....
方法
ffmpeg -v warning -ss 00:00:02 -t 2 -i 5.mp4 -vf scale=300:-1 -gifflags +transdiff -y 5.gif
-ss 截取开始时间
-t 截取时长
5.mp4 是视频名称
...
安装
pacman -S privoxy
配置
修改/etc/privoxy/config
添加:
forward-socks5 / 127.0.0.1:1080 . #ss的代理
listen-address localhost:8118
重启
...
命令
Remote
git remote set-url origin git@github.com:xfans/VirtualApp.git
git push origin master
Upstream
git remote add upstream git@github.c...
介绍
优点:
1.基于Arch,但不用折腾
2.滚动更新,但比Arch慢,比Arch更稳定
3.支持AUR仓库,软件非常多,比如deepin qq,sogou输入法等,一行命令就可以安装
4.Wiki非常丰富
缺点:
1.滚动更新,容易滚挂
安装步骤
下载
https://mir...
augmented-traffic-control
A tool to simulate network conditions,Facebook提供的一款网络环境模拟工具,可以使用他来测试App在各种网络环境下的问题。
安装环境要求
Python2.7、Django1.10.+
...
安装create_ap
pacman -S create_ap
增加一个虚拟网络接口并设置一个mac地址
sudo iw dev wlp3s0 interface add wlp3s0_ap type __ap
sudo ip link set dev wlp3s0_ap add...
查找可用内核
pacman -Ss linux-headers
安装
pacman -S linuxXY linuxXY-headers
注意:XY为你要安装的版本号,如:
pacman -S linux49 linux49-headers...