Hello World,Ubuntu 14.04 has been released on April 17th 2014 and we already released the traditional post about how to perform a fresh install. We didn’t covered the upgrade process because it’s quit
转载 2015-01-05 20:04:00
284阅读
1、到 Sun 的官网下载http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html 路径如果找不到了,请百度"OracleTechnology NetworkJavaJava SEDown...
转载 2015-09-11 17:32:00
159阅读
2评论
第一步,下载Linux版JDK可以通过访问Oracle官网下载,或者直接通过命令行下载。lxh@ubuntu:~$wget-chttp://download.oracle.com/otn-pub/java/jdk/8u11-b12/jdk-8u11-linux-i586.tar.gz第二步,解压安装...
转载 2016-01-05 09:58:00
453阅读
2评论
清华源https://mirrors.tuna.tsinghua.edu.cn/help/ubuntu/ ubuntu 14.04 官方源 # deb cdrom:[Ubuntu 14.04.4 LTS _Trusty Tahr_ - Release amd64 (20160217.1)]/ tru
转载 2019-07-03 21:55:00
155阅读
2评论
Ubuntu 14.04是一个基于Debian的Linux操作系统,也被称为Trusty Tahr。在这个版本中,Ubuntu引入了很多新的功能和改进,让用户体验得到了提升。其中最受用户欢迎的新功能之一就是引入了红帽(Red Hat)相关的技术。 红帽是一家知名的开源软件公司,以其专业的Linux发行版和开源软件解决方案而闻名。在Ubuntu 14.04中,引入了一些红帽技术,使得这个版本的Ub
原创 2024-04-30 11:17:11
61阅读
Ubuntu 14.04 Ceph: Powerful Storage Solution for Your Data In today's digital age, data storage has become a critical aspect for individuals and businesses alike. The need for a reliable and scalable
原创 2024-01-31 19:10:48
90阅读
使用root账户两种方法1. 用安装时的账户给root设定密码sudo passwd root2. sudo -i允许root远程ssh登录sudo vi /etc/ssh/sshd_configPermitRootLogin yessudo service ssh restart查询软件包是否安装dpkg -l | grep package-name查看已安装软件包内的文件dpkg -L pac
原创 2014-05-17 14:24:12
1321阅读
// 配置文件root@ubuntu:/etc# vi /etc/hostname wode008root@ubuntu:/etc#// 重启后,查看root@ubuntu:/etc# uname -nubunturoot@ubuntu:/etc#
原创 2015-07-06 16:28:14
550阅读
要修改的文件是/etc/resolvconf/resolv.conf.d/base,而不是/etc/resole.conf。
转载 精选 2016-03-21 10:45:33
656阅读
Docker官方是有很详细的安装文档(https://docs.docker.com/engine/installation/ubuntulinux/),这里做了一个Ubuntu 14.04 LTS中文版的。系统要求64位$ file /sbin/init /sbin/init: ELF 64-bit LSB  shared&n
转载 2018-10-29 16:54:58
344阅读
    安装 sudo apt-get install ntp 修改ntp.conf配置文件 sudo vi /etc/ntp.conf 修改为如下内容 # Enable this if you want statistics to be logged. #statsdir /var/log/ntpstats/ #也可以开启NTP log statistics loopstat
转载 2019-05-28 17:24:00
799阅读
2评论
# deb cdrom:[Ubuntu 14.04 LTS _Trusty Tahr_ - Release amd64 (20140417)]/ trusty
原创 2023-04-23 21:24:26
82阅读
Ubuntu 14.04 配置samba:安装略# vi /etc/samba/smb.confsecurity = user  (在[global]下任意添加)[share]path = /home/sharebrowseable = yeswritable = yesvalid users = ming.yang:wq# service smbd restart# smbpasswd
原创 2017-09-28 19:53:30
1292阅读
Ubuntu 14.04 配置samba:安装略# vi /etc/samba/smb.confsecurity = user (在[global]下任意添加)[shar...
转载 2017-11-20 10:54:00
65阅读
Ubuntu Server 14.04架设ftp
原创 2014-04-23 20:50:30
949阅读
Neutron controller node:vi /etc/neutron/neutron.confservice_plugins=router,lbaas[service_providers]service_provider=LOADBALANCER:Haproxy:neutron.services.loadbalancer.drivers.haproxy.plugin_driver.Hap
转载 精选 2014-06-17 14:08:23
1913阅读
公司要安装项目管理系统,采用redmine,新来的我就来做这个小小的任务了,中途也出过几次问题,搭建redmine,他的依赖包很多,所以我建议用apt装,下面开始吧。首先升级一下源apt-get updateapt-get upgrade更新完成PS:(如果图省事,可以选择LAMP套件安装,此处指mysql和apache此处不用套件安装了 )安装apache2和apache2的一个模块apt-ge
原创 2014-06-27 10:06:54
919阅读
公司要安装项目管理系统,采用redmine,新来的我就来做这个小小的任务了,中途也出过几次问题,搭建redmine,他的依赖包很多,所以我建议用apt装,下面开始吧。首先升级一下源apt-get update更新完成PS:(如果图省事,可以选择LAMP套件安装,此处指mysql和apache此处不用套件安装了 )安装apache2和apache2的一个模块apt-get install apach
原创 2015-05-04 12:49:37
10000+阅读
1评论
Ubuntu14.04安装wineqq国际Ubuntu14.04安装wineqq国际版        Ubuntu14.04安装wineqq国际版        分类:            Unix/Linux       &n
转载 精选 2015-05-10 19:46:01
499阅读
junq@wode008:~$ sudo /opt/script/ntp.date.sh [sudo] password for junq: Sorry, try again.[sudo] password for junq: junq is not in the sudoers file.  This incident will be reported.j
原创 2015-07-07 20:55:22
799阅读
  • 1
  • 2
  • 3
  • 4
  • 5