- Kali Linux 2018:Windows Penetration Testing
- Wolf Halton Bo Weaver
- 154字
- 2021-06-24 18:22:37
Geany – the platform-agnostic code IDE
Geany is Wolf's favorite text editor/IDE. It has a lot of string editing capability, as well as automatic code-tag closures and highlighting. Finally, it works on any platform from Kali to Windows. It is a time-saver to have an editor that works the same on all the platforms you touch. Just a few more of the features from the Geany Project website (https://www.geany.org/Main/About) are as follows:
- Build system to compile and execute your code
- Code folding
- Code navigation
- Construct completion/snippets
- Symbol name auto-completion
- Many supported file types including C, Java, PHP, HTML, Python, Perl, and many more
- Symbol lists
- Simple project management
- Plugin interface
To install:
root@kalibook :~# apt -y install geany
Once installed you will find it under Usual applications | Programming.
The following screenshot shows the implementation of Geany on Kali Linux. Note the code highlighting and the included terminal to show the output.
推薦閱讀
- 零起點學Linux系統管理
- Containerization with LXC
- Linux系統架構與運維實戰
- Linux系統文件安全實戰全攻略
- SharePoint 2013 WCM Advanced Cookbook
- Windows Phone 7.5 Data Cookbook
- SharePoint 2013 應用開發實戰
- 嵌入式Linux應用開發菜鳥進階
- Linux系統安全基礎:二進制代碼安全性分析基礎與實踐
- VMware NSX Cookbook
- Linux系統最佳實踐工具:命令行技術
- Building Telephony Systems With Asterisk
- Linux操作系統
- μC/OS-III內核實現與應用開發實戰指南:基于STM32
- Drupal 7 Cookbook