sudo apt-get update
sudo apt-get upgrade -y
sudo apt-get install apache2 -y
sudo add-apt-repository ppa:ondrej/php
sudo apt update
sudo apt install php7.1-fpm php7.1-mcrypt php7.1-cli php7.1-xml php7.1-mysql php7.1-gd php7.1-imagick php7.1-recode php7.1-tidy php7.1-xmlrpc
sudo apt-get install libapache2-mod-php7.1
sudo apt-get install php7.1-sqlite3
wget https://wordpress.org/latest.tar.gz
wget https://downloads.wordpress.org/plugin/sqlite-integration.1.8.1.zip
tar xvfz ./latest.tar.gz
unzip ./sqlite-integration.1.8.1.zip
sudo mv wordpress /var/www/html/
sudo chown -R www-data:www-data /var/www/html/wordpress
mv wp-config-sample.php wp-config.php
mv sqlite-integration /var/lib/wordpress/wp-content/plugins/
mv /var/www/html/wordpress/wp-content/plugins/sqlite-integration/db.php /var/www/html/wordpress/wp-content/
sudo service apache2 restart
IP/wordpress #start installation
Category Archives: SYSTEM
Complete Guide to Install Zotero on Ubuntu 18.04
This tutorial explains how to download and install Zotero Bibliography Tool on Ubuntu 18.04 with web browser Firefox “Quantum”. The new Firefox “Quantum” (v57 and later) is the reason why Zotero changed to be stand-alone program with its own window outside of Firefox. You will download Zotero manually, extract and setup it on your desktop menu, and then integrating it with Firefox and LibreOffice Writer. The whole steps are easy to follow for anyone. Finally, enjoy Zotero and happy researching! Continue reading Complete Guide to Install Zotero on Ubuntu 18.04
文献管理 on ubuntu and iPad
Zotero是开源、跨平台的文献管理工具,可以方便的收集,组织,引用,和共享文献的工具。
官网:https://www.zotero.org/
Zotero过去只是Firefox浏览器下的一款扩展(add-on),现在已经有了桌面版。
Zotero源代码:https://github.com/zotero
Ubuntu安装Zotero桌面版:
$ sudo add-apt-repository ppa:smathot/cogscinl
$ sudo apt-get update
$ sudo apt-get install zotero-standalone
For iPad we have: PaperShip for Mendeley & Zotero
虚拟机VirtualBox安装MAC OS 10.12教程
1,下载MAC OS 10.12.vmdk
https://pan.baidu.com/share/init?surl=o7VmnCQ 提取码:zu4w
2,首先,新建虚拟机,直接切换到专家模式,然后在名称处输入MacOS10.12,内存建议设置4096MB或者更多,虚拟硬盘选择前面下载的那个macOS 10.12 Sierra Final by TechReviews.vmdk文件,然后点击创建。 Continue reading 虚拟机VirtualBox安装MAC OS 10.12教程
Failure to download extra data files (ttf-mscorefonts-installer)
方法一:
sudo apt-get install --reinstall ttf-mscorefonts-installer
Continue reading Failure to download extra data files (ttf-mscorefonts-installer)
libpng12-0
Download Page for libpng12-0_1.2.54-1ubuntu1_amd64.deb on AMD64 machines
Ubuntu下查看Linux内核版本和系统版本
linux 检测远程端口是否打开
Linux eCryptFS 加密文件和目录 3
Ecryptfs企业级加密文件系统
cat650@163.com
安装系统时提示是否加密主文件夹,使用的就是这个加密系统:)
快速指导:Ecryptfs
Continue reading Linux eCryptFS 加密文件和目录 3