GithubHelp home page GithubHelp logo

comments's People

Watchers

 avatar

comments's Issues

Windows 10 LTSC 2019 的初体验

https://guo.moe/archives/Windows-10-LTSC-2019.html

在升级到 Windows 10 1909 以后,XPS 的续航从开着省电模式5个小时骤降至两个半小时,比人家游戏本还差,正好也苦于 Windows 10 的更新体验,再加上总是出一些莫名其妙的bug(比如说双屏情况下鼠标和键盘总是会突然卡一下,和手环、手机经常连不上)于是就干脆换成 Windows LTSC 2019 试试。

计算机网络原理实验四──路由器基本配置

https://guo.moe/archives/Principles-Of-Computer-Networks-Experiment-4.html

路由器基本配置可分为静态路由配置和动态路由配置
两台路由互相连接,并将路由器连接至PC机,路由器之间配置192.168.1.0/24 网段,路由器1与PC1配置192.168.2.0/24网段,路由器2与PC2配置192.168.3.0/24网段
路由器选择1941进行。
使用 Copper Cross-over 连接所有设备,将路由器的0/1口与PC网口相连,路由器0/0口与另一个路由器相连。
更改名称便于区分,将Router0改为R1,将Router1改为R2

双路由同内网段探索

https://guo.moe/archives/Router-Link.html

整这玩意儿已经是一年前的事了,无聊再拿出来晾一晾
我家的移动光纤入户进的是我的房间,然后光猫路由器全部都是丢在我的房间,致使我每次去客厅都会没有 WiFi 信号,于是就想着整俩路由器,买了一个 K2P ,但实际上使用感觉并不友好,因为我在房间里也有一个自己的电脑,平常插房间的路由器不能和 K2P 分到同一个内网,很不方便,上网搜了一下资料,发现可以用 LAN 口对接,关闭 K2P(副路由器) 的 DHCP,用房间的路由器(主路由器)分配即可。

计算机网络原理实验二──二层交换机基本配置

https://guo.moe/archives/Principles-Of-Computer-Networks-Experiment-2.html

先在 CPT(Cisco Packet Tracer) 上放置两个PC,两个Switch,然后将PC与各自的 Switch 通过 Copper Straight-Through 连接,交换机之间通过 Copper Cross-over 连接,此处两个 Switch 使用 2950-24 型号,将Switch的0/1口和PC进行连接,将Switch的0/24口相互连接。
我们的目的是将这四个设备划分在一个 VLAN(VLAN 10) 中。

使用 Python 登录校园网的一次探索

https://guo.moe/archives/Python-School-Network.html

开学那段时间刚办完校园网宽带,学校每天晚上 12 点都会定时断网,每天 6 点又会将网络开启,断网就是将同学萌从校园网强制下线,然后禁止登录,每天都要重复登陆一次,觉得有点麻烦,先试了一下校园网是否允许路由器,发现可行,于是乎想着就随手在树莓派上跑个脚本,断网就自动执行。

给服务器安装 ArchLinux

https://guo.moe/archives/Install-ArchLinux-For-Server.html

之前学校的服务器是 CentOS ,分区是在 /dev/sda2 上又开了一层 lvm 分区,这种分区方式令我感觉十分不舒服,其中有个原因是根目录空间不够,但 /home 分区的空间又大得一坨,遂尝试删除并合并分区。swapoff 并删除+合并以后没问题,但保险起见将备份文件移至我的 NUC 上,改 /etc/fstab ,然后一重启,打不开机子,上面好像写着无法读取 /dev/centos/swap 分区。(不过我也不是很清楚到底哪里)正当我庆幸自己聪明机智有备份的时候,翻开 NUC 一看,里面几个大字写着

Docker Swarm 集群探索笔记

https://guo.moe/archives/Docker-Swarm.html

学校服务器要负载均衡,根据隔壁 TARI TARI 所说,就要搞双 Nginx 冗余服务器,加上两个后端服务器用来跑 PHP 程序,同时将学校服务器的程序都跑在 Docker 上以便管理,根据 U2 推荐,使用 Swarm 进行集群搭建,一共准备六台服务器。
由于是第一次使用 Docker Swarm,操作起来并不熟练,如果文章有哪里出现错误和问题麻烦大佬们在评论区指出,谢谢 QvQ

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.