当前位置:首页
> linux
VPS免费检测工具
1、一键测试服务器到国内的速度脚本Superspeed.sh :wget https://raw.githubusercontent.com/oooldking/script/master/superspeed.shchmod&n...
linux服务器git pull/push时提示输入账号密码之免除设置
1、先cd到根目录,执行git config --global credential.helper store命令[root@iZ25mi9h7ayZ ~]# git config --global&...
如何查看Linux发行版本
1、lsb_release -a[root@node1484 tools]# lsb_release -a LSB Version: :core-4.1...
Linux 系统命令行下,对 SQLite3 数据库使用的一般操作
1.进入数据库sqlite3 databaseName.db2.查看数据库.databases //数据库路径 .tables //数据库内的表格3.创建表格CREATE T...
CentOS7一键安装nodejs
1.在CentOS 7机器上安装Node.js有几种不同的方法。 在本教程的第一部分中,我们将从NodeSource存储库安装Node.js。首先,我们需要启用NodeSource存储库:curl -sL https:/...
CentOS 7下使用n工具更新Node.js
一、通过npm全局安装n工具npm install -g n二、使用n安装Node.js1. n安装说明n #列出已安装的Node.js版本 n latest #安装最新版本(包...