color green blue orange red white

当前位置: 主页 > 系统 >

远程Linux无法访问外网时设置VSCode Remote SSH Serve

缩略图

    工欲善其事,必先利其器。因为经常要开发Linux平台程序,而工作环境只有Windows桌面端与Linux服务器,并且都是运行在内网环境下,无法直接访问外网。想要在这种环境下找到一个趁手的...

    阅读全文>>

[系统]作者:haden点击:110好评:0

2024-01-09

Sytemd Units和 Unit文件

缩略图

    > https://www.digitalocean.com/community/tutorials/understanding-systemd-units-and-unit-files# 介绍Linux 发行版越来越多地采用`systemd`初始化系统。这套功能强大的软件可以管理服务器的许多方面,从服务到安...

    阅读全文>>

[系统]作者:haden点击:201好评:0

2023-04-27

git只提交非EOL修改

缩略图

    项目历史问题,源文件里出现换行符混用的情况,同一个文件有的行用的Windows换行符,有的行用的是Linux换行符。造成在用VSCode修改代码后,被统一了换行符,造成很多无意义的换行符...

    阅读全文>>

[系统]作者:haden点击:88好评:0

2022-08-11

配置git正确处理换行符问题

缩略图

    Every time you press `return` on your keyboard you insert an invisible character called a line ending. Different operating systems handle line endings differently.When you're collaborating on projects with Git and GitHub, Git might produce u...

    阅读全文>>

[系统]作者:haden点击:80好评:0

2022-06-25

VSCode: 不搜索软连接内容

缩略图

    VSCode是微软开发的轻量级编辑器。有海量插件支持。其中Remote-Development插件可以让我们方便的远程访问代码。但是在Linux下,全局搜索会包含软连接的内容。在设置里搜索:`Search: Follo...

    阅读全文>>

[系统]作者:haden点击:254好评:4

2022-06-14