install ubuntu 14.04.5 desktop with raid 1 support

Pre- Make a bootable usb key with Ubuntu 14.04.5 desktop installed. Two hard disks: /dev/sda 100GB/dev/sdb 50GB Configuration /home 50GB RAID1/ 40GB /boot 1GBswap 9GB Installing step 1: bo

ubuntu 14.04可用源

deb http://archive.ubuntu.com/ubuntu/ trusty main restricted universe multiverse deb http://archive.ubuntu.com/ubuntu/ trusty-security main restricted universe multiverse deb http://archive.ubuntu.com

Ubuntu 16.04 通过Firefox安装Flash插件

众所周知,Linux的娱乐功能相比于windows是非常弱的,基本上可以用弱到爆来形容,音乐播放器尚且难找,视频播放器就更是寥寥了,好在,还是有的,这里推荐vlc。 在安装视频播放器之前,看个视频,发现Ubuntu的Firefox浏览器Flash版本过低,无法播放。此文将

Ubuntu16.04安装部署监控系统Zabbix2.4

Ubuntu16.04安装部署监控系统Zabbix2.4 第一部分,php+mysql+nginx组件安装 1、系统更新 sudo apt-get update sudo apt-get upgrade 2、安装php-fpm 检索系统当前自带的PHP版本:apt-cache

破解ubuntu12.04的root密码

一、首先开机按键盘上的exit或者shift调出GRUB Mode,在第一个Ubuntu,withLinux3.2.0-23-generic-pae上按e来编辑这个内容, 二、并在“Linux /boot/vmlinux-3.2.0-23-generic-pae root=UUID=f208e435-af12-4079-bea5-874c246e95e3 ro quiet splash

修改Ubuntu16.04下网卡名ens为eth

vim /etc/default/grub 修改: GRUB_CMDLINE_LINUX= 为: GRUB_CMDLINE_LINUX=net.ifnames=0 biosdevname=0 接着: sudo grub-mkconfig -o /boot/grub/grub.cfg 然后重启一下就可以。

Ubuntu Server 16.04 安装MySQL并设置远程访问

一、UbuntuServer 16.04 安装MySQL 1. 使用root账号 sudo apt-get install mysql-server apt-get isntall mysql-client apt-get install libmysqlclient-dev 如果中途有问题就执行以下 apt-get update 2. 以上3个软件包安装完成后,使用如下命令查询是否安装

【GMT】Ubuntu16.04下安装GMT5.2.1报错non-floating-point argument in

按照SeisMan提供的教程进行安装:GMT 5.2.1 在 Linux 下的安装 检查GMT 的依赖关系完毕后,开始编译和安装,使用 make -j 后出现如下问题: error: non-floating-point argument in call to function __builting_isnan (GMT_is_dnan (GMT-common.d.active[GMT

Ubuntu 14.04 下 android studio 安装 和 配置

Ubuntu 14.04 下 android studio 安装 和 配置 参考博客: http://blog.163.com/hwh04@126/blog/static/103419982201532610489243/ http://blog.csdn.net/miker1230/article/details/51583124 http://blog.sina.com.cn/s/blog_b

Ubuntu14.04下安装搜狗输入法

Ubuntu下安装搜狗拼音输入法 1.官网下载linux版本输入法文件; 2.双击进行安装; 3.终端输入im-config; 4.出现对话框,点击OK,点击YES,修改为fcitx; 5.点击ok,ok,重启电脑(必须重启); 6.fcitx-config-gtk3 7.点击对话框左下角的(+)按钮,弹出另一个

返回顶部