由 hrs, 2 七月, 2021 linux fdisk 命令的使用方法 用法: fdisk [options] <disk> change partition table fdisk [options] -l [<disk>...] list partition table(s) 显示或操作磁盘分区表。 文章标签 command
由 hrs, 2 七月, 2021 ubuntu apt 常用的软件源地址 ubuntu 配置源地址修改etc/apt/sources.list文件sudo vim /etc/apt/sources.list国内163 源地址deb http 文章标签 源地址
由 hrs, 1 七月, 2021 ubuntu apt 和apt-get 常用命令 apt 命令 用法: apt [选项] 命令 命令行软件包管理器 apt 提供软件包搜索,管理和信息查询等功能。 它提供的功能与其他 APT 工具相同(像 apt-get 和 apt-cache), 但是默认情况下被设置得更适合交互。 文章标签 apt
由 hrs, 28 六月, 2021 Ubuntu 20.04.2 LTS 使用composer安装 drush 教程 使用composer 安装drushcomposer require drush/drush 安装Drush Launcherwget -O drush.phar https://github.com/drush-ops/drush-launcher/releases/latest/download/drush.phar 文章标签 drush
由 hrs, 27 六月, 2021 使用composer管理drupal 命令手册 composer create-project drupal/recommended-project:8.9.2 my_site_name_dir 创建一个项目命令 适用 Drupal 8 和 Drupal 9 文章标签 composer
由 hrs, 6 六月, 2021 Ubuntu 20.04.2 LTS php 7.4.20 安装UPLOAD PROGRESSg和PHP APCU CACHING 扩展 系统版本:Ubuntu 20.04.2 LTS PHP版本:php 7.4.20 apache2 版本:Apache/2.4.41 mysql版本:8.0.25-0ubuntu0.20.04.1 第一步:安装UPLOAD PROGRESSg扩展 文章标签 php扩展
由 hrs, 6 六月, 2021 Ubuntu 20.04.2 LTS php 7.4.20 安装UNICODE库 PHP Mbstring 扩展 系统版本:Ubuntu 20.04.2 LTS PHP版本:php 7.4.20 apache2 版本:Apache/2.4.41 mysql版本:8.0.25-0ubuntu0.20.04.1 文章标签 mbstring
由 hrs, 27 四月, 2021 linux 更改当前用户密码 如果我们需要更改当前用户密码,我们可以使用passwd命令来修改密码 第一步:使用打开终端 第二步:在终端输入passwd命令 第三步:提示输入旧密码,按回车。 第四步:输入新密码,再重复输入一次。 终端提示密码修改成功。 文章标签 密码