Difference between revisions of "Software section"
Jump to navigation
Jump to search
(this page is obsolete; don't transclude content which leads searches here.) |
|||
(11 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | + | Every single item on this page will eventually be an article, series of articles, or even a complete section. Please jump in and start off a topic | |
+ | {{Messagebox | ||
+ | | type = normal | ||
+ | | text = This sort of list may be deprecated now that I know how to create dynamic page lists, and also use category displays on a page. Still, this serves as a "pages wanted" list, and so it will be around until it is replaced by something better. | ||
+ | }} | ||
=Software Foundations= | =Software Foundations= | ||
+ | [[Software Foundations]] | ||
+ | |||
==Linux== | ==Linux== | ||
==Apache== | ==Apache== | ||
− | + | See [[Apache]] | |
+ | |||
==PHP== | ==PHP== | ||
+ | Getting PHP5 installed can be daunting. It still is not packaged for Debian stable. If you want a deb, add Dotdeb.org to your sources list. http://www.dotdeb.org/ | ||
+ | |||
==Perl== | ==Perl== | ||
==Python== | ==Python== | ||
Line 15: | Line 24: | ||
=Graphics= | =Graphics= | ||
==GIMP== | ==GIMP== | ||
+ | [http://www.gimp.org/ GNU Image Manipulation Program] The free software equivalent to Adobe PhotoShop. | ||
+ | |||
+ | == Fotoxx == | ||
+ | [http://www.kornelix.com/fotoxx.html Fotoxx] is a photo library management and editing tool | ||
+ | [http://www.kornelix.com/fotoxx_videos.html Videos of using Fotoxx] | ||
+ | |||
+ | == Shotwell == | ||
+ | [https://wiki.gnome.org/Apps/Shotwell Shotwell] is my primary photo management and publishing tool (publishes to Google Photos and others). | ||
+ | |||
+ | Shotwell lives all over the place on your system. | ||
+ | |||
+ | <code>tail ~/.cache/shotwell/shotwell.log</code> can help you figure out what's wrong | ||
+ | |||
==SodiPodi== | ==SodiPodi== | ||
==Dia== | ==Dia== | ||
Line 31: | Line 53: | ||
=Database= | =Database= | ||
− | + | [[MySQL]] | |
+ | |||
+ | |||
==PostGres== | ==PostGres== | ||
==phpMyAdmin== | ==phpMyAdmin== | ||
Line 40: | Line 64: | ||
=Templating= | =Templating= | ||
==Smarty== | ==Smarty== | ||
+ | |||
+ | [[Category:Database]] | ||
+ | [[Category:Applications]] |
Latest revision as of 12:44, 24 April 2024
Every single item on this page will eventually be an article, series of articles, or even a complete section. Please jump in and start off a topic
Contents
Software Foundations[edit | edit source]
Linux[edit | edit source]
Apache[edit | edit source]
See Apache
PHP[edit | edit source]
Getting PHP5 installed can be daunting. It still is not packaged for Debian stable. If you want a deb, add Dotdeb.org to your sources list. http://www.dotdeb.org/
Perl[edit | edit source]
Python[edit | edit source]
System Administration[edit | edit source]
Samba[edit | edit source]
Webmin[edit | edit source]
Graphics[edit | edit source]
GIMP[edit | edit source]
GNU Image Manipulation Program The free software equivalent to Adobe PhotoShop.
Fotoxx[edit | edit source]
Fotoxx is a photo library management and editing tool Videos of using Fotoxx
Shotwell[edit | edit source]
Shotwell is my primary photo management and publishing tool (publishes to Google Photos and others).
Shotwell lives all over the place on your system.
tail ~/.cache/shotwell/shotwell.log
can help you figure out what's wrong