登录
首页 » Linux-Unix program » 安装完solaris整完ls支持颜色,也装了经常使用的一些工具,改了环境变量.用着已经顺手多了,但是就有一样.vi不支持语法功能,也不高亮显示.也像原来那样,在...

安装完solaris整完ls支持颜色,也装了经常使用的一些工具,改了环境变量.用着已经顺手多了,但是就有一样.vi不支持语法功能,也不高亮显示.也像原来那样,在...

于 2022-02-04 发布 文件大小:3.56 MB
0 229
下载积分: 2 下载次数: 1

代码说明:

安装完solaris整完ls支持颜色,也装了经常使用的一些工具,改了环境变量.用着已经顺手多了,但是就有一样.vi不支持语法功能,也不高亮显示.也像原来那样,在根目录下加了个.vimrc写上一些自己习惯性的配置,可是不起作用,郁闷!难道我人品有问题?打开linux,alias看了一下环境变量,乖乖 alias vi vim!郁闷,早就知道linux用的是vim了,可是平常用的时候习惯性的敲vi,竟把这事给忘记了.早到病根下药就简单了,装个vim! 就像上次装ls一样访问:http://www.sunfreeware.com/indexintel10.html找到vim-7.1下载地址 是:ftp://ftp.sunfreeware.com/pub/freeware/intel/10/vim-7.1-sol10-x86-local.gz.OK 解压一下:gzip -d coreutils-6.4-sol10-x86-local.gz 安装:pkgadd -d coreutils-6.4-sol10-x86-local OK安装很顺利,自我感觉良好,可是执行/usr/local/bin/vim的时候却意外的提示:ld.so.1: ./vim 致命的: libgtk-1.2.so.0 没有这个文件或文件夹.网上找了一下,发现CU06年有人提过这个问题 http://bbs.chinaunix.net/thread-683746-1-1.html帖的- http://bbs.chinaunix.net/thread-683746-1-1.html

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 当前不少单位在进行系统改造升级时,面临着如何将各个独立部门开发的应用所采用的数据库统一,以便适应数据大集中的需求,方便将来进行数据挖掘等更高层次的应用。在数据库...
    当前不少单位在进行系统改造升级时,面临着如何将各个独立部门开发的应用所采用的数据库统一,以便适应数据大集中的需求,方便将来进行数据挖掘等更高层次的应用。在数据库统一的过程中,如何快速、高效的将已有的基于异种数据库的程序,特别是采用C/C 开发的运行于linux/unix下的程序转换到现有数据库下,成为不少单位面临的问题。当然了,基于RAD开发的程序,基本上不需要进行修改,就能达到目的。 -Many units in the current system upgrades are faced with how to integrate all the independent sector to develop applications using a unified database in order to meet the data needs of large centralized to facilitate future data mining and other higher level applications. The process of reunification in the database, how to quickly and efficiently will have been based on heterogeneous database procedures, in particular the use of C/C development running on linux/unix procedures under the switch to an existing database, became quite a number of units the problems faced. Of course, RAD-based development process, basically do not need to be modified, we can achieve the objectives.
    2022-05-07 06:03:50下载
    积分:1
  • linux下的一个串口调试程序的源代码
    linux下的一个串口调试程序的源代码-of a serial debugging program"s source code
    2022-02-02 15:21:06下载
    积分:1
  • AD 基于s3c241的源程序 在linux操作系统下实现
    AD 基于s3c241的源程序 在linux操作系统下实现-AD based on the source s3c241 under the linux operating system
    2022-01-25 16:00:29下载
    积分:1
  • linux环境下 共享内存的简单使用,可以学习共享内存的一般方法...
    linux环境下 共享内存的简单使用,可以学习共享内存的一般方法-linux environment simple to use shared memory, shared memory can learn the general approach
    2022-05-22 08:45:55下载
    积分:1
  • beginninglinuxprogramming example8
    BeginningLinuxProgramming example8
    2022-12-19 22:05:03下载
    积分:1
  • 很好的源代码,真的。
    很好的源代码,真的。-good source code, really.
    2022-02-15 17:02:28下载
    积分:1
  • This is an mp3 source code, which contains version and windows version uninx wit...
    这是一个mp3的源代码,里面包含有uninx版和windows版,用C++语言编写的-This is an mp3 source code, which contains version and windows version uninx with C++ Languages
    2023-07-21 11:15:04下载
    积分:1
  • oracle引用库
    oracle引用库-oracle reference library
    2022-02-20 15:27:30下载
    积分:1
  • In the Linux system,/etc directory there is such a file passwd, this file contai...
    在Linux系统的/etc目录下有这样一个文件passwd,该文件里包含系统中所有用户信息的记录,记录里包含每个用户的如下信息:用户名、密码、用户ID、组ID、用户全名、用户主目录和用户登录所用的shell。请设计一个脚本(shell)程序能实现增加、删除、查找和显示特定用户信息的功能。你们可以通过创建一些UNIX/LINUX shell 脚本文件来满足以上需求。-In the Linux system,/etc directory there is such a file passwd, this file contains all the user information system, records, record where each user that contains the following information: user name, password, user ID, group ID, user" s full name , the user" s home directory and the user logged in with the shell. Please design a script (shell) program enables to add, delete, search and display information on a specific user function. You can by creating a number of UNIX/LINUX shell script file to meet the above requirements.
    2022-02-04 08:25:33下载
    积分:1
  • 一个简单的linux下的 常用命令,对学习有一定帮助
    一个简单的linux下的 常用命令,对学习有一定帮助-A simple linux command under the commonly used, have some help in learning
    2023-03-02 17:45:03下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载