Coder Social home page Coder Social logo

colorfulshark.github.io's Introduction

NexT

精于心,简于形

NexT 是由 Hexo NexT 移植而来的 Jekyll 主题。

在线预览 Preview | Yitao's Blog | NexT 使用文档 | English Documentation

Join the chat at https://gitter.im/simpleyyt/jekyll-theme-next

NexT Schemes

浏览器支持 Browser support

Browser support

贡献 Contributing

欢迎提交问题与需求,修复代码。

开发 Development

NexT 主旨在于简洁优雅且易于使用,所以首先要尽量确保 NexT 的简洁易用性。

NexT is built for easily use with elegant appearance. First things first, always keep things simple.

捐赠

支付宝捐赠链接还是要有的,万一真的有人捐呢。

支付宝扫码捐赠

colorfulshark.github.io's People

Contributors

colorfulshark avatar

Watchers

 avatar

colorfulshark.github.io's Issues

使用Ftrace调试Linux内核 | colorfulshark

https://blog.colorfulshark.net/2019/12/07/debug-kernel-with-ftrace.html?highlight=ftr

在进行内核调试时, 最长使用的方式就是printk(),由于printk()被设计成可以在任何上下文(进程上下文、中断上下文)执行,因此它会在执行过程中带来较大的开销,尤其是所调试的代码对时间很敏感时,比如时间中断。而ftrace则能够在输出log的同时,最大程度上降低调试带来的开销。

在Proxmox VE中安装Openwrt作为软路由 | colorfulshark

https://blog.colorfulshark.net/2019/11/03/install-openwrt-in-proxmox-ve.html?highlight=pve

最近一直种草软路由,从j1900看到i5 7200u,无奈囊中羞涩,最便宜的也得500以上,于是打算把大学时用的旧笔记本利用起来,i7 4702mq的处理器即使放到今天也不算过时(感谢牙膏厂)。但如果只是安装一个Openwrt的话,有点太浪费硬件性能,于是打算在Proxmox VE中安装Opnewrt虚拟机。

通过trace-cmd和kernelshark简化Ftrace的使用 | colorfulshark

https://blog.colorfulshark.net/2019/12/21/simplify-ftrace-with-tracecmd-and-kernelshark.html?highlight=kernel

虽然Ftrace在debugfs中的接口很简单,但在实际操作时,还是显得不太灵活。如果能让一个应用程序代替我们与Ftrace的接口交互,将会大大简化其使用,而这个程序就是trace-cmd。此外,为了能够更加直观的分析过滤Ftrace的log,将会介绍一个基于GUI的工具kernelshark。

从源码构建linux 2.6.10系统环境 | colorfulshark

https://blog.colorfulshark.net/2020/08/23/setup-linux-2-6-system-from-scratch.html?highlight=root

最近想要重新看一遍ldd3,以前看的时候总是照着新版的内核写代码,结果很多接口都发生了变化,在这个问题上浪费了不少时间,以至于最后看不下去了。所以这次打算使用upstream的linux 2.6.10来做实验,一方面upstream的内核没有受到第三方patch的污染,另一方面可以把关注点放在内核的接口设计以及驱动框架本身。所以就花了一些时间把linux 2.6.10的系统环境搭建了出来,这里记

构建EDK2镜像并在QEMU启动 | colorfulshark

https://blog.colorfulshark.net/2023/08/29/build-and-boot-edk2-in-qemu.html

从今天起,我将涉足一个新的领域:UEFI。目前UEFI已经逐渐从以X86为主的服务器PC领域,渗透到以ARM为主的终端领域。得益于其灵活的扩展性以及较低的开发门槛,以后越来越多的设备将使用它作为自身启动链的一个重要组成部分。由于UEFI只是一套标准,参照该标准有许多实现,其中最有名之一就是Intel主导开发的EDK2。因此我的学习之旅也会从它开始,今天主要介绍如何构建EDK2以及在QEMU上启动

使用Yuzu游玩Switch游戏 | colorfulshark

https://blog.colorfulshark.net/2023/01/27/play-ns-games-on-yuzu.html?

众所周知,任天堂的游戏极具趣味性,但硬件机能却非常差,分辨率低不说,在有些游戏中连30帧的帧率都无法保障,并且据说2024年将发布下一代主机,现在购买Switch很可能49年入国军。对于那些只想玩几个特定的单机游戏的人来说,使用模拟器也是一个可行的方案。本文将完整介绍如何在Windows PC上畅玩Switch游戏。

使用acme申请https证书 | colorfulshark

https://blog.colorfulshark.net/2023/01/08/issue-https-cert-with-acme.html?

随着互联网的飞速发展,http这种明文传输协议已经越来越无法满足建站的需求,因此当今绝大多数网站都已经切换到了https。虽然https协议使用TLS加密极大地提高了传输安全性,但也带来了更大的部署难度,首当其冲的就是TLS证书申请,本文将介绍如何使用acme免费申请一个供个人使用的证书。

在PVE中安装群晖DSM系统 | colorfulshark

https://blog.colorfulshark.net/2023/03/10/install-dsm-on-pve.html

其实我一直对群晖的系统不太感冒,一方面它是闭源的,我无法得知它里面有多少未修复的漏洞以及后门;另一方面,即使硬件已经有了超高的溢价,群晖的套件也没有想象中那么好用,App总感觉就是半成品,系统与数据混在一起,这些因素决定了我注定不会是群晖的受众。但有钱能使鬼推磨,网心云发布了基于群晖的PCDN业务,并且看起来收益要优于Docker业务,于是,我也开始折腾起黑群晖了。

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.