Ubuntu Server 14.04升级Ubuntu Server 16.04

Ubuntu Server 14.04升级Ubuntu Server 16.04

Ubuntu Server 14.04升级Ubuntu Server 16.04 作者:chszs,未经博主允许不得转载。经许可的转载需注明作者和博客主页:http://blog.csdn.net/chszs 1、终端下执行命令 $ sudo apt-get update sudo apt-get dist-upgrade 2、重启系统以完成更新的安装 $ sudo

Ubuntu终端下打开文件

Ubuntu终端下打开文件

在命令行终端输入 打开pdf evince filename 最后的表示在后台启动,可加可不加。 选择系统默认程序打开文件 xdg-open filename

Hexo for Ubuntu

Hexo for Ubuntu

官网安装hexo的整体流程 https://hexo.io/zh-cn/docs/ 相关工具安装说明: 安装NVM https://www.liquidweb.com/kb/how-to-install-nvm-node-version-manager-for-node-js-on-ubuntu-12-04-lts/ 最后一步,如下: 安装Hexo npm install -g hexo-

ubuntu 关闭IPv6

ubuntu 关闭IPv6

1、打开/etc/sysctl.conf 2、添加如下三条设置 net.ipv6.conf.all.disable_ipv6 = 1 net.ipv6.conf.default.disable_ipv6 = 1 net.ipv6.conf.lo.disable_ipv6 = 1 3、保存修改 4、执行: sudo sysctl -p5、查看状态: cat /proc/sys/n

ubuntu玩android的hello world

ubuntu玩android的hello world

首先,搭建环境,我的机器是ubuntu14.04的,具体可以参考http://blog.csdn.net/xzx_kag/article/details/52995329如果之前安装过jdk的,但是版本不对,需要重新搭建的,可以参考https://my.oschina.net/lxrm/blog/110638运行android studio,默认创建出一个an

LAMP configuration after ubuntu16installation

LAMP configuration after ubuntu16installation

sudo apt-get update //1.LAMP sudo apt-get install apache2 sudo apt-get install php php -v sudo apt-get install libapache2-mod-php //php libs for apache2 sudo apt-get install mysql-servermysql-

folder shareing between ubuntu16 and windows

folder shareing between ubuntu16 and windows

//linux rw windows share folder temporary mount, lose this mount point if restart sudo mkdir /home/sharefolder sudo mount -t cifs -o username=username,password=pwd //ip/sharefoldername /home/sharefold

制作ubuntu16和win7安装启动u盘

制作ubuntu16和win7安装启动u盘

1 软硬件准备 1.1 硬件准备(电脑 8gu盘) 1.2 软件准备 (大白菜7.3 FbinitTools1.607) 1.3 iso准备 (ubuntukylin-16.04-desktop-amd64 .iso和cn_windows_7_ultimate_with_sp1_x64_dvd_u_677408.iso .//msdn) 2 安装配置大白菜 2.1 安装大白菜7.3 (www.b

ubuntu的JDK时区与北京时间相差8个小时(Tomcat、Spring)

ubuntu的JDK时区与北京时间相差8个小时(Tomcat、Spring)

问题再现:做网站javaWeb开发,把项目放到linux系统下面,启动项目后,基于spring-boot的web项目输出日志时间不正确,相比本地时间晚8个小时,初步检查问题发现系统时间是正确的(date指令)。 分析:晚刚好8个小时,北京是在东8区,所以分析肯定有地方设置

Mysql学习MySQL中联表更新与删除的语法介绍

Mysql学习MySQL中联表更新与删除的语法介绍

介绍《Mysql学习MySQL中联表更新与删除的语法介绍》开发教程,希望对您有用。

联系我们

联系我们

0577-28828765

在线咨询: QQ交谈

邮箱: xwei067@foxmail.com

工作时间:周一至周五,9:00-17:30,节假日休息

返回顶部