gilcreque + linux   51

Pandoc - a universal document converter
If you need to convert files from one markup format into another, pandoc is your swiss-army knife. Need to generate a man page from a markdown file? No problem. LaTeX to Docbook? Sure. HTML to MediaWiki? Yes, that too. Pandoc can read markdown and (subsets of) reStructuredText, textile, HTML, and LaTeX, and it can write plain text, markdown, reStructuredText, HTML, LaTeX, ConTeXt, PDF, RTF, DocBook XML, OpenDocument XML, ODT, GNU Texinfo, MediaWiki markup, textile, groff man pages, Emacs org-mode, EPUB ebooks, and S5 and Slidy HTML slide shows. PDF output (via LaTeX) is also supported with the included markdown2pdf wrapper script.

Pandoc understands a number of useful markdown syntax extensions, including document metadata (title, author, date); footnotes; tables; definition lists; superscript and subscript; strikeout; enhanced ordered lists (start number and numbering style are significant); delimited code blocks; markdown inside HTML blocks; and TeX math. Other options include “smart” punctuation, syntax highlighting, automatically generated tables of contents, and automatically generated citations (using citeproc-hs). If strict markdown compatibility is desired, all of these extensions can be turned off with a command-line flag.

Pandoc includes a Haskell library and a standalone executable. The library includes separate modules for each input and output format, so adding a new input or output format just requires adding a new module.

Pandoc is free software, released under the GPL. © 2006–2011 John MacFarlane.
markdown  rtf  pdf  LaTeX  document  conversion  windows  linux  mac  bsd 
october 2011 by gilcreque
Granting root permissions to a bash script than can be run by a user?
Add a line like this to your sudoers file (remember to use the visudo program to edit the sudoers file - do not edit it directly).

Code:

username ALL = NOPASSWD: /usr/local/sbin/myscript
linux  sudo  bash  script 
september 2011 by gilcreque
Create a menu login script
Set this script as the default shell in the /etc/passwd file. Its simple and secure.
Second option is to call it with "exec"
exec /usr/bin/menu-script
exec will replace the current shell with itself.
linux  bash  script 
september 2011 by gilcreque
BitNami :: LAMPStack
BitNami LAMPStack greatly simplifies the development and deployment of PHP applications. It includes ready-to-run versions of Apache, MySQL, PHP and phpMyAdmin and required dependencies. It can be deployed using a native installer, as a virtual machine or in the cloud. BitNami LAMPStack is distributed for free under the Apache 2.0 license.

PHP is an HTML-embedded scripting language. Much of its syntax is borrowed from C, Java and Perl with a couple of unique PHP-specific features thrown in. The goal of the language is to allow web developers to write dynamically generated pages quickly.
The MySQL software delivers a very fast, multi-threaded, multi-user, and robust SQL (Structured Query Language) database server. MySQL Server is intended for mission-critical, heavy-load production systems as well as for embedding into mass-deployed software. MySQL is aregistered trademark of Sun Microsystems, Inc.

The BitNami LAMPStack native installers were packaged using BitRock's cross platform installer tool.
apache  linux  vmware  virtual  machine 
august 2011 by gilcreque
Bitvise Tunnelier Download Area
Tunnelier is an SSH and SFTP client for Windows. It is developed and supported professionally by Bitvise. Tunnelier is robust, easy to install, easy to use, and supports all features supported by PuTTY
ssh  linux 
march 2008 by gilcreque
TivoServer
Tivoserver lets you watch any video from your computer on your TV through your Tivo. It uses the Tivo's built in Multi-Room Viewing feature, so watching the videos is just about as effortless as watching any show in your "Now Playing" list. Tivoserver is
tivo  server  linux 
may 2007 by gilcreque

Copy this bookmark:



description:


tags: