tools
How to answer a Craigslist Posting
by Greg on Jul.14, 2009, under software, tips, tools

Posting and answering posts on Craigslist are a part of everyday life now and I have had decent success getting people attention for both my company and personal life (not the missed connections, I’m married…). I’m talking about selling or buying anything. Anyway this was a document I was putting together internally for our sales efforts and thought it would be nice to share.
Symphony 21
by Adam on May.06, 2009, under opensource, software, tools
There are a lot Content Management Systems(CMS) out there. Some are quite specialized for one purpose: Magento for e-commerce and more or less WordPress for blogs. Others are supposed to be a scaffolding that any designer can use to build almost anything, like Drupal. Each has it’s purpose in its own light, but when it comes to a great light weight and easy to use CMS, I must say that Symphony 21 is certainly one of the best.
A PHP Web Shell
by Adam on Mar.20, 2009, under blogging, opensource, software, tools
Web development can be often be frustrating depending on the tools your given. This is especially true when dealing with a shared server environment as one does not normally have any access to a shell of any kind. All that is typically available is FTP and a web server. This can make installing/maintaining software on a shared server (ie. Symfony framework) quite difficult, since it is often easier to just run a simple command directly on the server. Hence, the need for a web shell.
A web shell is a utility that gives you the ability to run commands, like tar and mkdir, directly on a remote machine via a web server and HTTP messages. Of course, this tool would not replace something like SSH. When SSH is not an option though, having a web shell can make life a lot easier. For instance, it’s much faster to compress a large folder into an archive, upload that single file to the server via FTP, and then extract it on the server, rather than uploading the whole folder over FTP since FTP sends each file one by one.
Now, there are certainly a few other web shells out there, but none of them have the ability to allow the commands to read from Standard Input. Also, the commands have to wait until it finishes to completely get the output. The tool we made provides such abilities, plus it has command completion. It also has a directory browser in which you can download, upload, and edit files in folder on the server merely for convenience.
Our web shell is built on PHP and should work on any Linux server, plus we’re releasing it as open source. Due to the nature of a web shell, it still has a few limitations, like you can’t execute certain commands like ssh, but we find it more than useful regardless of such limitations.
The current state of the web shell is beta, so they may be bugs. We certainly welcome feedback on bugs or any improvements.
For see a complete list of features and limitations, http://red.xgineer.com/wiki/webshell/Web_Shell
Download it from here: http://red.xgineer.com/wiki/webshell/Download
Hey there, Welcome to the Xgineer Blog!
We appreciate you coming by. This is a place for us to talk about all things pertaining to Technology, Start ups, and really just life in general. We enjoy passionate dialogue and conversation please feel free comment and discuss at will. Follow our RSS feed.
Recent Posts
- How to answer a Craigslist Posting
- Reading and Nodding to…Effective Strategy To Estimating (design) Projects
- Symphony 21
- Game Changing Inspiration – Wolfram
- Proposing Website Costs and Timelines with Integrity
- 3 Tips to Approaching a Company to Build your Website
- New Xgineer Solutions Website
- A PHP Web Shell
- Create your own Idea Group
- Novice Blog Advice to an Novice..er Blogger
