2014年5月10日 星期六

[轉貼] web server 設定對特定 IP 來源限速 XD

同個目的多種做法 XD

來源:
How to throttle the FCC to dial up modem speeds on your website using Nginx
https://gist.github.com/kyledrake/e6046644115f185f7af0

2014年5月1日 星期四

網樂通改機筆記(2) - 201404 -用 sh4twbox 開機後試玩的事


在功能選單試看看備份的選項
============ Please Enter Number:
3

We use 'nc' for backup, for example

To Server (192.168.1.1): nc -l -p 8888 > backup.dd
From Host (192.168.1.5): dd if=/dev/sda bs=1M | nc 192.168.1.1 8888

type 'nc -l -p 8888 > backup.dd' on server, Enter when ready:
Enter backup server IP:
Enter backup device (default:/dev/sda):

Wait about 16 minutes, file size should be 8,027,897,856
Start Backup Sat Apr DD hh:mm:ss CST 2014...

nc: can't connect to remote host (0.0.34.184): Invalid argument

因為開機碟空間不大所以吃不下


試著備份一點東東…不過沒啥保留意義了
dd if=/dev/sdb1 of=/mnt/sda1/ sdb1.dd
617101+0 records in
617101+0 records out
315955712 bytes (301.3MB) copied, 86.870065 seconds, 3.5MB/s


把原有的分割區全部掛起來看看
df -h

Filesystem     Size      Used Available Use% Mounted on
/dev/sda1       1.9G    174.3M      1.7G   9% /mnt/sda1
/dev/sdb1     291.9M    212.7M     73.2M  74% /mnt/sdb1
/dev/sdb2     291.9M    121.6M    164.3M  43% /mnt/sdb2
/dev/sdb4     866.4M     21.2M    827.6M   3% /mnt/sdb3
/dev/sdb3       6.0G      4.7G      1.3G  79% /mnt/sdb4




  • 準備把 DOM 的空間砍掉重練(應該要先全部 umount)


     這次目標是朝這方向做  http://lyhpcha.pixnet.net/blog/post/88474418

     再看最後一眼…
fdisk -l

Disk /dev/sdb: 8027 MB, 8027897856 bytes
160 heads, 19 sectors/track, 5157 cylinders
Units = cylinders of 3040 * 512 = 1556480 bytes

 Device Boot     Start         End      Blocks  Id System
/dev/sdb1            1         203      308550+ 83 Linux
/dev/sdb2          204         406      308560  83 Linux
/dev/sdb3          407        4546     6292800  83 Linux
/dev/sdb4         4547        5139      901360  83 Linux

Disk /dev/sda: 2059 MB, 2059403264 bytes
96 heads, 37 sectors/track, 1132 cylinders
Units = cylinders of 3552 * 512 = 1818624 bytes

  Device Boot     Start         End      Blocks  Id System
/dev/sda1             1        1133     2011078+  6 FAT16

  再看一下 fdisk 工具
fdisk

BusyBox v1.21.1 (2013-09-11 14:47:43 CST) multi-call binary.

Usage: fdisk [-ul] [-C CYLINDERS] [-H HEADS] [-S SECTORS] [-b SSZ] DISK

Change partition table

   -u             Start and End are in sectors (instead of cylinders)
   -l             Show partition table for each DISK, then exit
   -b 2048        (for certain MO disks) use 2048-byte sectors
   -C CYLINDERS   Set number of cylinders/heads/sectors
   -H HEADS
   -S SECTORS

fdisk  /dev/sdb1

The number of cylinders for this disk is set to 5157.
There is nothing wrong with that, but this is larger than 1024,
and could in certain setups cause problems with:
1) software that runs at boot time (e.g., old versions of LILO)
2) booting and partitioning software from other OSs
   (e.g., DOS FDISK, OS/2 FDISK)

Command (m for help): m
Command Action
a       toggle a bootable flag
b       edit bsd disklabel
c       toggle the dos compatibility flag
d       delete a partition
l       list known partition types
n       add a new partition
o       create a new empty DOS partition table
p       print the partition table
q       quit without saving changes
s       create a new empty Sun disklabel
t       change a partition's system id
u       change display/entry units
v       verify the partition table
w       write table to disk and exit
x       extra functionality (experts only)

  用 d 把後面幾個砍了

  再用 n 建立新的分割區

  可再參考  http://changcancan.pixnet.net/blog/post/42716197

  這次在最後建了個 swap 分割

Command (m for help): p

Disk /dev/sdb: 8027 MB, 8027897856 bytes
160 heads, 19 sectors/track, 5157 cylinders
Units = cylinders of 3040 * 512 = 1556480 bytes

   Device Boot      Start         End      Blocks  Id System
/dev/sdb1               1         203      308550+ 83 Linux
/dev/sdb2             204        5002     7294480  83 Linux
/dev/sdb3            5003        5157      235600  83 Linux



Command (m for help): t
Partition number (1-4): 3
Hex code (type L to list codes): 82
Changed system type of partition 3 to 82 (Linux swap)

Command (m for help):  v
18 unallocated sectors

Command (m for help):  w
The partition table has been altered.
Calling ioctl() to re-read partition table
fdisk: WARNING: rereading partition table failed, kernel still uses old table: Device or resource busy



2014年4月29日 星期二

網樂通改機筆記(1) - 201404 用 sh4twbox 開機


聽說一般人對 壹網樂、網樂通、網通樂、通樂網…還是不一定搞得清。

改機在不同時期有不同的改法,現在方便很多了。

以前要會接 TTL-to-COM or TTL-to-USB console 。現在只需照教學步驟就可以改出基本環境來用。

(運氣好的話)一般會卡住的步驟,則需 Linux 相關知識來做判斷解決。幾乎要慘到硬體或 DOM 出問題才需要接 console 看問題出在哪。

把安裝的記錄下來。
一系列的記錄會是使用 sh4twbox 灌 NexNAS-wheezy-sh4twbox092

參考資訊:各取了自己要用到的部份…所以還是再自己整理一份筆記
 派樂靈丹 - TWPDA http://www.twpda.com/2013/09/sh4twbox-07.html
 橘子老師教學資料庫 http://orangeteacher.blogspot.tw/2014/03/shetwbox092-ftp-server-usb-bt.html
 平凡的幸福 http://lyhpcha.pixnet.net/blog/post/88474418
http://changcancan.pixnet.net/blog/post/42343300

* 先製作 sh4twbox 開機 USB 碟:
  1.  下載 sh4twbox 的 Installer ( .7z)
     檔案是放在 https://code.google.com/p/sh4twbox/downloads/
      Search   選 current downloads ;輸入  Type=Installer .7z 
    (怎在上面找資源看來又有得學)
      這次的下載的檔是 sh4twbox-0.9.2.7z
      版本資訊:
    Released: Oct 29, 2013
    Uploaded:  Oct 29, 2013
    Downloads:  1396
    Type-Installer
    


  2. 準備一隻隨身碟…容量小於 (不含) 2GB
    依 說明 是要用 FAT16/FAT32 分割區…所以要小於2GB也合理。準備了退役的記憶卡配讀卡機上場

  3. 把 sh4twbox-0.9.2.7z 解壓縮,把裡面的檔案丟進 USB 碟
    (竟然不用設 bootable 之類的… 看來是機上盒的 reset 開機模式會自己抓)
 這個版本的做法…其實就是丟檔案進去
 可再參考  http://changcancan.pixnet.net/blog/post/42343300

更新 UBOOT (應該是用按 reset 的開機方式,會去抓隨身碟裡的 iptvubootupdate.bin;用這步驟換成 UBOOTWPDA 的版本 

  1. 機上盒先斷電。在後面的 USB 孔接上開機碟。
  2. 用迴紋針按 reset 孔(要有按到按鈕的手感)通電開機。
    要紫燈閃三下才算是成功讓機上盒用 USB 碟開機。
  3. 再來是亮紅燈代表外部USB開機中,可放開 RESET鍵,大約40秒開機完成變成藍燈。
    (隨身碟/讀卡機有燈號的,可以看到一閃一閃的讀取中;到停住不閃。)
    (老讀卡機跑比較慢…)
* 用 IP 分享器的管理工具、或用掃區網設備的軟體;找機上盒的 IP 。
 (這批網卡的 MAC Address 都是 24:CF:21: 開頭的,機上盒底下也有貼,可依此辨別。)

* 使用 putty ,用 ssh 登入。
  (預設帳號 root, 密碼 twpda打兩次)

* 開機登入後,輸入 sh4twbox 、按 Enter 執行後會的選單長這樣
 (磁碟資訊就先跳過了)
 (實作時漏掉了文件提到的:
      boot from  <- p="" usb="">
sh4twbox


=== sh4twbox v0.9.2 MENU ===

  1) Back to Shell (default)
  2) Set Time (Sat Apr DD hh:mm:ss CST 2014)
  9) Reboot
  p2) format first two partitions and install sh4twbox or other OS
  p1) Replace one partition and install sh4twbox or other OS
  h) show more choice options

============ Please Enter Number:
h

  3) Backup (optional)
  4) Restore (optional)
  5) Wipe device/fdisk (optional)
  6) Format partition (optional)
  7) Install sh4TwBox to device
  8) Install sh4TwBox to device (ignore error)
  b) Remove duplicate busybox link in current root
  u) Unmount all disk (before re-run failed install)

2014年4月23日 星期三

memcached 檢查基本 service



telnet 到該 server 的 memcached port

ex.
telnet memcache-server 11211
然後輸入 stats

BloggerAds