!CEozAYKcHtIISMdESj:matrix.org

๐Ÿ—‘ubuntu-kr-general

179 Members
์•„๋ž˜์˜ CoC๋ฅผ ๋”ฐ๋ผ์ฃผ์„ธ์š”: https://ubuntu.com/community/ethos/code-of-conduct5 Servers

Load older messages


SenderMessageTime
28 Apr 2024
@_discord_541635951689072661:t2bot.io์ฐจ์˜์„œ (zeroday0619) ์ฃผ์„์ด ์กด์žฌํ•˜๋„ค์š”ใ…— 13:48:54
@_discord_541635951689072661:t2bot.io์ฐจ์˜์„œ (zeroday0619) * ์ฃผ์„์ด ์กด์žฌํ•˜๋„ค์š” 13:48:57
@sumoon:matrix.orgOctopusET changed their display name from OctopusET to qwranbox.13:50:50
@sumoon:matrix.orgOctopusET changed their display name from qwranbox to rthhcxcn.13:51:15
@sumoon:matrix.orgOctopusET changed their display name from rthhcxcn to OctopusET.13:52:16
@sumoon:matrix.orgOctopusET ์ €๊ฑฐ ์ง€์šฐ๊ณ  ๋นŒ๋“œํ•ด๋ณด์‹œ์ฃ  13:52:43
@_discord_541635951689072661:t2bot.io์ฐจ์˜์„œ (zeroday0619) ๋‹ฌ๋ผ์ง€๋Š”๊ฑด ์—†๋„ค์š”... 14:10:49
@_discord_387983727726166016:t2bot.io๋ฐฉ๊ธฐ์—ฐ ์•— ๋ˆ„๊ตฐ๊ฐ€ ๋จผ์ € ๋‹ต๋ณ€ํ•ด์ฃผ์…จ๊ตฐ์š”. 14:18:58
@_discord_387983727726166016:t2bot.io๋ฐฉ๊ธฐ์—ฐ ๋งž์•„์š”. ์™œ๋ƒํ•˜๋ฉด ์ €ํฌ ์ง‘์ด ๊ธฐ๊ฐ€๋น„ํŠธ ๋ผ์ดํŠธ๋ผ์„œ์š”. 14:19:17
@_discord_541635951689072661:t2bot.io์ฐจ์˜์„œ (zeroday0619)image.png
Download image.png
14:19:57
@_discord_541635951689072661:t2bot.io์ฐจ์˜์„œ (zeroday0619) good 14:20:01
@_discord_387983727726166016:t2bot.io๋ฐฉ๊ธฐ์—ฐ ํ•˜์ง€๋งŒ ๋ณดํ†ต ์œˆ๋„์šฐ์—์„œ ํ™œ์„ฑํ™”ํ•˜์ง€ ์•Š์•„๋„ ํ•ด๋‹น ISP์˜ ํ—ˆ๋ธŒ ๋˜๋Š” ๊ณต์œ ๊ธฐ๊ธฐ๋ฅผ ์‚ฌ์šฉํ•˜๊ธฐ ๋•Œ๋ฌธ์— 500 Mbps๊ฐ€ ์ž˜ ๋‚˜์˜ฌ ๊ฒ๋‹ˆ๋‹ค. 14:20:08
@_discord_541635951689072661:t2bot.io์ฐจ์˜์„œ (zeroday0619) ์ง€๊ธˆ 14:20:13
@_discord_387983727726166016:t2bot.io๋ฐฉ๊ธฐ์—ฐ ์–ด์–ด... ์ €๊ฑฐ๋ณด๋‹ค๋Š” ์ž˜ ๋‚˜์˜ค์…”์•ผ ํ•˜๋Š”๋ฐ 14:20:23
@_discord_541635951689072661:t2bot.io์ฐจ์˜์„œ (zeroday0619) QOS 14:20:33
@_discord_541635951689072661:t2bot.io์ฐจ์˜์„œ (zeroday0619) ์˜ˆ์ƒ 14:20:37
@_discord_541635951689072661:t2bot.io์ฐจ์˜์„œ (zeroday0619) ์ „์— ๊ฒŒ์ž„ ํ•˜๋‚˜ ๋‹ค์šด ๋ฐ›์•„์„œ 14:20:47
@_discord_541635951689072661:t2bot.io์ฐจ์˜์„œ (zeroday0619)
        //Disable Giga Lite

        // rtl8125_clear_eth_phy_ocp_bit(tp, 0xA428, BIT_9);
        // rtl8125_clear_eth_phy_ocp_bit(tp, 0xA5EA, BIT_0);

        // Giga Lite Enable
        rtl8125_set_eth_phy_ocp_bit(tp, 0xA428, BIT_9);
        rtl8125_set_eth_phy_ocp_bit(tp, 0xA5EA, BIT_0);

        rtl8125_set_d0_speedup_speed(tp);

        switch (tp->mcfg) {
                case CFG_METHOD_2:
                case CFG_METHOD_3:
                case CFG_METHOD_4:
                case CFG_METHOD_5:
                case CFG_METHOD_6:
                case CFG_METHOD_7:
                case CFG_METHOD_8:
                case CFG_METHOD_9:
                case CFG_METHOD_10:
                case CFG_METHOD_11:
                        rtl8125_set_pci_pme(tp, 0);
                break;
        }
14:21:22
@_discord_541635951689072661:t2bot.io์ฐจ์˜์„œ (zeroday0619) *
        //Disable Giga Lite

        // rtl8125_clear_eth_phy_ocp_bit(tp, 0xA428, BIT_9);
        // rtl8125_clear_eth_phy_ocp_bit(tp, 0xA5EA, BIT_0);

        // Giga Lite Enable
        rtl8125_set_eth_phy_ocp_bit(tp, 0xA428, BIT_9);
        rtl8125_set_eth_phy_ocp_bit(tp, 0xA5EA, BIT_0);

        rtl8125_set_d0_speedup_speed(tp);
14:21:48
@_discord_541635951689072661:t2bot.io์ฐจ์˜์„œ (zeroday0619) https://github.com/zeroday0619/r8125 14:29:08
@_discord_541635951689072661:t2bot.io์ฐจ์˜์„œ (zeroday0619) *
        //Disable Giga Lite

        // rtl8125_clear_eth_phy_ocp_bit(tp, 0xA428, BIT_9);
        // rtl8125_clear_eth_phy_ocp_bit(tp, 0xA5EA, BIT_0);

        //Enable Giga Lite
        rtl8125_set_eth_phy_ocp_bit(tp, 0xA428, BIT_9);
        rtl8125_set_eth_phy_ocp_bit(tp, 0xA5EA, BIT_0);
14:48:56
29 Apr 2024
@_discord_541635951689072661:t2bot.io์ฐจ์˜์„œ (zeroday0619) https://www.phoronix.com/news/Ubuntu-24.10-Oracular-Oriole 20:08:49
@_discord_541635951689072661:t2bot.io์ฐจ์˜์„œ (zeroday0619) changed their profile picture.20:10:09
30 Apr 2024
@_discord_541635951689072661:t2bot.io์ฐจ์˜์„œ (zeroday0619) https://kubernetes.io/blog/2024/04/17/kubernetes-v1-30-release/ 00:33:41
@sukso96100:matrix.orgyoungbin์ €๊ฑด ๋ญ๋ผ ๋ฐœ์Œํ•˜๋‚˜์š” ์šฐ์œผ์šฐ๋ฒ„๋„คํ‹ฐ์Šค๋ผ๊ณ  ์ฝ๋Š”๊ฑด๊ฐ€00:39:10
@_discord_541635951689072661:t2bot.io์ฐจ์˜์„œ (zeroday0619) https://en.wikipedia.org/wiki/Uwu 00:48:59
@_discord_458240070848217091:t2bot.iomoonjunsang 4์›” 1์ผ ์•„๋‹Œ๋ฐ.... 01:30:06
@_discord_bot:t2bot.io@_discord_bot:t2bot.io invited @_discord_684801166034731045:t2bot.iomungtaeng_e.11:36:58
@_discord_684801166034731045:t2bot.iomungtaeng_e joined the room.11:36:59
@_discord_684801166034731045:t2bot.iomungtaeng_e 11:36:59

Show newer messages


Back to Room ListRoom Version: 10