-
ubuntu14.04 ssh允许root用户远程登录
所属栏目:[Ubuntu] 日期:2020-11-18 热度:161
ubuntu14.04 ssh允许root用户远程登录 2016-01-03 14:45 1175人阅读 评论(0) 收藏 举报 分类: 开发环境与工具(28) 修改 root 密码 sudo passwd root 2.以其他账户登录,通过 sudo nano 修改 /etc/ssh/sshd_config : xxx@ubuntu14:~$ su - rootPassword:roo[详细]
-
ubuntu 16.04 安装搜狗拼音输入法
所属栏目:[Ubuntu] 日期:2020-11-18 热度:75
打开“终端”,输入命令: sudo apt-get install gdebi,然后按enter执行来安装这款小工具“gdebi”。 找到下载的sogoupinyin_2.1.0.0086_amd64.deb所在的目录然后输入:sudo gdebi sogoupinyin_2.1.0.0086_amd64.deb 再按enter执行后,等待搜狗安装完成。 su[详细]
-
ubuntu搭建LAMP全教程及简单使用
所属栏目:[Ubuntu] 日期:2020-11-18 热度:129
一:安装: 参考:http://jingyan.baidu.com/article/a681b0de36ad683b18434691.html 本经验向你展示如何在ubuntu14.04 环境下搭建apache2 + MySQL +PHP 同时安装mysql管理软件phpmyadmin。 希望对你有所帮助。 工具/原料 ubuntu14.04 方法/步骤 1 首先下载安[详细]
-
Partition on HDD when installing ubuntu
所属栏目:[Ubuntu] 日期:2020-11-18 热度:129
following http://blog.csdn.net/sunylat/article/details/49980573 强烈建议只有两个分区:1,swap,交换分区 ; 2,/,主目录。 following https://zhidao.baidu.com/question/391089055902050805.html 其它挂载点你就不用管它了在没有分配其它挂载点的情况[详细]
-
一个新的Ubuntu怎么搭建好它的环境呢?
所属栏目:[Ubuntu] 日期:2020-11-18 热度:169
一个新的Ubuntu怎么搭建好它的环境呢? 安装搜狗输入法 第一件是应该是安装搜狗输入法。 1. 官网下载deb包 2. 修改键盘输入方式系统 3. 系统设置–语言支持,下方找到键盘输入方式系统,由ibus,改为fcitx。 4. 注销,重新登录。 更新软件源 第二件是应该是更[详细]
-
Autostart script in ubuntu
所属栏目:[Ubuntu] 日期:2020-11-18 热度:110
1. Problem I want to run some scripts when the machine is powered up. 2. Analysis Ubuntu save autostart scripts in /etc/xdg/autostart/. All the files in this folder will run automatically. So I just n[详细]
-
Ubuntu下创建vim+Taglist+cscope+ctags组合编辑器
所属栏目:[Ubuntu] 日期:2020-11-18 热度:154
Ubuntu下创建vim+Taglist+cscope+ctags组合编辑器 标签: vimubuntutags正则表达式kill 2012-07-26 16:26 26831人阅读 评论(17) 收藏 举报 分类: Linux 系统安装、配置、编译测评(12) 版权声明:本文为博主原创文章,未经博主允许不得转载。 目录(?)[+] 有[详细]
-
Ubuntu下程序图标的设定方法
所属栏目:[Ubuntu] 日期:2020-11-18 热度:158
用QT在Ubuntu下写了个小程序,不料运行时显示个大问号的图标,人家火狐啥啥的图标我看着挺好,这大问号太丑太low,来吧,自己动手设定一下。 在/usr/share/applications底下sudo vim 一个【程序名】.desktop的文件,写上如下 [Desktop Entry] Version=1.0 Nam[详细]
-
ubuntu14.04下快速安装搜狗输入法
所属栏目:[Ubuntu] 日期:2020-11-18 热度:65
ubuntu系统默认输入法是ibus输入法,用着很bug,打不出来我想打的字,不知道是不是我不会用的原因。要安装搜狗输入法首先要安装fcitx: 首先添加源 sudoapt-add-repositoryppa:fcitx-team/nightly 更新并安装: sudoapt-getupdate sudoapt-getinstallfcitx 然[详细]
-
Ubuntu 16.04 解决RTL8111/8168/8411网卡有线连接网速慢的问题
所属栏目:[Ubuntu] 日期:2020-11-18 热度:140
在华硕笔记本FX50JK上安装了Ubuntu16.04,结果有线连接网速很慢,经过搜索发现是网卡驱动的问题。Realtek官网驱动只支持到3.x内核,后发现可以用如下方式解决。 查看网卡信息: lspci | grep net 输出: 04:00.1 Ethernet controller: Realtek Semiconductor[详细]
-
0安装FastDFS到ubuntu
所属栏目:[Ubuntu] 日期:2020-11-18 热度:159
1所需软件 libfastcommon fastdfs libevent:以前4.x版本需要,现在已经不需要了 安装环境 VMware Workstation 12 Pro ubuntu-16.04.1-desktop-amd64 网站相关 https://github.com/happyfish100/fastdfs https://github.com/happyfish100 https:[详细]
-
Ubuntu 12.04 mysql 源码安装--mysql.5.5.x
所属栏目:[Ubuntu] 日期:2020-11-18 热度:88
1.假设已经有mysql-5.5.25.tar.gz以及cmake-2.8.4.tar.gz两个源文件 (1)先安装cmake(mysql5.5以后是通过cmake来编译的) [root@ rhel5 local]#apt-get install cmake (2)创建mysql的安装目录及数据库存放目录 [root@ rhel5~]#mkdir -p /usr/local/mysql //安[详细]
-
Kurento安装与入门04——WebRTC magic mirror
所属栏目:[Ubuntu] 日期:2020-11-17 热度:108
WebRTC magic mirror 本示例扩展于Hello World Tutorial,在基础的WebRTC 回放中添加了媒体处理。 官方文档WebRTC magic mirror 首先从github上获取代码(如果已经获取可以跳过,获取的代码已经包括后面的示例代码了) git clone https://github.com/Kurento/[详细]
-
Kurento安装与入门10——Player
所属栏目:[Ubuntu] 日期:2020-11-17 热度:162
本示例通过URL播放视频,并允许选择同时播放视频和音频或仅视频或仅音频 官网文档 Player 首先从github上获取代码(如果已经获取可以跳过,获取的代码已经包括后面的示例代码了) git clone https://github.com/Kurento/kurento-tutorial-java.git 进入目录,[详细]
-
ubuntu14.04编译yael v438 遇到的一些问题
所属栏目:[Ubuntu] 日期:2020-11-17 热度:169
Yael Yael is a library implementing computationally intensive functions used in large scale image retrieval, such as neighbor search, clustering and inverted files. The library offers interfaces for C[详细]
-
Ubuntu Server 16.04.1 LTS 使用手记
所属栏目:[Ubuntu] 日期:2020-11-17 热度:165
最近用付爷的盒子和SSD装了个Ubuntu Server 16.04.1 玩玩,接下来把使用中的一些问题记录在下面: 1、安装时如果语言选择中文,会遭遇有一个包无法正常安装,所以,后来还是换成英文方式安装了,即语言用英文(美国,utf8),地区还是选Asia,时区Asia/Shangh[详细]
-
ubuntu 14.04安装右键打开终端open in terminal
所属栏目:[Ubuntu] 日期:2020-11-17 热度:128
最近安装了Ubuntu 14.04,用于编译Android 5.1源码,但是,不太方便的是,打开终端命令行,不好找。因此,搜索,找到如下的方法实现: Ubuntu 14.04没有自带右键打开终端功能,用起来非常不方便。今天偶尔想起来,网上搜了一下,方法如下: 命令行下运行: $[详细]
-
Ubuntu使用VNC连接windows错误: connection: no matahcing security ty
所属栏目:[Ubuntu] 日期:2020-11-17 热度:104
最近遇到 Ubuntu使用VNC连接windows错误: connection: no matahcing security types 解决办法根据http://30daydo.com/article/109解决了。 在windows下打开VNC Server的设置选项,选择“专家”,然后在右边的设置项中找到 Security Types, 手动把类型改成 RFB[详细]
-
Ubuntu环境下安装配置Nginx
所属栏目:[Ubuntu] 日期:2020-11-17 热度:134
首先需要依赖的包: lgzip模块需要zlib库 lrewrite模块需要pcre库 lssl功能需要openssl库 1.1.安装pcre 1.获取pcre编译安装包,在http://www.pcre.org/上可以获取当前最新的版本 2.解压缩pcre-xx.tar.gz包。 3.进入解压缩目录,执行./configu[详细]
-
Ubuntu系统上集群之间ssh实现无密码登录
所属栏目:[Ubuntu] 日期:2020-11-17 热度:163
准备条件: 安装ssh-server sudo apt-get install openssh-server 安装ssh-client sudo apt-get install openssh-client 这个操作是要让Master节点可以无密码SSH登陆到Slave节点上。 首先生成Master的公匙,在Master节点终端中执行: cd ~/.ssh #[详细]
-
Ubuntu 下安装Beyond Compare
所属栏目:[Ubuntu] 日期:2020-11-17 热度:81
官网下载安装包:http://www.scootersoftware.com/download.php 官网详细安装介绍:http://www.scootersoftware.com/download.php?zz=kb_linux_install Ubuntu 下安装如下: Terminal Install wget http://www.scootersoftware.com/bcompare[详细]
-
catmaid 5d在Ubuntu14.04上的安装
所属栏目:[Ubuntu] 日期:2020-11-17 热度:181
catmaid 5d在Ubuntu14.04上的安装 1. 下载catmaid 5d代码 Installing CATMAID for data visualization and cell-lineage editing Download the latest version of the CATMAID branch for cell lineaging at https://github.[详细]
-
Ubuntu Linux git gc说错误:无法运行重新包装
所属栏目:[Ubuntu] 日期:2020-11-17 热度:198
我正在阅读其他类似标题的帖子,但似乎与我无关.我在我当地的ubuntu盒子里有一个git repo.我的文件是 mysql dump我分成2mb文件.当我git gc时,这是输出: git@pc:~/repos/x$git gcCounting objects: 17244, done.Delta compression using up to 4 threads.Kille[详细]
-
如何在Ubuntu上安装Titanium Studio?
所属栏目:[Ubuntu] 日期:2020-11-17 热度:145
有谁知道如何在ubuntu上安装钛合金( = 12.04)? 我花了一整天,我总是遇到同样的问题. Titanium studio强迫我更新并返回错误: Error encountered during updateFailed to install acs. Please see the Studio log for more information.log : acs@1.0.[详细]
-
R – 如何为闪亮服务器设置install.packages()的路径? – Ubuntu
所属栏目:[Ubuntu] 日期:2020-11-17 热度:206
对于我的系统:Ubuntu 12.04和R 3.03,每当我在R via中安装自定义包时 install.packages() 默认安装包 /home/USER/R/x86_64-pc-linus-gnu-library/3.0/ 而不是全系统的 /usr/local/lib/R/site-library/ 这是发光服务器使用该包所需要的. 我的临时解决方案是在[详细]