<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://wiki.linuxmce.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Ccoudsi</id>
	<title>LinuxMCE - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.linuxmce.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Ccoudsi"/>
	<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php/Special:Contributions/Ccoudsi"/>
	<updated>2026-07-22T02:22:07Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.44.0</generator>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=D-Link_DNS-323_How_To_Install_On_LMCE-810&amp;diff=20181</id>
		<title>D-Link DNS-323 How To Install On LMCE-810</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=D-Link_DNS-323_How_To_Install_On_LMCE-810&amp;diff=20181"/>
		<updated>2009-08-10T19:18:57Z</updated>

		<summary type="html">&lt;p&gt;Ccoudsi: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category: Network Attached Storage]]&lt;br /&gt;
[[Category: Storage]]&lt;br /&gt;
[[Category: Hardware]]&lt;br /&gt;
&lt;br /&gt;
{| align=&amp;quot;right&amp;quot;&lt;br /&gt;
  | __TOC__&lt;br /&gt;
  |}&lt;br /&gt;
&lt;br /&gt;
[[Image:D-Link-Front.jpg|right]]&lt;br /&gt;
[[Image:D-Link-Back.jpg|right]]&lt;br /&gt;
&lt;br /&gt;
=How to Install D-Link DNS-323 on LinuxMCE-810=&lt;br /&gt;
[[http://www.dlink.com/products/?pid=509/ D-Link DNS-323 Official Site]]&lt;br /&gt;
&lt;br /&gt;
The following instructions assume you’re using LinuxMCE version 8.10 &lt;br /&gt;
&lt;br /&gt;
=Preparing the DNS-323=&lt;br /&gt;
I recommend to setup the NAS first on your external network then move it to the internal LinuxMCE network.&lt;br /&gt;
&lt;br /&gt;
# Please follow manufacturer instruction for installing the SATA HDD.&lt;br /&gt;
# Connect the NAS to you external network&lt;br /&gt;
# Check the external router DHCP server for the NAS IP address, or use the utility that came with the NAS “D-Link Easy Search Utility” to locate the IP address&lt;br /&gt;
# Log in to the NAS using any web browser on the external network by setting the URL to: http://NAS-IPaddress&lt;br /&gt;
# Default “admin” password is “Blank, Nothing”, after log in, change admin default password (recommended), from “Tools/Admin Password”&lt;br /&gt;
# Select suitable RAID level for your application and format the drives&lt;br /&gt;
# Check NAS firmware version, it should have 1.07, from “Tools/Firmware” if not; follow manufacturer instruction to update the firmware&lt;br /&gt;
# You should see “Volume_1” as a share directory, from “Advanced/Network access”&lt;br /&gt;
# Add new user with password to the NAS, using “Advanced/Users-Group” &lt;br /&gt;
# Remove default user “ALL” for the “Volume_1” share, and add the user you just created.&lt;br /&gt;
# Set “Oplocks &amp;amp; Map archive” of the “Volume_1” share to “Yes” &lt;br /&gt;
# From “Setup/Device” change workgroup to “linuxmce”&lt;br /&gt;
# Make sure all other services/servers are off or disabled (FTP, UPnP AV, iTunes, DHCP, LLTD)&lt;br /&gt;
# Power down the NAS &amp;amp; disconnect the Ethernet cable&lt;br /&gt;
# Done with NAS preparation&lt;br /&gt;
&lt;br /&gt;
[[Image:D-Link Easy Search Utility.jpg]]&lt;br /&gt;
&lt;br /&gt;
=Preparing the LinuxMCE= &lt;br /&gt;
# On the Core edit “/etc/samba/smb.conf” with your favorite editor&lt;br /&gt;
# Add the following line to the end of the [global] section&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
client lanman auth = yes&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Example:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[global]&lt;br /&gt;
## BEGIN : Domain and Hostname&lt;br /&gt;
&lt;br /&gt;
        workgroup = LinuxMCE&lt;br /&gt;
        server string = DCERouter&lt;br /&gt;
        netbios name = DCERouter&lt;br /&gt;
&lt;br /&gt;
## END : Domain and Hostname&lt;br /&gt;
        smb ports = 139&lt;br /&gt;
        log level = 2&lt;br /&gt;
        invalid users = root&lt;br /&gt;
        log file = /var/log/samba/log.%m&lt;br /&gt;
        max log size = 1000&lt;br /&gt;
        syslog = 0&lt;br /&gt;
        encrypt passwords = true&lt;br /&gt;
        socket options = TCP_NODELAY&lt;br /&gt;
        dns proxy = no&lt;br /&gt;
        passwd program = /usr/bin/passwd %u&lt;br /&gt;
        passwd chat = *Enter\snew\sUNIX\spassword:* %n\n *Retype\snew\sUNIX\spassword:* %n\n .&lt;br /&gt;
        username map = /etc/samba/usermap.txt&lt;br /&gt;
        unix extensions = yes&lt;br /&gt;
        security = user&lt;br /&gt;
        client lanman auth = yes  &lt;br /&gt;
[public]&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
# Save and quit&lt;br /&gt;
# Repeat step 2 to all the MDs in the house&lt;br /&gt;
# Now you can reboot the Core or run as (sudo or root) &lt;br /&gt;
&amp;lt;pre&amp;gt;service samba restart&amp;lt;/pre&amp;gt;&lt;br /&gt;
# Done with LinuxMCE preparation&lt;br /&gt;
&lt;br /&gt;
=DNS-323 Installation=&lt;br /&gt;
# Connect the NAS to the internal network&lt;br /&gt;
# Power up the NAS&lt;br /&gt;
# Wait couple minutes, LinuxMCE will detect it  &lt;br /&gt;
# LinuxMCE will ask if you want to use the DNS-323 as a “File server”, select “File Server”&lt;br /&gt;
# Select location “Room”&lt;br /&gt;
# LinuxMCE will install needed SW&lt;br /&gt;
# LinuxMCE will ask to use reload the router, select “OK”, Don’t “reload” yet.&lt;br /&gt;
# LinuxMCE will ask to use DNS-323/web_page as Windows share, select “No, and ignore it every time. Don’t ask again for this device”&lt;br /&gt;
# LinuxMCE will ask to use DNS-323/ Volume_1 as Windows share, select “Yes”&lt;br /&gt;
# LinuxMCE will ask “Regarding your new storage device, can it be used automatically for storing media, such as TV shows and music” select “YES”, or “ use it only when specifically told to”&lt;br /&gt;
# LinuxMCE asks how to use the directory structure select “YES”, use LinuxMCE’s directory structure”&lt;br /&gt;
# LinuxMCE will ask you for username &amp;amp; Password, enter the ones you created above.&lt;br /&gt;
# After it is done, reload router&lt;br /&gt;
# LinuxMCE will ask to regenerate all orbiters in the house select “YES”&lt;br /&gt;
# Now you can copy or move all your media files to the NAS&lt;br /&gt;
# From the WebAdmin /Files &amp;amp; Media/Media Files Sync/ select Data folder on the left side and click “Resynchronize” wait until it is done&lt;br /&gt;
# Now you should see your media on your Core and all your MDs&lt;br /&gt;
# Done with the installation&lt;br /&gt;
# Cheers {[Beer]&lt;br /&gt;
&lt;br /&gt;
=Troubleshooting=&lt;br /&gt;
If you screwed up something with the above procedure, and you decided to start all over again, then follow the instruction below to remove the NAS from the PnpQueue, and reinstall it again:&lt;br /&gt;
&lt;br /&gt;
# Power down the NAS &lt;br /&gt;
# Log in to the Mysql database &amp;quot;sudo mysql -uroot&amp;quot;&lt;br /&gt;
# Select the table from the database &amp;quot;use pluto_main&amp;quot;&lt;br /&gt;
# View all the devices in the queue, and locate the IP address of the NAS &amp;quot;SELECT * FROM PnpQueue;&amp;quot;&lt;br /&gt;
# View all rows of the NAS to be sure, you should see at lease 2 rows &amp;quot;SELECT * FROM PnpQueue where IPaddress=’192.168.80.xxx’;&amp;quot;&lt;br /&gt;
# Delete all rows related to the above IP address &amp;quot; DELETE FROM PnpQueue WHERE IPaddress=’192.168.80.xxx’;&amp;quot;&lt;br /&gt;
# Quit Mysql &amp;quot;quit&amp;quot;&lt;br /&gt;
# Reload the router&lt;br /&gt;
# Turn ON the device &lt;br /&gt;
# Now LinuxMCE will detect the device automatically &amp;quot;PnP&amp;quot;&lt;br /&gt;
# Done   &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=External References=&lt;br /&gt;
[http://benchmarkreviews.com/index.php?option=com_content&amp;amp;task=view&amp;amp;id=58&amp;amp;Itemid=70&amp;amp;limit=1&amp;amp;limitstart=0  D-Link DNS-323 Benchmark&lt;br /&gt;
]&lt;/div&gt;</summary>
		<author><name>Ccoudsi</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=D-Link_DNS-323_How_To_Install_On_LMCE-810&amp;diff=20180</id>
		<title>D-Link DNS-323 How To Install On LMCE-810</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=D-Link_DNS-323_How_To_Install_On_LMCE-810&amp;diff=20180"/>
		<updated>2009-08-10T19:00:41Z</updated>

		<summary type="html">&lt;p&gt;Ccoudsi: New page: Category: Network Attached Storage Category: Storage Category: Hardware  {| align=&amp;quot;right&amp;quot;   | __TOC__   |}  right right  =H...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category: Network Attached Storage]]&lt;br /&gt;
[[Category: Storage]]&lt;br /&gt;
[[Category: Hardware]]&lt;br /&gt;
&lt;br /&gt;
{| align=&amp;quot;right&amp;quot;&lt;br /&gt;
  | __TOC__&lt;br /&gt;
  |}&lt;br /&gt;
&lt;br /&gt;
[[Image:D-Link-Front.jpg|right]]&lt;br /&gt;
[[Image:D-Link-Back.jpg|right]]&lt;br /&gt;
&lt;br /&gt;
=How to Install D-Link DNS-323 on LinuxMCE-810=&lt;br /&gt;
[[http://www.dlink.com/products/?pid=509/ D-Link DNS-323 Official Site]]&lt;br /&gt;
&lt;br /&gt;
The following instructions assume you’re using LinuxMCE version 8.10 &lt;br /&gt;
&lt;br /&gt;
=Preparing the DNS-323=&lt;br /&gt;
I recommend to setup the NAS first on your external network then move it to the internal LinuxMCE network.&lt;br /&gt;
&lt;br /&gt;
# Please follow manufacturer instruction for installing the SATA HDD.&lt;br /&gt;
# Connect the NAS to you external network&lt;br /&gt;
# Check the external router DHCP server for the NAS IP address, or use the utility that came with the NAS “D-Link Easy Search Utility” to locate the IP address&lt;br /&gt;
&lt;br /&gt;
[[Image:D-Link Easy Search Utility.jpg]]&lt;br /&gt;
&lt;br /&gt;
# Log in to the NAS using any web browser on the external network by setting the URL to: http://NAS-IPaddress&lt;br /&gt;
# Default “admin” password is “Blank, Nothing”, after log in, change admin default password (recommended), from “Tools/Admin Password”&lt;br /&gt;
# Select suitable RAID level for your application and format the drives&lt;br /&gt;
# Check NAS firmware version, it should have 1.07, from “Tools/Firmware” if not; follow manufacturer instruction to update the firmware&lt;br /&gt;
# You should see “Volume_1” as a share directory, from “Advanced/Network access”&lt;br /&gt;
# Add new user with password to the NAS, using “Advanced/Users-Group” &lt;br /&gt;
# Remove default user “ALL” for the “Volume_1” share, and add the user you just created.&lt;br /&gt;
# Set “Oplocks &amp;amp; Map archive” of the “Volume_1” share to “Yes” &lt;br /&gt;
# From “Setup/Device” change workgroup to “linuxmce”&lt;br /&gt;
# Make sure all other services/servers are off or disabled (FTP, UPnP AV, iTunes, DHCP, LLTD)&lt;br /&gt;
# Power down the NAS &amp;amp; disconnect the Ethernet cable&lt;br /&gt;
# Done with NAS preparation&lt;br /&gt;
&lt;br /&gt;
=Preparing the LinuxMCE= &lt;br /&gt;
# On the Core edit “/etc/samba/smb.conf” with your favorite editor&lt;br /&gt;
# Add the following line to the end of the [global] section&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
client lanman auth = yes&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Example:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[global]&lt;br /&gt;
## BEGIN : Domain and Hostname&lt;br /&gt;
&lt;br /&gt;
        workgroup = LinuxMCE&lt;br /&gt;
        server string = DCERouter&lt;br /&gt;
        netbios name = DCERouter&lt;br /&gt;
&lt;br /&gt;
## END : Domain and Hostname&lt;br /&gt;
        smb ports = 139&lt;br /&gt;
        log level = 2&lt;br /&gt;
        invalid users = root&lt;br /&gt;
        log file = /var/log/samba/log.%m&lt;br /&gt;
        max log size = 1000&lt;br /&gt;
        syslog = 0&lt;br /&gt;
        encrypt passwords = true&lt;br /&gt;
        socket options = TCP_NODELAY&lt;br /&gt;
        dns proxy = no&lt;br /&gt;
        passwd program = /usr/bin/passwd %u&lt;br /&gt;
        passwd chat = *Enter\snew\sUNIX\spassword:* %n\n *Retype\snew\sUNIX\spassword:* %n\n .&lt;br /&gt;
        username map = /etc/samba/usermap.txt&lt;br /&gt;
        unix extensions = yes&lt;br /&gt;
        security = user&lt;br /&gt;
        client lanman auth = yes  &lt;br /&gt;
[public]&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
# Save and quit&lt;br /&gt;
# Repeat step 2 to all the MDs in the house&lt;br /&gt;
# Now you can reboot the Core or run as (sudo or root) &lt;br /&gt;
&amp;lt;pre&amp;gt;service samba restart&amp;lt;/pre&amp;gt;&lt;br /&gt;
# Done with LinuxMCE preparation&lt;br /&gt;
&lt;br /&gt;
=DNS-323 Installation=&lt;br /&gt;
# Connect the NAS to the internal network&lt;br /&gt;
# Power up the NAS&lt;br /&gt;
# Wait couple minutes, LinuxMCE will detect it  &lt;br /&gt;
# LinuxMCE will ask if you want to use the DNS-323 as a “File server”, select “File Server”&lt;br /&gt;
# Select location “Room”&lt;br /&gt;
# LinuxMCE will install needed SW&lt;br /&gt;
# LinuxMCE will ask to use reload the router, select “OK”, Don’t “reload” yet.&lt;br /&gt;
# LinuxMCE will ask to use DNS-323/web_page as Windows share, select “No, and ignore it every time. Don’t ask again for this device”&lt;br /&gt;
# LinuxMCE will ask to use DNS-323/ Volume_1 as Windows share, select “Yes”&lt;br /&gt;
# LinuxMCE will ask “Regarding your new storage device, can it be used automatically for storing media, such as TV shows and music” select “YES”, or “ use it only when specifically told to”&lt;br /&gt;
# LinuxMCE asks how to use the directory structure select &lt;br /&gt;
“YES”, use LinuxMCE’s directory structure”&lt;br /&gt;
# LinuxMCE will ask you for username &amp;amp; Password, enter the ones you created above.&lt;br /&gt;
# After it is done, reload router&lt;br /&gt;
# LinuxMCE will ask to regenerate all orbiters in the house select “YES”&lt;br /&gt;
# Now you can copy or move all your media files to the NAS&lt;br /&gt;
# From the WebAdmin /Files &amp;amp; Media/Media Files Sync/ select Data folder on the left side and click “Resynchronize” wait until it is done&lt;br /&gt;
# Now you should see your media on your Core and all your MDs&lt;br /&gt;
# Done with the installation&lt;br /&gt;
# Cheers {[Beer]&lt;br /&gt;
&lt;br /&gt;
=Troubleshooting=&lt;br /&gt;
If you screwed up something with the above procedure, and you decided to start all over again, then follow the instruction below to remove the NAS from the PnpQueue, and reinstall it again:&lt;br /&gt;
&lt;br /&gt;
# Power down the NAS &lt;br /&gt;
# Log in to the Mysql database &amp;quot;sudo mysql -uroot&amp;quot;&lt;br /&gt;
# Select the table from the database &amp;quot;use pluto_main&amp;quot;&lt;br /&gt;
# View all the devices in the queue, and locate the IP address of the NAS &amp;quot;SELECT * FROM PnpQueue;&amp;quot;&lt;br /&gt;
# View all rows of the NAS to be sure, you should see at lease 2 rows &amp;quot;SELECT * FROM PnpQueue where IPaddress=’192.168.80.xxx’;&amp;quot;&lt;br /&gt;
# Delete all rows related to the above IP address &amp;quot; DELETE FROM PnpQueue WHERE IPaddress=’192.168.80.xxx’;&amp;quot;&lt;br /&gt;
# Quit Mysql &amp;quot;quit&amp;quot;&lt;br /&gt;
# Reload the router&lt;br /&gt;
# Turn ON the device &lt;br /&gt;
# Now LinuxMCE will detect the device automatically &amp;quot;PnP&amp;quot;&lt;br /&gt;
# Done   &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=External References=&lt;br /&gt;
[[http://benchmarkreviews.com/index.php?option=com_content&amp;amp;task=view&amp;amp;id=58&amp;amp;Itemid=70&amp;amp;limit=1&amp;amp;limitstart=0/  D-Link DNS-323 Benchmark&lt;br /&gt;
]]&lt;/div&gt;</summary>
		<author><name>Ccoudsi</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=File:D-Link_Easy_Search_Utility.jpg&amp;diff=20179</id>
		<title>File:D-Link Easy Search Utility.jpg</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=File:D-Link_Easy_Search_Utility.jpg&amp;diff=20179"/>
		<updated>2009-08-10T18:48:47Z</updated>

		<summary type="html">&lt;p&gt;Ccoudsi: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Ccoudsi</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=File:D-Link-Back.jpg&amp;diff=20178</id>
		<title>File:D-Link-Back.jpg</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=File:D-Link-Back.jpg&amp;diff=20178"/>
		<updated>2009-08-10T18:48:17Z</updated>

		<summary type="html">&lt;p&gt;Ccoudsi: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Ccoudsi</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=File:D-Link-Front.jpg&amp;diff=20177</id>
		<title>File:D-Link-Front.jpg</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=File:D-Link-Front.jpg&amp;diff=20177"/>
		<updated>2009-08-10T18:47:42Z</updated>

		<summary type="html">&lt;p&gt;Ccoudsi: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Ccoudsi</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=Community&amp;diff=19493</id>
		<title>Community</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=Community&amp;diff=19493"/>
		<updated>2009-06-26T21:57:05Z</updated>

		<summary type="html">&lt;p&gt;Ccoudsi: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Right, having looked at the detail in this post [http://forum.linuxmce.org/index.php?topic=8411.0] i felt its time to see what we are made of as a community, please add your details.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
GUIDE: copy&#039;n&#039;paste the following lines then append them into the table below (prior to the final line that contains &#039;|}&#039;).  This formatting should make it easier for the &#039;big 5&#039; to work out who can contribute what...&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
| Your username&lt;br /&gt;
| Your relevant expertise/experience &lt;br /&gt;
| Your other experience/expertise&lt;br /&gt;
| Your approx time available for the project&lt;br /&gt;
| Your time zone or location&lt;br /&gt;
| Your particular interest area (if any)&lt;br /&gt;
|-&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
!Username&lt;br /&gt;
!Relevant expertise/experience&lt;br /&gt;
!Other Experience/Expertise&lt;br /&gt;
!Time available for the project&lt;br /&gt;
!Time zone or location&lt;br /&gt;
!Particular Interest Area (If any)&lt;br /&gt;
|-&lt;br /&gt;
| Geekyhawkes&lt;br /&gt;
| advanced newbie&lt;br /&gt;
| use to some C+/linux/ubuntu/ html / xml / flash&lt;br /&gt;
| few evenings a week&lt;br /&gt;
| UK GMT&lt;br /&gt;
| User documentation, newbie guides, website design , wiki topics and guides.  Line by line intros to get 810 up and running regardless of user experiance.&lt;br /&gt;
|-&lt;br /&gt;
| tmoore&lt;br /&gt;
| advanced newbie&lt;br /&gt;
| 14 yrs software product management, IT management consulting, marketing, network &amp;amp; systems management, UNIX admin&lt;br /&gt;
| about 3 hrs a week on average&lt;br /&gt;
| GMT-7&lt;br /&gt;
| Product strategy, team management,(non-technical) marketing &amp;amp; communications&lt;br /&gt;
|-&lt;br /&gt;
| qball4&lt;br /&gt;
| regular user&lt;br /&gt;
| HADesigner, graphic design, hardware a/v distribution systems&lt;br /&gt;
| average 20-40 hrs/wk available&lt;br /&gt;
| US CST&lt;br /&gt;
| User Interface, new orbiter platforms&lt;br /&gt;
|-&lt;br /&gt;
| Fastie81&lt;br /&gt;
| advanced newbie&lt;br /&gt;
| work with linux/Red Hat/ubuntu day to day / Project Manager / Systems Administrator / Quick Learner&lt;br /&gt;
| My work load goes up and down so would have few days one week and none another&lt;br /&gt;
| GMT +12 (NZ)&lt;br /&gt;
| User Documentation, guides, wiki guides. I would like to learn some coding. Adding Hardware support ,Devices Templates.&lt;br /&gt;
|-&lt;br /&gt;
| Techstyle&lt;br /&gt;
| Advanced Newbie&lt;br /&gt;
| System builder, Linux newbie, some Wiki writing experience / PMP (Project Management Professional), MBA, Mechanical Engineer, Entrepreneur&lt;br /&gt;
| 1hr per day&lt;br /&gt;
| US central (Milwaukee, WI)&lt;br /&gt;
| Anything structured&lt;br /&gt;
|-&lt;br /&gt;
| nite_man&lt;br /&gt;
| regular user&lt;br /&gt;
| Integrator, consultant, GSD, Ruby, Maemo Orbiter / More then 10 years of software development - Perl, PHP, Linux sysadmin&lt;br /&gt;
| 2-4 hours per day&lt;br /&gt;
| UTC+2:00 Nicosia, Cyprus&lt;br /&gt;
| Admin site, Maemo Orbiter, posting news, blogging, Russian translation&lt;br /&gt;
|-&lt;br /&gt;
| Daballiemo&lt;br /&gt;
| regular user&lt;br /&gt;
| Worked my way through Linux/Ubuntu/Fedora mainly on virtualization / Working within MOD and about 15 years of exp. with &amp;quot;paper&amp;quot; documentation&lt;br /&gt;
| About 3-6 hours a week&lt;br /&gt;
| GMT +1, Amsterdam&lt;br /&gt;
| Virtualization and interfacing (webui, remote, keyboard, touch aso)&lt;br /&gt;
|-&lt;br /&gt;
| SteveC&lt;br /&gt;
| LMCE Newbie but keen to get cracking.&lt;br /&gt;
| Electronics/Software Engr, C/C++ for 15years.&lt;br /&gt;
| Approx 5 hours/week&lt;br /&gt;
| UTC+10:00 Brisbane, Australia&lt;br /&gt;
| Main interests relate to external hardware interfaces eg. Clipsal CBUS lighting, Caddx/Networx Alarm system.&lt;br /&gt;
|-&lt;br /&gt;
| Lemming86_au&lt;br /&gt;
| Advanced Newbie&lt;br /&gt;
| IT Consultant, Network Engineer, Asterisk Admin (No programming experience, yet)&lt;br /&gt;
| 3-5 hours/Week&lt;br /&gt;
| UTC+9:30 Adelaide, Australia&lt;br /&gt;
| Asterisk&lt;br /&gt;
|-&lt;br /&gt;
| castlec&lt;br /&gt;
| LMCE Noob.  Linux regular user/noob&lt;br /&gt;
| Java Dev, C++ trained (University).&lt;br /&gt;
| 3-5 hours/Week&lt;br /&gt;
| UTC-5 Ohio, USA&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| ZuG&lt;br /&gt;
| Regular User&lt;br /&gt;
| Linux, PHP and a bit of C. Very familiar with Asterisk and OpenVPN&lt;br /&gt;
| 3-5 hours/Week&lt;br /&gt;
| GMT Cardiff, United Kingdom&lt;br /&gt;
| OpenVPN development&lt;br /&gt;
|-&lt;br /&gt;
| ccoudsi&lt;br /&gt;
| Regular user &lt;br /&gt;
| 15+ years embedded hardware design, 8+ years engineering manager,  Assembly, C, Perl, Ruby (newbie)&lt;br /&gt;
| 5-8 hours a week&lt;br /&gt;
| UTC-08 PT&lt;br /&gt;
| Security Panels&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Ccoudsi</name></author>
	</entry>
</feed>