ITAKEN'S PAGES
Deepin15 升级PHP Deepin15 升级PHP
方法一:直接使用add-apt-repository 在deepin15中,安装失败了,所以我使用了方法二 itaken@itaken-PC:~$ sudo add-apt-repository ppa:ondrej/php Traceb
2022-10-25
UOS 安裝 swoole UOS 安裝 swoole
项目使用了swoole,需要安装swoole扩展。 itaken@itaken-home:/path/to/project$ php bin/laravels start _ _
2021-06-23
github使用ssh key提交代码 github使用ssh key提交代码
使用ssh-keygen生成公钥私钥 itaken@itaken-home:~/.ssh$ ssh-keygen -t ed25519 -C "regelhh@gmail.com" Generating public/p
2021-05-29
服务器安装jupyter服务 服务器安装jupyter服务
前置需要安装python,pip 安装jupyterpip install jupyterlab 创建配置文化itaken@itaken:~$ jupyter notebook --generate-config Writing def
2021-05-02
Deepin如何挂载nfs进行文件夹共享 Deepin如何挂载nfs进行文件夹共享
安装nfs-common,当然安装nfs-kernel-server(服务端)也可以. itaken@itaken-home:~$ sudo apt install nfs-kernel-server 正在读取软件包列表... 完成 正
2021-03-26
gitee配置ssh gitee配置ssh
创建ssh-key: itaken@itaken-home:~$ ssh-keygen -t rsa -C 'regelhh@gmail.com' Generating public/private rsa key pair
2021-03-08
git 添加第二个远程仓库地址 git 添加第二个远程仓库地址
直接通过git remote set-url --add origin添加即可: itaken@itaken-home:~/path/to/project$ git remote set-url --add origin https://g
2021-03-08
Linux root用户与普通用户切换 Linux root用户与普通用户切换
普通用户切换到root用户itaken@itaken-home:~$ sudo -i root@itaken-home:~# root用户切换到普通用户root@itaken-home:~# su - itaken itaken@itake
2021-03-01
Linux shell按行读取文件 Linux shell按行读取文件
按行读取文件#!/usr/bin/bash # 当前目录 PWD=`pwd` FILE="$PWD/itaken.txt" i=0 # 读取每一行 while read LINE; do i=$((i+1
2021-02-26
在docker中安装grafana插件 在docker中安装grafana插件
开发环境 Deepin 20.1 Docker version 19.03.8, build 1b4342cd4c docker-compose version 1.21.0, build unknown 查看容器itaken@itak
2021-01-21
1 / 10