`

Ubuntu常用软件配置

阅读更多

默认软件园更新速度那个悲催阿,所以,装好系统第一件事就是换源

软件源
配置文件为 /etc/apt/sources.list,最好先备份一份,然后
sudo gedit /etc/apt/sources.list
将里面的内容替换为

#网易软件源
deb http://mirrors.163.com/Ubuntu/ lucid main universe restricted multiverse

deb-src http://mirrors.163.com/Ubuntu/ lucid main universe restricted multiverse

deb http://mirrors.163.com/Ubuntu/ lucid-security universe main multiverse restricted

deb-src http://mirrors.163.com/Ubuntu/ lucid-security universe main multiverse restricted

deb http://mirrors.163.com/Ubuntu/ lucid-updates universe main multiverse restricted

deb http://mirrors.163.com/Ubuntu/ lucid-proposed universe main multiverse restricted

deb-src http://mirrors.163.com/Ubuntu/ lucid-proposed universe main multiverse restricted

deb http://mirrors.163.com/Ubuntu/ lucid-backports universe main multiverse restricted

deb-src http://mirrors.163.com/Ubuntu/ lucid-backports universe main multiverse restricted

deb-src http://mirrors.163.com/Ubuntu/ lucid-updates universe main multiverse restricted 
#台湾的这个源有时比网易的快(可选)
deb http://tw.archive.ubuntu.com/ubuntu/ lucid main universe restricted multiverse

deb http://tw.archive.ubuntu.com/ubuntu/ lucid-updates universe main multiverse restricted

deb http://tw.archive.ubuntu.com/ubuntu/ lucid-proposed universe main multiverse restricted

deb http://tw.archive.ubuntu.com/ubuntu/ lucid-security universe main multiverse restricted

deb http://tw.archive.ubuntu.com/ubuntu/ lucid-backports main multiverse restricted universe

deb-src http://tw.archive.ubuntu.com/ubuntu/ lucid main universe restricted multiverse

deb-src http://tw.archive.ubuntu.com/ubuntu/ lucid-security universe main multiverse restricted

deb-src http://tw.archive.ubuntu.com/ubuntu/ lucid-updates universe main multiverse restricted

deb-src http://tw.archive.ubuntu.com/ubuntu/ lucid-proposed universe main multiverse restricted

deb-src http://tw.archive.ubuntu.com/ubuntu/ lucid-backports universe main multiverse restricted

然后呢
打补丁、升级
----
sudo apt-get update
Update System(fix bugs for sercurity): 299.0MB
----

.reset permission(谨慎使用,设定文件为644,设定文件夹为755)
----
find /home/XXX -type d -exec chmod 755 {} \;
find /home/XXX -type f -exec chmod 644 {} \;
----

.nautilus (给鹦鹉螺加上open as administrator, open terminal)
----
sudo apt-get install nautilus-open-terminal nautilus-gksu
----

.pdf (我使用Foxit)
----
@see http://www.fuxinsoftware.com.cn/downloads/
----
也可以用okular
sudo apt-get install okular

-----
chm阅读器
我用的chmsee
sudo apt-get install chmsee

其它可选的有:kchmviewer , xchm, chmview
10.04装不上gnochm了,网上有些介绍装法,没成功
 -----

== application ==

.fcitx (好用的中文输入法)
----
sudo apt-get remove ibus
sudo add-apt-repository ppa:wengxt/fcitx-nightly
sudo apt-get update
sudo apt-get install fcitx fcitx-config-gtk fcitx-sunpinyin
im-switch -s fcitx -z default
----

.crebs(auto change desktop wallpaper)
----
sudo add-apt-repository ppa:crebs/ppa
sudo apt-get update
sudo apt-get install crebs
----

.Métamorphose(rename tool)
----

http://file-folder-ren.sourceforge.net/

----

== programing ==
.vim
----
sudo apt-get install vim
sudo apt-get install vim-gnome
----
----------
Gvim可视化图形界面的VIM
Gedit很好用,但在在打开大文件时就显得力不从心了,这时候可以用gvim来打开
sudo apt-get install vim-gnome
---

.jdk
----
sudo add-apt-repository "deb http://archive.canonical.com/ubuntu maverick partner"
sudo apt-get update
sudo apt-get install sun-java6-jre sun-java6-plugin sun-java6-source
sudo vi /etc/environment

CLASSPATH="/usr/lib/jvm/java-6-sun-1.6.0.24/lib"
JAVA_HOME="/usr/lib/jvm/java-6-sun-1.6.0.24"

sudo update-alternatives --config java
----

.eclipse
----
@see http://blogold.chinaunix.net/u/21684/showart_367508.html
----

.idle(Python)
----
sudo apt-get install idle
----

PHP集成开发环境.lamp(安装过程中,使用Tab选定按钮来接受许可协议)
----
sudo apt-get install apache2 php5-mysql libapache2-mod-php5 mysql-server
sudo apt-get install phpmyadmin
----

如果不像用LAMP可以手动安装PHP环境

  sudo apt-get install apache2

  http://localhost/或者http://127.0.0.1

2.安装PHP

  sudo apt-get install libapache2-mod-php5 //配置APACHE+PHP

  测试:

  然后随意输入点东西(我输入的是)再保存。

  如果显示出你输入的东西即为成功

  sudo apt-get install mysql-server

4、让apache、php 支持 mysql

   sudo apt-get install php5-mysql要让PHP与MySql一起工作,编辑sudo gedit /etc/php5/apache2/php.ini
取消对;extension=mysql.so的注释,去掉 ; 像这样
extension=mysql.so
保存文件,然后
sudo /etc/init.d/apache2 restart


 

phpmyadmin设置:
sudo apt-get install phpmyadmin

然后将phpmyadmin与apache2建立连接,以我的为例:www目录在/var/www,phpmyadmin在/usr/share /phpmyadmin目录,所以就用命令:sudo ln -s /usr/share/phpmyadmin /var/www 建立连接。
phpmyadmin测试:在浏览器地址栏中打开http://localhost/phpmyadmin。

5、配置1>apache的配置文件路径 /etc/apache2/apache2.conf2> php.ini路径 /etc/php5/apache2/php.ini3>mysql配置文件路径 /etc/mysql/my.cnf4>phpmyadmin 配置文件路径 /etc/phpmyadmin/apache.conf5>网站根目录 /var/www
.maven
----
sudo apt-get install maven2
----
.asciidoc(453MB)
----
sudo apt-get install asciidoc
----
== media ==
.player
----
sudo apt-get install smplayer
----
.gimp
----
sudo apt-get install gimp
sudo apt-get install gimp-gap gimp-helpbrowser gimp-help-common gimp-help-zh-cn gimp-manual libgimp-perl
----
.flash
----
sudo apt-get install flashplugin-installer
----
.easytag(mp3 id3修改器)
----
sudo apt-get install easytag exfalso
----
.picasa
----
@see http://picasa.google.com/linux/
----
== net ==
.chrome
----
sudo apt-get install chromium-browser
----
.firefox4~9
----
sudo add-apt-repository ppa:mozillateam/firefox-stable
sudo apt-get update
sudo apt-get install firefox

 

 

分享到:
评论

相关推荐

    Ubuntu安装以及常用软件配置

    以上就是Ubuntu系统的安装及常用软件配置的基本步骤。随着对Ubuntu的熟悉,您还可以根据个人需求安装更多的应用程序,如音乐播放器、视频编辑工具等,进一步优化您的工作和娱乐体验。记得定期更新系统和软件,保持...

    Ubuntu常用软件安装

    以下是一些在Ubuntu上安装常用软件的常见方法: 1. 使用Ubuntu Software Center:这是Ubuntu提供的图形化软件商店,用户可以通过搜索关键词找到想要的软件,点击安装按钮,软件中心会自动处理下载和安装过程。 2. ...

    ubuntu server常用配置方法

    ### Ubuntu Server 常用配置方法 #### 一、网络配置方法 Ubuntu Server 的网络配置主要涉及对 `/etc/network/interfaces` 文件的修改。这个文件控制着网络接口如何启动和配置。 1. **静态 IP 配置** - 打开 `/...

    Ubuntu samba下配置共享文件夹的方法

    ### Ubuntu Samba 下配置共享文件夹的方法 #### 一、前言 Samba 是一个用于在 Linux 和 Windows 系统之间实现文件共享的开源软件包。它提供了 Linux 系统与 Windows 系统之间的文件共享服务,使得 Linux 和 ...

    Ubuntu超详细完全配置教程(含深度学习环境配置)

    1.Ubuntu常用软件安装,不常用的软件卸载操作; 2.桌面美化; 3.anaconda、pytorch深度学习环境配置; 4.vscode使用anaconda创建的虚拟环境配置; 5.远程连接配置、ssh协议(xshell),文件传输(xftp)等使用;

    ubuntu安装和配置

    办公软件等常用软件,永中office 2004增强版安装只需要默认安装即可使用并操作大多与win系统雷同,打印机 的配置和管理,记录光盘等。  5,一定要学好命令,shell是命令语言,命令解释程序及程序设计语言的统称,...

    ubuntu 14.04 配置常用服务器环境

    文档是在 Ubuntu 14.04.2 LTS 上,配置运行以下四个常用软件 jdk-8u5-linux-x64.tar.gz apache-tomcat-7.0.54.tar.gz mysql-5.6.10-linux-glibc2.5-x86_64.tar.gz jboss-4.2.3.GAcha 也配置了软件随系统开启自动...

    ubuntu_Samba服务器配置

    ### Ubuntu 下 Samba 服务器配置详解 #### 一、Samba 概述 Samba 是一个免费软件,它能够在 Linux 和 UNIX 系统上实现 SMB(Server Message Block)协议,从而使得 Windows 用户能够轻松地访问局域网中的 Linux ...

    ubuntu软件配置.pdf

    Ubuntu软件配置主要涉及系统的更新、语言支持、多媒体播放、即时通讯、BT下载、编译工具、文件解压、浏览器扩展以及各种实用软件的安装与配置。以下是对这些知识点的详细说明: 1. **系统更新与源设置**: 修改源...

    ubuntu软件配置.docx

    【Ubuntu软件配置】 Ubuntu作为一款基于Debian的开源操作系统,其软件配置对于用户来说是非常重要的。以下是一些针对Ubuntu 8.10版本的常用软件安装、设置和配置的步骤,这些步骤同样适用于后续的Ubuntu版本,尽管...

    比较完整的准最终版ubuntu8.04配置攻略

    **Ubuntu 8.04配置攻略** Ubuntu 8.04,代号“Hardy Heron”,是Ubuntu发行的一个重要版本,它在2008年发布,为用户提供了稳定和可靠的Linux操作系统体验。这个配置攻略旨在帮助用户充分利用Ubuntu 8.04的功能,使...

    Ubuntu8.04安装配置大全

    ### Ubuntu 8.04 安装与配置详解 #### 一、系统初始化 系统初始化是确保Ubuntu系统正常运行的基础步骤。此阶段涉及到的操作主要包括硬盘分区、安装过程中的选择(如语言、时区等),以及安装后的基础设置,如更新...

    ubuntu 8.10的配置

    Ubuntu 8.10提供了两种配置软件源的方法。一种是通过内置的“软件源”工具,但这并不推荐,因为使用起来不太方便。更常见且高效的方式是直接编辑`/etc/apt/sources.list`文件。使用Alt-F2快捷键打开“运行命令”...

    ubuntu下安装配置vsftp【附详细说明和配置完成的vsftp.conf】

    在Ubuntu操作系统中,VSFTPD(Very Secure FTP Daemon)是一个常用的FTP服务器软件,因其安全性和易用性而受到广大用户的青睐。本篇文章将详细介绍如何在Ubuntu环境下安装并配置VSFTPD,以及提供一份完整的`vsftp....

    ubuntu10常用软件

    在Ubuntu 10.04这个经典的...在Ubuntu 10.04file这个压缩包中,可能包含与这些软件相关的教程、配置示例或脚本,供用户参考学习。对于初学者来说,深入理解和实践这些工具的使用,是深入理解Linux操作系统的关键步骤。

    ubuntu下motion的配置

    ### Ubuntu下Motion的配置详解 #### 一、环境与版本说明 - **操作系统**: Ubuntu 16.04 - **软件版本**: Motion 3.2.12 #### 二、摄像头验证 在正式配置Motion之前,首先要验证摄像头是否正常工作。可以通过`...

    Ubuntu 下 SSH配置

    对于经常需要在Windows环境下进行Linux开发的用户来说,通过虚拟机的方式安装Ubuntu并配置SSH服务是非常实用的选择。 #### 二、安装SSH服务 ##### 2.1 更新软件源 由于Ubuntu系统的软件包是由官方或社区维护的,...

    ubuntu_server配置

    ### Ubuntu Server 配置知识点详解 #### 一、前言与背景 - **目标受众**:本手册的目标读者主要是刚接触 Linux 不久并对搭建服务器感兴趣的用户。这些用户可能对 Linux 的基本操作有所了解,但对如何搭建服务器并...

Global site tag (gtag.js) - Google Analytics