您的当前位置:TAGS -> ubuntu
  • ubuntu 修改鼠标左键选中文字的颜色

    服务器2025年10月05日

    不喜欢自带的橘黄色选中框,google了一下解决方案。(以我的12.04为例) 将以下三个文件夹(与你当前使用的GTK颜色主题名字一致)中的“#f07746”字段替换为自己喜欢的颜色即可。(比如灰色:#4f4f4f) 注销之后可以看到效果。(原本以为Alt+F2输入r可以刷新界面,没想到没见到效果。) /usr/share/themes/Ambiance/...

  • Ubuntu 虚拟机无法关机的解决方案

    服务器2025年10月05日

    结论: sudo apt-get install systemd-sysv 原因: https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1505764 ...

  • ubuntu下kaldi的安装以及实例的运行

    服务器2025年10月04日

    一、安装所有相关软件包 sudo apt-get install autoconf,automake,gcc,libtool,subversion,libatlas-dev,libatlas-base-dev,gfortran二、下载kaldi到目录kaldi-trunksvn co https://svn.code.sf.net/p/kaldi/code...

  • ubuntu添加普通用户,并解决远程登录

    服务器2025年10月04日

    # 创建用户,并指定用户目录,加入用户组sudo useradd username -d /home/username -m #设置密码 sudo passwd username #给用户增加sudo权限 sudo chmod u+w /etc/sudoers #编辑权限文件 sudo vi /etc/sudoers #在 root ALL=(ALL:AL...

  • ubuntu创建普通用户,解决远程登录失败

    服务器2025年10月04日

    # 创建用户,并指定用户目录,加入用户组sudo useradd username -d /home/username -m #设置密码 sudo passwd username #给用户增加sudo权限 sudo chmod u+w /etc/sudoers #编辑权限文件 sudo vi /etc/sudoers #在 root ALL=(ALL:AL...

  • Ubuntu安装及卸载brew

    服务器2025年10月03日

    网站:http://linuxbrew.sh/ 一、安装: 不能在root下运行 $sh -c "$(curl -fsSL https://raw.githubusercontent.com/Linuxbrew/install/master/install.sh)" p.p1 { margin: 0; font: 14px "...

  • [ubuntu] 外挂硬盘

    服务器2025年10月03日

    1. 查看磁盘信息 fdisk -l 这里我需要对sda进行分区,所以要进到sda中 2. 进到欲分区磁盘中 $ sudo fdisk /dev/sda Welcome to fdisk (util-linux 2.27.). Changes will remain in memory only, until you decide to write the...

  • ubuntu配置IP地址

    服务器2025年10月03日

    使用ubuntu 16.04 server版本ubuntu server版本只用这个文件作为网卡配置。1、编辑网卡文件sudo vim /etc/network/interfaces 2、添加参数动态:auto eth0iface eth0 inet dhcp静态:auto eth0iface eth0 inet staticaddress 192.168...

  • Ubuntu下使用android模拟器运行自编译出来的android镜像文件

    服务器2025年10月03日

    Ubuntu下使用android模拟器运行自编译出来的android镜像文件 先在终端cd到生成的镜像文件加下:cd ~/your_android_img_folder 然后在终端输入:emulator -kernel ./prebuilt/android-arm/kernel/kernel-qemu -sysdir ./out/target/produc...

  • ubuntu各版本的区别

    服务器2025年10月03日

    ubuntu、kubuntu以及xubuntu的区别Ubuntu默认是Gnome;KUbuntu用的是KDE,效果比较炫目,但是系统要求也较高XUbuntu用的是Xface,比较轻量,系统要求较低,推荐!另外可以尝试一下国人专为中国大陆使用者配置的Hiweed,非常人性化,软件也是国人常用的( 如QQ)Hiweed GNU/Linux和dUbuntu,现在...