linux 资料汇总

1、安装 ntfs-3g.

    加源

wget -O /etc/yum.repos.d/epel.repo http://mirrors.aliyun.com/repo/epel-7.repo

    安装

yum install ntfs-3g

2、引导修复

    GRUB2取代了grub逐渐成为主流,引导菜单启动从/boot自动生成,不是menu.lst手工配置。具体内容参照 /boot/grub2/grub.cfg  该文件每次执行grub2-mkconfig后自动。

    执行命令: grub2-mkconfig -o /boot/grub2/grub.cfg

3、系统更新

    yum update;

4、安装google浏览器

    1、wget https://dl.google.com/linux/direct/google-chrome-stable_current_x86_64.rpm

    2、yum install -y google-chrome-stable_current_x86_64.rpm

5、Ubuntu 安装 rpm 

    apt install rpm 

6、rpm 安装

    rpm -iv xxx.rpm

7、解决依赖安装

    yum install *.rpm  

8 \ubuntu install software

dpkg -i xxx.deb

apt-get install -f
 

http://subclipse.tigris.org/wiki/JavaHL

http://blog.youkuaiyun.com/john_f_lau/article/details/18675413

http://blog.youkuaiyun.com/kongxx/article/details/54612518

http://blog.youkuaiyun.com/intergameover/article/details/48128939

 

 

$ apt-get install libsvn-java # Use sudo in Ubuntu

Next, find the path where the JavaHL library is installed, as you will need to know this path for the following instructions:

$ find / -name libsvnjavahl-1.so # Use sudo in Ubuntu

Although the library is installed, you still have to tell Java (when used for Eclipse) where to find it. The JVM on Linux does not look in a lot of the standard locations to find the libraries. (This could obviously change in the future.) For example, 32-bit Debian/Ubuntu uses a standard location of /usr/lib/jni for libraries to be used from Java. However, the Oracle JVM does not currently look in this location. The easiest way to tell Java where to find the JavaHL library is to specify the following when starting the JVM:

-Djava.library.path=</path/to/library>

Example:

 

-Djava.library.path=/usr/lib/jni

CollabNet Subversion installs into /opt/CollabNet_Subversion. So if you are using that package, you need this:

 

-Djava.library.path=/opt/CollabNet_Subversion/lib

转载于:https://my.oschina.net/yangcaoling/blog/917308

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值