你可以使用 nmap 指令來 ping 整個網段,然後找到這個 MAC 是對應到哪個 IP
sudo nmap -sP 192.168.1.0/24 | less
-sP: Ping Scan - go no further than determining if host is online
這個Blog主要是以我個人的電腦的桌面環境(KDE)為主,大部份都是一些技術文件,也會有一些Server方面的文章,還有一些自己寫的Script,如果你也喜歡KDE、Script歡迎留言討論
sudo nmap -sP 192.168.1.0/24 | less
yaourt -S peerflix
安裝完以後就可以透過 command line 來下載串流看影片
peerflix http://some-torrent/movie.torrent --vlc
如果你不想用 vlc
也可以用 mplayer
peerflix http://some-torrent/movie.torrent --mplayer
如果你不想用 vlc 也不想用 mplayer
那就直接下這個指令就好
peerflix http://some-torrent/movie.torrent
然後在 terminal 中會出現如下的文字
open vlc and enter http://192.168.22.163:42995/ as the network address
把網址貼到你想使用的播放軟體中收看即可
IP位址與 port 每次可能都會有所不同
如果你要使用本地端的種子檔案也是可以的
peerflix somevideo.torrent
如果你想要讓 firefox 可以直接點擊 torrent 便可以直接收看影片的話
可以用下面的方法
先安裝以下的程式
sudo pacman -S vlc xterm wget
yaourt -S python-libtorrent-rasterbar
如果你想要用 firefox 透過 vlc 來播放影片
先安裝Torrent-Video-Player
wget https://raw.github.com/hotice/webupd8/master/Torrent-Video-Player -O /tmp/Torrent-Video-Player
sudo install /tmp/Torrent-Video-Player /usr/local/bin/
接著透過 firefox 點擊 torrent 檔
然後使用 /usr/local/bin/Torrent-Video-Player 來開啟這個檔案
如果你想要使用 Magnet(磁力連結) 你可以安裝 Magnet-Video-Player
wget https://raw.github.com/danfolkes/Magnet2Torrent/master/Magnet_To_Torrent2.py -O /tmp/Magnet_To_Torrent2.py
sudo install /tmp/Magnet_To_Torrent2.py /usr/local/bin/
wget https://raw.github.com/hotice/webupd8/master/Magnet-Video-Player -O /tmp/Magnet-Video-Player
sudo install /tmp/Magnet-Video-Player /usr/local/bin/
一樣也是透過 firefox 點擊 magnet
然後使用 /usr/local/bin/Magnet-Video-Player 來開啟從隨身碟開機後sudo dd bs=4M if=/path/to/archlinux.iso of=/dev/sdx && sync
然後 chrootmkdir /mnt/arch mount /dev/sdx1 /mnt/arch
接下來就可以重製 mbr 了arch-chroot /mnt/arch /bin/bash
syslinux-install_update -i -a -m我是使用 syslinux 當 boot loader
sudo pacman -S libdvdcss libdvdnav libdvdread結果裝完了以後還是不能正常播放 DVD
yaourt -S regionset結果
$ regionset /dev/sr0我的 DVD-RAM 沒有設定區域?
Current drive parameters for /dev/sr0:
RPC Type: Phase II (Hardware)
RPC Status: no region code set (bitmask=0xFF)
Vendor may reset the RPC 4 times
User is allowed change the region setting 5 times
Would you like to change the region setting for this drive? [y/n]: y
Enter the new region number for your drive [1..8]: 3
New RPC bitmask is 0xFB, ok? [y/n]: y
Region code set successfully.
$ regionset /dev/sr0這時巧虎終於可以看了.....
Current drive parameters for /dev/sr0:
RPC Type: Phase II (Hardware)
RPC Status: active region code (bitmask=0xFB)
Drive plays discs from this region(s): 3
Vendor may reset the RPC 4 times
User is allowed change the region setting 4 times
/etc/modprobe.d/iwlwifi.conf
options iwlwifi 11n_disable=8
sudo rmmod iwldvm && sudo rmmod iwlwifi && sudo modprobe iwlwifi 11n_disable=8
sudo lspci|grep "Network controller"