Loading...
使用终端切换到/etc/apt/sources.list.d目录下,然后在路径下创建一个.list 文件,之后将你要添加的源写入其中,例如:deb http://archive.ubuntu.com/ubuntu bionic-updates universe deb http://mirrors.tuna.tsinghua.edu.cn/ubuntu/ bionic main保存文件后,执...
第一步:配置JDK环境sudo add-apt-repository ppa:webupd8team/java sudo apt-get update s...
和其他软件一样,比较常用的安装方法。1.下载deb包对于谷歌Chrome32位版本,使用如下链接:wget https://dl.google.com/linux/direct/google-chrome-stable_current_i386.deb对于64位版本可以使用如下链接下载:wget https://dl.google.com/linux/direct/google-chrome...
linux下的文件结构 /bin 二进制可执行命令 /dev 设备特殊文件 /etc 系统管理和配置文件 /etc/rc.d 启动的配置文件和...
一、 Git 常用命令速查git branch 查看本地所有分支git status 查看当前状态git commit 提交git branch -a 查看所有的分支git branch -r 查看远程所有分支git commit -am "init" 提交并且加注释git remote add origin git@192.168.1.119:ndshowgit push origin m...