2、Ubuntu 20.04 从零开始安装MySQL 8.0并重置root密码
3、ubuntu 20.04安装nginx + php7.4过程
8、ubuntu不小心使用sudo chmod -R 777 / 修改根目录权限问题修复
https://www.cnblogs.com/sanlilin/p/14239485.html
#kook.com
# Virtual Host configuration for example.com # # You can move that to a different file under sites-available/ and symlink that # to sites-enabled/ to enable it. # server { listen 80; listen [::]:80; server_name kooyee.com; root /var/www/kooyee.com/public; index index.php index.html; # location / { # try_files $uri $uri/ =404; # } location ~ .php$ { include snippets/fastcgi-php.conf; # # # With php-fpm (or other unix sockets): fastcgi_pass unix:/run/php/php7.4-fpm.sock; } #添加thinkPHP6伪静态 location / { if (!-e $request_filename) { rewrite ^/(.*)$ /index.php?s=$1 last; break; } } }
11、phpstrom 无限30天激活工具
https://github.com/MITZ1979/devtools/
https://gitee.com/pengzhile/ide-eval-resetter/
12、ubuntu20.04 启用root用户登录系统
13、ubuntu21.6 安装Atom
http://atom.baisheng999.com/anzhuang.html
14、Ubuntu18.04 最简单远程桌面
15、Ubuntu18.04美化(Mac OS主题) 美化小白专用(转载)
16、 google上网
18、如何在ubuntu 20.04以及ubuntu 18.04安装微信
工具篇
2、atom php 方法跳转,推荐几个Atom插件,其中有让代码跳转到声明处的
3、vscode root 用户运行
sudo code --user-data-dir ="~/.vscode-root"
5、Visual Studio Code(vs code)函数跳转跟踪
7、宝塔安装composer,出现 putenv() has been disabled for security reasons
8、[Symfony Component Process Exception RuntimeException] The Process class relies on proc_open, which
9、Linux宝塔安装Thinkphp6遇到的问题及解决方式
10、移除apt源_apt提示处理归档 (--unpack)时出错的解决办法
11、npm 淘宝镜像的安装