这篇笔记主要记录一下我在学习生活/开发过程中使用比较频繁Linux/Windows shell commands,一方面是加深自己的印象,另一方面也方便自己的使用,每次都需要去搜索需要使用的command比较耗时,写一个个性化一些的笔记能够更有侧重点,查阅起来也更方便一些。 优先会记录一些我常使用的commands,不限于shell内部命令,还会包括一些she...
{fileBasenameNoExtension}", "args": [], "stopAtEntry": false, "cwd": "${workspaceFolder}", "environment": [], "externalConsole": true, "MIMode": "gdb", "setupCommands": [ { "description": "Enable pretty-printing for gdb", "text": "-enable-pretty-printing", "ignoreFailures": ...
1. Visual Studio Code语言设置为中文 参考官方文档:https://code.visualstudio.com/docs/getstarted/locales 快捷键 Windows、Linux 快捷键是:ctrl+shift+p macOS 快捷键是:command + shift + p 搜索:>configure Display Language 按Enter键, ...
//fsettotrue,thedebuggershouldstopattheentry-pointofthetarget"stopAtEntry":false,//thedebuggershouldstopafterconnectingtothetarget"stopAtConnect":true,//"customLaunchSetupCommands":[//{"text":"target-run","description":"run target","ignoreFailures":false}//],//"launchCompleteCommand":"None","...
(& WSL 2 to improve speed and performance), and then use a genuine Linux Ubuntu instance locally (on the laptop) with whatever Bash commands and tools they prefer. Once the development pipeline is verified locally, Sam can then push that CI/CD pipeline up to the cloud (i.e. Azure) by...
(& WSL 2 to improve speed and performance), and then use a genuine Linux Ubuntu instance locally (on the laptop) with whatever Bash commands and tools they prefer. Once the development pipeline is verified locally, Sam can then push that CI/CD pipeline up to the cloud (i.e. Azure) by...
We can remove the need to prefix commands with wsl, handle the translation of Windows paths to WSL paths, and support command completion with PowerShell function wrappers. The basic requirements of the wrappers are: There should be one function wrapper per Linux command ...
Running Netsh Commands on start up Running Repair-WindowsImage -Online -RestoreHealth command. RuntimeBroker - Launch and Activation Permissions - ADD is greyed out RuntimeBroker errors (event ID 10016) - correct permissions do not work RuntimeBroker shutting down machine Save credentials when conne...
The WinDbg # command outputs two lines for each finding, hence the sed commands using its N command to read the next line into pattern space First command: Filter for findings beginning with ntdll!Ldr because we're interested in the loader Use this sed as a grep -v -A1 substitute ...
VS Code:Windows下编写运行C/C++程序(GCC) 1. 安装Visual Studio Code 下载地址:https://code.visualstudio.com/Download PS:"System Installer":对当前系统,好像方便获取系统权限;"User Installer":对当前用户,不好装就用"System Installer"吧。 2. 在VS Code中安装 C/C++扩展(快捷键:Ctrl+Shift+X) ...