Planet Docunext

August 30, 2010

DOCUNEXT

Recently Used Documents in Ubuntu Gnome, OpenOffice Margins, and Printing from the Command Line

Gnome Logo

Recently Used Documents in Ubuntu Gnome

I don't like having my recently used documents get saved across Gnome. I prefer to set individual application preferences. For instance, in jEdit I like to record up to 80 recent documents.

Its a bit tricky to do this, and to be safe I'm using two different methods:

  • Making ~/.recently-used.xbel not modifiable
rm ~/.recently-used.xbel
touch ~/.recently-used.xbel
sudo chattr +i ~/.recently-used.xbel
  • Setting GTK preferences in ~/.gtkrc-2.0
gtk-recent-files-max-age=0
gtk-recent-files-limit=0

OpenOffice Logo

OpenOffice Page Margins

Took me forever to find the page margin settings in OpenOffice. Hope it helps others, but I know I'll come back here to remember!

Its not in any print dialogs, its under Format->Page. Easy as pie, once I found it!

Ghostscript

Printing from the Command Line

Since I use a laptop (Lenovo g555), I'm not always connected to a printer. I wanted to print my documents to a PDF, then batch print them later. Rather than manually opening up the PDFs and then printing each one, I figured it could be done via the command line shell, in my case - bash.

Thanks to tkjacobsen, I'm trying out this function:

function printpdf ()
{
for i in $@; do
if [ "$1" != "$i" ]; then
dt=`date +%y%m%d%H%M%S`
pdftops $i temp-print${dt}.ps
lpr -P $1 temp-print${dt}.ps
rm temp-print${dt}.ps
fi
done
}

I haven't tried it, but I'm about to!


by Albert at August 30, 2010 07:54 PM

August 29, 2010

DOCUNEXT

Copy and Paste from jEdit to Gnome Terminal *RESOLVED*

On a recent install of Lucid Lynx Ubuntu version 10.4, I was unable to copy and paste from jEdit to Gnome Terminal.

I found this web page that explained how installing the Sun JRE fixed it:

sudo apt-get install sun-java6-jdk

But Lucid Lynx doesn't have the Sun JRE! Thankfully, this page explains that it is available in the partner repository, and how to add it:

sudo add-apt-repository "deb http://archive.canonical.com/ lucid partner"

After I got that installed, I was still having problems, apparently because I'm using the Awesome window manager. The awesome wiki has a fix that worked for me, putting this at the top of /usr/bin/jedit:

wmname LG3D

Alas, this causes problems with search and replace! I decided to switch back to the OpenJDK packages and switch to lxterminal.

Funny, lxterminal started getting kind of sluggish for me, so I installed Xfce4-terminal and it rocks! So it's not so much a resolution but a workaround.

sudo apt-get install xfce4-terminal
sudo update-alternatives --config x-terminal-emulator


by Albert at August 29, 2010 09:51 PM

Docunext Wiki

Command Line Interface

Terminal Emulators:

← Older revision Revision as of 21:48, 29 August 2010
Line 33: Line 33:
</pre>
</pre>
-
* [[Xterm]]
+
* [[Xfce4-terminal]]
-
* [[Termit]]
+
* [[Terminator]]
* [[Terminator]]
* [[Lxterminal]]
* [[Lxterminal]]

by Admin at August 29, 2010 09:48 PM

XFCE4

See Also:

← Older revision Revision as of 21:47, 29 August 2010
Line 4: Line 4:
* [[GNOME]]
* [[GNOME]]
* [[KDE]]
* [[KDE]]
 +
* [[Xfce4-terminal]]
== Links ==
== Links ==

by Admin at August 29, 2010 09:47 PM

Xfce4

Redirected page to XFCE4

New page

#REDIRECT [[XFCE4]]

by Admin at August 29, 2010 09:46 PM

Xfce4-terminal

Created page with 'This is the default terminal for Xfce4. Category: Command Line'

New page

This is the default [[terminal]] for [[Xfce4]].



[[Category: Command Line]]

by Admin at August 29, 2010 09:46 PM

Lxterminal

← Older revision Revision as of 21:45, 29 August 2010
Line 1: Line 1:
This is the terminal program I use. It has tabs, copy and paste, and works great with [[Awesome]].
This is the terminal program I use. It has tabs, copy and paste, and works great with [[Awesome]].
 +
 +
Actually, when I'm running [[Awesome]] right on top of [[Gnome]], [[xfce4-terminal]] is faster and more responsive for me.
[[Category: Command Line]]
[[Category: Command Line]]

by Admin at August 29, 2010 09:45 PM

Command Line Interface

Terminal Emulators:

← Older revision Revision as of 21:43, 29 August 2010
Line 27: Line 27:
== Terminal Emulators ==
== Terminal Emulators ==
 +
The default terminal emulator can be selected in [[Debian]] using:
 +
 +
<pre class="sh_sh">
 +
update-alternatives --config x-terminal-emulator
 +
</pre>
 +
* [[Xterm]]
* [[Xterm]]
* [[Termit]]
* [[Termit]]

by Admin at August 29, 2010 09:43 PM

Terminator

Created page with 'Terminator is nice, but the tabs are a little kludgy in my opinion. Category: Command Line'

New page

Terminator is nice, but the tabs are a little kludgy in my opinion.




[[Category: Command Line]]

by Admin at August 29, 2010 09:34 PM

Gnome-terminal

Created page with 'Gnome terminal is very nice, but its not working with JEdit for me. == Links == * [http://www.docunext.com/blog/2010/08/copy-and-paste-from-jedit-to-gnome-terminal-resol...'

New page

[[Gnome]] terminal is very nice, but its not working with [[JEdit]] for me.

== Links ==
* [http://www.docunext.com/blog/2010/08/copy-and-paste-from-jedit-to-gnome-terminal-resolved.html Copy and Paste from jEdit to Gnome Terminal *RESOLVED*]

[[Category: Command Line]]

by Admin at August 29, 2010 09:32 PM

TCP/IP

← Older revision Revision as of 06:47, 29 August 2010
Line 1: Line 1:
-
== Internet Protocol Stuff ==
+
== [[Internet]] Protocol Stuff ==
* [[IANA Port Numbers]]
* [[IANA Port Numbers]]
* [[TCP Performance Tuning]]
* [[TCP Performance Tuning]]
Line 5: Line 5:
* [[IPv6]]
* [[IPv6]]
-
== Related Pages ==
+
== See Also ==
* [[UDP]]
* [[UDP]]
* [[MTU]]
* [[MTU]]
[[Category: Networking]]
[[Category: Networking]]

by Admin at August 29, 2010 06:47 AM

NFS

Debugging NFS:

← Older revision Revision as of 02:12, 29 August 2010
Line 23: Line 23:
calls      retrans    authrefrsh
calls      retrans    authrefrsh
0          0          0  
0          0          0  
 +
</pre>
 +
 +
=== Get a List of all NFS Clients ===
 +
<pre class="sh_sh">
 +
cat /var/lib/nfs/rmtab
</pre>
</pre>

by Admin at August 29, 2010 02:12 AM

BIND

Logging:

← Older revision Revision as of 02:10, 29 August 2010
Line 90: Line 90:
   channel simple_log {
   channel simple_log {
     file "/var/log/named/bind.log" versions 3 size 5m;
     file "/var/log/named/bind.log" versions 3 size 5m;
-
     severity warning;
+
     severity critical;
     print-time yes;
     print-time yes;
     print-severity yes;
     print-severity yes;
Line 101: Line 101:
</pre>
</pre>
 +
 +
I put that into the /etc/bind/named.conf.options file, after the options section.
== Alternatives ==
== Alternatives ==

by Admin at August 29, 2010 02:10 AM

Website Traffic Monitoring Tools

← Older revision Revision as of 01:01, 29 August 2010
Line 1: Line 1:
As I say enough times in this wiki, I use [[Apache]], and it comes with some basic logging features. It does leave some to be desired, so I also use Google Analytics, which used to be called Urchin.  
As I say enough times in this wiki, I use [[Apache]], and it comes with some basic logging features. It does leave some to be desired, so I also use Google Analytics, which used to be called Urchin.  
-
To analyze my Apache logs, I use [[AWStats]]. Its a [[perl]] script and is pretty good. If you have a bunch of domains, you can either split them into separate log files while they are being collected, which in my experience has actually been pretty tough, or after, which I've never tried. Nowadays I just review the grand total, just so I can get idea of the activity on the server. For individual domains, I use Google Analytics.  
+
To analyze my Apache logs, I use [[AWStats]]. Its a [[perl]] script and is pretty good. If you have a bunch of domains, you can either split them into separate log files while they are being collected, which in my experience has actually been pretty tough, or after, which I've never tried. Nowadays I just review the grand total, just so I can get idea of the activity on the server.
 +
 
 +
For individual domains, I use Google Analytics.  
 +
 
 +
== Links ==
-
These other options look good too:
 
* http://wiki.openwebanalytics.com/index.php?title=Main_Page
* http://wiki.openwebanalytics.com/index.php?title=Main_Page
* http://wettone.com/code/slimstat
* http://wettone.com/code/slimstat
* http://www.phpopentracker.de/
* http://www.phpopentracker.de/
 +
 +
[[Category: Web Development]]

by Admin at August 29, 2010 01:01 AM

AWStats

See Also:

← Older revision Revision as of 00:53, 29 August 2010
Line 4: Line 4:
== See Also ==
== See Also ==
* [[Web Servers]]
* [[Web Servers]]
-
* [[Logs]]
+
* [[Logging]]
== Links ==
== Links ==

by Admin at August 29, 2010 12:53 AM

Logs

Redirected page to Logging

New page

#REDIRECT [[Logging]]

by Admin at August 29, 2010 12:53 AM

AWStats

← Older revision Revision as of 00:53, 29 August 2010
(One intermediate revision not shown)
Line 1: Line 1:
-
AWStats is an open source program which can create reports from web traffic logs.  
+
AWStats is an open source program which can create reports from web traffic [[logs]].  
-
[http://www.docunext.com/blog/2008/04/11/setting-up-awstats-on-debian/ Setting up AWStats on Debian]
 
 +
== See Also ==
 +
* [[Web Servers]]
 +
* [[Logs]]
-
[[Category:Perl]]
+
== Links ==
 +
* [http://www.docunext.com/blog/2008/04/setting-up-awstats-on-debian.html Setting up AWStats on Debian]
 +
 
 +
 
 +
[[Category: Perl]]

by Admin at August 29, 2010 12:53 AM

August 28, 2010

Docunext Wiki

Wine

Created page with 'Wine is a set of libraries designed to allow software designed for Windows to run on Linux and open source operating systems. Category: Windows'

New page

Wine is a set of libraries designed to allow software designed for [[Windows]] to run on [[Linux]] and open source operating systems.



[[Category: Windows]]

by Admin at August 28, 2010 10:50 PM

Awesome

← Older revision Revision as of 22:49, 28 August 2010
Line 8: Line 8:
I'm starting with version 3 which uses the rc.lua configuration script. There seems to be some significant differences between versions. For example, I'm trying to get an xterm window instance to be sticky, i.e. - appear on all workspaces / a member of each tag. I got it to work on my desktop, which is running the squeeze version of Awesome, but can't get it to work on my laptop which is running the sid version of awesome. Doh!
I'm starting with version 3 which uses the rc.lua configuration script. There seems to be some significant differences between versions. For example, I'm trying to get an xterm window instance to be sticky, i.e. - appear on all workspaces / a member of each tag. I got it to work on my desktop, which is running the squeeze version of Awesome, but can't get it to work on my laptop which is running the sid version of awesome. Doh!
-
== Customizing the Default Theme ==
+
== Awesome Tips and Tricks ==
 +
=== Customizing the Default Theme ===
I wanted to change the wallpaper background, so this is what I did:
I wanted to change the wallpaper background, so this is what I did:
Line 23: Line 24:
</pre>
</pre>
-
== AwesomeWM Tags ==
+
When using Awesome right on top of a [[Gnome]] installation, I had to set the background via the preferences panel.
 +
 
 +
=== AwesomeWM Tags ===
Tags are like workspaces, but better.
Tags are like workspaces, but better.
-
== AwesomeWM Haggling ==
+
=== AwesomeWM Haggling ===
<pre class="bash">
<pre class="bash">
xprop | grep WM_
xprop | grep WM_
</pre>
</pre>
-
== AwesomeWM + [[Gimp]] ==
+
=== AwesomeWM + [[Gimp]] ===
This was bugging me... I set gimp to be floating, and then set floating windows to have a titlebar. This worked, but only for the main window. This was caused by [[gimp]], not awesome. Edit -> Preferences -> Window Management -> Hint for...
This was bugging me... I set gimp to be floating, and then set floating windows to have a titlebar. This worked, but only for the main window. This was caused by [[gimp]], not awesome. Edit -> Preferences -> Window Management -> Hint for...
-
== Awesome Libraries ==
+
=== Awesome Libraries ===
I've finally figured out some stuff thanks to the helpful works of http://sysphere.org/~anrxc/. When trying to get viscous setup, I finally got invaders to work!
I've finally figured out some stuff thanks to the helpful works of http://sysphere.org/~anrxc/. When trying to get viscous setup, I finally got invaders to work!
 +
 +
=== Awesome and [[Java]] or [[Wine]] ===
 +
==== Can't Un-minimize windows ====
 +
Much to be said about this! I ran into a similar as the one described [http://comments.gmane.org/gmane.comp.window-managers.awesome/5692 here], but for [[JEdit]], actually all windows. Installing and using [[wmcrtl]] to issue:
 +
 +
<pre>wmctrl -R clientname</pre>
 +
 +
After that, I commented out the minimize code:
 +
 +
<pre>--    awful.key({ modkey,          }, "n",      function (c) c.minimized = not c.minimized    end),</pre>
== See Also ==
== See Also ==
Line 41: Line 54:
* [[Window Managers]]
* [[Window Managers]]
-
== External Links ==
+
== Links ==
 +
* http://www.docunext.com/blog/2010/08/copy-and-paste-from-jedit-to-gnome-terminal-resolved.html
* http://www.docunext.com/blog/2009/07/learning-about-the-awesome-window-manager-wm.html
* http://www.docunext.com/blog/2009/07/learning-about-the-awesome-window-manager-wm.html
* http://www.informedcomputing.com/blog/2009/07/awesomewm-sticky-windows-solved.html
* http://www.informedcomputing.com/blog/2009/07/awesomewm-sticky-windows-solved.html

by Admin at August 28, 2010 10:49 PM

Docunext Github

Docunext Wiki

Movable Type Memcached Error

← Older revision Revision as of 21:50, 28 August 2010
Line 8: Line 8:
This seems to go away when I removed the [[Debian]] [[memcached]] [[perl]] client and installed the [[CPAN]] version instead.
This seems to go away when I removed the [[Debian]] [[memcached]] [[perl]] client and installed the [[CPAN]] version instead.
 +
== See Also ==
 +
* [[Movable Type]]
 +
* [[Memcached]]
 +
* [[CPAN]]
-
[[Category:Memcached]]
+
[[Category: Memcached]]
-
[[Category:Movable Type]]
+
[[Category: Movable Type]]
-
[[Category:Debian]]
+
[[Category: Debian]]
-
[[Category:Perl]]
+
[[Category: Perl]]

by Admin at August 28, 2010 09:50 PM

SVG Conversion Tools

damn... i finally solved it=)))

← Older revision Revision as of 09:47, 28 August 2010
(One intermediate revision not shown)
Line 64: Line 64:
make: *** [all] Error 2
make: *** [all] Error 2
</pre>
</pre>
 +
// To compile this library you should install version 0.6.3 of libcroco. It exists in http://sourceforge.net/projects/svg2swf/files/libcroco/ . With this version it works fine.
Doh!
Doh!

by Alexkocharin at August 28, 2010 09:47 AM

Google Chrome OS

← Older revision Revision as of 05:31, 28 August 2010
Line 2: Line 2:
 +
 +
== Links ==
 +
* http://www.soggyblogger.com/blog/2009/11/chromium-os.html
 +
* http://www.mirrors.docunext.com/cgit.cgi/chromiumos/tree/src/platform
[[Category:Google]]
[[Category:Google]]

by Admin at August 28, 2010 05:31 AM

Chromium OS

Redirected page to Google Chrome OS

← Older revision Revision as of 05:31, 28 August 2010
Line 1: Line 1:
-
[[Google]]'s new [[operating system]]!
+
#REDIRECT [[Google Chrome OS]]
-
 
+
-
 
+
-
 
+
-
== External Links ==
+
-
* http://www.soggyblogger.com/blog/2009/11/chromium-os.html
+
-
* http://www.mirrors.docunext.com/cgit.cgi/chromiumos/tree/src/platform
+
-
 
+
-
[[Category:Google]]
+

by Admin at August 28, 2010 05:31 AM

August 26, 2010

Docunext Wiki

Actionscript

← Older revision Revision as of 17:30, 26 August 2010
Line 9: Line 9:
-
== Related Pages ==
+
== See Also ==
* [[Haxe]]
* [[Haxe]]
* [[MTASC]]
* [[MTASC]]
 +
* [[Ming]]
[[Category:SWF]]
[[Category:SWF]]
 +
[[Category: Programming Languages]]

by Admin at August 26, 2010 05:30 PM

Javascript

External Links:

← Older revision Revision as of 17:29, 26 August 2010
Line 60: Line 60:
[[Category:EMCA Script]]
[[Category:EMCA Script]]
-
==External Links==
+
== Links==
* http://www.html.it/articoli/nifty/index.html
* http://www.html.it/articoli/nifty/index.html
* http://www.html.it/articoli/niftycube/index.html
* http://www.html.it/articoli/niftycube/index.html
Line 74: Line 74:
[[Category:Javascript]]
[[Category:Javascript]]
[[Category:HTTP]]
[[Category:HTTP]]
 +
[[Category: Programming Languages]]

by Admin at August 26, 2010 05:29 PM

Perl

Links:

← Older revision Revision as of 17:29, 26 August 2010
Line 45: Line 45:
[[Category: Perl]]
[[Category: Perl]]
[[Category: Programming]]
[[Category: Programming]]
 +
[[Category: Programming Languages]]

by Admin at August 26, 2010 05:29 PM

PHP

Links:

← Older revision Revision as of 17:28, 26 August 2010
Line 99: Line 99:
[[Category: Programming]]
[[Category: Programming]]
[[Category: PHP]]
[[Category: PHP]]
 +
[[Category: Programming Languages]]

by Admin at August 26, 2010 05:28 PM

Docunext Forums

Support forum

Travel to Da Lat in rainy season [url=http://www.hoteltravelvietnam.com/vietnam-tours]Da Lat[/url]– the beauty of highland Vietnam – is the most graceful in winter. Da Lat is covered by the mix of fog and sunshine. Wild flower anemones pave all road one fresh yellow. Tourists knit hands in warm gloves admire the dream of Da Lat. Between August and October, rainy season in Da Lat is the summer of almost other parts of Vietnam. People are afraid of heat, they travel to Da Lat. People want a winter atmosphere, they travel to Da Lat. Da Lat is busy to welcome thousands of tourists, again. Travel to Da Lat, you own a chance to see many top imposing waterfalls of Vietnam: Prenn, Camly, Pongour… Like a part of Da Lat, these waterfalls become more impressive at this time of year. The strong flow has the color of alluvion, it’s cool and amazed. [img]http://www.hoteltravelvietnam.com/web/wp-content/uploads/2010/08/camly.jpg[/img] Once travelling to Da Lat, it’ll be a mistake if missing lakes which infatuate all people have been here. Xuan Huong Lake called the eye of Da Lat, lays in the right center of city. Da Lat hotels almost are built to look at this lake and make a circle around it. Xuan Huong Lake and Da Lat are perfect for an evening ride by couple bicycle. The hot by riding will be deleted by Da Lat rain. Rain in Da Lat isn’t long, isn’t heavy. It rains like a performance, just enough to make hair wet, just enough to make people closer. [img]http://vietnampackagestours.com/topvietnamtravelguide/files/2010/08/hoxuanhuong-300x199.jpg[/img] Da Lat has been famous all over the world as a flower center of Vietnam, so the thing you can’t miss in Da Lat is flowers. Tourists will see thousands kind of flowers, they’re grown in green house, in local people houses and they grow themselves on the roadsides. The cold of Da Lat winter isn’t cold enough to kill flowers, it’s just enough to make them a little gentle frozen and fresher in lovely rain. Talking about Da Lat until tomorrow still can’t show how beautiful it is. Valleys, churches, beauty-spots… The best way to know Da Lat is travelling and enjoying it yourself. Just my experiences, hiring a travel guide to have a full-perfect Da Lat tour. [url=http://www.hoteltravelvietnam.com/vietnam-news/travel-to-da-lat-rainy-season]Travel to Da Lat[/url] | [url=http://www.hoteltravelvietnam.com]Travel to vietnam[/url]

by travelvietnam at August 26, 2010 01:38 PM

Docunext Wiki

FreeNAS

Related Pages:

← Older revision Revision as of 04:54, 26 August 2010
Line 29: Line 29:
* How about [[Git]]? That would be awesome.
* How about [[Git]]? That would be awesome.
-
==Related Pages==
+
== See Also ==
* [[UFS]]
* [[UFS]]
* [[ZFS]]
* [[ZFS]]
Line 35: Line 35:
* [[OpenFiler]]
* [[OpenFiler]]
* [[Nexenta]]
* [[Nexenta]]
 +
* [[m0n0wall]]
 +
* [[pfSense]]
-
[[Category:NAS]]
+
[[Category: NAS]]
-
[[Category:Embedded]]
+
[[Category: Embedded]]
-
[[Category:FreeNAS]]
+
[[Category: FreeNAS]]
-
[[Category:FreeBSD]]
+
[[Category: FreeBSD]]

by Admin at August 26, 2010 04:54 AM

Nexenta

← Older revision Revision as of 04:53, 26 August 2010
Line 32: Line 32:
* [[Nexenta Networking]]
* [[Nexenta Networking]]
-
==Related Pages==
+
== See Also ==
* [[Debian]]
* [[Debian]]
* [[Debian GNU/kFreeBSD]]
* [[Debian GNU/kFreeBSD]]
Line 38: Line 38:
* [[ZFS]]
* [[ZFS]]
* [[FreeNAS]]
* [[FreeNAS]]
 +
* [[Ubuntu]]
==External Pages==
==External Pages==

by Admin at August 26, 2010 04:53 AM

FreeBSD and ZFS

← Older revision Revision as of 04:45, 26 August 2010
Line 2: Line 2:
-
== Related Pages ==
+
== See Also ==
* [[Nexenta]]
* [[Nexenta]]
* [[ZFS]]
* [[ZFS]]
-
== External Links ==
+
== Links ==
* http://lists.freebsd.org/pipermail/freebsd-current/2007-April/070616.html
* http://lists.freebsd.org/pipermail/freebsd-current/2007-April/070616.html
-
[[Category:FreeBSD]]
+
[[Category: FreeBSD]]

by Admin at August 26, 2010 04:45 AM

August 25, 2010

Docunext Wiki

PHP

External Links:

← Older revision Revision as of 01:59, 25 August 2010
Line 93: Line 93:
* [[PHP Apt file parser]]
* [[PHP Apt file parser]]
-
== External Links ==
+
== Links ==
* http://www.php.code-experiments.com/blog/
* http://www.php.code-experiments.com/blog/
* [http://www.established-sites.com/blog/ Established Sites PHP CMS]
* [http://www.established-sites.com/blog/ Established Sites PHP CMS]
-
[[Category:Programming]]
+
[[Category: Programming]]
-
[[Category:PHP]]
+
[[Category: PHP]]

by Admin at August 25, 2010 01:59 AM

MediaWiki

← Older revision Revision as of 01:59, 25 August 2010
Line 10: Line 10:
* [[Mediawiki Notes]]
* [[Mediawiki Notes]]
* [[PHP]]
* [[PHP]]
 +
* [[MySQL]]
 +
* [[CMS]]
[[Category: Wikis]]
[[Category: Wikis]]
[[Category: PHP]]
[[Category: PHP]]

by Admin at August 25, 2010 01:59 AM

Eclipse

← Older revision Revision as of 01:44, 25 August 2010
Line 1: Line 1:
-
Eclipse is an open source [[IDE]]. I had heard lots about it but only recently used it when I compiled an application for my [[Android]] powered [[Droid X]].
+
Eclipse is an open source [[IDE]]. I had heard lots about it but only recently used it when I compiled an application for my [[Android]] powered [http://www.telecomrebirth.com/blog/2010/08/droid-x-review.html Droid X].
[[Category: IDE]]
[[Category: IDE]]

by Admin at August 25, 2010 01:44 AM

IDE

Redirected page to Integrated Development Environment

New page

#REDIRECT [[Integrated Development Environment]]

by Admin at August 25, 2010 01:44 AM

Eclipse

Created page with 'Eclipse is an open source IDE. I had heard lots about it but only recently used it when I compiled an application for my Android powered Droid X. Category: IDE'

New page

Eclipse is an open source [[IDE]]. I had heard lots about it but only recently used it when I compiled an application for my [[Android]] powered [[Droid X]].



[[Category: IDE]]

by Admin at August 25, 2010 01:44 AM

Perl

← Older revision Revision as of 01:41, 25 August 2010
Line 35: Line 35:
mod_perl is so special it has its own page: [[mod_perl]].
mod_perl is so special it has its own page: [[mod_perl]].
-
== Related Pages ==
+
== See Also ==
* [[NGINX Perl Module]]
* [[NGINX Perl Module]]
 +
* [[Parrot]]
-
== External Links ==
+
== Links ==
* [http://www.docunext.com/blog/perl/ Docunext Blog Perl Category]
* [http://www.docunext.com/blog/perl/ Docunext Blog Perl Category]
* http://www.geom.uiuc.edu/~scheftic/PMC/UseScripts/Perl/system.html
* http://www.geom.uiuc.edu/~scheftic/PMC/UseScripts/Perl/system.html

by Admin at August 25, 2010 01:41 AM

Ikiwiki

← Older revision Revision as of 01:37, 25 August 2010
(One intermediate revision not shown)
Line 141: Line 141:
UPDATE: I've actually written a plugin for ikiwiki! It uses the page name to search a [[Xapian]] database for related pages. Once its a little more refined I plan to release it as open source.
UPDATE: I've actually written a plugin for ikiwiki! It uses the page name to search a [[Xapian]] database for related pages. Once its a little more refined I plan to release it as open source.
-
== Related Pages ==
+
== Pages ==
* [[Private Wiki]]
* [[Private Wiki]]
* [[Perl]]
* [[Perl]]
Line 147: Line 147:
* [[Git-Wiki]]
* [[Git-Wiki]]
-
== External Links ==
+
== Links ==
* http://ikiwiki.info/
* http://ikiwiki.info/
* http://ikiwiki.info/tips/convert_mediawiki_to_ikiwiki/discussion/
* http://ikiwiki.info/tips/convert_mediawiki_to_ikiwiki/discussion/
* http://ikiwiki.info/users/joshtriplett/
* http://ikiwiki.info/users/joshtriplett/
-
[[Category:Wikis]]
+
[[Category: Wikis]]
-
[[Category:Perl]]
+
[[Category: Perl]]
-
[[Category:Debian]]
+
[[Category: Debian]]
-
[[Category:Blogs]]
+
[[Category: Blogs]]
[[Category: Markdown]]
[[Category: Markdown]]
 +
[[Category: Static Website Compilers]]

by Admin at August 25, 2010 01:37 AM

Jekyll Ruby

See Also:

← Older revision Revision as of 01:35, 25 August 2010
(2 intermediate revisions not shown)
Line 3: Line 3:
-
== Related Pages ==
+
== See Also ==
* [[Webgen]]
* [[Webgen]]
* [[Nanoc]]
* [[Nanoc]]
Line 10: Line 10:
* [[Yurt]]
* [[Yurt]]
* [[Website Meta Language]]
* [[Website Meta Language]]
 +
* [[Chronicle]]
 +
* [[Ikiwiki]]
-
== External Links ==
+
== Links ==
* http://jekyllrb.com/
* http://jekyllrb.com/
-
[[Category:Ruby]]
+
[[Category: Ruby]]
 +
[[Category: Static Website Compilers]]

by Admin at August 25, 2010 01:35 AM

XFCE4

← Older revision Revision as of 01:32, 25 August 2010
Line 1: Line 1:
[[XFWM4]] is a window manager for the XFCE desktop environment. It is used by [[Xubuntu]], and is supposed to be fast, lightweight, and not require too much computing power to be usable.
[[XFWM4]] is a window manager for the XFCE desktop environment. It is used by [[Xubuntu]], and is supposed to be fast, lightweight, and not require too much computing power to be usable.
-
==Related Pages==
+
== See Also ==
* [[GNOME]]
* [[GNOME]]
* [[KDE]]
* [[KDE]]
-
== External Links ==
+
== Links ==
* [http://www.docunext.com/blog/2009/03/big-points-for-ubuntu.html XFCE4 Theme Haggling]
* [http://www.docunext.com/blog/2009/03/big-points-for-ubuntu.html XFCE4 Theme Haggling]

by Admin at August 25, 2010 01:32 AM

Window manager

Redirected page to Window Managers

← Older revision Revision as of 01:32, 25 August 2010
Line 1: Line 1:
-
#REDIRECT [[Category:Window_Managers]]
+
#REDIRECT [[Window Managers]]

by Admin at August 25, 2010 01:32 AM

Category:Window Managers

← Older revision Revision as of 01:31, 25 August 2010
Line 1: Line 1:
-
Window managers are software programs which handle the basic logic behind [[GUI]] windows.
+
[[Window Managers]] are software programs which handle the basic logic behind [[GUI]] windows.

by Admin at August 25, 2010 01:31 AM

Window Managers

See Also:

← Older revision Revision as of 01:31, 25 August 2010
(One intermediate revision not shown)
Line 6: Line 6:
* [[OpenBox]]
* [[OpenBox]]
* [[Fluxbox]]
* [[Fluxbox]]
 +
* [[Sawfish]]
== See Also ==
== See Also ==
Line 13: Line 14:
[[Category: Graphics]]
[[Category: Graphics]]
[[Category: GUI]]
[[Category: GUI]]
 +
[[Category: Window Managers]]

by Admin at August 25, 2010 01:31 AM

Awesome

Awesome Window Manger Summary:

← Older revision Revision as of 01:30, 25 August 2010
Line 1: Line 1:
== Awesome Window Manger Summary ==
== Awesome Window Manger Summary ==
-
Awesome is a window manager for [[X11]].
+
Awesome is a window manager for [[X11]]. It can integrate quite easily with [[GNOME]].
== The Awesome Name ==
== The Awesome Name ==

by Admin at August 25, 2010 01:30 AM

Window Managers

← Older revision Revision as of 01:29, 25 August 2010
Line 1: Line 1:
-
A window manager is a software package which controls how the windows in a gui behave.
+
A window manager is a software package which controls how the windows in a [[GUI]] behave.
== Popular Window Managers ==
== Popular Window Managers ==
* [[Awesome]]
* [[Awesome]]
 +
* [[OpenBox]]
 +
* [[Fluxbox]]
 +
 +
== See Also ==
 +
* [[GNOME]]
 +
 +
 +
[[Category: Graphics]]
 +
[[Category: GUI]]

by Admin at August 25, 2010 01:29 AM

GNOME

← Older revision Revision as of 01:27, 25 August 2010
(One intermediate revision not shown)
Line 5: Line 5:
* [[Gnome Network Manager]]
* [[Gnome Network Manager]]
* [[Gnome Print Manager]]
* [[Gnome Print Manager]]
 +
* [[Gnome Screenshot]]
== Gnome Libraries ==
== Gnome Libraries ==
Line 11: Line 12:
* [[libxslt]]
* [[libxslt]]
-
== Related Pages ==
+
== ==
* [[KDE]]
* [[KDE]]
* [[LXDE]]
* [[LXDE]]
Line 17: Line 18:
* [[Window Managers]]
* [[Window Managers]]
-
[[Category:GNOME]]
+
[[Category: GNOME]]
-
[[Category:Desktop Environments]]
+
[[Category: Desktop Environments]]
-
[[Category:Usability]]
+
[[Category: Usability]]

by Admin at August 25, 2010 01:27 AM

Gnome Screenshot

See Also:

← Older revision Revision as of 01:26, 25 August 2010
Line 63: Line 63:
* [[Cheese]]
* [[Cheese]]
* [[Shutter]]
* [[Shutter]]
-
 
+
* [[Gnome]]
[[Category: Graphics]]
[[Category: Graphics]]

by Admin at August 25, 2010 01:26 AM

Rinetd

← Older revision Revision as of 00:51, 25 August 2010
Line 1: Line 1:
I've been looking for a program like rinetd for a looong time. Its very simple - it just redirects [[TCP]] connections from one [[IP]] port combination to another.  
I've been looking for a program like rinetd for a looong time. Its very simple - it just redirects [[TCP]] connections from one [[IP]] port combination to another.  
 +
== Rinetd Configuration ==
 +
/etc/rinetd.conf
 +
 +
<pre>
 +
#
 +
# this is the configuration file for rinetd, the internet redirection server
 +
#
 +
# you may specify global allow and deny rules here
 +
# only ip addresses are matched, hostnames cannot be specified here
 +
# the wildcards you may use are * and ?
 +
#
 +
# allow 192.168.2.*
 +
# deny 192.168.2.1?
 +
 +
 +
#
 +
# forwarding rules come here
 +
#
 +
# you may specify allow and deny rules after a specific forwarding rule
 +
# to apply to only that forwarding rule
 +
#
 +
# bindadress    bindport  connectaddress  connectport
 +
192.168.0.48    82222      192.168.0.59    80
 +
192.168.0.48    5900        192.168.0.59    5900
 +
 +
# logging information
 +
logfile /var/log/rinetd.log
 +
 +
# uncomment the following line if you want web-server style logfile format
 +
# logcommon
 +
 +
</pre>
== See Also ==
== See Also ==

by Admin at August 25, 2010 12:51 AM

Gnome Screenshot

← Older revision Revision as of 00:49, 25 August 2010
Line 63: Line 63:
* [[Cheese]]
* [[Cheese]]
* [[Shutter]]
* [[Shutter]]
 +
 +
 +
[[Category: Graphics]]

by Admin at August 25, 2010 12:49 AM

Vsftp

← Older revision Revision as of 00:49, 25 August 2010
Line 1: Line 1:
 +
Vsftp is an [[FTP]] server.
 +
I just tried vsftpd on [[CentOS]] but couldn't figure out how to get a local user to login. I gave up and decided to continue using [[proftpd]] instead.
I just tried vsftpd on [[CentOS]] but couldn't figure out how to get a local user to login. I gave up and decided to continue using [[proftpd]] instead.
 +
== See Also ==
 +
* [[FTP]]
 +
* [[Proftpd]]
-
[[Category:FTP]]
+
[[Category: FTP]]

by Admin at August 25, 2010 12:49 AM

Gnome Screenshot

Created page with 'Gnome Screenshot is a software package used for taking screenshots. == Gnome Screenshot Manual Page == <pre> GNOME-SCREENSHOT(1) ...'

New page

Gnome Screenshot is a software package used for taking screenshots.

== Gnome Screenshot Manual Page ==
<pre>

GNOME-SCREENSHOT(1) GNOME-SCREENSHOT(1)

NAME
gnome-screenshot - capture the screen, a window, or an user-defined area and save the snapshot image to a file.

SYNOPSIS
gnome-screenshot [ -w ] [ -a ] [ -b ] [ -B ] [ -d SECONDS ] [ -e EFFECT ] [ -i ] [ --display DISPLAY ]

DESCRIPTION
gnome-screenshot is a GNOME utility for taking screenshots of the entire screen, a window or an user-defined area of the screen, with optional beutifying
border effects.

OPTIONS
-w, --window
Grab the current active window instead of the entire screen.

-a, --area
Grab an area of the screen instead of the entire screen.

-b, --include-border
Include the window border within the screenshot.

-B, --remove-border
Remove the window border from the screenshot.

-d, --delay=SECONDS,
Take the screenshot after the specified delay [in seconds].

-e, --effect=EFFECT,
Add an effect to the outside of the screenshot border. EFFECT can be ``shadow'' (adding drop shadow), ``border'' (adding rectangular space around the
screenshot) or ``none'' (no effect). Default is ``none''.

-i, --interactive
Interactively set options in a dialog.

--display=DISPLAY
X display to use.


-?, -h, --help
Show a summary of the available options.

In addition, the usual GTK+ and GNOME command line options apply. See the output of --help for details.

SEE ALSO
gnome-options(7), gtk-options(7)

AUTHOR
This manual page was written by Christian Marillat <marillat@debian.org> for the Debian GNU/Linux system (but may be used by others).

Updated by Theppitak Karoonboonyanan <thep@linux.thai.net>, Tom Feiner <feiner.tom@gmail.com> and Cosimo Cecchi <cosimoc@gnome.org>

June 28, 2009 GNOME-SCREENSHOT(1)
</pre>


== See Also ==
* [[Cheese]]
* [[Shutter]]

by Admin at August 25, 2010 12:48 AM

Rinetd

← Older revision Revision as of 00:46, 25 August 2010
Line 2: Line 2:
-
== Similar Pages ==
+
== See Also ==
* [[Stunnel4]]
* [[Stunnel4]]
* [[Proxies]]
* [[Proxies]]
* [[GRE]]
* [[GRE]]
 +
* [[Relayd]]
[[Category: Networking]]
[[Category: Networking]]

by Admin at August 25, 2010 12:46 AM

Shutter

← Older revision Revision as of 00:46, 25 August 2010
Line 1: Line 1:
Shutter is a sweet open source screen shot software application. Its my choice!
Shutter is a sweet open source screen shot software application. Its my choice!
 +
== See Also ==
 +
* [[Cheese]]
 +
* [[Gnome Screenshot]]
[[Category: Graphics]]
[[Category: Graphics]]

by Admin at August 25, 2010 12:46 AM

Regular expressions

See Also:

← Older revision Revision as of 00:45, 25 August 2010
(One intermediate revision not shown)
Line 4: Line 4:
Most programming and scripting languages have a regular expression engine of sorts.
Most programming and scripting languages have a regular expression engine of sorts.
-
== Related Pages ==
+
== See Also ==
* [[re-engine-lua]]
* [[re-engine-lua]]
* [[Regular Expressions by Examples]]
* [[Regular Expressions by Examples]]
* [[Ruby Regex]]
* [[Ruby Regex]]
 +
* [[PCRE]]
* [[Sed]]
* [[Sed]]

by Admin at August 25, 2010 12:45 AM

August 24, 2010

Docunext Github

August 23, 2010

Docunext Wiki

OCS Inventory

← Older revision Revision as of 16:22, 23 August 2010
Line 8: Line 8:
 +
[[Category: OCS Inventory]]
[[Category: Web Applications]]
[[Category: Web Applications]]
[[Category: Inventory]]
[[Category: Inventory]]

by Admin at August 23, 2010 04:22 PM

Category:OCS Inventory

Created page with 'OCS Inventory'

New page

[[OCS Inventory]]

by Admin at August 23, 2010 04:22 PM

OCS Inventory SQL Data Model

Created page with '== OCS Inventory SQL Data Model == <pre class="sh_sql"> -- phpMyAdmin SQL Dump -- version 3.2.0.1deb1 -- http://www.phpmyadmin.net -- -- Host: 192.168.8.2 -- Generation ...'

New page

== [[OCS Inventory]] [[SQL]] Data Model ==
<pre class="sh_sql">

-- phpMyAdmin SQL Dump
-- version 3.2.0.1deb1
-- http://www.phpmyadmin.net
--
-- Host: 192.168.8.2
-- Generation Time: Aug 23, 2010 at 12:12 PM
-- Server version: 5.0.51
-- PHP Version: 5.2.9-4

SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";

--
-- Database: `ocsweb`
--

-- --------------------------------------------------------

--
-- Table structure for table `accesslog`
--

CREATE TABLE IF NOT EXISTS `accesslog` (
`ID` int(11) NOT NULL auto_increment,
`HARDWARE_ID` int(11) NOT NULL,
`USERID` varchar(255) default NULL,
`LOGDATE` datetime default NULL,
`PROCESSES` text,
PRIMARY KEY (`HARDWARE_ID`,`ID`),
KEY `ID` (`ID`),
KEY `USERID` (`USERID`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=24 ;

-- --------------------------------------------------------

--
-- Table structure for table `accountinfo`
--

CREATE TABLE IF NOT EXISTS `accountinfo` (
`HARDWARE_ID` int(11) NOT NULL,
`TAG` varchar(255) default 'NA',
PRIMARY KEY (`HARDWARE_ID`),
KEY `TAG` (`TAG`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

-- --------------------------------------------------------

--
-- Table structure for table `bios`
--

CREATE TABLE IF NOT EXISTS `bios` (
`HARDWARE_ID` int(11) NOT NULL,
`SMANUFACTURER` varchar(255) default NULL,
`SMODEL` varchar(255) default NULL,
`SSN` varchar(255) default NULL,
`TYPE` varchar(255) default NULL,
`BMANUFACTURER` varchar(255) default NULL,
`BVERSION` varchar(255) default NULL,
`BDATE` varchar(255) default NULL,
PRIMARY KEY (`HARDWARE_ID`),
KEY `SSN` (`SSN`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

-- --------------------------------------------------------

--
-- Table structure for table `blacklist_macaddresses`
--

CREATE TABLE IF NOT EXISTS `blacklist_macaddresses` (
`ID` int(11) NOT NULL auto_increment,
`MACADDRESS` varchar(255) NOT NULL default '',
PRIMARY KEY (`MACADDRESS`),
KEY `ID` (`ID`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=15 ;

-- --------------------------------------------------------

--
-- Table structure for table `blacklist_serials`
--

CREATE TABLE IF NOT EXISTS `blacklist_serials` (
`ID` int(11) NOT NULL auto_increment,
`SERIAL` varchar(255) NOT NULL default '',
PRIMARY KEY (`SERIAL`),
KEY `ID` (`ID`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=35 ;

-- --------------------------------------------------------

--
-- Table structure for table `config`
--

CREATE TABLE IF NOT EXISTS `config` (
`NAME` varchar(50) NOT NULL,
`IVALUE` int(11) default NULL,
`TVALUE` varchar(255) default NULL,
`COMMENTS` text,
PRIMARY KEY (`NAME`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

-- --------------------------------------------------------

--
-- Table structure for table `conntrack`
--

CREATE TABLE IF NOT EXISTS `conntrack` (
`IP` varchar(255) NOT NULL default '',
`TIMESTAMP` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP,
PRIMARY KEY (`IP`)
) ENGINE=MEMORY DEFAULT CHARSET=latin1;

-- --------------------------------------------------------

--
-- Table structure for table `controllers`
--

CREATE TABLE IF NOT EXISTS `controllers` (
`ID` int(11) NOT NULL auto_increment,
`HARDWARE_ID` int(11) NOT NULL,
`MANUFACTURER` varchar(255) default NULL,
`NAME` varchar(255) default NULL,
`CAPTION` varchar(255) default NULL,
`DESCRIPTION` varchar(255) default NULL,
`VERSION` varchar(255) default NULL,
`TYPE` varchar(255) default NULL,
PRIMARY KEY (`HARDWARE_ID`,`ID`),
KEY `ID` (`ID`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=593 ;

-- --------------------------------------------------------

--
-- Table structure for table `deleted_equiv`
--

CREATE TABLE IF NOT EXISTS `deleted_equiv` (
`DATE` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP,
`DELETED` varchar(255) NOT NULL,
`EQUIVALENT` varchar(255) default NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

-- --------------------------------------------------------

--
-- Table structure for table `deploy`
--

CREATE TABLE IF NOT EXISTS `deploy` (
`NAME` varchar(255) NOT NULL,
`CONTENT` longblob NOT NULL,
PRIMARY KEY (`NAME`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

-- --------------------------------------------------------

--
-- Table structure for table `devices`
--

CREATE TABLE IF NOT EXISTS `devices` (
`HARDWARE_ID` int(11) NOT NULL,
`NAME` varchar(50) NOT NULL,
`IVALUE` int(11) default NULL,
`TVALUE` varchar(255) default NULL,
`COMMENTS` text,
KEY `HARDWARE_ID` (`HARDWARE_ID`),
KEY `TVALUE` (`TVALUE`),
KEY `IVALUE` (`IVALUE`),
KEY `NAME` (`NAME`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

-- --------------------------------------------------------

--
-- Table structure for table `devicetype`
--

CREATE TABLE IF NOT EXISTS `devicetype` (
`ID` int(11) NOT NULL auto_increment,
`NAME` varchar(255) default NULL,
PRIMARY KEY (`ID`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `dico_ignored`
--

CREATE TABLE IF NOT EXISTS `dico_ignored` (
`EXTRACTED` varchar(255) NOT NULL,
PRIMARY KEY (`EXTRACTED`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

-- --------------------------------------------------------

--
-- Table structure for table `dico_soft`
--

CREATE TABLE IF NOT EXISTS `dico_soft` (
`EXTRACTED` varchar(255) NOT NULL,
`FORMATTED` varchar(255) NOT NULL,
PRIMARY KEY (`EXTRACTED`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

-- --------------------------------------------------------

--
-- Table structure for table `download_affect_rules`
--

CREATE TABLE IF NOT EXISTS `download_affect_rules` (
`ID` int(11) NOT NULL auto_increment,
`RULE` int(11) NOT NULL,
`PRIORITY` int(11) NOT NULL,
`CFIELD` varchar(20) character set latin1 collate latin1_general_ci NOT NULL,
`OP` varchar(20) character set latin1 collate latin1_general_ci NOT NULL,
`COMPTO` varchar(20) character set latin1 collate latin1_general_ci NOT NULL,
`SERV_VALUE` varchar(20) character set latin1 collate latin1_general_ci default NULL,
`RULE_NAME` varchar(200) character set latin1 collate latin1_general_ci NOT NULL,
PRIMARY KEY (`ID`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `download_available`
--

CREATE TABLE IF NOT EXISTS `download_available` (
`FILEID` varchar(255) NOT NULL,
`NAME` varchar(255) NOT NULL,
`PRIORITY` int(11) NOT NULL,
`FRAGMENTS` int(11) NOT NULL,
`SIZE` int(11) NOT NULL,
`OSNAME` varchar(255) NOT NULL,
`COMMENT` text,
PRIMARY KEY (`FILEID`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

-- --------------------------------------------------------

--
-- Table structure for table `download_enable`
--

CREATE TABLE IF NOT EXISTS `download_enable` (
`ID` int(11) NOT NULL auto_increment,
`FILEID` varchar(255) NOT NULL,
`INFO_LOC` varchar(255) NOT NULL,
`PACK_LOC` varchar(255) NOT NULL,
`CERT_PATH` varchar(255) default NULL,
`CERT_FILE` varchar(255) default NULL,
`SERVER_ID` int(11) default NULL,
`GROUP_ID` int(11) default NULL,
PRIMARY KEY (`ID`),
KEY `FILEID` (`FILEID`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `download_history`
--

CREATE TABLE IF NOT EXISTS `download_history` (
`HARDWARE_ID` int(11) NOT NULL,
`PKG_ID` int(11) NOT NULL default '0',
`PKG_NAME` varchar(255) default NULL,
PRIMARY KEY (`HARDWARE_ID`,`PKG_ID`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

-- --------------------------------------------------------

--
-- Table structure for table `download_servers`
--

CREATE TABLE IF NOT EXISTS `download_servers` (
`HARDWARE_ID` int(11) NOT NULL,
`URL` varchar(250) character set latin1 collate latin1_general_ci NOT NULL,
`ADD_PORT` int(11) NOT NULL,
`ADD_REP` varchar(250) character set latin1 collate latin1_general_ci NOT NULL,
`GROUP_ID` int(11) NOT NULL,
PRIMARY KEY (`HARDWARE_ID`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

-- --------------------------------------------------------

--
-- Table structure for table `drives`
--

CREATE TABLE IF NOT EXISTS `drives` (
`ID` int(11) NOT NULL auto_increment,
`HARDWARE_ID` int(11) NOT NULL,
`LETTER` varchar(255) default NULL,
`TYPE` varchar(255) default NULL,
`FILESYSTEM` varchar(255) default NULL,
`TOTAL` int(11) default NULL,
`FREE` int(11) default NULL,
`NUMFILES` int(11) default NULL,
`VOLUMN` varchar(255) default NULL,
PRIMARY KEY (`HARDWARE_ID`,`ID`),
KEY `ID` (`ID`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=6546 ;

-- --------------------------------------------------------

--
-- Table structure for table `engine_mutex`
--

CREATE TABLE IF NOT EXISTS `engine_mutex` (
`NAME` varchar(255) NOT NULL default '',
`PID` int(11) default NULL,
`TAG` varchar(255) NOT NULL default '',
PRIMARY KEY (`NAME`,`TAG`)
) ENGINE=MEMORY DEFAULT CHARSET=latin1;

-- --------------------------------------------------------

--
-- Table structure for table `engine_persistent`
--

CREATE TABLE IF NOT EXISTS `engine_persistent` (
`ID` int(11) NOT NULL auto_increment,
`NAME` varchar(255) NOT NULL default '',
`IVALUE` int(11) default NULL,
`TVALUE` varchar(255) default NULL,
UNIQUE KEY `NAME` (`NAME`),
KEY `ID` (`ID`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=4 ;

-- --------------------------------------------------------

--
-- Table structure for table `files`
--

CREATE TABLE IF NOT EXISTS `files` (
`NAME` varchar(255) NOT NULL,
`VERSION` varchar(255) NOT NULL,
`OS` varchar(255) NOT NULL,
`CONTENT` longblob NOT NULL,
PRIMARY KEY (`NAME`,`OS`,`VERSION`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

-- --------------------------------------------------------

--
-- Table structure for table `groups`
--

CREATE TABLE IF NOT EXISTS `groups` (
`HARDWARE_ID` int(11) NOT NULL default '0',
`REQUEST` longtext,
`CREATE_TIME` int(11) default '0',
`REVALIDATE_FROM` int(11) default '0',
PRIMARY KEY (`HARDWARE_ID`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

-- --------------------------------------------------------

--
-- Table structure for table `groups_cache`
--

CREATE TABLE IF NOT EXISTS `groups_cache` (
`HARDWARE_ID` int(11) NOT NULL default '0',
`GROUP_ID` int(11) NOT NULL default '0',
`STATIC` int(11) default '0',
PRIMARY KEY (`HARDWARE_ID`,`GROUP_ID`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

-- --------------------------------------------------------

--
-- Table structure for table `hardware`
--

CREATE TABLE IF NOT EXISTS `hardware` (
`ID` int(11) NOT NULL auto_increment,
`DEVICEID` varchar(255) NOT NULL,
`NAME` varchar(255) default NULL,
`WORKGROUP` varchar(255) default NULL,
`USERDOMAIN` varchar(255) default NULL,
`OSNAME` varchar(255) default NULL,
`OSVERSION` varchar(255) default NULL,
`OSCOMMENTS` varchar(255) default NULL,
`PROCESSORT` varchar(255) default NULL,
`PROCESSORS` int(11) default '0',
`PROCESSORN` smallint(6) default NULL,
`MEMORY` int(11) default NULL,
`SWAP` int(11) default NULL,
`IPADDR` varchar(255) default NULL,
`ETIME` datetime default NULL,
`LASTDATE` datetime default NULL,
`LASTCOME` datetime default NULL,
`QUALITY` decimal(7,4) default NULL,
`FIDELITY` bigint(20) default '1',
`USERID` varchar(255) default NULL,
`TYPE` int(11) default NULL,
`DESCRIPTION` varchar(255) default NULL,
`WINCOMPANY` varchar(255) default NULL,
`WINOWNER` varchar(255) default NULL,
`WINPRODID` varchar(255) default NULL,
`WINPRODKEY` varchar(255) default NULL,
`USERAGENT` varchar(50) default NULL,
`CHECKSUM` int(11) default '131071',
`SSTATE` int(11) default '0',
PRIMARY KEY (`DEVICEID`,`ID`),
KEY `NAME` (`NAME`),
KEY `CHECKSUM` (`CHECKSUM`),
KEY `DEVICEID` (`DEVICEID`),
KEY `ID` (`ID`),
KEY `USERID` (`USERID`),
KEY `WORKGROUP` (`WORKGROUP`),
KEY `OSNAME` (`OSNAME`),
KEY `MEMORY` (`MEMORY`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=15 ;

-- --------------------------------------------------------

--
-- Table structure for table `hardware_osname_cache`
--

CREATE TABLE IF NOT EXISTS `hardware_osname_cache` (
`ID` int(11) NOT NULL auto_increment,
`OSNAME` varchar(255) default NULL,
PRIMARY KEY (`ID`),
UNIQUE KEY `OSNAME` (`OSNAME`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=5 ;

-- --------------------------------------------------------

--
-- Table structure for table `inputs`
--

CREATE TABLE IF NOT EXISTS `inputs` (
`ID` int(11) NOT NULL auto_increment,
`HARDWARE_ID` int(11) NOT NULL,
`TYPE` varchar(255) default NULL,
`MANUFACTURER` varchar(255) default NULL,
`CAPTION` varchar(255) default NULL,
`DESCRIPTION` varchar(255) default NULL,
`INTERFACE` varchar(255) default NULL,
`POINTTYPE` varchar(255) default NULL,
PRIMARY KEY (`HARDWARE_ID`,`ID`),
KEY `ID` (`ID`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `locks`
--

CREATE TABLE IF NOT EXISTS `locks` (
`HARDWARE_ID` int(11) NOT NULL,
`ID` int(11) default NULL,
`SINCE` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP,
PRIMARY KEY (`HARDWARE_ID`),
KEY `SINCE` (`SINCE`)
) ENGINE=MEMORY DEFAULT CHARSET=latin1;

-- --------------------------------------------------------

--
-- Table structure for table `memories`
--

CREATE TABLE IF NOT EXISTS `memories` (
`ID` int(11) NOT NULL auto_increment,
`HARDWARE_ID` int(11) NOT NULL,
`CAPTION` varchar(255) default NULL,
`DESCRIPTION` varchar(255) default NULL,
`CAPACITY` varchar(255) default NULL,
`PURPOSE` varchar(255) default NULL,
`TYPE` varchar(255) default NULL,
`SPEED` varchar(255) default NULL,
`NUMSLOTS` smallint(6) default NULL,
`SERIALNUMBER` varchar(255) default NULL,
PRIMARY KEY (`HARDWARE_ID`,`ID`),
KEY `ID` (`ID`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=35 ;

-- --------------------------------------------------------

--
-- Table structure for table `modems`
--

CREATE TABLE IF NOT EXISTS `modems` (
`ID` int(11) NOT NULL auto_increment,
`HARDWARE_ID` int(11) NOT NULL,
`NAME` varchar(255) default NULL,
`MODEL` varchar(255) default NULL,
`DESCRIPTION` varchar(255) default NULL,
`TYPE` varchar(255) default NULL,
PRIMARY KEY (`HARDWARE_ID`,`ID`),
KEY `ID` (`ID`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=2 ;

-- --------------------------------------------------------

--
-- Table structure for table `monitors`
--

CREATE TABLE IF NOT EXISTS `monitors` (
`ID` int(11) NOT NULL auto_increment,
`HARDWARE_ID` int(11) NOT NULL,
`MANUFACTURER` varchar(255) default NULL,
`CAPTION` varchar(255) default NULL,
`DESCRIPTION` varchar(255) default NULL,
`TYPE` varchar(255) default NULL,
`SERIAL` varchar(255) default NULL,
PRIMARY KEY (`HARDWARE_ID`,`ID`),
KEY `ID` (`ID`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `netmap`
--

CREATE TABLE IF NOT EXISTS `netmap` (
`IP` varchar(15) NOT NULL,
`MAC` varchar(17) NOT NULL,
`MASK` varchar(15) NOT NULL,
`NETID` varchar(15) NOT NULL,
`DATE` timestamp NOT NULL default CURRENT_TIMESTAMP,
`NAME` varchar(255) default NULL,
PRIMARY KEY (`MAC`),
KEY `IP` (`IP`),
KEY `NETID` (`NETID`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

-- --------------------------------------------------------

--
-- Table structure for table `networks`
--

CREATE TABLE IF NOT EXISTS `networks` (
`ID` int(11) NOT NULL auto_increment,
`HARDWARE_ID` int(11) NOT NULL,
`DESCRIPTION` varchar(255) default NULL,
`TYPE` varchar(255) default NULL,
`TYPEMIB` varchar(255) default NULL,
`SPEED` varchar(255) default NULL,
`MACADDR` varchar(255) default NULL,
`STATUS` varchar(255) default NULL,
`IPADDRESS` varchar(255) default NULL,
`IPMASK` varchar(255) default NULL,
`IPGATEWAY` varchar(255) default NULL,
`IPSUBNET` varchar(255) default NULL,
`IPDHCP` varchar(255) default NULL,
PRIMARY KEY (`HARDWARE_ID`,`ID`),
KEY `MACADDR` (`MACADDR`),
KEY `IPSUBNET` (`IPSUBNET`),
KEY `ID` (`ID`),
KEY `IPADDRESS` (`IPADDRESS`),
KEY `IPGATEWAY` (`IPGATEWAY`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=90 ;

-- --------------------------------------------------------

--
-- Table structure for table `network_devices`
--

CREATE TABLE IF NOT EXISTS `network_devices` (
`ID` int(11) NOT NULL auto_increment,
`DESCRIPTION` varchar(255) default NULL,
`TYPE` varchar(255) default NULL,
`MACADDR` varchar(255) default NULL,
`USER` varchar(255) default NULL,
PRIMARY KEY (`ID`),
KEY `MACADDR` (`MACADDR`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `operators`
--

CREATE TABLE IF NOT EXISTS `operators` (
`ID` varchar(255) NOT NULL default '',
`FIRSTNAME` varchar(255) default NULL,
`LASTNAME` varchar(255) default NULL,
`PASSWD` varchar(50) default NULL,
`ACCESSLVL` int(11) default NULL,
`COMMENTS` text,
PRIMARY KEY (`ID`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

-- --------------------------------------------------------

--
-- Table structure for table `ports`
--

CREATE TABLE IF NOT EXISTS `ports` (
`ID` int(11) NOT NULL auto_increment,
`HARDWARE_ID` int(11) NOT NULL,
`TYPE` varchar(255) default NULL,
`NAME` varchar(255) default NULL,
`CAPTION` varchar(255) default NULL,
`DESCRIPTION` varchar(255) default NULL,
PRIMARY KEY (`HARDWARE_ID`,`ID`),
KEY `ID` (`ID`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=145 ;

-- --------------------------------------------------------

--
-- Table structure for table `printers`
--

CREATE TABLE IF NOT EXISTS `printers` (
`ID` int(11) NOT NULL auto_increment,
`HARDWARE_ID` int(11) NOT NULL,
`NAME` varchar(255) default NULL,
`DRIVER` varchar(255) default NULL,
`PORT` varchar(255) default NULL,
PRIMARY KEY (`HARDWARE_ID`,`ID`),
KEY `ID` (`ID`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `prolog_conntrack`
--

CREATE TABLE IF NOT EXISTS `prolog_conntrack` (
`ID` int(11) NOT NULL auto_increment,
`DEVICEID` varchar(255) default NULL,
`TIMESTAMP` int(11) default NULL,
`PID` int(11) default NULL,
KEY `ID` (`ID`),
KEY `DEVICEID` (`DEVICEID`)
) ENGINE=MEMORY DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `regconfig`
--

CREATE TABLE IF NOT EXISTS `regconfig` (
`ID` int(11) NOT NULL auto_increment,
`NAME` varchar(255) default NULL,
`REGTREE` int(11) default NULL,
`REGKEY` text,
`REGVALUE` varchar(255) default NULL,
PRIMARY KEY (`ID`),
KEY `NAME` (`NAME`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `registry`
--

CREATE TABLE IF NOT EXISTS `registry` (
`ID` int(11) NOT NULL auto_increment,
`HARDWARE_ID` int(11) NOT NULL,
`NAME` varchar(255) default NULL,
`REGVALUE` varchar(255) default NULL,
PRIMARY KEY (`HARDWARE_ID`,`ID`),
KEY `NAME` (`NAME`),
KEY `ID` (`ID`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `registry_name_cache`
--

CREATE TABLE IF NOT EXISTS `registry_name_cache` (
`ID` int(11) NOT NULL auto_increment,
`NAME` varchar(255) default NULL,
PRIMARY KEY (`ID`),
UNIQUE KEY `NAME` (`NAME`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `registry_regvalue_cache`
--

CREATE TABLE IF NOT EXISTS `registry_regvalue_cache` (
`ID` int(11) NOT NULL auto_increment,
`REGVALUE` varchar(255) default NULL,
PRIMARY KEY (`ID`),
UNIQUE KEY `REGVALUE` (`REGVALUE`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `slots`
--

CREATE TABLE IF NOT EXISTS `slots` (
`ID` int(11) NOT NULL auto_increment,
`HARDWARE_ID` int(11) NOT NULL,
`NAME` varchar(255) default NULL,
`DESCRIPTION` varchar(255) default NULL,
`DESIGNATION` varchar(255) default NULL,
`PURPOSE` varchar(255) default NULL,
`STATUS` varchar(255) default NULL,
`PSHARE` tinyint(4) default NULL,
PRIMARY KEY (`HARDWARE_ID`,`ID`),
KEY `ID` (`ID`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=43 ;

-- --------------------------------------------------------

--
-- Table structure for table `softwares`
--

CREATE TABLE IF NOT EXISTS `softwares` (
`ID` int(11) NOT NULL auto_increment,
`HARDWARE_ID` int(11) NOT NULL,
`PUBLISHER` varchar(255) default NULL,
`NAME` varchar(255) default NULL,
`VERSION` varchar(255) default NULL,
`FOLDER` text,
`COMMENTS` text,
`FILENAME` varchar(255) default NULL,
`FILESIZE` int(11) default '0',
`SOURCE` int(11) default NULL,
PRIMARY KEY (`HARDWARE_ID`,`ID`),
KEY `NAME` (`NAME`),
KEY `ID` (`ID`),
KEY `VERSION` (`VERSION`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=530863 ;

-- --------------------------------------------------------

--
-- Table structure for table `softwares_name_cache`
--

CREATE TABLE IF NOT EXISTS `softwares_name_cache` (
`ID` int(11) NOT NULL auto_increment,
`NAME` varchar(255) default NULL,
PRIMARY KEY (`ID`),
UNIQUE KEY `NAME` (`NAME`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=197354 ;

-- --------------------------------------------------------

--
-- Table structure for table `sounds`
--

CREATE TABLE IF NOT EXISTS `sounds` (
`ID` int(11) NOT NULL auto_increment,
`HARDWARE_ID` int(11) NOT NULL,
`MANUFACTURER` varchar(255) default NULL,
`NAME` varchar(255) default NULL,
`DESCRIPTION` varchar(255) default NULL,
PRIMARY KEY (`HARDWARE_ID`,`ID`),
KEY `ID` (`ID`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=16 ;

-- --------------------------------------------------------

--
-- Table structure for table `storages`
--

CREATE TABLE IF NOT EXISTS `storages` (
`ID` int(11) NOT NULL auto_increment,
`HARDWARE_ID` int(11) NOT NULL,
`MANUFACTURER` varchar(255) default NULL,
`NAME` varchar(255) default NULL,
`MODEL` varchar(255) default NULL,
`DESCRIPTION` varchar(255) default NULL,
`TYPE` varchar(255) default NULL,
`DISKSIZE` int(11) default NULL,
`SERIALNUMBER` varchar(255) default NULL,
`FIRMWARE` varchar(255) default NULL,
PRIMARY KEY (`HARDWARE_ID`,`ID`),
KEY `ID` (`ID`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=84 ;

-- --------------------------------------------------------

--
-- Table structure for table `subnet`
--

CREATE TABLE IF NOT EXISTS `subnet` (
`NETID` varchar(15) NOT NULL,
`NAME` varchar(255) default NULL,
`ID` int(11) default NULL,
`MASK` varchar(255) default NULL,
PRIMARY KEY (`NETID`),
KEY `ID` (`ID`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

-- --------------------------------------------------------

--
-- Table structure for table `tags`
--

CREATE TABLE IF NOT EXISTS `tags` (
`Tag` varchar(255) NOT NULL default '',
`Login` varchar(255) NOT NULL default '',
PRIMARY KEY (`Tag`,`Login`),
KEY `Tag` (`Tag`),
KEY `Login` (`Login`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

-- --------------------------------------------------------

--
-- Table structure for table `videos`
--

CREATE TABLE IF NOT EXISTS `videos` (
`ID` int(11) NOT NULL auto_increment,
`HARDWARE_ID` int(11) NOT NULL,
`NAME` varchar(255) default NULL,
`CHIPSET` varchar(255) default NULL,
`MEMORY` varchar(255) default NULL,
`RESOLUTION` varchar(255) default NULL,
PRIMARY KEY (`HARDWARE_ID`,`ID`),
KEY `ID` (`ID`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=19 ;
</pre>

== See Also ==
* [[OCS Inventory]]
* [[Databases]]

[[Category: Data Models]]
[[Category: OCS Inventory]]

by Admin at August 23, 2010 04:19 PM

OCS Inventory

See Also:

← Older revision Revision as of 16:18, 23 August 2010
Line 4: Line 4:
== See Also ==
== See Also ==
 +
* [[OCS Inventory SQL Data Model]]
* [[OCS Inventory Reports]]
* [[OCS Inventory Reports]]

by Admin at August 23, 2010 04:18 PM

OCS Inventory Reports

Created page with 'OCS Inventory Reports is a web application through which users can access information about a group of computers and hardware. == See Also == * OCS Inventory [[Category: ...'

New page

OCS Inventory Reports is a web application through which users can access information about a group of computers and hardware.



== See Also ==
* [[OCS Inventory]]

[[Category: OCS Inventory]]
[[Category: Inventory]]

by Admin at August 23, 2010 04:18 PM

OCS Inventory

Created page with 'OCS Inventory NG is a suite of tools designed to gather, store, organize and report the hardware and software inventory of a network of computers. == See Also == * [[OCS Inven...'

New page

OCS Inventory NG is a suite of tools designed to gather, store, organize and report the hardware and software inventory of a network of computers.



== See Also ==
* [[OCS Inventory Reports]]


[[Category: Web Applications]]
[[Category: Inventory]]

by Admin at August 23, 2010 04:17 PM

MediaWiki

← Older revision Revision as of 16:12, 23 August 2010
Line 2: Line 2:
Mediawiki is the software which powers this wiki. It is written in [[PHP]]. I've setup this installation of it using [[MySQL]], and the Mediawiki database model uses the InnoDB table engine for some of the tables.
Mediawiki is the software which powers this wiki. It is written in [[PHP]]. I've setup this installation of it using [[MySQL]], and the Mediawiki database model uses the InnoDB table engine for some of the tables.
-
== Related Pages ==
+
== See Also ==
* [[MediaWiki Extensions]]
* [[MediaWiki Extensions]]
 +
* [[MediaWiki Data Model]]
* [[Private Wiki]]
* [[Private Wiki]]
* [[Ikiwiki]]
* [[Ikiwiki]]
Line 10: Line 11:
* [[PHP]]
* [[PHP]]
-
[[Category:Wikis]]
+
[[Category: Wikis]]
[[Category: PHP]]
[[Category: PHP]]

by Admin at August 23, 2010 04:12 PM

Movable Type Data Model

See Also:

← Older revision Revision as of 15:58, 23 August 2010
(One intermediate revision not shown)
Line 1: Line 1:
 +
== [[Movable Type]] Data Model in [[SQL]] ==
 +
<pre class="sh_sql">
<pre class="sh_sql">
-- phpMyAdmin SQL Dump
-- phpMyAdmin SQL Dump
Line 1,199: Line 1,201:
== See Also ==
== See Also ==
* [[Movable Type]]
* [[Movable Type]]
-
* [[Data Models]]
+
* [[SQL]]
[[Category: Movable Type]]
[[Category: Movable Type]]
[[Category: Data Models]]
[[Category: Data Models]]

by Admin at August 23, 2010 03:58 PM

Movable Type

Related Pages:

← Older revision Revision as of 15:55, 23 August 2010
Line 89: Line 89:
* [[Cache::Memcached::Fast]]
* [[Cache::Memcached::Fast]]
-
== Related Pages ==
+
== See Also ==
 +
* [[Movable Type Data Model]]
* [[Melody]]
* [[Melody]]

by Admin at August 23, 2010 03:55 PM

Category:Issue Trackers

← Older revision Revision as of 14:40, 23 August 2010
Line 1: Line 1:
-
[[Issues Trackers]]
+
[[Issue Trackers]]

by Admin at August 23, 2010 02:40 PM

Bugzilla

← Older revision Revision as of 14:39, 23 August 2010
(One intermediate revision not shown)
Line 3: Line 3:
[[Bugzilla Data Model]]
[[Bugzilla Data Model]]
 +
== See Also ==
 +
* [[Issue Trackers]]
[[Category: Bug Trackers]]
[[Category: Bug Trackers]]
-
[[Category:Bugzilla]]
+
[[Category: Issue Trackers]]

by Admin at August 23, 2010 02:39 PM

Mantis

← Older revision Revision as of 14:38, 23 August 2010
Line 3: Line 3:
[[Mantis Database Model]]
[[Mantis Database Model]]
 +
== See Also ==
 +
* [[Bugzilla]]
[[Category:Bug Trackers]]
[[Category:Bug Trackers]]
[[Category:Issue Trackers]]
[[Category:Issue Trackers]]
[[Category:PHP]]
[[Category:PHP]]

by Admin at August 23, 2010 02:38 PM

Issues Trackers

Created page with 'Issue trackers are programs which accept and track problems / issues / bugs / or customer services requests. Category: Issue Trackers'

New page

Issue trackers are programs which accept and track problems / issues / bugs / or customer services requests.


[[Category: Issue Trackers]]

by Admin at August 23, 2010 02:26 PM

Category:Issue Trackers

← Older revision Revision as of 14:26, 23 August 2010
Line 1: Line 1:
-
Issue trackers are programs which accept and track problems / issues / bugs / or customer services requests.
+
[[Issues Trackers]]

by Admin at August 23, 2010 02:26 PM

RT

← Older revision Revision as of 14:26, 23 August 2010
Line 1: Line 1:
-
Request Tracker is an issue tracker written in [[perl]]. As I understand it, RT has very good [[email]] support. It was written and is maintained by [[Best Practical]].
+
Request Tracker is a software package used for tracking requests, which can include feature requests, bug reports, and customer service requests. It is written in [[Perl]].
 +
As I understand it, RT has very good [[email]] support. It was written and is maintained by [[Best Practical]].
-
== Related Pages ==
+
 
 +
== See Also ==
* [[Issue Trackers]]
* [[Issue Trackers]]
* [[SD]]
* [[SD]]
* [[Freeside]]
* [[Freeside]]
-
[[Category:Perl]]
+
[[Category: Perl]]
-
[[Category:Issue Trackers]]
+
[[Category: Issue Trackers]]

by Admin at August 23, 2010 02:26 PM

RT Request Tracker

Redirected page to RT

← Older revision Revision as of 14:25, 23 August 2010
(2 intermediate revisions not shown)
Line 1: Line 1:
-
Request Tracker is a software package used for tracking requests, which can include feature requests, bug reports, and customer service requests. It is written in perl.
+
#REDIRECT [[RT]]

by Admin at August 23, 2010 02:25 PM

XML

← Older revision Revision as of 14:23, 23 August 2010
(One intermediate revision not shown)
Line 7: Line 7:
== Example ==
== Example ==
<pre class="sh_xml">
<pre class="sh_xml">
-
<blah>
+
<blah snafu="shamu">
     <barf>foobar</barf>
     <barf>foobar</barf>
</blah>
</blah>
</pre>
</pre>
 +
 +
In this example, "blah" and "barf" are elements, and "snafu" is an attribute.
== XML Subsets ==
== XML Subsets ==
Line 17: Line 19:
* [[UBL]]
* [[UBL]]
-
== Related Pages ==
+
== See Also ==
* [[Command Line Apps with XML Support]]
* [[Command Line Apps with XML Support]]
* [[XSLT]]
* [[XSLT]]
Line 23: Line 25:
* [[Expat]]
* [[Expat]]
-
== External Links ==
+
== Links ==
* [http://www.xml-info.com/ XML Information]
* [http://www.xml-info.com/ XML Information]
-
[[Category:XML]]
+
[[Category: XML]]
 +
[[Category: Formats]]

by Admin at August 23, 2010 02:23 PM

August 22, 2010

DOCUNEXT

Apache2 Bridge Between S3 and DAV

Experimenting with Apache, mod_perl, Apache2::S3, and DAV

I'm going to set this up today and see if this item on my "to-do" list works:

To-Do: Test Apache2::S3 as a DAV Proxy with DAVFS2

Alas, it didn't work. I didn't use davfs2, but actually that's what encouraged me to try this today! After tinkering around the Lucid Lynx Ubuntu system I recently setup on my Lenovo G555 I noticed something that sounded familiar but hadn't actually seen before: .gvfs.

What is GVFS?

GVFS is the successor to the Gnome virtual file system. Thankfully, it doesn't need the usual hardware abstraction layer (HAL) and is apparently very modular, kind of like PAM. I happened upon the hidden .gvfs folder in my home directory while trying to clean it up, with a goal of putting all my settings in $XDGCONFIGHOME (aka ~/.config). Would I want to delete .gvfs? Turns out I definitely want to keep it -- in my humble opinion it is a very very cool little folder! Not so much for what it as a folder does, but for what it alerted me to - the brand new world of GVFS at large.

On my Lucid Lynx install, I have these gvfs related packages installed:

lash@lenovo-g555-2:~$ dpkg -l | grep gvfs
ii  gvfs                                  1.6.1-0ubuntu1build1                            userspace virtual filesystem - server
ii  gvfs-backends                         1.6.1-0ubuntu1build1                            userspace virtual filesystem - backends
ii  gvfs-bin                              1.6.1-0ubuntu1build1                            userspace virtual filesystem - binaries
ii  gvfs-fuse                             1.6.1-0ubuntu1build1                            userspace virtual filesystem - fuse server
ii  libgvfscommon0    

Get the idea? Good! I'll elaborate anyway! Docunext readers may be familiar with FUSE, I know I am - I've been using SSHFS to mount filesystems over the SSH protocol for years, though I've been using NFS more often these days. I still use FUSE all the time for Encfs, too.

Anyway, from what I've learned so far, gvfs is a set of tools, abstraction layers, and programming interfaces to provide tighter integration of FUSE, as well as other filesystem backends, with Gnome. While reading up on gvfs, I discovered that Thibault Saunier is working on a Google Docs interface to gvfs! Believe in the gDrive! The gPhone came true!!

This got me thinking and reminded me that I wanted to try connecting S3 to DAV with Apache2::S3. But as my test confirmed, that won't work at all:

[Sun Aug 22 18:07:02 2010] [error] [client 192.168.1.215] <?xml version="1.0" encoding="UTF-8"?>\n<Error><Code>MethodNotAllowed</Code><Message>The specified method is not allowed against this resource.</Message><ResourceType>BUCKET</ResourceType><Method>PROPFIND</Method><RequestId>B0DA9D7EE6DE73AD</RequestId><AllowedMethod>PUT</AllowedMethod><HostId>tIbZEhZarXoApiO9wzD23fLIrGiYqZ+DKhUxiFYXmG5frXO6faXdpOLgGEAx2Fwc</HostId></Error> at /usr/local/share/perl/5.10.1/Apache2/S3.pm line 153.\n

So, it looks like S3FS it the best bet, though that one definitely needs some more work, too.


by Albert at August 22, 2010 07:48 PM

Docunext Wiki

S3fs

← Older revision Revision as of 19:38, 22 August 2010
Line 52: Line 52:
## Links
## Links
* http://blog.foaa.de/2009/09/building-fuse-s3fs-debian-package/
* http://blog.foaa.de/2009/09/building-fuse-s3fs-debian-package/
 +
 +
Tried to post this comment at foaa.de:
 +
 +
Thanks for sharing your notes. I've been tinkering with s3fs for awhile too and found your page awhile back. Today I returned to get the list of build requirement, which thankfully you have posted. To try and return the favor, I'm commenting to let you know about the typo - it should be build-essential, not build-essentials. Hope that helps, thanks again!
[[Category: S3]]
[[Category: S3]]
[[Category: Filesystems]]
[[Category: Filesystems]]

by Admin at August 22, 2010 07:38 PM

DAVFS2

Redirected page to Davfs2

New page

#REDIRECT [[Davfs2]]

by Admin at August 22, 2010 07:11 PM

Davfs2

Created page with 'DAVFS2 is a FUSE module to mount DAV shares as local filesystems. == See Also == * DAV * FUSE Category: Filesystems Category: DAV [[Category: FUSE...'

New page

DAVFS2 is a [[FUSE]] module to mount [[DAV]] shares as local [[filesystems]].


== See Also ==
* [[DAV]]
* [[FUSE]]


[[Category: Filesystems]]
[[Category: DAV]]
[[Category: FUSE]]

by Admin at August 22, 2010 07:06 PM

Dav

Redirected page to DAV

New page

#REDIRECT [[DAV]]

by Admin at August 22, 2010 07:04 PM

FUSE

← Older revision Revision as of 19:00, 22 August 2010
Line 10: Line 10:
* [[ZFS]]
* [[ZFS]]
* [[NTFS]]
* [[NTFS]]
 +
* [[Davfs2]]
 +
* [[S3fs]]
 +
* [[Httpfs2]]
 +
* [[Clamfs]]
 +
* [[Flickrfs]]
 +
* [[Gphotofs]]
 +
* [[Mythtvfs]]
 +
* [[Mp3fs]]
 +
* [[Rofs]]
 +
* [[Unionfs-fuse]]
 +
 +
== See Also ==
 +
* [[DAV]]
 +
* [[S3]]
 +
* [[GVFS]]
 +
* [[Aptfs]]
 +
 +
[[Category: Filesystems]]
[[Category: Filesystems]]

by Admin at August 22, 2010 07:00 PM

Mod dav

Created page with 'An Apache module for DAV which essentially means that Apache can be a network file server. == Configuration Example from Apache.org == <pre> DavLockDB /usr/local/a...'

New page

An [[Apache]] module for [[DAV]] which essentially means that [[Apache]] can be a network file server.


== Configuration Example from Apache.org ==

<pre>
DavLockDB /usr/local/apache2/var/DavLock

<Location /foo>
Dav On

AuthType Basic
AuthName DAV
AuthUserFile user.passwd

<LimitExcept GET OPTIONS>
require user admin
</LimitExcept>
</Location>
</pre>


== See Also ==
* [[DAV]]
* [[Apache]]

[[Category: Apache]]

by Admin at August 22, 2010 05:58 PM

Apache

Content:

← Older revision Revision as of 17:55, 22 August 2010
(One intermediate revision not shown)
Line 56: Line 56:
* [[xslt-filter]]
* [[xslt-filter]]
* [[mod_tidy]]
* [[mod_tidy]]
 +
* [[mod_dav]]
===Access Control===
===Access Control===
Line 76: Line 77:
* [[mod_extract_forwarded]]
* [[mod_extract_forwarded]]
-
== Related Pages ==
+
== See Also ==
* [[lighttpd]]
* [[lighttpd]]
* [[Hiawatha]]
* [[Hiawatha]]

by Admin at August 22, 2010 05:55 PM

DOCUNEXT

Some Ubuntu Customizations I'm Using with Lucid Lynx 10.04

I've installed Ubuntu version 10.04 aka Lucid Lynx on my Lenovo G555 and I've just about got it setup how I want, though I definitely made some changes!

Awesome Window Manager

I kept the Gnome default install and setup Awesome following the instructions provided on the Awesome wiki:

apt-get install awesome awesome-extra
gconftool-2 --type bool --set /apps/nautilus/preferences/show_desktop False
 # Still disable the buggy Nautilus desktop thing
 gconftool-2 --type string --set /desktop/gnome/session/required_components/windowmanager awesome
 # sets awesome as wm

~/.local/share/applications/awesome.desktop

[Desktop Entry]
 Version=1.0
 Type=Application
 Name=Awesome
 Comment=The awesome launcher!
 TryExec=awesome
 Exec=awesome

Then I customized my .config/awesome/rc.lua file as I have done in the past.

So far Gnome Keyring is working, so I'll stick with gdm. I moved the bottom panel, opting for the Awesome wiibox, then put the top Gnome panel on the bottom with auto-hide turned on.

Removing Ubuntu One, Shutting Down Unused Services

I removed Ubuntu One following the instructions mentioned in the Docunext wiki, and then stopped a whole bunch of stuff I don't use in Preferences -> Startup Applications, such as bluetooth.

Pam Environment

I added pam_env to /etc/pam.d/common-session so I could set some environment variables upon login via gdm / xdm / ssh whatever.


by Albert at August 22, 2010 01:38 PM

Docunext Wiki

Lucid Lynx

Created page with 'Lucid Lynx is Ubuntu version 10.04 and its the version I'm using as I write this. I have to give Ubuntu a lot of credit for their coordination and collaboration efforts w...'

New page

Lucid Lynx is [[Ubuntu]] version 10.04 and its the version I'm using as I write this. I have to give [[Ubuntu]] a lot of credit for their coordination and collaboration efforts within the open source community, though I'm not crazy about some of their diversions from [[Debian]], like [[Upstart]].



[[Category: Ubuntu]]

by Admin at August 22, 2010 01:11 PM

Ubuntu

Versions:

← Older revision Revision as of 13:09, 22 August 2010
Line 5: Line 5:
* [[Jaunty Jackalope]]
* [[Jaunty Jackalope]]
* [[Karmic Koala]]
* [[Karmic Koala]]
 +
* [[Lucid Lynx]]
== Variations ==
== Variations ==

by Admin at August 22, 2010 01:09 PM

Ubuntu One

Created page with 'Ubuntu One is a service offered by to Ubuntu users to manage their information across multiple computers (and devices?). It looks interested but at the moment I'm planning o...'

New page

Ubuntu One is a service offered by to [[Ubuntu]] users to manage their information across multiple computers (and devices?).

It looks interested but at the moment I'm planning on removing it as I don't have time to tinker with it.

Thankfully, it was quite easy:

* [https://answers.launchpad.net/ubuntuone-client/+faq/778 Remove Ubuntu One]

[[Category: Ubuntu]]

by Admin at August 22, 2010 01:03 PM

Ubuntu

Variations:

← Older revision Revision as of 12:54, 22 August 2010
Line 19: Line 19:
In my humble opinion, this is an awesome distribution. As solid and reliable as [[Debian]], a smart and active community like [[Gentoo]], and user-friendly and luxurious like Mac OS X.
In my humble opinion, this is an awesome distribution. As solid and reliable as [[Debian]], a smart and active community like [[Gentoo]], and user-friendly and luxurious like Mac OS X.
 +
 +
 +
== Ubuntu and [[Canonical]] Services ==
 +
* [[Ubuntu One]]
 +
* [[Canonical Landscape]]
== Related Pages ==
== Related Pages ==

by Admin at August 22, 2010 12:54 PM

PAM

← Older revision Revision as of 08:48, 22 August 2010
(One intermediate revision not shown)
Line 11: Line 11:
-
== Related Pages ==
+
== See Also ==
* [[LDAP]]
* [[LDAP]]
 +
* [[Pam Environment]]
[[Category: Security]]
[[Category: Security]]
[[Category: Authentication]]
[[Category: Authentication]]
 +
[[Category: PAM]]

by Admin at August 22, 2010 08:48 AM

Category:PAM

Created page with 'PAM'

New page

[[PAM]]

by Admin at August 22, 2010 08:48 AM

Pam Environment

New page

I think I may have finally found the appropriate place to set environment variables upon login either through xdm, gdm, the console, or [[SSH]]!


=== /etc/pam.d/common-session ===
<pre class="sh_sh">

#
# /etc/pam.d/common-session - session-related modules common to all services
#
# This file is included from other service-specific PAM config files,
# and should contain a list of modules that define tasks to be performed
# at the start and end of sessions of *any* kind (both interactive and
# non-interactive).
#
# As of pam 1.0.1-6, this file is managed by pam-auth-update by default.
# To take advantage of this, it is recommended that you configure any
# local modules either before or after the default block, and use
# pam-auth-update to manage selection of other modules. See
# pam-auth-update(8) for details.

# here are the per-package modules (the "Primary" block)
session [default=1] pam_permit.so
# here's the fallback if no module succeeds
session requisite pam_deny.so
# prime the stack with a positive return value if there isn't one already;
# this avoids us returning an error just because nothing sets a success code
# since the modules above will each just jump around
session required pam_permit.so
# and here are more per-package modules (the "Additional" block)
session required pam_unix.so
session optional pam_winbind.so
session optional pam_ck_connector.so nox11
# end of pam-auth-update config

session required pam_env.so user_envfile=.config/pam_environment
</pre>

The important line is:

'''session required pam_env.so user_envfile=.config/pam_environment'''

My .config/pam_environment file:

<pre class="sh_sh">
GIMP2_DIRECTORY=.config/gimp-2.6
http_proxy="http://127.0.0.1:3128/"
https_proxy="http://127.0.0.1:3128/"
UNISON=$HOME/.config/unison
GTK2_RC_FILES=$XDG_CONFIG_HOME/gtkrc-2.0
GIT_CONFIG=$XDG_CONFIG_HOME/.git/config
</pre>


[[Category: PAM]]
[[Category: Login]]

by Admin at August 22, 2010 08:48 AM

XDG CONFIG HOME

Gimp:

← Older revision Revision as of 06:57, 22 August 2010
(2 intermediate revisions not shown)
Line 10: Line 10:
</pre>
</pre>
 +
NO! That totally doesn't work!
 +
 +
I think the solution might be to use pam_env.so! See [[Pam Environment]].
 +
 +
<pre class="sh_sh">
 +
 +
# MUST BE RELATIVE, NO TILDA
 +
GIMP2_DIRECTORY=.config/gimp-2.6
 +
 +
</pre>
 +
 +
 +
 +
== [[Unison]] ==
=== [[OfflineIMAP]] ===
=== [[OfflineIMAP]] ===

by Admin at August 22, 2010 06:57 AM

Backup

Backup software:

← Older revision Revision as of 05:16, 22 August 2010
(2 intermediate revisions not shown)
Line 1: Line 1:
==Backup software==
==Backup software==
* [[Bacula]]
* [[Bacula]]
-
* [[Retrospect]]
+
* [[Backup Manager]]
 +
* [[Duplicity]]
 +
* [[Rdiff-backup]]
-
 
+
== Links ==
-
== External Links ==
+
* http://www.webhostingtalk.com/archive/index.php/t-434055.html
* http://www.webhostingtalk.com/archive/index.php/t-434055.html
 +
 +
 +
[[Category: Backups]]

by Admin at August 22, 2010 05:16 AM

Category:Backups

← Older revision Revision as of 05:14, 22 August 2010
Line 1: Line 1:
-
Backups are very important!
+
[[Backups]] are very important!

by Admin at August 22, 2010 05:14 AM

Backup-manager

Redirected page to Backup Manager

← Older revision Revision as of 05:12, 22 August 2010
Line 1: Line 1:
-
This is a command line backup tool I found out about thanks to Planet [[Debian]]. Today I finally tried it out and it works great - its simple AND full-featured. Nice.
+
#REDIRECT [[Backup Manager]]
-
 
+
-
I'm using it a little differently, I'm backing up a few hosts over a network using [[rsync]], and then using backup-manager to make tarballs from those directories. This might generally be the same thing as the option for backup manager to use the "tarball-incremental" backup method.
+
-
 
+
-
Another thing that kind of annoys me is that you need to use [[SSH]] when using rsync as an upload method. Although I don't like [[FTP]], I'm using it with backup-manager for simplicity.
+
-
 
+
-
[[Category:Backups]]
+

by Admin at August 22, 2010 05:12 AM

Backup Manager

← Older revision Revision as of 05:12, 22 August 2010
Line 8: Line 8:
* Transfer backups to remote storage systems, like [[S3]], or basic transfers with [[Rsync]] or [[FTP]]
* Transfer backups to remote storage systems, like [[S3]], or basic transfers with [[Rsync]] or [[FTP]]
* [[Encryption]] with [[GPG]]
* [[Encryption]] with [[GPG]]
 +
 +
== My Experience with Backup Manager ==
 +
This is a command line backup tool I found out about thanks to Planet [[Debian]]. Today I finally tried it out and it works great - its simple AND full-featured. Nice.
 +
 +
I'm using it a little differently, I'm backing up a few hosts over a network using [[rsync]], and then using backup-manager to make tarballs from those directories. This might generally be the same thing as the option for backup manager to use the "tarball-incremental" backup method.
 +
 +
Another thing that kind of annoys me is that you need to use [[SSH]] when using rsync as an upload method. Although I don't like [[FTP]], I'm using it with backup-manager for simplicity.

by Admin at August 22, 2010 05:12 AM

Bacula

← Older revision Revision as of 05:11, 22 August 2010
Line 8: Line 8:
* [[Configuration Files]]
* [[Configuration Files]]
 +
== See Also ==
 +
* [[Backup Manager]]
 +
* [[Backup Ninja]]
 +
* [[Deja Dup]]
 +
* [[Duplicity]]
-
== External Links==
+
 
 +
== Links==
* http://www.bacula.org/en/
* http://www.bacula.org/en/
[[Category:Backups]]
[[Category:Backups]]

by Admin at August 22, 2010 05:11 AM

GnuPG

← Older revision Revision as of 05:10, 22 August 2010
Line 5: Line 5:
-
[[Category:Privacy]]
+
== See Also ==
-
[[Category:Security]]
+
* [[GNU]]
 +
* [[Email]]
 +
 
 +
[[Category: Privacy]]
 +
[[Category: Security]]
 +
[[Category: Encryption]]

by Admin at August 22, 2010 05:10 AM