V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  icepie  ›  全部回复第 9 页 / 共 10 页
回复总数  191
1  2  3  4  5  6  7  8  9  10  
linux 的话可以指定 vnc 显示的 DISPALY, 这样你的同事就看不到你在干什么了
直接调用 less more 或者 bat 之类的命令 即可吧, 感觉也存在一些符合你要求的 java 终端库
2021-09-05 10:44:19 +08:00
回复了 jalena 创建的主题 Windows 给某个程序断网
windows 没试过, 但我觉得设置单独代理也是一个方案, 可以研究一下
2021-09-05 10:43:35 +08:00
回复了 jalena 创建的主题 Windows 给某个程序断网
linux / mac 的话, 可以在终端给它设置一个不存在的代理....不出意外就断网了
2021-09-04 23:36:47 +08:00
回复了 ppphp 创建的主题 Linux Linux 能不能用虚拟机跑双系统呢
能做到, 但不建议
2021-09-04 20:39:38 +08:00
回复了 onice 创建的主题 Linux 为什么你要用 Linux 当桌面呢?
因为包管理用着是真爽 (这是一条来自 ArchLinux 的回复)
2021-09-03 18:06:33 +08:00
回复了 DianQK 创建的主题 Linux 求推荐 Manjaro 兼容性比较好的轻薄本
xps13 + archlinux 个人体验不错
2021-09-03 15:41:31 +08:00
回复了 JeffyChen 创建的主题 Go 编程语言 wsl 怎么搭建出最佳 go 开发调试环境?
archWSL + vscode
2021-09-01 18:47:51 +08:00
回复了 Macv1994 创建的主题 程序员 建表的时候字段注释
@Macv1994 很多 orm 都自带
2021-08-31 12:07:15 +08:00
回复了 rust 创建的主题 程序员 有没有开源的云手机方案
我知道一个 stf
2021-08-29 05:04:18 +08:00
回复了 MiketsuSmasher 创建的主题 问与答 Arch Linux 下使用 VMware 运行 Windows10 虚拟机如何提高性能
图形性能的话, 我是笔记本用的 i 卡核显。 然后根据 [Intel_GVT-g]( https://wiki.archlinux.org/title/Intel_GVT-g) 在 kvm 里用上了 GPU... 可以跑 50 fps 了
2021-08-26 03:05:04 +08:00
回复了 cathedrel 创建的主题 Linux 有这样的 类 proxychains 程序 吗?
```
proxychains


Usage: proxychains -q -f config_file program_name [arguments]
-q makes proxychains quiet - this overrides the config setting
-f allows one to manually specify a configfile to use
for example : proxychains telnet somehost.com
More help in README file
```


仔细看 `proxychains` 的 用法, 你可以用 `proxychains -f ` 指定不同的 配置文件

然后在 shell (bash, zsh 等) 自带的配置里 设置 `alias`


就可以实现你的功能了....多多发挥一下自主能动性吧
2021-08-24 19:23:07 +08:00
回复了 samin 创建的主题 程序员 穷屌的疑惑,请问大家的个人 Blog 都是用什么云服务器的?
vercel
2021-08-15 17:32:18 +08:00
回复了 wsgzao 创建的主题 程序员 GitHub 不再支持密码验证解决方案: SSH 免密与 Token 登录配置
原来如此, 我以为是开了二步验证的问题
不用 cpython 的话 还有 pypy, RustPython...之类的 不过似乎满足不了题主的需求
2021-08-13 15:03:49 +08:00
回复了 passer9527 创建的主题 Java 最近发现 Java 的 easyExcel 库相当不错
试一下 golang 的 excelize
gin gorm
2021-07-10 22:34:49 +08:00
回复了 pililink 创建的主题 Python 模拟 GIWIGI 客户端认证过程
嘿嘿 我早做全所有登陆方式(桌面和移动的客户端都实现了, 还实现破某些限制)了...giwifi-gear (现在我闭源了, 建议不要宣传!!! 怕他们改了又的重来... 懒得重新分析了)

甚至做了个半成品的 luci-app 方便路由器使用...

以下是这玩意的帮助信息(想交流可以联系我)

```bash
$ ./xxxxxx-gear -h
xxxxxx-gear
A cli tool for login giwifi by cloud auth mode (multi-platform, fast, small)
usage:
xxxxxx-gear [-h] [-g <GATEWAY>] [-u <USERNAME>] [-p <PASSWORD>] [-t <TYPE>] [-T <TOKEN>] [-i <IFACE>] [-e <EXTRA_IFACE>] [-q] [-b] [-d] [-l] [-v]
optional arguments:
-h show this help message and exit
-g <GATEWAY> set the gateway
-u <USERNAME> set the username
-p <PASSWORD> set the password
-i <IFACE> set the interface by name or ip
-e <EXTRA_IFACE> set the extra interface (-e vwan1 -e vwan2)
-t <TYPE> auth type (pc/pad/staff for web auth, android/ios/windows/mac/apad/ipad for app auth, token for directly auth by token, and default value is pc)
-T <TOKEN> set the token (need to use -t token)
-b bind or rebind your device
-q sign out of account authentication
-d running in the daemon mode (remove sharing restrictions)
-l print the log info
-v show the tool version and exit
(c) 2021 icepie.dev@gmail.com

```
1  2  3  4  5  6  7  8  9  10  
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   4095 人在线   最高记录 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 41ms · UTC 05:14 · PVG 13:14 · LAX 21:14 · JFK 00:14
Developed with CodeLauncher
♥ Do have faith in what you're doing.