您的当前位置:TAGS -> Linux
  • [转] Ubuntu/Linux Mint/Debian 安装 Java 8

    服务器2026年03月12日

    本PPA由webupd8制作,支持Ubuntu 12.10, 12.04, 11.10, 11.04, 10.10 和 .04以及对应的Linux Mint版本,Oracle Java 8包提供JDK8 和 JRE8。 sudo add-apt-repository ppa:webupd8team/java sudo apt-get update sudo...

  • Debian/Linux装上VMware-tools

    服务器2026年03月10日

    最近一直想在Linux中开发S1mp3项目,可是我在VMware中装上 Debian/Linux后就是装不上VMware-tools,在网上搜集了一下资料没有一个适合我的,而且讲的都是很简单就装上来,没办法,只能自己 下手,经过几个小时的努力终于解决了,现在把自己的方法公布给大家,防止大家走弯路。 用到了以下几个命令apt-get、apt-cache、un...

  • ZFS(一):ZFS在Debian GNU/Linux上的安装

    服务器2026年03月09日

    以下内容翻译自https://pthree.org/2012/04/17/install-zfs-on-debian-gnulinux/,并附有原文,由于是第一次翻译,如有任何翻译不恰当之处,欢迎指出。 UPDATE (May 06, 2012): I apologize for mentioning it supports encryption. Poo...

  • linux debian 时间设置中无法选择“自动设定时间和日期”

    服务器2026年03月08日

    没有安装ntpdate 执行:apt-get install ntpdate ntp.sjtu.edu.cn 202.120.2.101 (上海交通大学网络中心NTP服务器地址)s1a.time.edu.cn 北京邮电大学s1b.time.edu.cn 清华大学s1c.time.edu.cn 北京大学s1d.time.edu.cn 东南大学s1e.time...

  • 如何在 Debian GNU/Linux 添加修改软件源

    服务器2026年03月06日

    我们在 Debian GNU/Linux 中有时软件源的网络速度慢,在使用 apt 安装源中的软件时总是因源服务器负荷大而时间很长,所以想换个软件源或添加软件源又不知道怎么做,现在就给您讲一下 Debian GNU/Linux 中软件源的修改方法。步骤很简单,只要修改在 /etc/apt/sources.list 文件中的软件源地址就可以了,但要记得这个文...

  • Debian GNU Linux服务列表的获取、服务的关闭/开启、服务在启动时是否自己主动执行的生效/失效

    服务器2026年03月05日

    /********************************************************************* * Author : Samson * Date : 03/19/2015 * Test platform: * gcc (Ubuntu 4.8.2-19ubuntu1) 4.8.2 * GNU bash, 4.3....

  • Linux Debian 如何部署 Qt?

    服务器2026年03月02日

    在这里以 HelloWorld 为例 目录结构如下: . ├── HelloWorld ├── HelloWorld.sh ├── imageformats │ ├── libqgif.so │ ├── libqicns.so │ ├── libqico.so │ ├── libqjpeg.so │ ├── libqsvg.so │ ├── libqtga...

  • How to deploy openbr on linux server very shorly---- linuxmint13/ubuntu12.04 AMD64/debian7

    服务器2026年02月28日

    SO FAST ON A SERVER!!!! There are serveral packages that you have to install: 1. openbr 0.6.0 packages openbr_0.6.0-1_amd64.deb download link: http://pan.baidu.com/s/1vqJi2 2. ope...

  • iphone/ipad/iOS on Linux Debian7/ubuntu12.04/linuxmint13/ubuntu14.04 compiling from source

    服务器2026年02月28日

    The packages we need for ubuntu12.04 and its derived destros are: libimobiledevices, libplist, libusbmuxd Mostly the important thing is libimobiledevices. and it has an official s...

  • kali debian linux 的samba 共享设置

    服务器2026年02月27日

    1) 首先,默认的源http.kali.org 会自动帮你找镜像,问题是他找到了 mirrors.neusoft.edu.cn , 这个源速度虽然快,却是有问题的。 安装不了cifs-utils 2) 更改 /etc/apt/source.list ,把源改成 mirror.hust.edu.cn/kali 3) apt-get update 之后 apt...