0% found this document useful (0 votes)
156 views24 pages

30 Cool Open Source Software I Discovered in 2013: #1 Replicant - Fully Free Android Distribution

30 cool opensource projects of 2013

Uploaded by

book_worm_os
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
156 views24 pages

30 Cool Open Source Software I Discovered in 2013: #1 Replicant - Fully Free Android Distribution

30 cool opensource projects of 2013

Uploaded by

book_worm_os
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 24

nixCraft: Linux Tips, Hacks, Tutorials, And Ideas In Blog Format www.cyberciti.biz ~ Facebook.com/nixcraft ~ Twitter.com/nixcraft ~ Youtube.com/user/nixcraftcom ~ RSS/Feed: nixCraft.

net

Copyrighted material

Home > Archives > Open Source

30 Cool Open Source Software I Discovered in 2013


Posted By nixCraft <[email protected]> On December 31, 2013 @ 8:52 pm [ No Comments ]

These are full-featured open source software products, free as in beer and speech that I started to use recently. Vivek Gite picks his best open source software of 2013.

#1 Replicant - Fully free Android distribution


Replicant is entirely free and open source distributions of Android on several devices including both phones and tablets. I have installed it on an older Nexus S. You can install apps from F-Droid store a GPLv2 client app that comes configured with a repository hosting only free as in freedom applications.

[1]

Operating system : Linux/Android Purpose : Free os for phone/tablets Targets : User who wish to have a full control over the mobile phone with strong privacy settings License : Apache License 2.0/GPL 2.0
[2] Download url : replicant.us [2]

#2: Miro video converter


This is an open source, cross-platform application to convert videos from and to various formats, including formats suitable for devices such as Android/iOS phones. It is simple and easy to use software to convert almost any video to MP4, WebM (vp8), Ogg Theora format. Miro Video Converter is based on FFMPEG and act as a front end to FFMPEG command line tools [3].

nixCraft is GIT UL++++ W+++ C++++ M+ e+++ d-

Page 1 of 24

[4] [4]

Operating system : Cross-platform Purpose : Video converter Targets : Multimedia users License : GPL
[5] Download url : mirovideoconverter.com [5]

#3 OwnCloud - Dropbox alternative for cloud storage service


I was looking for an alternative to Dropbox to run cloud on my own server at home and office. This software is open source software, and it is self hosted. I don't have to trust third party with my data. I found this software easy to install and quite useful. I started to use it for syncing files and other data. I have been using for couple of months and it has been proven reliable alternative to Dropbox. There are clients available for MS-Windows, OS X, Linux, and mobile apps for iOS and Android devices (or simply access data using the ownCloud web frontend).

nixCraft is GIT UL++++ W+++ C++++ M+ e+++ d-

Page 2 of 24

[6]

Operating system : Cross-platform Purpose : Cloud storage (Data synchronization) Targets : Home users/IT departments/Sysadmins License : AGPLv3
[7] Download url : owncloud.org [7]

#4 Docker - FreeBSD like container+API for Linux


The FreeBSD jail [8] provides an operating system-level virtualization partition a FreeBSD-based serve into several independent mini-systems. You can do the same with Linux using OpenVZ [9]. Linux Containers (LXC) is a virtualization method for running multiple isolated Linux systems. Docker extends LXC. It uses LXC, cgroups, Linux kernel and other parts to automate the deployment of applications inside software containers. It comes with API to runs processes in isolation. With docker I can pack WordPress (or any other app written in Python/Ruby/Php & friends) and its dependencies in a lightweight, portable, self-sufficient container. I can deploy and test such container on any Linux based server.

[10]

Operating system : Linux amd64

nixCraft is GIT UL++++ W+++ C++++ M+ e+++ d-

Page 3 of 24

Purpose : OS level virtualization Targets : DevOps/Sysadmins License : Apache License 2.0


[11] Download url : docker.io [11]

#5 Adminer - A lightweight and full-featured database management tool


Adminer is a full-featured database management tool written in PHP. Conversely to phpMyAdmin, it consists of a single file ready to deploy to the target server. Adminer is available for MySQL, PostgreSQL, SQLite, MS SQL and Oracle. I usually install this for clients who are new to PostgreSQL/MySQL. The software acts as a drop-in-replacement for phpMyAdmin with a better user interface, better support for MySQL features, higher performance and more security.

[12]

Operating system : Cross-platform Purpose : Database management Targets : DBA/new users License : Apache License or GPL 2
[13] Download url : adminer.org [13]

#6 MariaDB - Drop-in replacement for Oracle MySQL server


MariaDB is a community-developed fork of the MySQL server. MariaDB is going to be default in many popular Linux distro and open source project. Red Hat will switch the default database in its enterprise distribution, RHEL (including its clones such as CentOS), from MySQL to MariaDB, when version 7 is released in 2014. I started testing MariaDB and found no problems at all. The speed is same or better in some cases. Operating system : Cross-platform Purpose : RDBMS Targets : DevOps/Sysadmins License : GPL/LGPL
nixCraft is GIT UL++++ W+++ C++++ M+ e+++ dPage 4 of 24

[14] Download url : mariadb.org [14]

#7 RackTables - Manage your data center assets like a pro


I wish I discovered RackTables earlier . It is is a datacenter asset management system. With this software one can document hardware assets (such as server, workstations, routers, switches and more), network addresses, space in racks, networks configuration and more: 1. 2. 3. 4. 5. 6. 7. List of all devices, racks, and enclosures you've got Mount the devices into the racks Maintain physical ports of the devices and links between them Manage IP addresses, assign them to the devices and group them into networks Document your NAT rules, describe your loadbalancing policy and store loadbalancing configuration Attach files to various objects in the system Create users, assign permissions and allow or deny any actions they can do

[15]

Operating system : Cross-platform Purpose : IDC asset management system Targets : Sysadmin/DevOPS/IT Managers
nixCraft is GIT UL++++ W+++ C++++ M+ e+++ dPage 5 of 24

License : GPL
[16] Download url : racktables.org [16]

#8 Apache Cordova - Create smartphone app just with HTML, CSS, and JavaScript
Apache Cordova is a free and open source framework that allows you to create mobile apps using standardized web APIs. You can create apps that work on iOS, Andriod, BlackBerry, Windows, Ubuntu and other phone based operating systems. You write code once and run on selected mobile platforms with little or no change [17] at all. PhoneGap uses Apache Cordova. Operating system : iOS, Android, webOS, Symbian, BlackBerry, Ubuntu Touch, Windows Phone, Windows 8 Purpose : Build native mobile apps Targets : Developers License : Apache License 2.0
[18] or phonegap.com [19] [19] Download url : cordova.apache.org [18]

#9 Angry IP scanner - ipscan tool


Nmap is an open source security tool for network exploration [20], security scanning and auditing. ipscan (Angry IP Scanner) is an alternative to nmap command [20]. It is also an open-source and cross-platform network scanner designed to be fast and simple to use. It scans IP addresses and ports as well as has many other features.

[21]

Operating system : Cross-platform Purpose : Network scanner Targets : Sysadmin/Network administrators


nixCraft is GIT UL++++ W+++ C++++ M+ e+++ dPage 6 of 24

License : GPL 2
[22] Download url : angryip.org [22]

#10 Jekyll - Create simple static blog


Drupal, Typo3, WordPress and many other content management system (CMS)/blogging software dynamically create feature rich content. However, you may not need all the all features and complexity offered by modern CMS based systems. For example, a WordPress based blog like nixCraft [23] requires multiple VMs [24], CDN for static assets [25], caching engine such as memcached [26], PHP, mysql database, comment moderation, and on going updates. A growing trend is to keep your blog simple by avoiding CMS and use static HTML generators that offers the following benefits: No more complex setups i.e. no databases/php/caching engines required. No more comment moderation. Pesky updates. Static files are more secure. Easy to scale or cache on edge/CDN nodes. Provides all the blog-aware visual bells and whistles such as categories, pages, posts, Permalinks, and custom layouts. Operating system : Cross-platform Purpose : Blogging system
[27]. Targets : Bloggers who wish to follow KISS principal [27]

License : MIT License Download url : jekyllrb.com [28]


[29], Ruby based nanoc [30] [30], Python based Pelican [31] [31]. Similar apps: Haskell based Hakyll [29]

#11 TurnKey Linux - Deploy open source apps on VM or the clouds


You can setup a open source software such as WordPress, Drupal, ZenCart, and over 100+ other software easily with TurnKey Linux. It is a virtual appliance library that integrates and polishes the very best open source software into ready to use solutions. Each virtual appliance is optimized for ease of use and can be deployed in just a few minutes on bare metal, a virtual machine and in the cloud/in physical server . TurnKey Linux is based on Debian 7.2 with automatic security updates for all packages. It also includes a web management interface, web shell, and simple configuration console. I often use this to deploy development server in the cloud.

nixCraft is GIT UL++++ W+++ C++++ M+ e+++ d-

Page 7 of 24

[32]

Operating system : Linux Purpose : Virtual appliance library Targets : Sysadmin/Developers/DevOPS License : Free software licenses
[33] Download url : turnkeylinux.org [33]

#12 DokuWiki - Create a personal wiki


DokuWiki is a simple to use and highly versatile open source wiki software that doesn't require a database . Easy to install on Linux or Unix-like operating systems with the following features: 1. Ease of use and low system requirements. 2. Built-in access control lists. 3. Customization using large variety of extensions, plugins, and templates. I use this on my laptop to keep notes about various projects. Operating system : Cross-platform Purpose : Documentation Targets : Wiki users. License : GPL 2 Download url : dokuwiki.org [34]

#13 MediaGoblin - An alterative to Youtube/Flickr/Soundcloud


nixCraft is GIT UL++++ W+++ C++++ M+ e+++ dPage 8 of 24

GNU MediaGoblin is free software, decentralized media publishing platform. You can host and share videos, music, and images using MediaGoblin. It is an a lternative to major media-publishing services such as Flickr, deviantArt, YouTube, Soundcloud, etc. It is written in Python and SQL.

[35]

Operating system : Linux/OSX/MS-Windows Purpose : Sharing many forms of digital media Targets : Freedom respectful media sharing self-hosted service License : AGPLv3/CC0
[36] Download url : mediagoblin.org [36]

#14: Scrollout F1 - Create email firewall gateway


Scrollout F1 is easy to use and setup email firewall gateway system. It includes anti-spam and anti-virus protection for Microsoft Exchange, Postfix, Exim, Sendmail, Qmail and others. It runs on Debian and Ubuntu Linux operating systems. This is perfect software for filtering incoming messages and other features are as follows: 1. 2. 3. 4. 5. 6. 7. 8. 9. 10. TLS/SSL encryption with Perfect Forward Secrecy for SMTP & HTTPS Virus scanning and different Quarantine per domain Tagging and blocking SPAM at domain level Geographic filtering for Sender IP, Server IP, URL IP and TLDs Verifies incoming emails for DKIM and signs outgoing emails (2048 bits RSA) Protection against fake messages that appear to come from your domain or from yourself Protection against executable files, malicious content, scripts and more Protection against forged domains like (fake) yahoo.com, gmail.com etc. Whitelist and Blacklist Simple web interface for management

nixCraft is GIT UL++++ W+++ C++++ M+ e+++ d-

Page 9 of 24

[37]

Operating system : Linux Purpose : Firewall and anti-spam gateway for MS-Windows/Linux/Unix-like email servers Targets : Sysadmin License : GPL
[38] Download url : scrolloutf1.com [38]

#15 Observium - Network observation and monitoring system


Observium is free and open source software written in PHP/MySQL. It collects data from devices using SNMP and presents it via a web interface. It includes support for a wide range of network hardware and operating systems including Cisco, Windows, Linux, HP, Dell, FreeBSD, Juniper, Brocade, Netscaler, NetApp and many more. I use this software along with Nagios to get better understanding of certain devices and technologies . It provides historical and current performance statistics, configuration visualization and syslog capture.

nixCraft is GIT UL++++ W+++ C++++ M+ e+++ d-

Page 10 of 24

[39]

Operating system : Linux/Unix-like Purpose : Network monitoring Targets : Sysadmin License : Observium License
[40] Download url : observium.org [40]

#16 SimpleInvoices
It is a web based invoicing system. It helps me to create quick and nice looking invoices without having to set up too much services on server. All you have to do is install the SimpleInvoices software, enter a biller, a customer details and go creating invoices. You can easily track your finances; send invoices as PDF's and more. It is the best invoicing set up for my independent IT consultancy business.

nixCraft is GIT UL++++ W+++ C++++ M+ e+++ d-

Page 11 of 24

[41]

Operating system : Linux/Unix-like/Windows/OSX Purpose : Invoicing system Targets : Sole traders/Small business owners License : Observium License Download url : simpleinvoices.org [42]
[43] - another invoicing software intended for small businesses and independent Similar apps : BambooInvoice [43] contractors

More cool apps


I sometime use and recommend the following software for MS-Windows/Linux users due to simplicity and ease of use features. Here is the list of the other best and FOSS apps of 2013:

#17 FileZilla - sftp/ftp client for noobs


This is a perfect open-source FTP, FTP over SSL/TLS (FTPS) and SSH File Transfer Protocol (SFTP) client for Windows, Mac OS X and GNU/Linux. It has the following features that new users might find useful: 1. 2. 3. 4. 5. Drag & drop support Tabbed user interface File transfer queue and bookmarks Remote file editing and remote file search SOCKS5 and FTP-Proxy support

nixCraft is GIT UL++++ W+++ C++++ M+ e+++ d-

Page 12 of 24

[44]

Operating system : Cross-platform Purpose : FTP client Download url : filezilla-project.org [45]

#18 WinSCP - Easily transfer file using scp


It is an open source free SFTP client and FTP client for Windows. Its main function is the secure file transfer between local and server under your control. Most new MS-Windows user find WinSCP an easier to use as compare to putty and friends . Operating system : MS-Windows Purpose : SFTP/FTP client
[46] Download url : winscp.net [46]

#19 XAMPP - Easily write and test Apache+MySQL+PHP/Perl apps on desktop


I give this software to many developers. They can easily setup Apache, MySQL, PHP/Perl to deploy and write an application on their own desktop. No need to install virtual machine and Linux server. Just focus on development and skip real server management job to pros. Operating system : Cross-platform Purpose : Apache distribution for desktop user/developers.
[47] Download url : apachefriends.org [47]

#20 Abiword - A nice little word processor


nixCraft is GIT UL++++ W+++ C++++ M+ e+++ dPage 13 of 24

Many users only use 2% of the features of a program like Microsoft Word. No need to spend money or time on Microsoft Word. I personally use Abiword due to: 1. Easy to use and not bloated as OO.org. 2. Small size word processor i.e. it loads very fast on my old computer. 3. I can read and write OpenOffice.org documents, Microsoft Word documents, WordPerfect documents, Rich Text Format documents, HTML web pages and more. 4. Abiword is tightly integrated with the AbiCollab.net [48] web service, which lets you store documents online, allows easy document sharing with your friends, and performs format conversions on the fly.

[49]

Operating system : Cross-platform Purpose : Word processing program Download url : abisource.com [50]

#21 {less}: The dynamic stylesheet language


LESS extends CSS with dynamic behavior such as variables, mixins, operations and functions. LESS can run on the client-side and server-side or can be compiled into plain CSS.

nixCraft is GIT UL++++ W+++ C++++ M+ e+++ d-

Page 14 of 24

[51]

Operating system : Cross-platform Purpose : Web developers Download url : lesscss.org [52]

#22 Cinnamon
Cinnamon is a GTK+ based desktop environment and a fork of the GNOME Shell. It was initially developed by Linux Mint. It offers a user interface with the following features that I needed most: 1. A movable pane l equipped with a main menu, launchers, a window list and the system tray 2. Various extensions and applets 3. Cinnamon makes GNOME3 a useful desktop

[53]

Operating system : Linux Purpose : Desktop user Download url : linuxmint.com [54]

#23 Tmux
Tmux is terminal multiplexers for Unix-like platforms. tmux offers several advantages over GNU/screen:
nixCraft is GIT UL++++ W+++ C++++ M+ e+++ dPage 15 of 24

1. 2. 3. 4.

Vi or emacs key layouts Multiple paste options Secure code base An option to limit the window size and more [55].

[56]

Operating system : Linux/Unix-like Purpose : Terminal multiplexer Download url : tmux.sourceforge.net [57]

#24 Artica - Full SMTP/Mail/Proxy server Appliance in 10 minutes


It is a simple and straightforward software that offers the following features: 1. 2. 3. 4. 5. Proxy server Appliance SMTP server Appliances Mail server Appliances NAS server Appliance Web based management

nixCraft is GIT UL++++ W+++ C++++ M+ e+++ d-

Page 16 of 24

[58]

Operating system : Linux Purpose : Turn normal server into appliances


[59] Download url : artica.fr [59]

#25 Zentyal small business server


Zentyal is a full-featured Linux server for small and medium businesses that you can set up in less than 30 minutes. It is a drop-in replacement for Microsoft Small Business Server and Microsoft Exchange Server . It is easy to use software. Zentyal is based on Ubuntu and it can be installed either from Ubuntu repositories or from Zentyal's own installer.

nixCraft is GIT UL++++ W+++ C++++ M+ e+++ d-

Page 17 of 24

[60]

Operating system : Linux Purpose : Office server


[61] Download url : zentyal.org [61]

#26 Ack-grep - a source code search tool for programmers


ack-grep is a grep like tool [62], optimized for programmers. This tool isn't aimed to "search all text files". It is specifically created to search source code trees, not trees of text files. It searches entire trees by default while ignoring Subversion, Git and other VCS directories and other files that aren't your source code. Operating system : Cross-platform Purpose : Search source trees

nixCraft is GIT UL++++ W+++ C++++ M+ e+++ d-

Page 18 of 24

[63] Download url : beyondgrep.com [63]

#27 ditaa - DIagrams Through Ascii Art


ditaa is a small command-line utility, that can convert diagrams drawn using ascii art, into proper bitmap graphics. I use this tool all the time to draw diagrams and forwarding them via email or chat session.

[64]

Operating system : Cross-platform Purpose : Convert diagrams drawn using ascii art
[65] Download url : ditaa.sourceforge.net [65]

#28 GNU parallel


GNU parallel is a shell tool for executing jobs in parallel using one or more computers. If you like xargs command [66], try GNU/parallel utility. It can run command/script/job on all available CPU's or on multiple computers.

nixCraft is GIT UL++++ W+++ C++++ M+ e+++ d-

Page 19 of 24

[67]

Operating system : Cross-platform (Perl) Purpose : Execute shell scripts/jobs in parallel


[68] Download url : gnu.org [68]

#29 luckyBackup data back-up and synchronization tool


luckyBackup is an application for data back-up and synchronization powered by the rsync tool [69]. It is simple to use, fast, safe, reliable and fully customizable backup software. I often set and recommend this too for new Ubuntu/Fedora desktop users to backup their own files .

nixCraft is GIT UL++++ W+++ C++++ M+ e+++ d-

Page 20 of 24

[70]

Operating system : Linux/Unix-like Purpose : Desktop backup


[71] Download url : luckybackup.sourceforge.net [71]

#30 OpenShot video editor


OpenShot Video Editor is a free and open-source non-linear video editing software package for Linux [72]. I use this tool to create videos for my youtube channel [73]. It is a stable, free, and friendly to use video editor on Linux.

nixCraft is GIT UL++++ W+++ C++++ M+ e+++ d-

Page 21 of 24

[74]

Operating system : Linux Purpose : Video editing Download url : openshot.org [75]

Conclusion
This is my personal FOSS software list and it is not absolutely definitive, so if you've got your own software, share in the comments below. Also don't forget to check out our previous years 15 greatest open source terminal applications of 2012 [76] . [ Happy New Year to all nixCraft visitors. I hope that 2014 proves to be just as awesome for Linux & FOSS enthusiast everywhere. ]

Important Message from nixCraft: 4000+ howtos and counting! Want to read more Linux / UNIX howtos, tips and tricks? We request you to sign up for the following to ensure that you make the most from our guides / howtos: 1. RSS feed for nixCraft - Get intimated about our new howtos / faqs as soon as it is released. 2. Daily email newsletter or weekly newsletter - Get intimated about our new howtos / faqs as soon as it is released via email.

Article printed from nixCraft: Linux Tips, Hacks, Tutorials, And Ideas In Blog Format: http://www.cyberciti.biz
nixCraft is GIT UL++++ W+++ C++++ M+ e+++ dPage 22 of 24

Article printed from nixCraft: Linux Tips, Hacks, Tutorials, And Ideas In Blog Format: http://www.cyberciti.biz URL to article: http://www.cyberciti.biz/open-source/30-cool-best-open-source-softwares-of-2013/ URLs in this post: [1] Image: http://www.cyberciti.biz/open-source/30-cool-best-open-source-softwares-of-2013/attachment/replicant/ [2] replicant.us: http://replicant.us/ [3] FFMPEG command line tools: http://www.cyberciti.biz/faq/tag/ffmpeg-command/ [4] Image: http://www.cyberciti.biz/open-source/30-cool-best-open-source-softwares-of-2013/attachment/miro-software/ [5] mirovideoconverter.com: http://www.mirovideoconverter.com/ [6] Image: http://www.cyberciti.biz/open-source/30-cool-best-open-source-softwares-of-2013/attachment/open-cloud/ [7] owncloud.org: http://owncloud.org/ [8] The FreeBSD jail: http://www.cyberciti.biz/faq/howto-setup-freebsd-jail-with-ezjail/ [9] same with Linux using OpenVZ: http://www.cyberciti.biz/faq/openvz-rhel-centos-linux-tutorial/ [10] Image: http://www.cyberciti.biz/open-source/30-cool-best-open-source-softwares-of-2013/attachment/docker/ [11] docker.io: https://www.docker.io/ [12] Image: http://www.cyberciti.biz/open-source/30-cool-best-open-source-softwares-of-2013/attachment/db/ [13] adminer.org: http://www.adminer.org/ [14] mariadb.org: http://mariadb.org/ [15] Image: http://www.cyberciti.biz/open-source/30-cool-best-open-source-softwares-of-2013/attachment/racktables/ [16] racktables.org: http://racktables.org/ [17] little or no change: http://docs.phonegap.com/en/2.5.0/guide_gettingstarted_index.md.html#Getting%20Started%20Guides [18] cordova.apache.org: http://cordova.apache.org/ [19] phonegap.com: http://www.phonegap.com/ [20] Nmap is an open source security tool for network exploration: http://www.cyberciti.biz/networking/nmap-commandexamples-tutorials/ [21] Image: http://www.cyberciti.biz/open-source/30-cool-best-open-source-softwares-of-2013/attachment/ipscan-linux/ [22] angryip.org: http://angryip.org/ [23] WordPress based blog like nixCraft: http://www.cyberciti.biz/ [24] multiple VMs: http://www.cyberciti.biz/tips/run-different-network-services-on-separate-vm-systems.html [25] CDN for static assets: http://www.cyberciti.biz/tips/wordpress-cdn-content-delivery-network-configuration.html [26] caching engine such as memcached: http://www.cyberciti.biz/faq/howto-install-memcached-under-rhel-fedoracentos/ [27] KISS principal: http://bash.cyberciti.biz/guide/Unix_philosophy [28] jekyllrb.com: http://jekyllrb.com/ [29] Haskell based Hakyll: http://jaspervdj.be/hakyll/ [30] Ruby based nanoc: http://nanoc.ws/ [31] Python based Pelican: http://blog.getpelican.com/ [32] Image: http://www.cyberciti.biz/open-source/30-cool-best-open-source-softwares-of-2013/attachment/turnkey-linux/ [33] turnkeylinux.org: http://www.turnkeylinux.org/ [34] dokuwiki.org: http://www.dokuwiki.org/ [35] Image: http://www.cyberciti.biz/open-source/30-cool-best-open-source-softwares-of2013/attachment/mediagoblin_homepage_screenshot/ [36] mediagoblin.org: http://www.mediagoblin.org/ [37] Image: http://www.cyberciti.biz/open-source/30-cool-best-open-source-softwares-of-2013/attachment/scrollout-f1/ [38] scrolloutf1.com: http://www.scrolloutf1.com/ [39] Image: http://www.cyberciti.biz/open-source/30-cool-best-open-source-softwares-of-2013/attachment/observium/ [40] observium.org: http://www.observium.org/ [41] Image: http://www.cyberciti.biz/open-source/30-cool-best-open-source-softwares-of2013/attachment/simpleinvoices/ [42] simpleinvoices.org: http://simpleinvoices.org/ [43] BambooInvoice: http://bambooinvoice.org/ [44] Image: http://www.cyberciti.biz/open-source/30-cool-best-open-source-softwares-of-2013/attachment/filezilla/ [45] filezilla-project.org: https://filezilla-project.org/ [46] winscp.net: http://winscp.net/ [47] apachefriends.org: http://www.apachefriends.org/en/xampp.html [48] AbiCollab.net: https://abicollab.net/ [49] Image: http://www.cyberciti.biz/open-source/30-cool-best-open-source-softwares-of-2013/attachment/abiword-2-0gnome/ [50] abisource.com: http://www.abisource.com/ [51] Image: http://www.cyberciti.biz/open-source/30-cool-best-open-source-softwares-of-2013/attachment/less/
nixCraft is GIT UL++++ W+++ C++++ M+ e+++ dPage 23 of 24

[52] lesscss.org: http://lesscss.org/ [53] Image: http://www.cyberciti.biz/open-source/30-cool-best-open-source-softwares-of-2013/attachment/linux-mintdesktop/ [54] linuxmint.com: http://cinnamon.linuxmint.com/ [55] and more: http://tmux.cvs.sourceforge.net/viewvc/tmux/tmux/FAQ [56] Image: http://www.cyberciti.biz/open-source/30-cool-best-open-source-softwares-of-2013/attachment/tmux/ [57] tmux.sourceforge.net: http://tmux.sourceforge.net/ [58] Image: http://www.cyberciti.biz/open-source/30-cool-best-open-source-softwares-of-2013/attachment/artica/ [59] artica.fr: http://www.artica.fr/ [60] Image: http://www.cyberciti.biz/open-source/30-cool-best-open-source-softwares-of-2013/attachment/zentyal/ [61] zentyal.org: http://www.zentyal.org/ [62] grep like tool: http://www.cyberciti.biz/faq/howto-use-grep-command-in-linux-unix/ [63] beyondgrep.com: http://beyondgrep.com/ [64] Image: http://www.cyberciti.biz/open-source/30-cool-best-open-source-softwares-of-2013/attachment/ditta/ [65] ditaa.sourceforge.net: http://ditaa.sourceforge.net/ [66] xargs command: http://www.cyberciti.biz/faq/linux-unix-bsd-xargs-construct-argument-lists-utility/ [67] Image: http://www.cyberciti.biz/open-source/30-cool-best-open-source-softwares-of-2013/attachment/gnu-parallel/ [68] gnu.org: http://www.gnu.org/software/parallel/ [69] rsync tool: http://www.cyberciti.biz/tips/linux-use-rsync-transfer-mirror-files-directories.html [70] Image: http://www.cyberciti.biz/open-source/30-cool-best-open-source-softwares-of-2013/attachment/luckybackup/ [71] luckybackup.sourceforge.net: http://luckybackup.sourceforge.net/ [72] open-source non-linear video editing software package for Linux: http://www.cyberciti.biz/faq/top5-linux-video-editingsystem-software/ [73] to create videos for my youtube channel: https://www.youtube.com/user/nixcraftcom [74] Image: http://www.cyberciti.biz/open-source/30-cool-best-open-source-softwares-of-2013/attachment/openshot/ [75] openshot.org: http://openshot.org/ [76] 15 greatest open source terminal applications of 2012: http://www.cyberciti.biz/open-source/best-terminalapplications-for-linux-unix-macosx/
Copyrighted material Copyright 2004-2013 nixCraft. All rights reserved. This print / pdf version is for personal non-commercial use only. Unless otherwise indicated, the documents and graphics stored on this Web server, www.cyberciti.biz, are copyrighted. Links to these documents are permitted and encouraged. No copies may be made without permission. More details - http://www.cyberciti.biz/tips/copyright

nixCraft is GIT UL++++ W+++ C++++ M+ e+++ d-

Page 24 of 24

You might also like