爱情 (1) 安装 (2) 北斗 (1) 毕业 (1) 变量 (1) 测绘局 (1) 测量 (2) 插件 (1) 查询 (1) 常用 (1) 成果转化 (1) 词汇 (1) 慈善 (1) 答辩 (2) 代码 (2) 电台 (1) 发泄 (1) 感悟 (4) 高程 (1) 搞笑 (5) 共产党 (1) 古诗词 (1) 管理 (1) 函数 (3) 绘图 (1) 加密 (1) 交际 (1) 教程 (4) 教育 (2) 解决 (4) 解密 (1) 精度 (1) 酒桌 (2) 开源 (2) 科技 (1) 科学 (1) 刻录 (1) 老外 (1) 励志 (5) 连续剧 (1) 恋爱 (1) 列表 (1) 领导 (1) 美食 (2) 名人 (3) 命令 (4) 区别 (1) 日记 (2) 软件 (12) 商业 (3) 时政 (1) 视频 (1) 数据 (1) 算法 (1) 投影 (2) 图论 (1) 网络 (1) 网站 (1) 卫星 (3) 未成年 (1) 慰问 (1) 文本 (1) 文件 (2) 下载 (4) 笑话 (2) 学习 (9) 遥感 (1) 疑问 (5) 营销 (1) 娱乐 (3) 源代码 (2) 政策 (1) 指导 (3) 智慧 (5) 主成分分析 (2) 抓图 (1) 专家 (1) 资料 (5) 字符串 (1) 最短路径 (1) 坐标 (1) baidu (3) Bernese (1) blog (2) c# (9) China (3) Dijkstra (1) DNS (1) doris (1) dos (1) excel (1) firefox (3) GAMIT (8) gcc (1) GIS (3) GMT (1) GPS (5) ITRF (1) linux (5) mapx (1) matlab (6) movie (4) music (3) oracle (2) pic (1) PPT (3) PROJ.4 (2) python (2) QQ (2) rinex (1) shell (2) sql (1) teqc (3) tools (1) tps (1) ubuntu (5) USA (1) website (1)
显示标签为“安装”的博文。显示所有博文
显示标签为“安装”的博文。显示所有博文

2010年5月30日星期日

在ubuntu上安装filezilla ftp软件

安装ftp软件在ubuntu上,比较容易,

zhao@zhao-laptop:~$ sudo apt-get install filezilla
[sudo] password for zhao:
正在读取软件包列表... 完成
正在分析软件包的依赖关系树      
读取状态信息... 完成            
已经不需要下列自动安装的软件包:
  libevent1 tsocks
使用 'apt-get autoremove' 来删除它们。
将会安装下列额外的软件包:
  filezilla-common
推荐安装的软件包:
  filezilla-locales
下列【新】软件包将被安装:
  filezilla filezilla-common
共升级了 0 个软件包,新安装了 2 个软件包,要卸载 0 个软件包,有 430 个软件未被升级。
需要下载 1207kB 的软件包。
操作完成后,会消耗掉 3596kB 的额外磁盘空间。
您希望继续执行吗?[Y/n]y
获取:1 http://cn.archive.ubuntu.com hardy/universe filezilla-common 3.0.7.1-0ubuntu3 [258kB]
获取:2 http://cn.archive.ubuntu.com hardy/universe filezilla 3.0.7.1-0ubuntu3 [949kB]
下载 1207kB,耗时 30s (39.6kB/s)                                              
选中了曾被取消选择的软件包 filezilla-common。
(正在读取数据库 ... 系统当前总共安装有 121311 个文件和目录。)
正在解压缩 filezilla-common (从 .../filezilla-common_3.0.7.1-0ubuntu3_all.deb) ...
选中了曾被取消选择的软件包 filezilla。
正在解压缩 filezilla (从 .../filezilla_3.0.7.1-0ubuntu3_i386.deb) ...
正在设置 filezilla-common (3.0.7.1-0ubuntu3) ...
正在设置 filezilla (3.0.7.1-0ubuntu3) ...

zhao@zhao-laptop:~$

2010年5月20日星期四

在linux上安装google earth(R)

On my phone (Android based) I use Google maps like crazy (I’d get lost in my own house I’m convinced). It keeps me from getting lost and misdirected. When at home, however, I like to refer to Google Earth to aid me in my quest to know my surroundings a bit better. Now, Google Earth is nothing new. It’s been around for a while and in use by millions. But many people don’t know that Google Earth has a Linux client that can be installed on just about any Linux distribution (so long as it meets the minimum requirements).

In this article I will walk you through the installation of Google Earth for your Linux machine. Once complete, you’ll be zooming around the globe with ease.

Minimum requirements

As always, you should check to make sure your machine meets (or exceeds preferably) the minimum requirements for installation. The minimum requirements are:

  • Kernel: 2.4 or later
  • glibc: 2.3.2 w/ NPTL or later
  • XFree86-4.0 or x.org R6.7 or later
  • CPU: Pentium 3, 500Mhz
  • System Memory (RAM): 256MB
  • Hard Disk: 400MB free space
  • Network Speed: 128 Kbits/sec
  • Graphics Card: 3D-capable with 16MB of VRAM – Screen: 1024×768, “16-bit High Color” screen

The recommended requirements are:

  • Kernel 2.6 or later
  • glibc 2.3.5 w/ NPTL or later
  • x.org R6.7 or later
  • System Memory (RAM): 512MB
  • Hard Disk: 2GB free space
  • Network Speed: 768 Kbits/sec
  • Graphics Card: 3D-capable with 32MB of VRAM
  • Screen: 1280×1024, 32 bit color

If your machine meets these, let’s move on.

Installation

You will need to download the binary installation file from the Google Earth download page. Once you have that on your hard drive (let’s assume it was downloaded to ~/Downloads) it’s time to get to work. The first steps are:

  1. Open a terminal window.
  2. Change to the ~/Downloads directory.
  3. Issue the command chmod u+x GoogleEarthLinux.bin to give the file executable permissions.
  4. Issue the command sudo ./GoogleEarthLinux.bin to start the installation process.

NOTE: If you are not on a machine that uses sudo then remove sudo from the command in line four above and, instead, su to the root user for installation.

Figure 1

After you issue the command for installation the GUI install window will appear (see Figure 1). In this window you need to configure the

Install path: This is where you want the package to be installed.

Symbolic link: Do you want to create a global executable in /usr/local/bin (You want to do this, otherwise the executable for the application will not be global).

Binary path: Where do you want the symbolic link to be placed.

The defaults, in most cases, should work fine, so click the Begin Install button which will start the installation. The installation should only take a few seconds and you will be ready to go. Upon completion of installation the installer will allow you to start the program by clicking the Start button. If you don’t want to run it then you can always use the command googleearth to start Google Earth.

Final thoughts

In my experience Google Earth on Linux runs as well as it does on any other platform. And, as you can see, the installation is nearly as simple. Do enjoy your Google Earth experience.

浏览统计