摘要:`gcc -print-prog-name=cc1` -v `gcc -print-prog-name=cc1plus` -v 或者: gcc -x c -v -E /dev/null gcc -x c++ -v -E /dev/null
阅读全文
摘要:centos7的root账户下无法通过code命令启动vscode: [root@localhost ~]# code You are trying to start vscode as a super user which is not recommended. If you really wan
阅读全文
摘要:安装epel: wget http://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm rpm -ivh epel-release-latest-7.noarch.rpm
阅读全文
摘要:sudo rpm --import https://packages.microsoft.com/keys/microsoft.asc sudo sh -c 'echo -e "[code]\nname=Visual Studio Code\nbaseurl=https://packages.mic
阅读全文
摘要:yum install gcc 结果报错: [root@localhost ~]# yum install gcc Loaded plugins: fastestmirror, langpacks Loading mirror speeds from cached hostfile * epel:
阅读全文
摘要:#rpm -Uvh http://mirror.ghettoforge.org/distributions/gf/gf-release-latest.gf.el7.noarch.rpm #rpm --import http://mirror.ghettoforge.org/distributions
阅读全文
摘要:vim /etc/sysconfig/network-scripts/ifcfg-ens33 将ONBOOT=no改为ONBOOT=yes,然后重启网卡服务: service network restart 网卡服务重启成功后即可联网,使用ping测试一下: ping www.baidu.com
阅读全文
摘要:使用root账户进入系统: vi /etc/gdm/custom.conf 在[daemon]下写入: AutomaticLoginEnable=True AutomaticLogin=root 重启系统之后可以直接进入root账户。
阅读全文
摘要:ubuntu安装spyder和jupyter notebook 安装spyder 安装spyder 安装jupyter notebook 安装pip, pip3 升级pip, pip3 通过pip安装jupyter notebook 安装ipykernel
阅读全文
摘要:ubuntu安装苹果Windows以及微软雅黑consolas字体 ubuntu安装苹果字体 ubuntu安装Windows字体 ubuntu安装YaHei Consolas Hybrid 下载这个字体. 在/usr/share/fonts/truetype/, 下建立一个新的目录 YaHei\ C
阅读全文
摘要:Ubuntu安装pyenv实现python多版本控制 查看可安装的版本 比如安装python2.7.14和python3.6.3版本 设置其为全局python 查看是否安装成功 另外,每当你增删了 Python 版本或带有可执行文件的包(如 pip)以后,都应该执行一次本 更多命令参考[pyenv
阅读全文
摘要:安装完Ubuntu后通过shell脚本一键安装软件 以下代码中 是单行注释 :<! ! 是多行注释。 运行的时候需要把多行注释去掉。 比如把以下代码保存为install.sh, 那么在终端运行sh install.sh。 以下代码逐段通过测试,尚未完整测试。 20171125
阅读全文
摘要:ubuntu使用合集 "安装Ubuntu时的硬盘分区" "Linux入门(1)——Ubuntu16.04安装搜狗拼音" "Linux入门(2)——Ubuntu16.04安装wineQQ" "Linux入门(3)——Ubuntu16.04下安装VMware" "Linux入门(4)——Ubuntu16
阅读全文
摘要:MySql技术内幕之MySQL入门(1) "MySql技术内幕之MySQL入门(1)" 检查系统中是否已经安装了MySQL 若没有显示已安装结果,则没有安装。否则表示已经安装。 安装过程中会让输入密码,记得把密码记住。 登录 本节SQL语句 MySql技术内幕之MySQL入门(2) "MySql技术
阅读全文
摘要:MySql技术内幕之MySQL入门(2) 接上一篇。 美史联盟表 以上创建了两个表:president表和member表。 下面简单介绍一下这两张表 president表 姓名 出生地(城市和州) 出生日期 逝世日期 member表 ID编号 姓名 有效期 电子邮件地址 通信地址 电话号码 兴趣爱好
阅读全文
摘要:[toc] MySql技术内幕之MySQL入门(1) 安装 检查系统中是否已经安装了MySQL 若没有显示已安装结果,则没有安装。否则表示已经安装。 安装过程中会让输入密码,记得把密码记住。 关于注释 三种写法: 用 单行注释 用 单行注释,注意后面有一空格 / / 多行注释 执行SQL语句 关于命
阅读全文
摘要:sublime使用技巧 Ubuntu下安装sublime text 3143版本 Install the GPG key: Ensure apt is set up to work with https sources: Select the Stable channel to use: Updat
阅读全文
摘要:作者:tongqingliu 转载请注明出处:http://www.cnblogs.com/liutongqing/p/7072878.html 觉得有帮助?欢迎来打赏 Ubuntu配置Mac主题 下载Mac壁纸 链接: https://pan.baidu.com/s/1c19iNvE 密码: yd
阅读全文