Ubuntu base install

Ubuntu base install

  说明!!

这个系统安装了compiz fusion(超炫界面),gtweakui,startupmanager(系统管理工具),awn,cairo-dock(dock),



install packages



sudo aptitude install sun-java6-jdk eclipse stardict  mozilla-thunderbird axel moto4lin mysql-server-5.0 tomcat5.5 gtweakui startupmanager build-essential rar zip avant-window-navigator-bzr awn-core-applets-bzr compiz-gnome compiz-fusion-plugins-extra compiz-fusion-plugins-main compizconfig-settings-manager libcompizconfig-backend-gconf emerald  cairo-dock cairo-dock-plug-ins   mplayer w32codecs mozilla-mplayer



source.list



# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to

# newer versions of the distribution.



deb http://cn.archive.ubuntu.com/ubuntu/ gutsy main restricted

deb-src http://cn.archive.ubuntu.com/ubuntu/ gutsy main restricted



## Major bug fix updates produced after the final release of the

## distribution.

deb http://cn.archive.ubuntu.com/ubuntu/ gutsy-updates main restricted

deb-src http://cn.archive.ubuntu.com/ubuntu/ gutsy-updates main restricted



## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu

## team, and may not be under a free licence. Please satisfy yourself as to

## your rights to use the software. Also, please note that software in

## universe WILL NOT receive any review or updates from the Ubuntu security

## team.

deb http://cn.archive.ubuntu.com/ubuntu/ gutsy universe

deb-src http://cn.archive.ubuntu.com/ubuntu/ gutsy universe

deb http://cn.archive.ubuntu.com/ubuntu/ gutsy-updates universe

deb-src http://cn.archive.ubuntu.com/ubuntu/ gutsy-updates universe



## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu

## team, and may not be under a free licence. Please satisfy yourself as to

## your rights to use the software. Also, please note that software in

## multiverse WILL NOT receive any review or updates from the Ubuntu

## security team.

deb http://cn.archive.ubuntu.com/ubuntu/ gutsy multiverse

deb-src http://cn.archive.ubuntu.com/ubuntu/ gutsy multiverse

deb http://cn.archive.ubuntu.com/ubuntu/ gutsy-updates multiverse

deb-src http://cn.archive.ubuntu.com/ubuntu/ gutsy-updates multiverse



## Uncomment the following two lines to add software from the ‘backports’

## repository.

## N.B. software from this repository may not have been tested as

## extensively as that contained in the main release, although it includes

## newer versions of some applications which may provide useful features.

## Also, please note that software in backports WILL NOT receive any review

## or updates from the Ubuntu security team.

# deb http://cn.archive.ubuntu.com/ubuntu/ gutsy-backports main restricted universe multiverse

# deb-src http://cn.archive.ubuntu.com/ubuntu/ gutsy-backports main restricted universe multiverse



## Uncomment the following two lines to add software from Canonical’s

## ‘partner’ repository. This software is not part of Ubuntu, but is

## offered by Canonical and the respective vendors as a service to Ubuntu

## users.

# deb http://archive.canonical.com/ubuntu gutsy partner

# deb-src http://archive.canonical.com/ubuntu gutsy partner



deb http://security.ubuntu.com/ubuntu gutsy-security main restricted

deb-src http://security.ubuntu.com/ubuntu gutsy-security main restricted

deb http://security.ubuntu.com/ubuntu gutsy-security universe

deb-src http://security.ubuntu.com/ubuntu gutsy-security universe

deb http://security.ubuntu.com/ubuntu gutsy-security multiverse

deb-src http://security.ubuntu.com/ubuntu gutsy-security multiverse



## Avant Window Navigator

deb http://download.tuxfamily.org/syzygy42 gutsy avant-window-navigator

deb-src http://download.tuxfamily.org/syzygy42 gutsy avant-window-navigator



## cairo-dock

deb http://cairo-dock.vef.fr/ubuntu gutsy cairo-dock









版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请联系我们举报,一经查实,本站将立刻删除。

发布者:全栈程序员-站长,转载请注明出处:https://javaforall.net/100542.html原文链接:https://javaforall.net

(0)
全栈程序员-站长的头像全栈程序员-站长


相关推荐

  • stm32基础知识必会_护理学基础必考知识点

    stm32基础知识必会_护理学基础必考知识点目录【GPIO外设】一、GPIO的八种工作模式二、总结在STM32中选用IO模式【RCC时钟】【NVIC是嵌套向量中断控制器】一、优先级定义二、优先级分组【EXTI外部中断/事件控制器】【SysTick系统定时器】【通讯的基本概念】一、串行通讯与并行通讯二、全双工、半双工及单工通讯三、同步通讯与异步通讯四、通讯速率【串口通讯】一、物理层:二、协议层【I2C】一、物理层二、协议层【SPI】一、SPI物理层二、协议…

    2022年9月6日
    3
  • 【LeetCode】Linked List Cycle

    【LeetCode】Linked List Cycle

    2022年1月6日
    50
  • curl 返回码_curl请求2次

    curl 返回码_curl请求2次转自:http://blog.csdn.net/cwj649956781/article/details/8086337CURLE_OK(0)所有罚款。继续像往常一样。CURLE_UNSUPPORTE

    2022年8月2日
    13
  • ubuntu18.04安装ROS Melodic(最详细配置)[通俗易懂]

    ubuntu18.04安装ROS Melodic(最详细配置)[通俗易懂]设置软件源:国外的:sudosh-c’echo”debhttp://packages.ros.org/ros/ubuntu$(lsb_release-sc)main”>/etc/apt/sources.list.d/ros-latest.list’国内的,速度快:sudosh-c’./etc/lsb-release&&ec…

    2022年6月14日
    40
  • 电商平台安全_跨境电商有哪些平台

    电商平台安全_跨境电商有哪些平台电商网站安全之威胁一、越权操作凡是仅靠传入参数就进行数据库查询的功能即存在越权。越权类型:1、平行越权(订单,留言,送货地址,修改信息,修改密码…)2、垂直越权(修改信息,修改密码,创建用户..)3、越权查询4、越权修改5、直接越权6、间接越权7、……越权操作的危害:泄漏用户数据,非法篡改他人业务,权限提升。无法通过WAF以及常规手段发现。越权形式影响越权查看订单/保单订单数据…

    2022年10月1日
    1
  • navicat 15zuixin激活码_通用破解码

    navicat 15zuixin激活码_通用破解码,https://javaforall.net/100143.html。详细ieda激活码不妨到全栈程序员必看教程网一起来了解一下吧!

    2022年3月16日
    45

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注

关注全栈程序员社区公众号