aLinux

CentOS 7.3 手动编译安装最新版本Linux Kernel

帅比萌擦擦* 提交于 2019-12-05 21:14:36
本文演示机器系统版本是CENTOS7.3。 查看系统版本信息。 [root@localhost ~]# lsb_release -a LSB Version: :core-4.1-amd64:core-4.1-noarch:cxx-4.1-amd64:cxx-4.1-noarch:desktop-4.1-amd64:desktop-4.1-noarch:languages-4.1-amd64:languages-4.1-noarch:printing-4.1-amd64:printing-4.1-noarch Distributor ID: CentOS Description: CentOS Linux release 7.3.1611 (Core) Release: 7.3.1611 Codename: Core [root@localhost ~]# [root@localhost ~]# uname -a Linux localhost.localdomain 3.10.0-514.el7.x86_64 #1 SMP Tue Nov 22 16:42:41 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux [root@localhost ~]# [root@localhost ~]# cat /proc/version Linux

URSim 3.2.18654.rar

耗尽温柔 提交于 2019-12-03 22:12:06
URSim 3.2.18654.rar URSimFor Non-Linux URSim is a simulation software intended for offline programming and simulation of both robot programs and manual movement of robot. There are some limitations when using the simulator due to no feedback from real robot. Specially the force control will be limited in use. If Simulation mode is selected in bottom left corner, it is possible to simulate digital inputs on the I/O page. URSim must be run in Linux environment and has been tested in Ubuntu v14.04. For non-Linux Ubuntu 14.04 (Windows and other Linux distribution) users, proceed to this page for

Does Forcing "High" DPM Performance Help Out Your AMDGPU Performance?

五迷三道 提交于 2019-12-01 04:18:38
Does Forcing "High" DPM Performance Help Out Your AMDGPU Performance? Written by Michael Larabel in Radeon on 7 June 2018 at 06:04 AM EDT. 14 Comments A premium patron recently asked about testing the open-source Radeon driver performance when testing the forced "high" dynamic power management state rather than the default "auto" mode. Here are some benchmarks. This is about forcing /sys/class/drm/card0/device/power_dpm_force_performance_level to high rather than auto, to ensure the GPU is bound to its highest performance state rather than dynamically changing performance states based upon

Does Forcing "High" DPM Performance Help Out Your AMDGPU Performance?

六月ゝ 毕业季﹏ 提交于 2019-12-01 04:18:14
Does Forcing "High" DPM Performance Help Out Your AMDGPU Performance? Written by Michael Larabel in Radeon on 7 June 2018 at 06:04 AM EDT. 14 Comments A premium patron recently asked about testing the open-source Radeon driver performance when testing the forced "high" dynamic power management state rather than the default "auto" mode. Here are some benchmarks. This is about forcing /sys/class/drm/card0/device/power_dpm_force_performance_level to high rather than auto, to ensure the GPU is bound to its highest performance state rather than dynamically changing performance states based upon

Linux开发环境搭建之Eclipse安装配置

我的未来我决定 提交于 2019-11-28 17:38:12
本文将会在Linux环境下安装使用Eclipse开发工具,然后在eclipse中配置Maven,如果还没有Maven环 境,可以参考《 Linux开发环境搭建之Maven安装配 置 》一文。 一、环境准备 1.Linxu桌面发行版系统 2.Eclipse最新版安装包 eclipse-jee-oxygen-1a-linux-gtk-x86_64.tar.gz 下载地址:https://www.eclipse.org/downloads/ 二、安装配置 1.解压刚下载的Eclipse最新版安装包到自己的磁盘目录 tar -zxvf eclipse-jee-oxygen-1a-linux-gtk-x86_64.tar.gz 2.配置eclispe启动参数 修改eclipse目录下的eclipse.ini配置文件,修改-Xms512m -Xmx512m,防止eclipse启动后占用过多的系统内存。 3.添加开始菜单eclispe的快捷方式 在 /usr/share/applications目录下创建eclispe.desktop文件,使用 vim /usr/share/applications/eclispe.desktop 修改文件中内容 [Desktop Entry] Encoding=UTF-8 Name=工作开发 Comment=Eclipse IDE Exec=/home