当前位置:网站首页>Kali install IDEA
Kali install IDEA
2022-08-02 03:55:00 【strive to ping】
Install IntelliJ IDEA in kali
1. Go to IDEA official to download the corresponding installation package
The official address is: https://www.jetbrains.com/idea/
2. Put the downloaded ideaIC-2021.3.1.tar.gz file in the /usr/local directory
cd /usr/local/ to enter the current directory
tar -zxvf ideaIC-2021.3.1.tar.gz Unzip in the current directory.
3. Start IDEA (remember to switch back to the original user before starting "execute cd ~"
4. Enter the cd /usr/local/idea-IC-213.6461.79/bin directory and execute the ./idea.sh file

边栏推荐
猜你喜欢
随机推荐
1. Beginning with PHP
Baidu positioning js API
16.JS事件, 字符串和运算符
[vite] Failed to parse source for import analysis because the content contains invalid JS syntax.
你的本地创建的项目库还在手动创建远端代码仓库再推送吗,该用它了
1.11今日学习
(8) requests、os、sys、re、_thread
[trendsoft/capital]金额转中文大写库
js 正则中 replace() 使用
DVWA靶机安装教程
IO stream, encoding table, character stream, character buffer stream
display,visibility,opacity
微信小程序云开发之模糊搜索
1.13 学习JS
PHP 发起支付宝支付时 订单信息乱码解决
每日五道面试题总结 22/7/21
Multithreading (implementing multithreading, thread synchronization, producer and consumer)
简单黑马头条项目
[symfony/mailer]一个优雅易用的发送邮件类库
PHP有哪些框架?








