Watchlist
Ebox Platform
Trac: AgiloForScrumPlugin
Trac on Dreamhost:
http://wiki.dreamhost.com/TracInstall
MediaCenter:
http://www.team-mediaportal.com/
Just another WordPress weblog
Ebox Platform
Trac: AgiloForScrumPlugin
Trac on Dreamhost:
http://wiki.dreamhost.com/TracInstall
MediaCenter:
http://www.team-mediaportal.com/
For .NET:
Reflector with Dependency Structure Matrix Plugin
Commercial:
NDepend and Lattix
Doxygen (HTML Documentation):
C / C++ / C#
Visual Studio 2008 (Intellisense, ObjectBrowser):
.Net Languages
-> use the following features to ensure working of both systems:
Comment Blocks:
Single Line (preferred for datatype documentations, since better supported by VS)
///////////////////////////////////////////////
/// … text …
///////////////////////////////////////////////
Multiple Line (for Pages, Directory, Module documentation)
/**********************************************
\page
… text text text text text text text
text text text text text text text
text text text text text …
**********************************************/
Use JAVADOC_AUTOBRIEF
Mandatory Commands:
Optional Commands:
<remarks>, <summary>, <example>, <exception>, <param>, <permission>, <returns>, <seealso>, and <include>.
<code>, <list>, <listheader>, <item>, <term>, <description>, <para>, <paramref>, <see>, and <value>.
\page
\file
\namespace
– Stop the automatic windows update service:
net stop wuauserv
– Start group policies editor:
gpedit.msc
– Enable “No auto restart for scheduled automatic updates installation” in
Local Computer Policy->Computer Configuration->Administrative Templates
->Windows Components->Windows Update
lspci (setpci)
print (set config) of pci devices
cat /dev/iomem
see all the memory mapped regions
cat /dev/mem |dd bs=1 skip=$((0xBCA01000)) count=$((0x10000)) | hexdump -C
print the mapped memory region (since dd doesnt use mmap, we use cat to read and dd to skip)
Usual Suspects:
CIP Message Passing:
f(id, data, multi)
-> complex data structures needed
-> Linux to .NET (generate out of CIP headers, service discovery/definition)
– Locally: Start up the system with the qparted-LiveCd.
dd if=/dev/hdx of=/dev/hdy bs=1M
– Over the net: Start up the system with Ubuntu LiveCd.
target:
ifconfig -a
nc -l -p 7000 | gzip -dfc | dd of=/dev/sdx bs=4M
source:
dd if=/dev/sdx bs=4M | gzip -cf | nc 192.168.0.120 7000 -q 10
Powered by WordPress