ubuntu linux下安装idea创建桌面快捷方式
linux-dash
A beautiful web dashboard for Linux
项目地址:https://gitcode.com/gh_mirrors/li/linux-dash
免费下载资源
·
在windows上测试hadoop生态中的一些程序的时候,难免出现一些莫名其妙的错误,所以一些测试、编写程序的时候转战到ubuntu系统,下载idea.tar.gz解压。
每次启动的时候都需要到idea目录bin下执行:
./idea.sh
这样比较麻烦,现在我们在桌面上创建快捷方式:
//创建快捷方式
touch idea.desktop
//编辑此文件
vi idea.desktop
//添加以下内容
[Desktop Entry]
Name=IntelliJ IDEA
Comment=IntelliJ IDEA
Exec=/home/hadoop/desktop/idea-IC-181.5087.20/bin/idea.sh
Icon=/home/hadoop/desktop/idea-IC-181.5087.20/bin/idea.png
Terminal=false
Type=Application
Categories=Developer;
"Exec"是执行脚本的路径,“Icon”是图标路径。
给此文件添加执行权限,双击就能够启动idea了
chmod u+x idea.desktop
GitHub 加速计划 / li / linux-dash
10.39 K
1.2 K
下载
A beautiful web dashboard for Linux
最近提交(Master分支:2 个月前 )
186a802e
added ecosystem file for PM2 4 年前
5def40a3
Add host customization support for the NodeJS version 4 年前
更多推荐
已为社区贡献2条内容
所有评论(0)