Difference between revisions of "Open Source Software"

From Got Opinion Wiki
Jump to navigation Jump to search
m
Line 25: Line 25:
[http://www.joindiaspora.com/ Diaspora] is the privacy aware, personally controlled, do-it-all, open source social network.
[http://www.joindiaspora.com/ Diaspora] is the privacy aware, personally controlled, do-it-all, open source social network.


== Information Gathering Software ==
== Instant Messaging software ==
 
[http://pidgin.im/ Pidgin] is a chat program which lets you log in to accounts on multiple chat networks simultaneously. This means that you can be chatting with friends on MSN, talking to a friend on Google Talk, and sitting in a Yahoo chat room all at the same time.
 
== Information Gathering software ==


[http://ilektrojohn.github.com/creepy/ Creepy] software
[http://ilektrojohn.github.com/creepy/ Creepy] software

Revision as of 06:28, 22 April 2011

Other programs

Open Source Software for Windows

Notepad++

Cobian Software Backup

PHP GED View and get help here

Blender is the free open source 3D content creation suite, available for all major operating systems under the GNU General Public License

Shutter is a feature-rich screenshot program. You can take a screenshot of a specific area, window, your whole screen, or even of a website - apply different effects to it, draw on it to highlight points, and then upload to an image hosting site, all within one window. Shutter is free, open-source, and licensed under GPL v3.

Recordmydesktop is a desktop session recorder for GNU / linux that attemps to be easy to use, yet also effective at it's primary task.

My Open Source Ticket Request System OTRS notes page

OTRS is an Open source Ticket Request System (also well known as trouble ticket system) with many features to manage customer telephone calls and e-mails. The system is built to allow your support, sales, pre-sales, billing, internal IT, helpdesk, etc. department to react quickly to inbound inquiries. Do you receive many e-mails and want to answer them with a team of agents? You're going to love the OTRS!

Notification tags on OTRS FAQ

osTicket is a widely-used open source support ticket system. It seamlessly integrates inquiries created via email, phone and web-based forms into a simple easy-to-use multi-user web interface. Manage, organize and archive all your support requests and responses in one place while providing your customers with accountability and responsiveness they deserve.

Diaspora is the privacy aware, personally controlled, do-it-all, open source social network.

Instant Messaging software

Pidgin is a chat program which lets you log in to accounts on multiple chat networks simultaneously. This means that you can be chatting with friends on MSN, talking to a friend on Google Talk, and sitting in a Yahoo chat room all at the same time.

Information Gathering software

Creepy software

Mail programs

Sendmail

Sendmail configuration readme

Confirm sendmail is installed and configured try:

# mail -s “Enter Subject” <email address>

Use return key for a a new line. Enter body of message. Select enter again then CTRL+D. Check your mailbox.

View sendmail processing messages in the queue:

sendmail -q -v

The mailertable @ /etc/mail/mailertable enables you to specify the delivery agent. In my case I use SMTP so I define an SMTP server using this format:

domain_of_email.com smtp:dns.of.delivery.agent.com

Save file and restart sendmail:

# service sendmail restart
To Software