- Mastering Kali Linux for Advanced Penetration Testing(Second Edition)
- Vijay Kumar Velu
- 309字
- 2021-07-02 21:04:09
Speeding up Kali operations
Several tools can be used to optimize and speed up Kali operations:
- When using a virtual machine, install the VM's software drive package: Guest Additions (VirtualBox) or VMware Tools (VMware). We need to ensure that we run apt-get update before the installation.
- When creating a virtual machine, select a fixed disk size instead of the one that is dynamically allocated. It is faster to add files to a fixed disk, and there is less file fragmentation.
- The preload application (apt-get install preload) identifies a user's most commonly used programs and preloads binaries and dependencies into memory to provide faster access. It works automatically after the first restart following installation.
- BleachBit (apt-get install bleachbit) frees disk space and improves privacy by freeing the cache, deleting cookies, clearing internet history, shredding temporary files, deleting logs, and discarding other unnecessary files. The advanced features include shredding files to prevent recovery and wiping free disk space to hide traces of files that have not been fully deleted.
- By default, Kali does not show all applications that are present in the start-up menu. Each application that is installed during the boot-up process slows the system data and may impact memory use and system performance. Install Boot Up Manager (BUM) to disable unnecessary services and applications that are enabled during the boot-up process (apt-get install bum), as shown in the following screenshot:

- Add gnome-do (apt-get install gnome-do) to launch applications directly from the keyboard. To configure gnome-do, select it from Applications | Accessories. Once launched, select the Preferences menu, activate the Quiet Launch function, and select a launch command (for example, Ctrl + Shift). Clear any existing commands and then enter the command line to be executed when the launch keys are selected.
- Rather than launching directly from the keyboard, it is possible to write specific scripts that launch complex operations.
推薦閱讀
- PHP動態(tài)網(wǎng)站程序設(shè)計
- Java程序設(shè)計與開發(fā)
- 差分進化算法及其高維多目標(biāo)優(yōu)化應(yīng)用
- Visual C++數(shù)字圖像處理技術(shù)詳解
- 深入淺出RxJS
- 新一代SDN:VMware NSX 網(wǎng)絡(luò)原理與實踐
- 區(qū)塊鏈項目開發(fā)指南
- 軟件工程基礎(chǔ)與實訓(xùn)教程
- 后臺開發(fā):核心技術(shù)與應(yīng)用實踐
- OpenCV 3計算機視覺:Python語言實現(xiàn)(原書第2版)
- 進入IT企業(yè)必讀的324個Java面試題
- Akka入門與實踐
- Visual Basic 程序設(shè)計實踐教程
- HTML5與CSS3權(quán)威指南
- Keil Cx51 V7.0單片機高級語言編程與μVision2應(yīng)用實踐