当前位置:网站首页>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

边栏推荐
猜你喜欢
随机推荐
PHP8.2 version release administrator and release plan
ES6三点运算符、数组方法、字符串扩展方法
js basics
Baidu positioning js API
4.PHP数组与数组排序
稳定好用的短连接生成平台,支持API批量生成
PHP image compression to specified size
每日五道面试题总结 22/7/26
Dom实现input的焦点触发
Batch replace file fonts, Simplified -> Traditional
多线程(实现多线程、线程同步、生产者消费者)
5.19今日学习
每日面试题 2022/7/28
uniapp | 开发中遇到的兼容性问题(待续)
[mikehaertl/php-shellcommand] A library for invoking external command operations
百度定位js API
1.11今日学习
[sebastian/diff]一个比较两段文本的历史变化扩展库
解决5+APP真机测试无法访问后台(同局域网)
简单黑马头条项目









