Jump to...
redirecting...

Log for eric Yu xiang的窩🙄

[sticker](media:AAQFABORKb4yAASIcwQb_Nn-i_grAAIC@telegram)
[sticker](media:AAQFABO1xK4yAARPVeUjSdPppxQpAAIC@telegram)
E08-15
hi80211g
pds是什麼檔
jo xu42l3u03
.
威力導演
0.0
u/3qu04yp3ak7gj tj
影片怎麼輸出
ao6g4
沒事
看完了...
覺得有點...
不夠生動😅
yp3ak7xk7
1j4b06su3yji4
不然你做
哈哈 我不常用share
我的原黨
你教我好了~
我沒有爆炸的材料
素材嗎?
好呦
0.0
購生動嗎
好了麼😅
[sticker](media:AAQFABN9T74yAAR1afk8CyfeSq0DAAIC@telegram)
[sticker](media:AAQFABN9T74yAAR1afk8CyfeSq0DAAIC@telegram)
QQ不理我
GPU99%
...
可以了嗎qq
yp3ak7m/4
怎麼用
0.0
裝好了嗎
好了
最下面有一個按鈕
找到添加
然後
ULR
具續
http://localhost:8000
OK
有聲嗎?
GPU一直都是99%
...
所以0.0
好吧...
我沒撥放
...
有嗎
沒東西波
[photo](media:AgADBQAD2acxG6_ecVXsl6i0vaCTXs1g0zIABPHZGCP0ag_6nRMDAAEC@telegram)
我按他不撥
我先玩遊戲
好吧
.
下載中
恩恩
vu84cl3ru.3
下好久
快好了...
好快喔------
.......................
...
看完了
...
所以
爆炸購生動嗎
圖都不會動
沒有驚嚇到的港覺
不然乾脆用檢的
後面那個語翔其實不用加
你有資料傳送中的影片嗎
幫我找一夏
要找
恩恩
找不到TT
可以在試一次嗎~~
[sticker](media:AAQFABMOLL4yAATJTJay1vLyOpMeAAIC@telegram)
[sticker](media:AAQFABMOLL4yAATJTJay1vLyOpMeAAIC@telegram)
[sticker](media:AAQFABMOLL4yAATJTJay1vLyOpMeAAIC@telegram)
[sticker](media:AAQFABMOLL4yAATJTJay1vLyOpMeAAIC@telegram)
[sticker](media:AAQFABMOLL4yAATJTJay1vLyOpMeAAIC@telegram)
有了
ya~~~
; Include: instructs the sc_serv to read from the named configuration file,
; *at the point of insertion of the Include statement*, and process as though
; the included file was part of itself. Note that all configuration parameters
; in the DNAS config file are processed first to last, so if an item is defined
; twice in a configuration, the last item to process will be the one that takes
; effect. For this reason, it's usually a good idea to use the Includes first
; in a config file.
; example:
; Include=/usr/local/shoutcast/common.conf
; Default is not applicable.

; *************************
; Tweaks
; *************************
;
; DON'T MESS WITH THIS STUFF UNLESS YOU REALLY KNOW WHAT YOU'RE DOING.
; DON'T COMPLAIN TO US IF YOU MESS WITH IT AND THINGS BREAK.
; HAVE A NICE DAY.

; CpuCount is used to explicitly limit the DNAS to dominating a finite
; amount of processors in multiprocessor systems. By default,
; SHOUTcast creates one thread for every processor it detects in the
; host system, and assigns listeners equally across all the threads.
; In the event SHOUTcast doesn't correctly determine the number of
; CPUs in your host, or if you for whatever reason want to force
; the DNAS to not use other processors, you can say so here.
; Default behavior is to use as many processors as the DNAS detects on
; your system.
; CpuCount=1

; Sleep defines the granularity of the client threads for sending data.
; DNAS 1.7.0, per client thread, will send up to 1,024 bytes of data
; per socket (or less depending on the window available), and then
; sleep for the provided duration before repeating the whole process.
; Note that making this value smaller will vastly increase CPU usage on
; your machine. Increasing reduces CPU, but increasing this value too far
; will cause skips. The value which seems most optimal for 128kbps
; streaming is 833 (833 microseconds per client poll) on our test labs.
; We wouldn't recommend setting it any lower than 100, or any higher than
; 1,024. If you have a slower machine, set this number lower to fix
; skips.
; Default value is 833.
; Sleep=833

; CleanXML strips some whitespace and linefeeds from XML output which
; confuses some (poorly written) XML parsers. If you get XML rendering errors,
; try turning this on. Default is No (off).
; CleanXML=No
;
; TAG RULES
; TitleFormat specifies a format string for what title is sent to the listener.
; For example, a string of 'Justin Radio' forces the title 'Justin Radio' even
; when the source changes the title. You can use up to one '%s' in the string
; which lets you contain the title from the source. For example, if your
; TitleFormat is 'Justin Radio: %s', and the source plug-in's title is
; 'Billy plays the blues', then the net title is
; 'Justin Radio: Billy plays the blues'. Note: only works on non-relay servers.
; The default is no format string.
; TitleFormat=Justin Radio: %s

; URLFormat specifies a format string for what url is sent to the listener.
; Behaves like TitleFormat (see above).
; The default is no format string.
; URLFormat=http://www.server.com/redirect.cgi?url=%s

; PublicServer can be always, never, or default (the default, heh)
; Any setting other than default will override the public status
; of the source plug-in or of a SHOUTcast server that is being relayed.
PublicServer=default

; AllowRelay determines whether or not other SHOUTcast servers will be
; permitted to relay this server. The default is Yes.
AllowRelay=Yes

; AllowPublicRelay, when set to No, will tell any relaying servers not
; to list the server in the SHOUTcast directory (non-public), provided
; the relaying server's Public flag is set to default. The default is
; Yes.
AllowPublicRelay=Yes

; MetaInterval specifies how often, in bytes, metadata sent.
; You should really leave this at the default of 8192, but the option is
; provided anyway.
MetaInterval=8192

; *************************
; Access Control
; *************************

; ListenerTimer is a value in minutes of maximum permitted time for
; a connected listener. If someone is connected for longer than this
; amount of time, in minutes, they are disconnected. When undefined,
; there is no limit defined. Default is undefined.
; ListenerTimer=600

; BanFile is the text file sc_serv reads and writes to/from
; for the list of clients prohibited to connect to this
; server. It's automatically generated via the web
; interface.
; BanFile=sc_serv.ban

; RipFile is the text file sc_serv reads and writes to/from
; for the list of client IPs which are *ALWAYS* permitted
; to connect to this server (useful for relay servers).
; This file is automatically generated via the web
; interface. Note that if your server is FULL, and someone
; from a Reserved IP connects, the DNAS will force the person
; listening for the longest time off to make room for the new
; connection.
; RipFile=sc_serv.rip

; RIPOnly, when set to Yes, will only allow IP addresses listed in the Reserved
; IP list to connect and relay. All other connections for listening will be denied.
; This is really only useful for servers whose sole purpose is to provide the
; primary feed to all public relays. Setting this value to Yes also forces the
; server into Private mode, since listing this server in the directory would
; be pointless. Default is No.
; RIPOnly=No

; *************************
; Extended Logging
; *************************

; The old features previously at this location, HistoryLog and CurrentLog, are
; no longer used and succeded by W3C Logging and XML, respectively.

; ***********************
; Mass Configuration
; ***********************

; Unique: assigns a variable name for use in any config item which points to a
; file. Useful for servers running lots of SHOUTcast servers that have similar
; configuration parameters, excepting logfile names, banfile names, etc. Any
; parameter that takes a pathname can include the character $, which will
; substitute $ for the variable assigned here. Keep in mind that the unique
; variable can only be used after it is defined, so don't try to use a unique
; variable substitution in a path before you define it. For example, you
; could set:
; Unique=my_server
; and then define Log=/usr/local/shoutcast/$.log in an included configuration
; file. Default is Unique=$, so that by default any file with $ in the name
; won't substitute anything at all.
; SrcIP, the interface to listen for source connections on (or to make relay
; connections on if relaying). Can and usually will be ANY or 127.0.0.1
; (Making it 127.0.0.1 will keep other machines from being able to
; broadcast using your shoutcast server )
SrcIP=25.17.252.154

; DestIP, IP to listen for clients on (and to contact yp.shoutcast.com)
; can and usually will be be ANY. If your machine has multiple IP addresses,
; set this to the one you want it to be accessed by.
DestIP=ANY

; Yport, port to connect to yp.shoutcast.com on. For people behind caching
; webproxies, change this to the alternate port (666 is what it might be,
; check www.shoutcast.com if you have problems). Otherwise, leave this at 80.
; We're actively working on re-opening port 666, but as of release the only
; working port is port 80.
Yport=80

; NameLookups. Specify 1 to perform reverse DNS on connections.
; This option may increase the time it takes to connect to your
; server if your DNS server is slow. Default is 0 (off).
NameLookups=0

; RelayPort and RelayServer specify that you want to be a relay server.
; Relay servers act as clients to another server, and rebroadcast.
; Set RelayPort to 0, RelayServer to empty, or just leave these commented
; out to disable relay mode.
; RelayPort=8000
; RelayServer=192.168.1.58

; ***********************
; Server configuration
; ***********************

; AdminPassword. This password (if specified) changes the
; behavior of Password to be a broadcast-only password, and
; limits HTTP administration tasks to the password specified
; here. The broadcaster, with the password above, can still
; log in and view connected users, but only the AdminPassword
; will grant the right to kick, ban, and specify reserve hosts.
; The default is undefined (Password allows control for both
; source and admin)
; AdminPassword=adminpass

; AutoDumpUsers controls whether listeners are disconnected if the source
; stream disconnects. The default is 0.
AutoDumpUsers=0

; AutoDumpSourceTime specifies how long, in seconds, the source stream is
; allowed to be idle before the server disconnects it. 0 will let the source
; stream idle indefinately before disconnecting. The default is 30.
AutoDumpSourceTime=30

; ContentDir specifies the directory location on disk of where to stream
; on-demand content from. Subdirectories are supported as of DNAS 1.8.2.
; Default is ./content, meaning a directory named content in the same directory
; as where sc_serv was invoked from.
; ContentDir=./content

; IntroFile can specify a mp3 file that will be streamed to listeners right
; when they connect before they hear the live stream.
; Note that the intro file MUST be the same samplerate/channels as the
; live stream in order for this to work properly. Although bitrate CAN
; vary, you can use '%d' to specify the bitrate in the filename
; (i.e. C:\intro%d.mp3 would be C:\intro64.mp3 if you are casting at 64kbps).
; The default is no IntroFile
; IntroFile=c:\intro%d.mp3

; BackupFile can specify a mp3 file that will be streamed to listeners over
; and over again when the source stream disconnects. AutoDumpUsers must be
; 0 to use this feature. When the source stream reconnects, the listeners
; are rejoined into the live broadcast.
; Note that the backup file MUST be the same samplerate/channels as the
; live stream in order for this to work properly. Although bitrate CAN
; vary, you can use '%d' to specify the bitrate in the filename
; (i.e. C:\backup%d.mp3 would be C:\backup32.mp3 if you are casting at 32kbps).
; The default is no BackupFile
; BackupFile=C:\intro%d.mp3
; SHOUTcast Distributed Network Audio Server configuration file
; Copyright (C) 1998-2004 Nullsoft, Inc.
; All Rights Reserved.
; Last modified Mar 17 2004

; If you want to manage multiple configurations, just copy
; this file to another name, and run sc_serv with that name
; such as:
; sc_serv.exe sc_leet.conf

; ***********************
; Required stuff
; ***********************

; MaxUser. The maximum number of simultaneous listeners allowed.
; Compute a reasonable value for your available upstream bandwidth (i.e. if
; you have 256kbps upload DSL, and want to broadcast at 24kbps, you would
; choose 256kbps/24kbps=10 maximum listeners.) Setting this value higher
; only wastes RAM and screws up your broadcast when more people connect
; than you can support.
MaxUser=32

; Password. While SHOUTcast never asks a listener for a password, a
; password is required to broadcast through the server, and to perform
; administration via the web interface to this server. This server should
; consist of only letters and numbers, and is the same server your broadcaster
; will need to enter in the SHOUTcast Source Plug-in for Winamp. THIS VALUE
; CANNOT BE BLANK.
Password=hi80211g

; PortBase. This is the IP port number your server will run on. The
; value, and the value + 1 must be available. If you get a fatal error when
; the DNAS is setting up a socket on startup, make sure nothing else on the
; machine is running on the same port (telnet localhost portnumber — if you
; get connection refused then you're clear to use that port). Ports < 1024
; may require root privledges on *nix machines. The default port is 8000.
PortBase=8000

; ***********************
; Optional Parameters
; ***********************

; ***********************
; Logging configuration
; ***********************

; LogFile: file to use for logging. Can be '/dev/null' or 'none'
; or empty to turn off logging. The default is ./sc_serv.log
; on *nix systems or sc_serv_dir\sc_serv.log on win32.
; Note: on win32 systems if no path is specified the location is
; in the same dir as the executable, on *nix systems it is in the
; current directory.
LogFile=sc_serv.log

; RealTime displays a status line that is updated every second
; with the latest information on the current stream (*nix and win32
; console systems only)
RealTime=1

; ScreenLog controls whether logging is printed to the screen or not
; on *nix and win32 console systems. It is useful to disable this when
; running servers in background without their own terminals. Default is 1
ScreenLog=1

; ShowLastSongs specifies how many songs to list in the /played.html
; page. The default is 10. Acceptable entries are 1 to 20.
ShowLastSongs=10

; TchLog decides whether or not the DNAS logfile should track yp
; directory touches. Adds and removes still appear regardless of
; this setting.
; Default is yes
; TchLog=yes

; WebLog decides whether or not hits to http:// on this DNAS will
; be logged. Most people leave this off because the DSP plug-in
; uses http:// calls to update titles and get the listener count,
; which takes up a lot of log space eventually. If you want to
; see people making hits on your admin.cgi or index pages, turn
; this back on. Note that this setting does NOT affect XML stats
; counters for hits to http:// pages.
; Default is no.
; WebLog=no

; W3CEnable turns on W3C Logging. W3C logs contain httpd-like accounts
; of every track played for every listener, including byte counts those listeners
; took. This data can be parsed with tools like Analog and WebTrends, or given
; to third parties like Arbitron and Measurecast for their reporting systems.
; Default is Yes (enabled).
W3CEnable=Yes

; W3CLog describes the name of the logfile for W3C logging. Default logfile is
; sc_w3c.log, in the same directory wherever the DNAS gets started from.
W3CLog=sc_w3c.log


; ***********************
; Network configuration
; ***********************
[active] 2 listeners (2 unique)
會卡嗎?
自己看
我怎麼會知道你...
我說廣播啦
.
??
部會
部會?
好呦
原來😅
你還錄影
哈哈
恩恩
有想聽什麼嗎😁
目前沒有
好吧...
[photo](media:AgADBQAD2qcxG6_ecVVao_Wq8U8Fyhmp0zIABLiJbHgKotUqgpgBAAEC@telegram)
刪不掉
你說如何指詰一個螢幕
[photo](media:AgADBQAD26cxG6_ecVUyq_dt2vGk_je20zIABCDnLc49xP0WVI0BAAEC@telegram)
視窗擷取
好喔
?
QAQ
什麼啦
右邊
防毒?
恩恩
我遠端幫你?
可以啊
好呀
你沒登
你在幹嘛
晾衣服
我回來了
我玩一夏
好喔
打完了? 0.0
恩 恩
0.0
珊不掉?
那這樣事關不掉的
要怎麼關
從內部
哪裡
滑鼠~~
再不行就要從安全模式進去了
o
[photo](media:AgADBQAD3qcxG6_ecVWPoB3NfYdPa8qr0zIABNoEmYVdubHK_ZEBAAEC@telegram)
...
怎?
u.3dj/4y94m/4
u.3dj/4y94m/4
...
有空再用
可以先借我設定一下遠端嗎
OK
我想玩看門狗><
><
呵呵
算了...
有空吧
好吧
你就這樣直接關機了
😣
關機了
我十二點要收啊
88
我知道88
嗯嗯
[photo](media:AgADBQAD5KcxG6_ecVX_Ij14UWUgWyuw0zIABOIBajqoqoJ3_pUBAAEC@telegram)
[photo](media:AgADBQAD5acxG6_ecVWvxiDZOk5mjyix0zIABKQVEc4CueRKxpMBAAEC@telegram)
明天你要去阿嬤家嗎
嗯...
勉強有網路
我再看看
好呦
好喔
要去就幫我帶基本電學
你幫我想辦法好不好😓
什麼辦法
去啊罵家的理由
網路不夠強
我有時會斷網
沒關西 就是一個可以用手機當條碼掃描器輸入到電腦的工具
我想辦法
好喔
好問題
🤔
因為我也不知道
教你功課??
.
可能可以喔
可是我想他們一定會不太相信😅
嗯嗯
不然那一天可以
[photo](media:AgADBQADoKgxG6_eeVWqCuxBnTI_XI280zIABPr7JRH80VxcqpUBAAEC@telegram)
禮拜幾可以
QAQ
(一)(二)(四)(五)都可以呀
好喔
丟下他們不管的話 哈
😆
呵呵
一定會被罵
[photo](media:AgADBQADoagxG6_eeVVAoFveJHp6pJpi0zIABEtdXibHaHOrrhIDAAEC@telegram)
對 哈哈
我現在好像錢也不夠欸
怎麼用
我幫你墊😁
好像有
300
錢包
usb插頭 登入管理頁面設定要增強的信號
好喔
要買嗎
留著吧
應該划算
[photo](media:AgADBQADoqgxG6_eeVW5filbUaenkoNc0zIABP-fHbsjLijlChMDAAEC@telegram)
嗯~~
[photo](media:AgADBQADo6gxG6_eeVUkifxqpjrFHFFk0zIABI1w55jujavCIRUDAAEC@telegram)
[photo](media:AgADBQADpKgxG6_eeVU22newkyVvcxW60zIABFHIUmM2AS3WVpwBAAEC@telegram)
[photo](media:AgADBQADpagxG6_eeVXu-djgsfguY_xn0zIABJVKQuZ2cW4-RhYDAAEC@telegram)
[photo](media:AgADBQADpqgxG6_eeVU1O6G3mhw5LwWy0zIABG3Zlg2oDE9Qx54BAAEC@telegram)
1) 手機安裝"小米智能家庭",開 WIFI 連上 小米路由設備的WIFI 的 SSID(比如小米隨身WIFI)。

2) "小米WIFI放大器" 插電,等個10秒左右,應該會閃黃燈,等待配對(沒有閃黃燈,戳重置孔5秒放開,重置)

3) 打開 "小米智能家庭" 並登入,這軟體一定要登錄才能用,所以必須註冊一個小米帳號。

選擇 "中國伺服器",這個是關鍵,只有連接中國伺服器,才能辨識出 "小米WIFI放大器",選台灣的不行。

如果一開始選錯了,可以去軟體中 "設定" 那邊改。

4) 按"小米智能家庭" 左上角的 + 按鈕,會提示發現WIFI放大器,並出現輸出 WIFI SSID 和 密碼的畫面。這邊要輸入的 SSID 是:小米路由設備(比如隨身WIFI)的 SSID。

5) 連接成功後(如果不行,戳重置孔,重來一遍)

軟體中就可以看到 "小米WIFI放大器",如果韌體是舊版的,會提示發現新版,並且下方有個「升級」按鈕,點擊就可以升級。

※ 放大器的韌體,至少要升級到 1.X 版,才能匹配第三方路由器。


***************************

與路由器 SSID 配對:

"小米WIFI放大器" 的使用邏輯是:
—----------------------------------
使用前,必須先與路由器配對(使用手機軟體 "小米智能家庭")。

配對後,資料就會存在放大器的裡面的ROM,拔掉電源一樣可以記憶。

以後除非戳重置孔,不然那支放大器,就是一直與那台路由器的 SSID 配對。

1) 先拔掉升級好的放大器

2) 手機中的 "小米智能家庭",長按剛配對好的放大器(裝置離線),選刪除。

註:因為這軟體不太穩定,如果不刪掉,等會一定找不到。

3) 切換手機的 WIFI,連上第三方路由器的 SSID。

4) 插上放大器電源,戳重置孔5秒放開,使其恢復黃燈閃爍。(戳孔可以用 迴紋針/牙籤 之類的)

5) 手機上的"小米智能家庭",點擊左上+按鈕,搜尋新裝置。應該會找到放大器,然後像剛剛那樣子的輸入 SSID/密碼的畫面

這次要輸入第三方路由器的 SSID 和密碼。(進行與第三方路由器的配對)

配對如果成功,放大器會變成藍燈恆亮,表示已經橋接成功。

如果失敗,重置孔戳5秒,再來一次。

註:"小米智能家庭" 這個軟體,非常吃 RAM,手機若只有 1GB RAM 以下,有可能經常閃退。如果有別台的平板什麼的,2GB RAM的,推薦用至少 2GB RAM 的機子去跑這個軟體。如果沒有就沒辦法了,閃退就重開。

6) 配對成功後,切換到我的裝置,放大器上。上面有個"漫遊"的開關,推薦可以打開比較好用。

漫遊:放大器的 SSID 名稱,會與路由器的 SSID 一致。(WDS 橋接模式)

非漫遊:放大器的 SSID 名稱是獨立的,與路由器的SSID不一樣。比如:我的SSID_PLUS。(AP Clinet 模式)


到這邊,放大器與路由器的配對就完成了。放大器可以拔到家裡其它地方,只要插上電源,它就會自動去連接路由器。
哪來的
網圖
密技:如何延長 WIFI 距離(增加穿牆力)

我們知道 802.11 有分:
—----------------------------
● 802.11 B:11Mbps,電波距離打最遠。

● 802.11 G:54Mbps,距離中等。

● 802.11 N:至少150Mbps,距離短。

● 802.11 AC:至少450Mpbs,距離超短。小米放大器不支援這個等級。


所以要讓 WIFI 更能穿牆,距離更遠,就是強制選用 B 或 G 的。

這個在路由器的 WEB 管理界面中,應該都可以設定,WIFI 要用 B、G、N 哪一種的。

預設應該都是 B/G/N 自動判別,若要更好的穿牆力,距離打更遠,推薦選:強制 G 或 B。
我都用G
這台多少ram
沒有ram吧...
是很會吃手機的ram啦
所以
設定完就要關廖
嗯嗯
要買嗎
你覺得
那你說300留著是
我幫墊
喔喔
網路一直斷很煩明天如果可以去再說88
88
我出150好了
好呦 算你買的喔
嗯嗯
88
3Q
88
88
88
[photo](media:AgADBQADp6gxG6_eeVU3FMS0xzH7Sq680zIABPzx11eJV2pySZUBAAEC@telegram)