Main > Free Download Search >

Free posting software for linux

posting

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 607
post 4.7

post 4.7


post is a highly configurable Web traffic generator and Web server benchmarking tool. more>>
post is a highly configurable Web traffic generator and Web server benchmarking tool. It has lots of features, and a command line interface.

This program sends requests to a web server. It is made for benchmarking a web server or web application.

To specify a URL to request, use any of these formats:
a) service://host:port/path
b) host:port/path
c) host
d) host:port
e) host/path
f) service://host/path
g) /path

You can specify a single url on the command line with -u , or put many of them in a file and use -l . in a file, put one url per line. comment lines start with #. currently, post data will be identical for all the urls. if service is specified, it is looked up in /etc/services.

The program can send any HTTP Method (GET, POST, HEAD, DELETE, etc).
When using POST, content data can be specified in one of three ways:
a) With -d post data is on the command line
b) With -f post data is read from
c) With neither flag, post data is read from STDIN

The program can repeatedly send the same request. ie, it sends the request and when the response is completed it repeats the procedure. using the -r option, you specify the number of times to send the request. with the -i option, you specify the amount of time (in seconds) to repeat for. with -i, the request which is in-process when the timeout is reached is allowed to complete, and the program stops after that.

The -k option causes the Host: header to be included in the request. specify the hostname to send, or specify . and the hostname used will be the one from the url specified with -u.

The -j option allows specifying arbitrary HTTP headers to include in the request. the -j option can be used multiple times to add multiple HTTP headers. Put the argument in quotes if the header has spaces in it. For example: -j Max-Forwards: 0 -j Pragma: no-cache

The -s option limits data transfer rates to simulate real web clients with slow connections. Typical transfer rates:
modem: 3000
isdn: 10000

The -t option sets the timeout which defines a connect/read/write error. default is 15 seconds.

The -e option defines the behavior when the timeout is exceeded. by default, the current request is terminated and the next request is started, but using -e causes the program to exit after the first timeout/failure.

The -y option causes causes the program to randomly close the connection before
the request is completed. specify a number between 0.0 and 1.0 which is proportional to how often the client will randomly hangup. hangups may occur during send or receive, and occur proportional to the number of data packets sent. thus you may need to play around with the -c parameter a bit to find a reasonable hangup frequency.

The -w option causes the program to resolve the hostname before every post. normally, the hostname is resolved into ip-address once at the program start.

Signal Mode Operation
The program responds to the usr1 and usr2 signals allowing stopwatch-style operation of the statistics reporting.
1) run post with -i option. set to a large runtime
2) use kill -USR1 to reset the statistics
3) use kill -USR2 to print statistics
4) use kill -TSTP to stop/start posting. (toggle switch)
5) use kill -TERM to end program
steps 2,3,4 can be repeated during a single program run. if posting is stopped, statistics are reset when posting is started again.

* Benchmarking Client Mode Operation *
This mode is used when the post program will be managed by a benchmarking server. The port specified with -c is connected to, and the post program sends data on this port during operation. When in client mode operation, the signal mode operation is altered:
SIGUSR1 causes posting to start
SIGUSR2 causes posting to stop
other signals operate as before. the program will begin in the stopped state. at the completion of every request, the program sends a message to the benchmarking server. currently these are 1-byte bessages:
0x00 nothing
0x10 request successful
0x11 connect error
0x12 send error
0x13 receive error
0x14 server error
0x15 disconnect error
0x16 send hangup
0x17 receive hangup
<<less
Download (0.014MB)
Added: 2006-06-27 License: GPL (GNU General Public License) Price:
1214 downloads
Post-Modern 0.1

Post-Modern 0.1


Post-Modern is a KDE style inspired by eriols KDE 4 mockup. more>>
Post-Modern is a KDE theme inspired by eriols KDE 4 mockup. However, the window decor should be simple. But, personally i do not know how to do the coding; i tried, i have no programming knowledge.

I am looking for someone interested in helping make the window decor. It would need no masks and the button style i pulled from clear look.

<<less
Download (MB)
Added: 2007-05-04 License: GPL (GNU General Public License) Price:
542 downloads
YPost 0.20

YPost 0.20


Ypost is a command line usenet binary file poster. more>>
Ypost is a command line usenet binary file poster. It provides both uuencoding and yEnc encoding posting, speed throttling, and flexible segment reposting ability.

I wrote ypost because I wanted a command-line posting program that runs under
Linux command line, and the one that was available (newspost) didnt support yEnc or throttling. I did a few updates to newspost and resubmitted the changes, but I felt that beyond a cartain point, it made more sense for me to write a new system. I decided this partially because after having used C++ for the last few years, C leaves me very nervous - there are too many ways in which C++ is far safer than C (automatic destruction, etc) and I just felt a rewrite was in order.

The installation is pretty primative. Ypost is a simple program, I hope it will compile up on most machines. Just type "make" at the command line, and when its done, copy the "ypost" executable to wherever you like, I suggest /usr/local/bin.
<<less
Download (0.030MB)
Added: 2006-06-20 License: GPL (GNU General Public License) Price:
1222 downloads
Poster blog 1.0.9

Poster blog 1.0.9


Poster blog is a software which allows you to create a blog without the need of a database. more>>
Poster blog is a software which allows you to create a blog without the need of a database: all you need is an hosting (even a free one) with PHP support, FTP access and you must be able to chmod files.
Posting is really easy, thanks to a nice web interface which makes no use of JavaScript, so you can use it also on old browsers or even textual ones. I wrote down a list of Poster powered blogs (really short, at the moment, but I hope it will grow soon).
Poster blog works on plain text files and doesnt require a database.
Main features:
- Posting, obviously :)
- Comments
- Trackbacks (recieve and send)
- Multiple authors. There are granular permissions to define exactly what an user can and cannot do
- Categories
- Permalinks for posts, comments, trackbacks, categories and also authors
- Modular and scriptable template. You can insert PHP code in the template, and that code will be executed on the fly. The template uses special entities (for example, is replaced with the title of the blog)
- RSS feed. Future versions will have also an Atom feed
Enhancements:
- The most important change is that the the spam filters were integrated into the core.
<<less
Download (0.046MB)
Added: 2007-05-17 License: GPL (GNU General Public License) Price:
890 downloads
sinntp 0.93

sinntp 0.93


sinntp is a tiny NNTP client. more>>
sinntp is a tiny NNTP client. sinntp virtually lacks any user interface: news messages are downloaded from a remote server and put into a local mailbox file.
About NNTP:
The Network News Transfer Protocol or NNTP is an Internet application protocol used primarily for reading and posting Usenet articles, as well as transferring news among news servers. Brian Kantor of the University of California, San Diego and Phil Lapsley of the University of California, Berkeley completed RFC 977, the specification for the Network News Transfer Protocol, in March 1986. Other contributors included Stan Barber from the Baylor College of Medicine and Erik Fair of Apple Computer.
Usenet was originally designed around the UUCP network, with most article transfers taking place over direct computer-to-computer telephone links. Readers and posters would log into the same computers that hosted the servers, reading the articles directly from the local disk.
As local area networks and the Internet became more commonly used, it became desirable to allow newsreaders to be run on personal computers, and a means of employing the Internet to handle article transfers was desired. Because networked Internet-compatible filesystems were not yet widely available, it was decided to develop a new protocol that resembled SMTP, but was tailored for reading newsgroups.
The well-known TCP port 119 is reserved for NNTP. When clients connect to a news server with SSL, TCP port 563 is used. This is sometimes referred to as NNTPS.
The protocol remains in widespread use, and as of 2005 efforts are underway to produce an updated standard. The IMAP protocol can also be used for reading newsgroups.
Enhancements:
- Reading messages is not stopped if reading a message failed.
<<less
Download (0.003MB)
Added: 2006-09-11 License: GPL (GNU General Public License) Price:
1139 downloads
FastDB(liunx) 3.49

FastDB(liunx) 3.49


Main Memory Relational Database Management System more>> Main Memory Relational Database Management System
Fastest query execution
Post-relational features
Tight integration with C++
Automatic scheme evaluation
Efficient log-less transactions
Zero time recovery
Fault tolerance
C, C++, Delphi/Kylix API
<<less
Download (983KB)
Added: 2009-04-04 License: Freeware Price: Free
204 downloads
del.icio.us post 0.7

del.icio.us post 0.7


del.icio.us post is a Firefox extension that allows you to posts current page or link to del.icio.us. more>>
del.icio.us post is a Firefox extension that allows you to posts current page or link to del.icio.us. Adds an entry to the context menu and a button to the toolbar.

Due to some changes in version 0.4, it is advised to first uninstall any previous versions of this extension before proceeding with the installation.

After installing use View -> Toolbars -> Customize... to add the button to the toolbar.

<<less
Download (0.010MB)
Added: 2007-05-07 License: MPL (Mozilla Public License) Price:
902 downloads
Absolut Engine 1.72

Absolut Engine 1.72


Absolut Engine is a news publishing system. more>>
Absolut Engine is a news publishing system. It features three-layer access (admin/chief/editor), article posting, editing, and deleting. Absolut Engine includes a powerful image managing tool, a file manager, and a related articles manager.

Rich text editing is provided via a built-in WYSIWYG editor that produces XHTML 1.0 Strict-compliant code. Absolut Engine is easy to extend via module functionality. The provided modules include Discussions, Surveys, RSS Feed, Search Engine Optimization (static/clean URLs), and a message system for better communication between users.

Absolut Engine produces Web-standards-compliant valid and accessible XHTML 1.0 Strict and CSS semantically-correct code.

<<less
Download (0.31MB)
Added: 2006-08-30 License: GPL (GNU General Public License) Price:
1155 downloads
Exupoli 00.01

Exupoli 00.01


Exupoli provides an easy XUL posting library. more>>
Exupoli provides an easy XUL posting library.

Exupoli is a JavaScript libary to make communication between remote XUL and the server side scripts easier.

It uses the post method to omit XUL signing.

It makes the development process easier, and the XUL pages it produces will be accessible from any Mozilla-based browser, as it does not require Mozilla components for XML-RPC or SOAP.

<<less
Download (0.002MB)
Added: 2007-04-17 License: GPL (GNU General Public License) Price:
920 downloads
Online Grades 3.2.2

Online Grades 3.2.2


Online Grades is the leading free-software project that allows K-12+ student grades to be posted onto a dynamic web site. more>>
Online Grades is the leading free-software project that allows K-12+ student grades to be posted onto a dynamic web site. Online Grades is not a web-based gradebook. Instead, it accepts grade export information from several popular gradebook software programs such as Easy Grade Pro, Gradekeeper, Misty Citys Grade Machine, and PGGP and places the grade information online securely.
Student, Teachers, Parents, and Administrators each get their own personal login into Online Grades, which allows them to see all of the grades in all of their classes. If parents have more than one student at a school or district, they only need one parent login to see the grades of all of their students.
The Online Grades software is free; there is no software cost to post your grade results online. However, to use the software, both an internet-accessible web server with PHP and access to a MySQL database are necessary. Because of these requirements, Online Grades is commonly set up and configured by a school or district tech person. If your school or district does not have the resources to set up Online Grades, you can alternatively buy hosting for your grades. Hosting is even available for individual teachers interested in using Online Grades.
Online Grades is free because the software is developed by volunteers and is in-part sponsored by the schools using the Online Grades software. Online Grades was originally based on the SourceForge project Basmati, and while backward compatibility has been maintained, Online Grades has many more features than the original Basmati grade posting software.
Main features:
Administration Center
- Password Protected
- Support for Multiple Administrators
- Admin Editor/Deletion
- Staff Editor/Deletion
- Built-in Email Client, Email Any or All Staff from with-in appication
- Email Welcome Info & Forgotten Passwords
- Easily Look up Student Password
- Helpful SQL Tools (Need need to know sql)
- Posting History (See What Others Are Doing & When)
- Add Students
- Edit/Delete Students
- Online Grades Stats
- Update Checker
- Ability to run a SQL Query
- Skinable & Skin Chooser
Faculty Center
- Password Protected
- Lost Password Recovery
- Simple and Easy to Use
- View any student grades with a couple clicks
- Server Time Check (Know when you submitted)
- Ability to Email Other Staff Members
- Add Notes To Entire Class
- Add Notes To One Student (Privite Note)
- Posting History (See What Others Are Doing)
- Easy Removal of Classes
- Ability to Change Personal Information
- Skinable
Student Center
- No Names
- Simple and Easy to Use
- Random Password
- Lost Password Recovery
- Shows All Classes In One Easy Place
- Each Class Has Detailed Grade book (See Demo)
- Show All Class Memo
- Email Teachers within Application (No Email Client Needed)
- Preferences
- Skinable
Parent Center
- Ability to have multiple student per account (login)
- Simple and Easy to Use
- Random Password
- Lost Password Recovery
- Shows All Classes In One Easy Place
- Each Class Has Detailed Grade book (See Demo)
- Show All Class Memo
- Email Teachers within Application (No Email Client Needed)
- Preferences
- Skinable
Enhancements:
- This release incorporates several bugfixes and adds a few new minor features.
- There are no database changes this release, so upgrading consists only of upgrading the files on your server to the new versions.
- A bug which caused all interfaces to go offline when the student area is set to be offline was fixed.
- The bug which prevented faculty from changing their password was fixed.
<<less
Download (0.35MB)
Added: 2006-10-19 License: GPL (GNU General Public License) Price:
1102 downloads
Koinkoin 0.3.1

Koinkoin 0.3.1


Koinkoin is a chat application for KDE. more>>
Koinkoin is a chat application for KDE.
History:
At the beginning was the Web. Then came Linux, and Slashdot came with it. This is when a small group of french OSS users/coders created Linuxfr, sort of a french Slashdot.
It had one killer-feature : a web-based chat (1). It is web-based but also has an xml file that is called backend file. A first application appeared that could display and automatically reload that backend. It allowed posting too.
Then other of these chats and other clients appeared. Those clients were called coincoins, referring to the sound made by a duck in french. I told you this was almost a french thing.
Koinkoin is a coincoin for KDE.
Enhancements:
- The configuration is stored into ~/.kde.
- The board and plugins are restored.
- The custom boards are fully managed in the dialog box.
- Original english labels updated.
<<less
Download (0.003MB)
Added: 2006-11-06 License: GPL (GNU General Public License) Price:
1082 downloads
PHPUsenet 0.5.1

PHPUsenet 0.5.1


PHPUsenet is a set of scripts that allow you to mirror a newsgroup in an SQL database. more>>
PHPUsenet is a set of scripts that allow you to mirror a newsgroup in an SQL database. Users can read posts, browse, search, reply, and start new threads.
Multiple newsgroups are supported for one frontend. The posting facility can be password protected.
Enhancements:
- Fixes improper sanitization of the "group" URL parameter.
<<less
Download (0.026MB)
Added: 2006-06-30 License: GPL (GNU General Public License) Price:
1211 downloads
Exponent 0.96.5

Exponent 0.96.5


Exponent is a web application that allows site owners to easily create and manage dynamic websites. more>>
Exponent is a web application that allows site owners to easily create and manage dynamic websites. Unlike other site management tools, Exponent is completely self-contained.

No additional applications need to be downloaded by a user to permit them to use Exponent. Everything from user management to site configuration to content editing and approval is done within the system.

Non-technical users, web-savvy administrators and web developers of all skill levels have something to gain from Exponent. Exponent is completely self-contained, unlike other site management tools on the internet.

For Users...

For people without technical backgrounds, Exponent is a user-friendly way to update a website. The system hides much of the complexity inherent in web design and development, and presents the user with simple forms for posting news, text, calendar events and more. The standard content editor provides visual editing, allowing people to create highly stylized content without learning HTML or CSS.

For Administrators...

Website administrators are given a powerful array of tools to manage the unseen parts of their website. Maintaining the sites database, dictating what users are allowed to create and manage content on what parts of the site, and configuring the system is all done with point and click tools. The Exponent permissions system gives webmasters a powerful and flexible way to let users and groups of users participate in site maintenance. Nearly every aspect of the sites behavior is controlled by the administrator, from the overall layout to the implementation of content approval policies.

For Developers...

Exponent provides developers a rich framework for deploying web applications. With a myriad of supporting subsystems, programmers can concentrate on the specific features of their application, while using a mature and stable backdrop of tools. Database abstraction, security, high-level date and time handling, intelligent redirection and configuration routines already exist, so application designers do not spend time re-inventing these common pieces.
<<less
Download (1.1MB)
Added: 2006-07-23 License: Freeware Price:
1188 downloads
ULPS 1.2

ULPS 1.2


ULPS is a Firefox extension that will change the displayed login name in xanga to the xanga name that are currently reading. more>>
ULPS is a Firefox extension that will change the displayed login name in xanga to the xanga name that are currently reading. Therefore, the xanga tracker can only log the user name of the xangas owner, not the visitor.

This could enhance the privacy of the user, especially with the establishment of xanga lock. Normal functions (e.g. posting comments, viewing your own site) will not be affected.

<<less
Download (0.094MB)
Added: 2007-05-30 License: MPL (Mozilla Public License) Price:
879 downloads
PyQLogger 1.3.3.0

PyQLogger 1.3.3.0


PyQLogger is a friendly GUI Blogger client. more>>
PyQLogger project is a friendly GUI Blogger client. It was developed by Reflog with help from Mightor, using PyQT toolkit. Currently it works on most flavors of Linux.
Main features:
- Simple and easy GUI
- Easy setup wizard
- Posts fetching from the blog for later editing and re-publishing
- Async and responsive UI
- Posts saving feature (drafts)
- On-Screen notifications of events
- Post editor with syntax highlighting (with optional QScintilla support)
- Post preview (with optional KHTML Support)
- Multiple blog support
- Post export
- Update notification (for pyqlogger itself)
- Pluggable features, like SpellChecker and others
- Unicode support
- Multiple blog providers
- Kde integration (optional)
Enhancements:
- Support for multiple accounts with different blog providers
- Allow enabling/disabling plugins
- Progress bar when uploading a picture
- Complete options dialog
- Options for each plugin separatly
- Allow plugins to store settings in main config file
- KDE Integration
- Write plugin to auto substitute keywords with preconfigured values
- Unified error/warning/info reporting mechanism, not just for Blogger status messages
- Cross-blog posting
- Plugin for pasting source code
- Support for other protocols, not just Atom Api
- Add support for stylesheets in post preview
- Ping to Weblogs.Com
- Import posts
- Add reST plugin
<<less
Download (0.19MB)
Added: 2005-06-02 License: GPL (GNU General Public License) Price:
1604 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5