Hong Kong Newspaper:
- 經濟日報
- 頭條日報
- 星島日報
- 明報
- 信報
Hong Kong Radio Stations:
- HK Commercial Broadcasting
- MetroBroadcast
Linux, GNU & Related
- GNU
- RedHat Documentation
- Program Library HOWTO
- The GNU Assembler
- GNU Autoconf, Automake and Libtool
- The Autobook
- Upstart Cookbook
- LDAP for Rocket Scientists
- Practical Interoperability Guides
- Linux Doc
- Linux Magazine
- RPM Fusion
- Xorg
- Nfsv4 configuration
- NFS Version 4 Open Source Reference Implementation
- Howto disable ssh host key checking
- Kernel Newbie
- ARMLinux - the book
- Phrack Magazine
- Using Samba, 2nd Edition
- IEEE 802.11n-2009
- High frame rate video streaming with a raspberry pi camera system
- Booting Technology
- GNU GRUB
- GRUB Legacy
- Network Interface Loader
- SYSLINUX
- gPXE/EtherBoot
- NetBoot
- MBR and OS Boot Records
- Configuring PXE Boot Servers for UEFI
- Creating a BIOS/GPT and UEFI/GPT Grub-bootable Linux system
- How To Encrypt Root Filesystem on Linux
- Customize X Window Session
- Enable X server TCP listening
- How to configure and Manage Network Connections using nmcli
Windows
- Offline NT Password & Registry Editor
- Article: Security Accounts Manager
- Troubleshooting the Startup Process
- Programming Win32 with GNU C and C++
Java:
- Platform engineering tools, sample code
- SQLiteJDBC
- Java password hash algorithms
- NetBeans – Remote Java ARM debugging with GUI
Something Else
ack no. = next octet wanted
seq no. = prev. seq no. + data len privously sent
Software Process
- Configuration files need updating
- Software needs upgrading
- Log files need rotating
- Processes need monitoring
Charater/Block Driver
======================
&mod_driverops
/
modlinkage --> modldrv-->
\
dev_ops -> cb_ops
Ethernet Driver
======================
&mod_driverops
/
modlinkage --> modldrv--> qinit(r)
\ / \
dev_ops -> cb_ops -> streamtab --> --> module_info
\ /
qinit(w)
STREAMS Module
======================
&mod_strmodeops
/
modlinkage --> modlstrmod --> qinit(r)
\ / \
fmodsw -> streamtab -> --> module_info
\ /
qinit(w)
ld -r -o my_mod ./my_mod.o -N other_mod -dy
superblock
^
|
|
name ---> dentry ---> inode ---> file
^ |
| |
+ --------<-----------+