标签:cos tor 准备 格式 云应用 its studio lis 软件
注:找了很多在kali下安装vscode的方法,始终不能成功运行VSCode,在必应上找到这篇文章,分享一下 |
这是续集。
请从下面的链接下载并以PDF格式支持本文。
以PDF格式下载指南
关门
这是续集。
这是续集。
这是续集。
Visual Studio Code是一个免费的,经过重新定义和优化的代码编辑器,用于构建和调试现代Web和云应用程序。 Visual Studio Code可在Linux,Windows和macOS上运行。本简短教程演示了如何在Kali Linux 2020.x上安装Visual Studio Code。 Visual Studio Code将源代码编辑器的简单性与强大的开发工具(如IntelliSense代码完成和调试)结合在一起。
使用官方的APT存储库在Kali Linux上安装Visual Studio Code。在添加存储库之前,请更新系统并安装以下软件包。
sudo apt update
sudo apt install curl gpg software-properties-common apt-transport-https
将Microsoft GPG密钥导入Kali Linux。
curl -sSL https://packages.microsoft.com/keys/microsoft.asc | sudo apt-key add -
接下来,将VS Code APT存储库添加到Kali Linux。
echo "deb [arch=amd64] https://packages.microsoft.com/repos/vscode stable main" | sudo tee /etc/apt/sources.list.d/vscode.list
最后,在Kali Linux上安装Visual Studio Code。
sudo apt update
sudo apt install code
请耐心等待,开始在Kali Linux上安装VS Code。根据您的互联网状况,这应该是一个快速的过程:
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
figlet finger firebird3.0-common firebird3.0-common-doc freerdp2-x11 gdal-data libarmadillo9 libarpack2 libbson-1.0-0 libcfitsio8 libcharls2
libconfig-inifiles-perl libdap25 libdapclient6v5 libepsilon1 libfbclient2 libfreerdp-client2-2 libfreerdp2-2 libfreexl1 libfyba0 libgeotiff5
libhdf4-0-alt libkmlbase1 libkmldom1 libkmlengine1 libmemcached11 libmongoc-1.0-0 libnetcdf15 libodbc1 libogdi4.1 libqhull7 libspatialite7 libssh-4
libsuperlu5 liburiparser1 libwinpr2-2 libxerces-c3.2 medusa odbcinst odbcinst1debian2 python3-aiohttp python3-aioredis python3-ajpy
python3-apscheduler python3-async-timeout python3-git python3-gitdb python3-multidict python3-pyexploitdb python3-pyfiglet python3-pyshodan
python3-pysmi python3-pysnmp4 python3-quamash python3-smmap python3-tld python3-yarl python3-yaswfp rwho rwhod sparta-scripts toilet-fonts wapiti
xsltproc
Use ‘sudo apt autoremove‘ to remove them.
The following NEW packages will be installed:
code
0 upgraded, 1 newly installed, 0 to remove and 819 not upgraded.
Need to get 62.3 MB of archives.
After this operation, 265 MB of additional disk space will be used.
在Kali Linux上安装Visual Studio Code后,启动它。
现在,您准备开始新的开发经验。
标签:cos tor 准备 格式 云应用 its studio lis 软件
原文地址:https://www.cnblogs.com/xingxinhu/p/13796704.html