10 2023 档案

screen
摘要:查看所有screen screen -ls 链接到screen screen -r burp 杀死指定screen screen -S 6538.burp -X quit 悄悄地开启一个名为burp的screen screen -dmS burp
10
0
0
Alist
摘要:一键脚本 | AList文档 (nn.ci) 试了一下,非常难用的免费客户端: Xmarmalade/alisthelper: 免费桌面客户端) 一键脚本安装 sudo -i curl -fsSL "https://alist.nn.ci/v3.sh" | bash -s install 一键脚本安
133
0
0
多网卡路由表
摘要:改路由表,同时电脑有多个网卡时候 可以同时上内外网。 查看路由表 ROUTE PRINT 删除默认路由 route delete 0.0.0.0 添加路由方法: 修改指定ip 修改指定网关(去网卡设置里看,或者看下面的教程) 用管理员命令行/powershell 执行添加route的指令 route
53
0
0
2023-03-03-移动光猫改桥接的一次经验
摘要:+++ title = "移动光猫改桥接" description = "" date = 2023-03-03T23:04:09+08:00 featured = false comment = true toc = true reward = true categories = [ "" ] t
4506
0
0
2023-02-28-如何避免timemachine占用宝贵的mac磁盘空间
摘要:+++ title = "如何避免timemachine占用宝贵的mac磁盘空间" description = "" date = 2023-02-28T16:47:50+08:00 comment = true toc = true reward = true categories = [ ""
285
1
0
2023-02-24windows开启WebDAV
摘要:+++ title = "windows开启WebDAV" description = "" date = 2023-02-24T19:56:44+08:00 featured = false comment = true toc = true reward = true categories =
92
0
0
2023-02-23macos_essencials2
摘要:+++ title = "mac essencials 3" description = "" date = 2023-09-18T08:03:07+08:00 comment = true toc = true reward = true categories = [ "" ] tags = [
6
0
0
2023-02-18-我写了一个python库dumb_meun
摘要:+++ title = "我写了一个python库:dumb_meun" description = "" date = 2023-02-18T16:19:07+08:00 featured = false comment = true toc = true reward = true catego
48
0
0
2023-02-18-python打包成exe
摘要:+++ title = "如何把 Python 程序打包成 exe" description = "" date = 2023-02-18T22:27:09+08:00 featured = false comment = true toc = true reward = true categori
8
0
0
2023-02-18-python打包
摘要:+++ title = "Python打包和上传到pypi" description = "" date = 2023-02-18T21:59:09+08:00 featured = false comment = true toc = true reward = true categories =
53
0
0
2023-02-09-使用simple_term_menu创建更好的python菜单
摘要:+++ title = "用 simple_term_menu 创建更好的python菜单" description = "" date = 2023-02-09T16:25:24+08:00 featured = false comment = true toc = true reward = t
29
0
0
2023-02-09-dbdiagram
摘要:+++ title = "Dbdiagram.io,数据库设计的好选择" description = "" date = 2023-02-09T16:01:23+08:00 featured = false comment = true toc = true reward = true catego
174
0
0
2023-02-06grub
摘要:turn on grub menu if your grub menu don't show when you boot up your system , you can follow this : edit grub config sudo vim /etc/default/grub # GRUB
36
0
0
2023-02-06Fix dual system time problem copy
摘要:+++ title = "Fix dual system time problem" description = "" date = 2023-02-06T14:21:50+08:00 featured = false comment = true toc = true reward = true
4
0
0
2023-1-0xpython_beautiful_soup
摘要:+++ title = "python_beautiful_soup" description = "" date = 2023-03-20T15:50:22+08:00 featured = false comment = true toc = true reward = true categor
2
0
0
2023-01-31python-path
摘要:+++ title = "使用标准的path处理方法 (Python)" description = "" date = 2023-01-31T15:26:05+08:00 featured = false comment = true toc = true reward = true catego
5
0
0
2023-01-31python-json
摘要:+++ title = "Json读写(Python)" description = "" date = 2023-01-31T15:34:37+08:00 featured = false comment = true toc = true reward = true categories = [
16
0
0
2023-01-06-Regex
摘要:最近工作终于闲了下来,可以上班研究代码。遇到一些需要正则表达式的编程问题,无法解决所以决定个学一下。 Regex 101 - ZH-CN (regexlearn.com) Regex Learn - 练习场 Regex Learn - cheatsheet 练习题 简单 匹配单词 he is in
16
0
0
2023-01-05vscode技巧
摘要:csharp 程序不能输入 用vscode运行csharp默认使用的terminal是不支持输入的,输入没反应 需要修改 launch.json 增加这两行我估计是关闭了什么东西,并且调用系统的terminal,具体就不懂了。 "configurations": [ { // For more in
28
0
0