上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 83 下一页
摘要: 1.单身情歌-林志炫2.勇气-梁静茹3.分飞-徐怀钰4.至少还有你-林忆莲5.后来-刘若英6.因为爱所以爱-谢霆锋7.最熟悉的陌生人-萧亚轩8.绿光-孙燕姿9.流星雨-F410.情非得已-庾澄庆11.一千零一个愿望-4 In Love12.天涯-任贤齐13.下沙-游鸿明14.唯一-王力宏15.他一定 阅读全文
posted @ 2025-05-26 12:48 profesor 阅读(51) 评论(0) 推荐(0)
摘要: https://github.com/lecepin/get-pornhub-download-url 有了package.json与index.js就可以直接获得chrome 插件了。 或者直接放到tampermonkey中使用 https://github.com/lecepin/get-por 阅读全文
posted @ 2025-05-25 19:07 profesor 阅读(1437) 评论(0) 推荐(0)
摘要: 详细看这里 https://book.bsdcn.org/di-5-zhang-ruan-jian-guan-li-he-xi-tong-sheng-ji/di-5.7-jie-tong-guo-freebsdupdate-geng-xin 以下全部在root账户下完成: 使用su命令进入root账 阅读全文
posted @ 2025-05-25 16:59 profesor 阅读(35) 评论(0) 推荐(0)
摘要: A: The basic components of a computer include a Central Processing Unit (CPU), Primary Storage or Random Access Memory (RAM), Secondary Storage, Input 阅读全文
posted @ 2025-05-24 18:18 profesor 阅读(95) 评论(0) 推荐(0)
摘要: 1.4.2 BASH Command Line ReferencesBASH is the default shell for Ubuntu. The reader should be familiar with basic command line operations. Some additio 阅读全文
posted @ 2025-05-24 18:11 profesor 阅读(11) 评论(0) 推荐(0)
摘要: https://www.manning.com/books/learn-powershell-in-a-month-of-lunches https://livebook.manning.com/book/learn-powershell-in-a-month-of-lunches/chapter- 阅读全文
posted @ 2025-05-23 02:25 profesor 阅读(9) 评论(0) 推荐(0)
摘要: FROM chatGPT: The best and most reliable way to install PowerShell on Ubuntu is by using the Microsoft-provided package repositories, which ensure you 阅读全文
posted @ 2025-05-23 02:23 profesor 阅读(51) 评论(0) 推荐(0)
摘要: from ChatGPT If your goal is to become a Windows power user—someone who uses Windows with maximal efficiency, fluency, and technical control—then you 阅读全文
posted @ 2025-05-23 01:26 profesor 阅读(56) 评论(0) 推荐(0)
摘要: #include <unistd.h> int main() { write(1, "Hello, World\n", 13); return 0;} #include <stdio.h> int main() { printf("Hello, World\n"); return 0;} which 阅读全文
posted @ 2025-05-23 00:35 profesor 阅读(30) 评论(0) 推荐(0)
摘要: 直接使用bash shell script: # 这几个不需要使用sudo echo set visualbell >> ~/.vimrc echo set t_vb= >> ~/.vimrc echo export LESS=\"\$LESS -R -Q\" >> ~/.profile # 这个得 阅读全文
posted @ 2025-05-23 00:17 profesor 阅读(45) 评论(0) 推荐(0)
上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 83 下一页