alias setproxy='export HTTP_PROXY=http://127.0.0.1:7890;export HTTPS_PROXY=http://127.0.0.1:7890;export ALL_PROXY=socks5://127.0.0.1:7891' alias unsetproxy='unset HTTP_PROXY HTTPS_PROXY ALL_PROXY' alias setgitproxy='git config --global http.proxy "http://127.0.0.1:7890";git config -...
run this command # sudo chmod +x xampp-linux-x64-8.2.12-0-installer.run and install xampp with # ./xampp-linux-x64-8.2.12-0-installer.run install other package # sudo pacman -S libxcrypt-compat and # sudo pacman -S net-tools after install start xampp apache with this command # /...
Windows 安装程序会创建一个 100MiB 的 EFI 系统分区,一般并不足以放下双系统所需要的所有文件(即 Linux 的 GRUB 文件),可以在将 Windows 安装到盘上之前就用 Arch 安装媒体创建一个较大的 EFI 系统分区(建议多于 256MiB),之后 Windows 安装程序将会使用你自己创建的 EFI 分区,而不是再创建一个 关闭快速启动...
$ Command (mforhelp): t Partition number (1-3, default3):1Partition type or alias (type L to list all):1Changed type of partition'Linux filesystem'to'EFI System'. ## 查看分区情况. $ Command (mforhelp): p Disk/dev/sda:50GiB,53687091200bytes,104857600sectors Disk model: Virtual Disk...
Arch linux LXR 安装过程 参考网页: http://lxr.sourceforge.net/en/1-0-InstallSteps/1-0-install.php 我选择的版本:2.2, 我自己的操作系统是arch linux 安装必要环境: perl:sudo pacman -S perl ctags: sudo pacman -S ctags MariaDB:sudo pacman -S mariadb...
alias /usr/share/webapps/phpMyAdmin; index index.php; try_files $uri $uri/ =404; } location ~ \.php$ { include fastcgi_params; fastcgi_pass unix:/run/php-fpm/php-fpm.sock; fastcgi_index index.php; fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name; ...
Step 8: Install PhpMyAdmin in Arch Linux 22.If you don’t master the MySQL command line and want simple remote access to the MySQL database provided through the web interface then you need thePhpMyAdminpackage installed on your Arch box. ...
用linux很久了,一直用mutt和thunderbird作为邮箱客户端,之前mutt的配置是fetchmail+procmail+mutt+msmtp,但是后来发现使用imap的时候offflineimap更好用,procmail对我其实基本无用,遂改成offlineimap+mutt+msmtp的配置,多说无益,直入主题。 今天主要还是存一下个人对offlineimap+mutt+msmtp的粗浅理解,并供大家一起参考,主...
个人建议是第一步配置offlineimap,配置完成后配置mutt,最后配置msmtp,刚开始接触linux下命令行下使用imap收邮件的时候,第一步就开始配置mutt,一头雾水,根本都搞不明白mutt各个配置的含义。 先看一下官方minial的配置文件。格式基本不用改,只要了解大概含义,general是通用配置,accounts的设置就在这里,像我有好几个邮箱...
arm-linux-gcc : v7.4.1 20181213 [linaro-7.4-2019.02 revision 56ec6f6b99cc167ff0c2f8e1a2eed33b1edc85d4] QEMU 介绍 Qemu 是纯软件实现的虚拟化模拟器,几乎可以模拟任何硬件设备,我们最熟悉的就是能够模拟一台能够独立运行操作系统的虚拟机,虚拟机认为自己和硬件打交道,但其实是和 Qemu 模拟出来的硬件...