Linux 内核编译是使用命令make meunconfig 但是会出现以下错误。 *** Unable to find the ncurses libraries or the *** required header files. *** 'make menuconfig' requires the ncurses libraries. *** *** Install ncurses (ncurses-devel) and try again. *** make[1]: *** [scr i
Dropbox works the way you do Get to all your files from anywhere, on any device, and share them with anyone. Take your docs anywhereSave files on your computer, then access them on your phone from the road. Everything you keep in Dropbox is synced a
网络笔记
关于
Webnotes是一个免费的开源Web应用程序,可让您创建和管理笔记。 它使用简单,可离线运行,并且因为它运行在浏览器中,所以您可以在所有设备上使用它!
Webnotes UI是使用我创建的名为的组件库构建的。
入门
安装依赖
make init
测试
make test
跑
make start
部署
后端和基础架构
基础设施由Terraform管理。
make deploy
注意,对API进行更改不会触发新的部署,但是您可以通过复制deploy_api_command T
Centos7离线安装nginx
1.将包解压后传输到linux服务器上
2.进入gcc包和gcc-c++分别运行
rpm -Uvh *.rpm --nodeps --force
3.安装pcre:
tar -zxvf pcre-8.00.tar.gz
./configure
make
make install
4.安装openssl
tar -zxvf openssl-fips-2.0.16.tar.gz
./configure
make
make install
注意,这个包安装的