Output of /proc/meminfo on the Conceptronic CH3WNAS

Here the output of cat /proc/meminfo on the Conceptronic CH3WNAS:

      total:    used:    free:     shared:  buffers:  cached:
Mem:  31035392  30347264 688128    0        1609728   22712320
Swap: 542826496 5353472  537473024
MemTotal:    30308 kB
MemFree:       672 kB
MemShared:       0 kB
Buffers:      1572 kB
Cached:      18508 kB
SwapCached:   3672 kB
Active:      16416 kB
Inactive:     7728 kB
HighTotal:       0 kB
HighFree:        0 kB
LowTotal:    30308 kB
LowFree:       672 kB
SwapTotal:  530104 kB
SwapFree:   524876 kB

Output of /proc/meminfo on the Conceptronic CH3HNAS

Here the output of cat /proc/meminfo on the Conceptronic CH3HNAS:

MemTotal:        60980 kB
MemFree:          2336 kB
Buffers:          8128 kB
Cached:          33552 kB
SwapCached:          0 kB
Active:          11780 kB
Inactive:        33072 kB
SwapTotal:           0 kB
SwapFree:            0 kB
Dirty:               8 kB
Writeback:           0 kB
AnonPages:        3192 kB
Mapped:           3304 kB
Slab:             7136 kB
SReclaimable:     3936 kB
SUnreclaim:       3200 kB
PageTables:        256 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:     30488 kB
Committed_AS:     8504 kB
VmallocTotal:   253952 kB
VmallocUsed:     13700 kB
VmallocChunk:   237564 kB

Output of /proc/meminfo on the D-Link DIR-685

Here the output of cat /proc/meminfo on the D-Link DIR-685:

MemTotal:       125796 kB
MemFree:         89376 kB
Buffers:          3620 kB
Cached:          11224 kB
SwapCached:          0 kB
Active:          16520 kB
Inactive:        10944 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:       125796 kB
LowFree:         89376 kB
SwapTotal:           0 kB
SwapFree:            0 kB
Dirty:               0 kB
Writeback:           0 kB
Mapped:          15700 kB
Slab:             4768 kB
CommitLimit:     62896 kB
Committed_AS:    17280 kB
PageTables:        364 kB
VmallocTotal:   122880 kB
VmallocUsed:     34552 kB
VmallocChunk:    87968 kB

Source

Output of /proc/cpuinfo on the D-Link DIR-685

Here the output of cat /proc/cpuinfo on the D-Link DIR-685:

Processor       : FA526id(wb) rev 1 (v4l)
BogoMIPS        : 230.19
Features        : swp half 
CPU implementer : 0x66
CPU architecture: 4
CPU variant     : 0x0
CPU part        : 0x526
CPU revision    : 1
Cache type      : write-back
Cache clean     : cp15 c7 ops
Cache lockdown  : format B
Cache format    : Harvard
I size          : 16384
I assoc         : 2
I line length   : 16
I sets          : 512
D size          : 8192
D assoc         : 2
D line length   : 16
D sets          : 256
 
Hardware        : GeminiA
Revision        : 0000
Serial          : 0000000000000000

Source

Output of /proc/cpuinfo on the Conceptronic CH3HNAS

Here the output of cat /proc/cpuinfo on the Conceptronic CH3HNAS:

Processor       : ARM926EJ-S rev 5 (v5l)
BogoMIPS        : 183.09
Features        : swp half thumb fastmult edsp java
CPU implementer : 0x41
CPU architecture: 5TEJ
CPU variant     : 0x0
CPU part        : 0x926
CPU revision    : 5
Cache type      : write-back
Cache clean     : cp15 c7 ops
Cache lockdown  : format C
Cache format    : Harvard
I size          : 32768
I assoc         : 4
I line length   : 32
I sets          : 256
D size          : 32768
D assoc         : 4
D line length   : 32
D sets          : 256
 
Hardware        : Oxsemi NAS
Revision        : 0000
Serial          : 00000acbcbed6e00

Output of /proc/meminfo on the Conceptronic CH3MNAS

Here the output of cat /proc/meminfo on the Conceptronic CH3MNAS:

MemTotal:        61860 kB
MemFree:          3760 kB
Buffers:         18368 kB
Cached:          25940 kB
SwapCached:        220 kB
Active:          21512 kB
Inactive:        27424 kB
SwapTotal:      488336 kB
SwapFree:       486500 kB
Dirty:              20 kB
Writeback:           0 kB
AnonPages:        4624 kB
Mapped:           3948 kB
Slab:             7076 kB
SReclaimable:     4240 kB
SUnreclaim:       2836 kB
PageTables:        280 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:    519264 kB
Committed_AS:    17060 kB
VmallocTotal:   450560 kB
VmallocUsed:     17256 kB
VmallocChunk:   425980 kB

Syntax Highlighting with nano – nanorc for po

## *.po file syntax
##
syntax "po" "\.po$" "\.pot$"
color brightblue "\<(msgid|msgstr)\>"
color brightred "\/"
color green "#.*$"
color red "\<fuzzy\>"
color yellow "\<c-format\>"
color yellow "\""
color red  "\"\""
color brightyellow  "\"\\n\""
color brightmagenta "\<(Project\-Id\-Version|Report\-Msgid\-Bugs\-To|Last\-Translator|Language\-Team|charset)\>"
color cyan "\<(POT\-Creation\-Date|PO\-Revision\-Date|MIME\-Version|Content\-Type|Content\-Transfer\-Encoding)\>"
color yellow "\<(Copyright|(C))\>"
color yellow "[0-9]"
color brightyellow "\<(UTF|ISO|Windows|Mac|IBM)\>\-[0-9]"
color red "#~.*$"

Syntax Highlighting with nano – nanorc for php2

# PHP Syntax Highlighting
syntax "php2" "\.php[2345s~]?$"
color brightblue "(.*)\("
color blue "\$[a-zA-Z_0-9$]*|[=!<>]"
color green "(var|class|function|echo|case|break|default|exit|switch|if|else|elseif|@|while)\s"
color green "[.,{}();]"
color red "('.*')|(\".*\")"
color brightyellow "(#.*|//.*)$"
color brightyellow start="/\*" end="\*/"
color brightblue "(<\?(php)?|\?>)"
color white start="\?>" end="<\?(php)?"

Syntax Highlighting with nano – nanorc for php

####################
#php syntax 
 
## PHP syntax highlighting
##
syntax "php" "\.php$" "\.php[2345s]$" "\.phtml$"
#functions
color brightmagenta "([A-Za-z0-9])"
#numbers
color brightblue "[0-9]"
#special
color brightwhite "(^|[^A-Za-z0-9])(<\?php|\?>|var|and|or|default|class|extends|true|false|global|function|new|switch|case|b$
#types
color brightred "([^A-Za-z0-9])|[^A-Za-z](null|int|string|float|bool|object|resource)[^A-Za-z0-9_]+[^A-Za-z]"
#strings
color brightyellow ""(\\.|[^\"])*""
color brightyellow "'(\\.|[^\'])*'"
#Variables
color brightcyan "\$[]\[A-Za-z0-9_'\"]*"
#comments
color green "//.*"
color green "#.*"
color green start="/\*" end="\*/"

Syntax Highlighting with nano – nanorc for perl

## Here is an example for Perl.
##
syntax "perl" "\.p[lm]$"
color red "\<(accept|alarm|atan2|bin(d|mode)|c(aller|h(dir|mod|op|own|root)|lose(dir)?|onnect|os|rypt)|d(bm(close|open)|efined|elete|ie|o|ump)|e(ach|of|val|x(ec|ists|it|p))|f(cntl|ileno|lock|ork))\>" "\<(get(c|login|peername|pgrp|ppid|priority|pwnam|(host|net|proto|serv)byname|pwuid|grgid|(host|net)byaddr|protobynumber|servbyport)|([gs]et|end)(pw|gr|host|net|proto|serv)ent|getsock(name|opt)|gmtime|goto|grep|hex|index|int|ioctl|join)\>" "\<(keys|kill|last|length|link|listen|local(time)?|log|lstat|m|mkdir|msg(ctl|get|snd|rcv)|next|oct|open(dir)?|ord|pack|pipe|pop|printf?|push|q|qq|qx|rand|re(ad(dir|link)?|cv|do|name|quire|set|turn|verse|winddir)|rindex|rmdir|s|scalar|seek(dir)?)\>" "\<(se(lect|mctl|mget|mop|nd|tpgrp|tpriority|tsockopt)|shift|shm(ctl|get|read|write)|shutdown|sin|sleep|socket(pair)?|sort|spli(ce|t)|sprintf|sqrt|srand|stat|study|substr|symlink|sys(call|read|tem|write)|tell(dir)?|time|tr(y)?|truncate|umask)\>" "\<(un(def|link|pack|shift)|utime|values|vec|wait(pid)?|wantarray|warn|write)\>"
color magenta "\<(continue|else|elsif|do|for|foreach|if|unless|until|while|eq|ne|lt|gt|le|ge|cmp|x|my|sub|use|package|can|isa)\>"
icolor cyan start="[$@%]" end="( |[^0-9A-Z_]|-)"
color yellow "".*"|qq\|.*\|"
color white "[sm]/.*/"
color white start="(^use| = new)" end=";"
color green "#.*"
color yellow start="<< 'STOP'" end="STOP"