V2EX = way to explore
V2EX 是一个关于分享和探索的地方
Sign Up Now
For Existing Member  Sign In
V2EX  ›  liuxu  ›  全部回复第 53 页 / 共 147 页
回复总数  2923
1 ... 49  50  51  52  53  54  55  56  57  58 ... 147  
2020 年 9 月 4 日
回复了 NanJi 创建的主题 Linux Linux 平台下 有哪个不错的能代替 WinSCP ?
用 windows 的习惯在 linux 找替代品,早晚会说 linux 不好,再换回去
2020 年 8 月 26 日
回复了 Yooloo 创建的主题 Windows 0202 年了, 现在在 Windows 下快乐编程的姿势是什么❓
virtualbox 装 ubuntu 全屏替代
2020 年 8 月 26 日
回复了 soulzz 创建的主题 程序员 讲真的,学习还是要持之以恒
@laminux29 你还别说,这个真的是我的成长之路,目前完备状态,不过工作用不到这些,专业一个领域就好
2020 年 8 月 26 日
回复了 Visitor233 创建的主题 程序员 为了 K8S 换台新笔记本?
k3s 保平安,raspberry pi 集群可以组起来,咸鱼二手 100 出头一个 3b
2020 年 8 月 26 日
回复了 hertzry 创建的主题 程序员 小白吐槽一下今天 C/C++装机历程
怀旧贴,Tiny C Compiler 了解一下
2020 年 8 月 26 日
回复了 loriann 创建的主题 Go 编程语言 问个 go 基础问题
这种方式写 C 的和 C++的用的多
很早我就在吐槽这个了
2020 年 8 月 9 日
回复了 birdkyle79 创建的主题 Linux 关于 Ubuntu 系统 CPU 占用 100% 的问题
@Yut 20 现在毛病还有些,最近修复了不少但还是有少许问题
2020 年 7 月 20 日
回复了 smallgoogle 创建的主题 Python 如何让 scrapy 返回数据?
直接 run spider,默认直接命令行输出
@loading linux 怎么切全局,好像只能 iptables 或者路由器处理
@Jirajine 哦,好像是的,之前弄了好久,最后用的 GOPROXY
@shuigui 我随口说一了句,你要不要把我吊起来审判一下
@lsk569937453 我的意思是说用了 proxychains4 后就不用 goproxy 了,或者:

liuxu:~$ export GOPROXY=https://athens.azurefd.net/

这是我以前用的,不知道现在还有没有效果,或者其他第三方:

https://goproxy.io/zh/
@Livid 275 天前的帖子再被翻出来在“程序员”节点置顶。。很多人对此帖意见颇深
楼上的各位知不知道苹果要把 x86 换成 arm 了。。
用 proxychains-ng,你这个就是被墙了
2020 年 7 月 7 日
回复了 yangchuansheng33 创建的主题 推广 Linux Cgroup 入门教程:基本概念
@Livid 这类在 v2 持续发贴,往自己博客引,然后博客强制关注公众号才能观看全部内容,算推广么
2020 年 7 月 6 日
回复了 sadfQED2 创建的主题 程序员 个人博客技术选型:如何优雅的使用高射炮打蚊子
有钱会这么为难吗?加钱。
2020 年 7 月 5 日
回复了 RicardoY 创建的主题 程序员 使用 RTMP 直播有什么降低延迟的好办法吗?
低延迟用 webrtc 方案
2020 年 7 月 5 日
回复了 yangyuhan12138 创建的主题 程序员 内核态用户态的数据拷贝,有点不明白
@louettagfh #10 https://man7.org/linux/man-pages/man2/mmap.2.html

mmap() creates a new mapping in the virtual address space of the calling process. The starting address for the new mapping is specified in addr. The length argument specifies the length of the mapping (which must be greater than 0). If addr is NULL, then the kernel chooses the (page-aligned) address at which to create the mapping; this is the most portable method of creating a new mapping. If addr is not NULL, then the kernel takes it as a hint about where to place the mapping; on Linux, the kernel will pick a nearby page boundary (but always above or equal to the value specified by /proc/sys/vm/mmap_min_addr) and attempt to create the mapping there. If another mapping already exists there, the kernel picks a new address that may or may not depend on the hint. The address of the new mapping is returned as the result of the call. The contents of a file mapping (as opposed to an anonymous mapping; see MAP_ANONYMOUS below), are initialized using length bytes starting at offset offset in the file (or other object) referred to by the file descriptor fd. offset must be a multiple of the page size as returned by sysconf(_SC_PAGE_SIZE). After the mmap() call has returned, the file descriptor, fd, can be closed immediately without invalidating the mapping.
1 ... 49  50  51  52  53  54  55  56  57  58 ... 147  
About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   4486 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 36ms · UTC 04:06 · PVG 12:06 · LAX 21:06 · JFK 00:06
♥ Do have faith in what you're doing.