- Graphical grub2 Configuration Manager - Grub Customizer

The goal of Grub Customizer is to create a complete and intuitive graphical grub2/burg configuration interface. The main feature is the boot entry list configuration - but not simply by modified the grub.cfg: to keep the dynamical configuration, this application will only edit the script order and generate proxies (script output filter), if required. To get more information about how it works, look here: https://answers.launchpad.net/grub-customizer/+faq/1355.
Version 2.0 introduces the ability to change the grub2/burg setting like the default entry, timeouts, menu visibility, screen resolution, background image and colors (grub2 only) and much more.

Since version 1.5 you can use it to repair and configure grub2/burg using a live cd (and Grub Customizer, which has to be installed as usual at the live system before using it). All the required partitions will be automatically mounted when choosing the root partition and some sub partitions on the "partition chooser" (a dialog which pops up, when you start Grub Customizer inside a live system).

Continue Reading...


source:http://linuxpoison.blogspot.com/2011/09/13578167755105.html

- Generate and/or Encrypt Passwords - makepasswd

makepasswd generates true random passwords by  using  the  /dev/urandom feature  of Linux, with the emphasis on security over pronounceability. It can also encrypt plaintext passwords given on the command line.

makepasswd Installation:
Open the terminal and type following command to install makepasswd:
sudo apt-get install makepasswd
After successful installation you can use the makepasswd using following command, here I am generating 10 diffferent passwd having character length 10


For more detail options type command makepasswd --help or check the man pages





source:http://linuxpoison.blogspot.com/2011/10/135781677519506.html

- How to Hide data (Steganography) into MP3 file - mp3stego

Steganography is the art and science of writing hidden messages in such a way that no one, apart from the sender and intended recipient, suspects the existence of the message, a form of security through obscurity

MP3Stego will hide information in MP3 files during the compression process. The data is first compressed, encrypted and then hidden in the MP3 bit stream. Although MP3Stego has been written with steganographic applications in mind it might be used as a copyright marking system for MP3 files (weak but still much better than the MPEG copyright flag defined by the standard). Any opponent can uncompress the bit stream and recompress it; this will delete the hidden information – actually this is the only attack we know yet – but at the expense of severe quality loss.
Continue Reading...


source:http://linuxpoison.blogspot.com/2011/10/135781677510677.html

- Install Many Linux Distributions from one disk - NetbootCD

NetbootCD is a GNU/Linux live CD based on Tiny Core Linux. The live CD allows the user to download and run one of several Linux netboot installers, which can install a full GNU/Linux system with only a hard drive and Internet connection.

Several of the distributions supported by NetbootCD are prerelease distributions (such as Debian testing) or development distributions (openSUSE Factory, Fedora Rawhide, Debian sid.) Because NetbootCD downloads the latest installer, which in turn downloads the latest system components, you can install a fully up-to-date system without burning a new CD.

Continue Reading...


source:http://linuxpoison.blogspot.com/2011/10/13578167752256.html

- Testing Cross Site Scripting Vulnerability - XSSer

Cross-site scripting (XSS) is a type of computer security vulnerability typically found in Web applications that enables attackers to inject client-side script into Web pages viewed by other users.

A cross-site scripting vulnerability may be used by attackers to bypass access controls such as the same origin policy. Cross-site scripting carried out on websites accounted for roughly 80% of all security vulnerabilities documented by Symantec as of 2007. Their effect may range from a petty nuisance to a significant security risk, depending on the sensitivity of the data handled by the vulnerable site and the nature of any security mitigation implemented by the site's owner.

XSSer is an open source penetration testing tool that automates the process of detecting and exploiting XSS injections against different applications.

It contains several options to try to bypass certain filters, and various special techniques of code injection.

XSSer Features
 * Added “final remote injections” option
 * Cross Flash Attack!
 * Cross Frame Scripting
 * Data Control Protocol Injections
 * Base64 (rfc2397) PoC
 * OnMouseMove PoC
 * Browser launcher
 * New options menu
 * Pre-check system
 * Crawler spidering clones
 * More advanced statistics system
 * “Mana” ouput results

Continue Reading...


source:http://linuxpoison.blogspot.com/2011/10/13578167753139.html

- Load / Performance Testing Web Application - Httperf

Httperf is a tool for measuring web server performance. It provides a flexible facility for generating various HTTP workloads and for measuring server performance.

The focus of httperf is not on implementing one particular benchmark but on providing a robust, high-performance tool that facilitates the construction of both micro- and macro-level benchmarks. The three distinguishing characteristics of httperf are its  ...
 * Robustness, which includes the ability to generate and sustain server overload
 * Support for the HTTP/1.1 and SSL protocols
 * Extensibility to new workload generators and performance measurements.

The purpose of httperf is to help answer a number of complex or otherwise hard to investigate questions. For instance, it is usually desirable when designing and programming a website to be interested in how well it will perform under a variety of circumstances.  When investigating whether or not to invest in faster equipment, many people want to know the limits to which their current hardware can perform. This is what httperf is designed to help answer.

Continue Reading...


source:http://linuxpoison.blogspot.com/2011/10/13578167754371.html

- Large-Scale File Distribution Application - Zsync

Zsync is a file transfer program. It allows you to download a file from a remote server, where you have a copy of an older version of the file on your computer already. zsync downloads only the new parts of the file. It uses the same algorithm as rsync. However, where rsync is designed for synchronizing data from one computer to another within an organization, zsync is designed for file distribution, with one file on a server to be distributed to thousands of down-loaders. zsync requires no special server software just a web server to host the files and imposes no extra load on the server, making it ideal for large scale file distribution.

Advantages of zsync
zsync fills a gap in the technology available for large-scale file distribution. Three key points explain why zsync provides a genuinely new technique for file distribution:

 * Client-side rsync: zsync uses the rsync algorithm, but runs it on the client side, thus avoiding the high server load associated with rsync.
 * Rsync over HTTP: zsync provides transfers that are nearly as efficient as rsync -z or cvsup, without the need to run a special server application. All that is needed is an HTTP/1.1-compliant web server. So it works through firewalls and on shared hosting accounts, and gives less security worries.
 * Handling for compressed files: rsync is ineffective on compressed files, unless they are compressed with a patched version of gzip. zsync has special handling for gzipped files, which enables update transfers of files which are distributed in compressed form.

Continue Reading...


source:http://linuxpoison.blogspot.com/2011/10/13578167753990.html

- HTML Syntax Checker and Reformatter - Tidy

When editing HTML it's easy to make mistakes. Wouldn't it be nice if there was a simple way to fix these mistakes automatically and tidy up sloppy editing into nicely layed out markup? Well now there is! Dave Raggett's HTML TIDY is a free utility for doing just that. It also works great on the atrociously hard to read markup generated by specialized HTML editors and conversion tools, and can help you identify where you need to pay further attention on making your pages more accessible to people with disabilities.

Tidy is able to fix up a wide range of problems and to bring to your attention things that you need to work on yourself. Each item found is listed with the line number and column so that you can see where the problem lies in your markup. Tidy won't generate a cleaned up version when there are problems that it can't be sure of how to handle. These are logged as "errors" rather than "warnings".

Continue Reading...


source:http://linuxpoison.blogspot.com/2011/10/135781677516243.html

- How To Setup Streaming Music Server - Zeya

Zeya is a lightweight music streamer. It's written in Python and Javascript which means it does not require as much resources as Java based streamers would need. Zeya uses about 10-20MB ram idle. When there is music streamed from the server to you there is a trans-coding process which uses also a tad of ram, but don't expect it to hit above the 80MB ram.

To play music from your server you need a browser which supports HTML5. The browsers which are known to work with Zeya are:
 * Mozilla Firefox 3.5 or later
 * Google Chrome or Chromium
 * Internet Explorer 6, 7 and 8 on Windows with the Google Chrome Frame plugin

The client runs in any browser that supports a certain subset of the HTML 5 technologies— no Flash needed. No Silverlight, no applets, no plugins, no external players.

Continue Reading...


source:http://linuxpoison.blogspot.com/2011/10/13578167752683.html

- Utilities for Making and Checking MS-DOS FAT Filesystems

The dosfstools package includes the mkdosfs (aka mkfs.dos and mkfs.vfat) and dosfsck (aka fsck.msdos and fsck.vfat) utilities, which respectively make and check MS-DOS FAT filesystems on hard drives or on floppies.

This version uses the enhanced boot sector/superblock format of DOS 3.3+ as well as provides a default dummy boot sector code.


mkdosfs:
mkdosfs is used to create an MS-DOS file system under Linux on a device (usually a disk partition). device is the special file corresponding to the device (e.g /dev/hdXX) block-count is the number of blocks on the device. If omitted, mkdosfs automatically determines the file system size.
Continue Reading...


source:http://linuxpoison.blogspot.com/2011/10/135781677512636.html

- Windows FAT16 / FAT32 FileSystem Resizer - Fatresize

Fatresize is a command line tool for non-destructive resizing of MS Windows FAT16 / FAT32 file systems. It is based on the GNU Parted library. The main target of the project is to be used with the EVMS FAT plugin.

Fatresize Installation:
Open the terminal and type following command to install Fatresize:
sudo apt-get install fatresize
Using Fatresize:
Fatresize follow the usual GNU command line syntax, with long options starting with two dashes (`-'). A summary of options is included below.
Continue Reading...


source:http://linuxpoison.blogspot.com/2011/10/135781677510545.html

- Graphical CD/DVD Image (ISO file) Editor - ISO Master

ISO Master is an easy to use GUI CD image editor for Linux, BSD, and Windows. Basically, you can use this program to extract files from an ISO, add files to an ISO, and create bootable ISOs, all in a graphical user interface.

ISO Master can open both ISO and NRG files, but can only save as ISO. It is based on bkisofs, a library for reading, modifying, and writing ISO images.

ISO Master features:
* Display file/directory contents of the image and filesystem in two panels and be able to navigate them.
 * Display file sizes for files on image/filesystem.
 * Sort by name or by size
 * Select any number of items in the file browsers.
 * Extract selected from image to the filesystem
 * Delete selected from image.

Continue Reading...


source:http://linuxpoison.blogspot.com/2011/10/135781677517691.html

- Tool for Detecting Memory Management Problems in Programs - Valgrind

Valgrind is a powerful tool for detecting memory management problems in programs. The kinds of problems it can detect are often very difficult to find by other means and often cause difficult to diagnose crashes. Valgrind can be used with existing executables without recompiling or relinking, although the output it produces will be much more useful if you have compiled with the -g flag.

Valgrind Capabilities
Valgrind is basically an x86 emulator that checks all reads and writes of memory, intercepts all calls to allocate and deallocate memory. The memcheck tool of valgrind (which is the main tool and the only one covered in this chapter) can detect the following:

 * Use of uninitialized memory
 * Reading/writing memory after it has been free'd
 * Reading/writing off the end of malloc'd blocks
 * Reading/writing inappropriate areas below the stack.
 * Memory leaks
 * Mismatched use of malloc/new/new[] vs free/delete/delete[]
 * Overlapping src and dst pointers in memcpy() and related functions
 * Doubly freed memory
 * Passing unaddressable bytes to a system call

Continue Reading...


source:http://linuxpoison.blogspot.com/2011/10/13578167755781.html

- Visual Real-Time Apache Log Analyzer - GoAccess

GoAccess is an open source real-time Apache log analyzer and interactive viewer that runs in a terminal in *nix systems. It provides fast and valuable HTTP statistics for system administrators that require a visual server report on the fly.

Essentially, the way GoAccess works is that it will parse the well-known Apache access log file, from there, GoAccess will collect data from the parsed log and it will display it to the console or the X terminal. The collected information or generated reports will be displayed to the user/sysadmin in a visual/interactive window. Reports include:
 * General Statistics, bandwidth etc.
 * Top Visitors
 * Requested files
 * Requested static files, images, swf, js, etc.
 * Referrers URLs
 * 404 or Not Found
 * Operating Systems
 * Browsers and Spiders
 * Hosts, Reverse DNS, IP Location
 * HTTP Status Codes
 * Referring Sites
 * Keyphrases
 * Different Color Schemes
 * Unlimited log file size
Continue Reading...


source:http://linuxpoison.blogspot.com/2011/10/135781677518468.html

- Multimedia (MP3, MPEG-4, AVI, DiVX, etc.) support in Ubuntu 11.10 (Oneiric Ocelot)

Why doesn’t Ubuntu support MP3 ‘out of the box’?

Ubuntu cannot include support for MP3 or DVD video playback or recording. MP3 formats are patented, and the patent holders have not provided the necessary licenses. Ubuntu also excludes other multimedia software due to patent, copyright, or license restrictions, such as Adobe Flash Player and RealNetworks RealPlayer.

That doesn’t mean you can’t play .mp3 files in Ubuntu , it just takes a bit of work (not much).

Follow these instructions to get mp3 and other multimedia support on your Ubuntu 11.10.

Continue Reading...


source:http://linuxpoison.blogspot.com/2011/10/13578167759923.html

- Extracting Images from PDF files - Pdfimages

Pdfimages is an open source command-line utility for extracting images from PDF files. It is freely available as part of poppler-utils and xpdf-utils, and included by default with many Linux distributions.

Pdfimages saves images from a Portable Document Format  (PDF)  file  as Portable Pixmap (PPM), Portable Bitmap (PBM), or JPEG files. Pdfimages  reads  the  PDF file, scans one or more pages, PDF-file, and writes one PPM, PBM, or JPEG file for each  image,  image-root-nnn.xxx, where  nnn  is  the image number and xxx is the image type (.ppm, .pbm,.jpg).

NB: pdfimages extracts the raw image data from the  PDF  file,  without performing  any  additional  transforms.  Any rotation, clipping, color inversion, etc. done by the PDF content stream is ignored.

Continue Reading...


source:http://linuxpoison.blogspot.com/2011/11/135781677515559.html

- Install Latest Versions and New Applications using GetDeb under Ubuntu

GetDeb is an unofficial project with the mission to provide the latest open source and freeware applications for the current Ubuntu Linux release, in an easy to install manner.

The GetDeb repository extends the official repositories by providing latest versions and new applications. Unlike the official packages, GetDeb packages do not have a predefined release schedule - new software versions are provided as they become available from their authors. There is a short and limited testing phase instead of a full testing cycle to ensure packaging quality, however it is less strict than Ubuntu's official requirements.

You may also be interested on the UbuntuBackports project. It has a limited scope compared to GetDeb but the advantage of being an Ubuntu official project.

Continue Reading...


source:http://linuxpoison.blogspot.com/2011/10/13578167757224.html

- Find and Delete Duplicate files under Linux - Fdupes

fdupes is a program written by Adrian Lopez to scan directories for duplicate files, with options to list and delete them. It first compares file sizes and MD5 signatures, and then performs a byte-by-byte check for verification.
fdupes is written in C and is released under the MIT License.

fdupes installation:
Type the following command to install fdupes in Debian / Ubuntu Linux:
sudo apt-get install fdupes

Continue Reading...


source:http://linuxpoison.blogspot.com/2011/11/13578167755882.html

- Protects Networked Hosts from Brute Force Attacks - Sshguar

Sshguard is a small program that monitors services running on your machine from the log files. When it detects that someone is doing something bad to a service, sshguard blocks the IP address of the bad guy with a firewall rule.

Sshguard Log support:
Sshguard interprets log messages with several formats:
 * syslog
 * syslog-ng
 * metalog
 * multilog
 * raw log
It can monitor multiple log files at once, and handles log rotation and temporary log files automatically. Its powerful grammar-based parser makes it straightforward to support several formats and services without increasing complexity.
Continue Reading...


source:http://linuxpoison.blogspot.com/2011/11/135781677511859.html

- Follow Linux Poison on Google Plus

We now have a Google Plus page which will be updated daily with fresh Linux articles, tips, tricks and configuration details.

You can follow us @ https://plus.google.com/103218897575057012305 for all these Linux updates and do share the page if you like it :)

Thanks
Author @ LinuxPoison


source:http://linuxpoison.blogspot.com/2011/11/135781677515469.html

- Social Media Player for Linux, Windows and MAC OSX - Tomahawk

Tomahawk is a project dedicated to creating an audio player as an alternative Banshee, Amarok, and Rhytmbox. Tomahawk interface looks clean and fits perfectly on any desktop environment such as Gnome, KDE, Xfce, and LXDE. Tomahawk can be installed on MAC OSX, Linux and Windows

Tomahawk is build to solve below mentioned problems:
 * Why can't I easily listen to all the music I have scattered across multiple computers, at multiple locations, from a single interface?
 * Why can I stream my home iTunes library to my laptop when I am at home, but I can't when I am somewhere else?
 * Conversely, how come I can stream my co-worker's iTunes library when we are both at the office, but only if we are on the same wireless network (or subnet)?
 * When I am reading a website that talks about a song, and I own that song, why can't I play my copy directly from that page?
 * Why can't I subscribe to, and import, playlist metadata from all over the web - and then have that resolve against any/all songs that I have access to?
 * Why do I have to listen to songs I have on my hard drive, and songs from services I subscribe to, in totally different user experience silos?
 * If I am a music subscription service provider, why do I need to incur the costs of streaming you content you already have locally?

Continue Reading...


source:http://linuxpoison.blogspot.com/2011/11/13578167755141.html

- Text Based Password Manager using the Blowfish Encryption - YAPET

YAPET is a text based password manager using the Blowfish encryption algorithm to store password and associated information encrypted on disk. Its primary aim is to provide a safe way to store passwords in a file on disk while having a small footprint, and compiling and running under today's most popular Unix Systems.

YAPET does not impose a limit of password records per file and the number of files the passwords are stored in, although YAPET is only able to display password records of one file at a time. For convenience, YAPET provides a search function for password records of the currently displayed password file.

The password records are protected by a master password. The master password is used to encrypt and decrypt the password records.

YAPET relies on OpenSSL for encrypting and decrypting password records. The cipher for encryption and decryption is Blowfish with a 448 bits key.

Continue Reading...


source:http://linuxpoison.blogspot.com/2011/11/1357816775914.html

- openSUSE 12.1 Released

openSUSE 12.1
This release represents more than eight months of work by international community.
Awesome improvements include the latest GNOME 3.2 desktop as well as the newest from KDE, XFCE and LXDE; your ownCloud made easy with mirall; Snapper-shots of your file system; and much, much more.

Desktops:
openSUSE 12.1 comes with the new GNOME Shell 3.2.
Notifications are much nicer, you can now configure your online accounts in one place and Shell handles multiple-screen setups better.

Among the features is color management, something GNOME shares with KDE where openSUSE is the first to integrate the Oyranos color management system. Also new from KDE is Apper, an easier-to-use PackageKit front end.

Cloud:
It is 2011, and most of us use ‘cloud’ technology like having our files on Dropbox, friends on Facebook and music on Spotify. But these technologies are arguably dangerous from a security and privacy point of view. While not solving all problems yet, ownCloud aims to bring these services back under your control.

Continue Reading...


source:http://linuxpoison.blogspot.com/2011/11/13578167754069.html

- Download and Convert Videos from YouTube, Vimeo, Dailymotion and other online video sites - ClipGrab

ClipGrab is a free software for downloading and converting online videos from many sites like YouTube or Vimeo. ClipGrab can download from the following sites: YouTube, Clipfish, Collegehumor, Dailymotion, MyVideo, MySpass, Sevenload, Tudou, Vimeo.

Downloaded videos can be converted to the following file formats: WMV, MPEG4, OGG Theora, MP3 (audio only), OGG Vorbis (audio only).

ClipGrab isn’t limited to the sites listed above, because many more sites are supported "unofficially" through the automatic site-recognition of ClipGrab - just try it! ClipGrab can also download HD videos from sites that have support for high definition (e.g. YouTube or Vimeo).

Continue Reading...


source:http://linuxpoison.blogspot.com/2011/11/13578167753049.html

- UI Application for ssh, telnet, sftp, rdesktop, vnc, cu, remote-tty, ftp, etc ... - PAC Manager

PAC Manager is a UI Application for replacement for SecureCRT/Putty/etc (linux ssh/telnet/... gui)... It provides a GUI to configure connections: users, passwords, EXPECT regular expressions, macros, etc.


PAC Manager Features
 * Unique linux app to implement SecureCRT's functionality (more or less!)
 * Remote and local macros
 * Remotely send commands with EXPECT regexp
 * Cluster connections!! Connections on same cluster share keystrokes!!
 * Proxy support
 * Serial/tty connection via cu/tip/remote-tty connections!!
 * Pre/post connections local executions
 * Wake On LAN capabilities
 * Possibility to split terminals in the same TAB!
 * Quick acces to configured connections via tray menu icon
 * Best linux GUI for ssh, telnet, sftp, rdesktop, vnc, cu, remote-tty, ftp, etc
 * DEB, RPM & .TAR.GZ packages available!!
 * FREE (GNU GPLv3)

Continue Reading...


source:http://linuxpoison.blogspot.com/2011/11/135781677517653.html

- Sound Mixing Software for DJs, - Mixxx

Mixxx is free mixing software for DJs, providing everything needed to create live mixes. It allows you to beatmatch songs and crossfade them together, like you would with turntables and a mixer. Mixxx natively supports MP3, OGG, FLAC, WAVE, and AIFF playback (with plugins to support additional formats) and can be controlled by numerous DJ MIDI controllers.

The basic requirements for Mixxx are a desktop computer or laptop with a reasonable amount of storage space on the hard drive for your music, at least 1 audio card for outputting the sound and a way of controlling the software either by mouse, keyboard or hardware DJ Controller.

Mixxx will run on the Linux, Mac OS X and Windows operating systems.

Mixxx Features:
 * Cross-platform (Windows XP/Vista/7, Mac OS X, Linux)
 * Free and open source (GPL v2)
 * Parallel waveform displays
 * Waveform summaries
 * MP3, OGG, WAVE, and FLAC playback
 * Extra playback formats through plugins
 * Fast, database-powered library
 * Shoutcast and Icecast broadcasting
 * Automatic crossfading with Auto DJ
 * Crates and playlists
 * Reads iTunes and Rhythmbox libraries
 * Pitch-independent time stretch (key lock)
 * Vinyl emulation
 * Hot cues
 * Looping
 * Wave recording
 * BPM detection and estimation
 * Bulk BPM analysis
 * Community Supported MIDI Controllers:

many many more ....

Continue Reading...


source:http://linuxpoison.blogspot.com/2011/11/13578167752177.html

- Replicate the Installed Application Across Different Computers - OneConf

OneConf enables you to save and replicate some data in between all your computers like the list of installed applications and some settings. The goal is to enable your to continue your work between your workstation and your netbook, for instance, without having to do any complicated manipulation.

OneConf is a mechanism for recording software information in Ubuntu One, and synchronizing with other computers as needed. In Maverick, the list of installed software is stored. This may eventually expand to include some application settings and application state.

Installing Oneconf:
Open the terminal and type following command to install oneconf:
sudo apt-get install oneconf
Continue Reading...


source:http://linuxpoison.blogspot.com/2011/11/13578167751688.html

- How To Set the Disk IO Priority For a Process on Linux - ionice

ionice program sets or gets the io scheduling class and priority for a program. If no arguments or just -p is given, ionice will query the current io scheduling class and priority for that process.

A process can be in one of three scheduling classes:
Idle
A program running with idle io priority will only get disk time when no other program has asked for disk io for a defined grace period. The impact of idle io processes on normal system activity should be zero. This scheduling class does not take a priority argument. This scheduling class is permitted for an ordinary user (since kernel 2.6.25).
Best effort
This is the effective scheduling class for any process that has not asked for a specific io priority. This class takes a priority argument from 0-7, with lower number being higher priority. Programs running at the same best effort priority are served in a round-robin fashion.

Continue Reading...


source:http://linuxpoison.blogspot.com/2011/11/1357816775591.html

- Clone an Ubuntu Installation to Another Computer

dpkg is a tool to install, build, remove and manage Debian packages. dpkg itself is controlled entirely via command line parameters, which consist of exactly one action and zero or more options. The action parameter tells dpkg what to do and options control the behavior of the action in some way.

dpkg –get-selections:
First get list of package selections, and write it to a file.  Without a pattern,  non-installed  packages (i.e. those which have been previously purged) will not be shown in the file.
Use following command:
dpkg --get-selections | tee package_names

Continue Reading...


source:http://linuxpoison.blogspot.com/2011/12/13578167756220.html

- Utilities to benchmark UNIX systems - Lmbench

Lmbench is a suite of simple, portable, ANSI/C microbenchmarks for UNIX/POSIX. In general, it measures two key features: latency and bandwidth. lmbench is intended to give system developers insight into basic costs of key operations.

There are two attributes that are critical for performance - latency and bandwidth,  and  lmbench  timing harness makes it easy to measure and report results for both.  Latency is usually important  for  frequently executed  operations,  and  bandwidth  is usually important when moving large chunks of data.

Bandwidth benchmarks
 * Cached file read
 * Memory copy (bcopy)
 * Memory read
 * Memory write
 * Pipe
 * TCP

Latency benchmarks
 * Context switching.
 * Networking: connection establishment, pipe, TCP, UDP, and RPC hot potato
 * File system creates and deletes.
 * Process creation.
 * Signal handling
 * System call overhead
 * Memory read latency

Continue Reading...


source:http://linuxpoison.blogspot.com/2011/12/135781677511808.html

- GUI Tool to build Firewall on Ubuntu Linux - Firestarter

Firestarter is a firewall tool for Linux, and uses GNOME. You can use the wizard to create a basic firewall, then streamline it further using the dynamic rules. You can open and close ports with a few clicks, or stealth your services giving access only to a select few. It features a real-time hit monitor which you can watch as attackers probe your machine for open ports.

Firestarter itself is not a firewall, rather, it is a frontend for configuring iptables, which is the firewall system built into the Linux kernel.

Firestarter features
    Open Source software, available free of charge
    User friendly, easy to use, graphical interface
    A wizard walks you through setting up your firewall on your first time
    Suitable for use on desktops, servers and gateways
    Real-time firewall event monitor shows intrusion attempts as they happen
    Enables Internet connection sharing, optionally with DHCP service for the clients
    Allows you to define both inbound and outbound access policy
    Open or stealth ports, shaping your firewalling with just a few mouse clicks
    Enable port forwarding for your local network in just seconds
    Option to whitelist or blacklist traffic
    Real time firewall events view
    View active network connections, including any traffic routed through the firewall
    Support for tuning ICMP parameters to stop Denial of Service (DoS) attacks
    Support for tuning ToS parameters to improve services for connected client computers
    Ability to hook up user defined scripts or rulesets before or after firewall activation
    Supports Linux Kernels 2.4 and 2.6

Continue Reading...


source:http://linuxpoison.blogspot.com/2011/12/135781677516329.html

- Basic Ubuntu System Security Checks - CheckSecurity

The  checksecurity  command  runs  a  small collection of simple system checks which are designed  to  catch  a  few  common  security  issues.
      
The  checksecurity  command scans the mounted files systems (subject to the filter defined in /etc/checksecurity.conf) and compares the list of setuid  programs  to  the list created on the previous run. Any changes are printed to standard output. Also, it generates a list  of  nfs  and afs  filesystems that are mounted insecurely (i.e. they are missing the nodev and either the noexec or nosuid flags).

checksecurity is run by cron on a daily basis, and the output stored in /var/log/setuid/setuid.changes.

Checksecurity Installation:
Under Ubuntu Linux, open the terminal and type following command to install checksecurity:
sudo apt-get install checksecurity

Continue Reading...


source:http://linuxpoison.blogspot.com/2011/12/13578167758718.html

- Automatic SQL Injection Exploitation Tool - TheMole

Author is not responsible for any damage or illegal actions caused by the use of this program.
Use on your own risk!

SQL injection is yet another common vulnerability that is the result of lax input validation. Unlike cross-site scripting vulnerabilities that are ultimately directed at your site’s visitors, SQL injection is an attack on the site itself—in particular its database. The goal of SQL injection is to insert arbitrary data, most often a database query, into a string that’s eventually executed by the database. The insidious query may attempt any number of actions, from retrieving alternate data, to modifying or removing information from the database.

TheMole is an automatic SQL Injection exploitation tool. Only by providing a vulnerable URL and a valid string on the site it can detect the injection and exploit it, either by using the union technique or a boolean query based technique.

TheMole Features
 * Support for injections using Mysql, SQL Server, Postgres and Oracle databases.
 * Command line interface. Different commands trigger different actions.
 * Auto-completion for commands, command arguments and database, table and columns names.
 * Support for query filters, in order to bypass certain IPS/IDS rules using generic filters, and the  possibility of creating new ones easily.
 * Developed in python 3.

Continue Reading...


source:http://linuxpoison.blogspot.com/2011/12/135781677513967.html

- How to Change the Network MAC Address on Ubuntu Linux - macchanger

A Media Access Control address (MAC address) is a unique identifier assigned to network interfaces for communications on the physical network segment. MAC addresses are used for numerous network technologies. Logically, MAC addresses are used in the Media Access Control protocol sub-layer of the OSI reference model.

MAC addresses are most often assigned by the manufacturer of a network interface card (NIC) and are stored in its hardware, the card's read-only memory, or some other firmware mechanism. If assigned by the manufacturer, a MAC address usually encodes the manufacturer's registered identification number and may be referred to as the burned-in address. It may also be known as an Ethernet hardware address (EHA), hardware address or physical address. A network node may have multiple NICs and will then have one unique MAC address per NIC.

MACChanger is a GNU/Linux utility for viewing/manipulating the MAC addresses of network interfaces. It can set specific, random, vendor-based (with a 6600+ vendor list), and device-type-based MACs.

Continue Reading...


source:http://linuxpoison.blogspot.com/2011/12/13578167752962.html

- A Fast Web Server Log Analyzer - Visitors

Visitors is a very fast web log analyzer for Linux, Windows, and other Unix-like operating systems. It takes as input a web server log file, and outputs statistics in form of different reports. The design principles are very different compared to other software of the same type:

* Designed to be executed by the command line, output html and text reports. The text report can be used in pipe to less to check web stats from ssh.
 * Support for real time statistics with the Visitors Stream Mode.
 * To specify the log format is not needed at all. Works out of box with apache and most other web servers with a standard log format.
 * It's a portable C program, can be compiled on many different systems.
 * The produced html report doesn't contain images or external CSS, is self-contained, you can send it by email to users.
 * Visitors is free software (and of course, freeware), under the terms of the GPL license.

Visitors Reports information
Visitors reports contain a number of useful information and statistics:
 * Requested pages.
 * Requested images.
 * Referrers by hits and age.
 * Unique visitors in each day.
 * Page views per visit.
 * Pages accessed by the Google crawler (and the date of google's last access on every page).
 * Percentage of visits originated from Google searches for every day.
 * User's navigation patterns (web trails).
 * Key phrases used in Google searches.
 * User agents.
 * Weekdays and Hours distributions of accesses.
 * Weekdays/Hours combined bidimentional map.
 * Month/Year combined bidimentional map.
 * Visual path analysis with Graphviz.
 * Operating systems, browsers and domains popularity.
 * 404 errors.

Continue Reading...


source:http://linuxpoison.blogspot.com/2011/12/13578167758588.html

- Hardening Ubuntu Linux using Bastille Linux

The Bastille Hardening program "locks down" an operating system, proactively configuring the system for increased security and decreasing its susceptibility to compromise. Bastille can also assess a system's current state of hardening, granular reporting on each of the security settings with which it works.

Bastille currently supports the Red Hat (Fedora Core, Enterprise, and Numbered/Classic), SUSE, Debian, Gentoo, and Mandrake distributions, along with HP-UX. Bastille's focuses on letting the system's user/administrator choose exactly how to harden the operating system. In its default hardening mode, it interactively asks the user questions, explains the topics of those questions, and builds a policy based on the user's answers. It then applies the policy to the system. In its assessment mode, it builds a report intended to teach the user about available security settings as well as inform the user as to which settings have been tightened.

Continue Reading...


source:http://linuxpoison.blogspot.com/2011/12/135781677518057.html

- Block Brute-Force Attempts on Ubuntu Linux - Fail2Ban

Fail2ban operates by blocking selected IP addresses that may belong to hosts that are trying to breach the system's security. It determines the hosts to be blocked by monitoring log files (e.g. /var/log/pwdfail, /var/log/auth.log, etc.) and bans any host IP that makes too many login attempts or performs any other unwanted action within a time frame defined by the administrator.

Fail2ban is typically set up to unban a blocked host within a certain period, so as to not "lock out" any genuine connections that may have been temporarily misconfigured. However, an unban time of several minutes is usually enough to stop a network connection being flooded by malicious connections, as well as reducing the likelihood of a successful dictionary attack.

Fail2ban can perform multiple actions whenever an abusive IP is detected: update Netfilter/iptables firewall rules, or alternatively TCP Wrapper's hosts.deny table, to reject an abuser's IP address; email notifications; or any user-defined action that can be carried out by a Python script. The standard configuration ships with filters for Apache, Lighttpd, sshd, vsftpd, qmail, Postfix and Courier Mail Server.

Continue Reading...


source:http://linuxpoison.blogspot.com/2011/12/135781677514018.html

- Secure Proxy to Surf the Web Anonymously on Linux - Anon-Proxy

Anon-Proxy contains the JAP client which acts as a local proxy between your browser and the insecure Internet. All requests for web pages are handled by JAP and are encrypted several times. The encrypted messages are sent through a chain of intermediate servers (named Mixes) to the final destination on the Internet.

Multiple layers of encryption protect all messages. A Mix collects messages in a batch, totally changes their appearance (removes one layer of encryption) and forwards them all at the same time, but in a different order. An adversary may observe all communication links, however he cannot determine a relation between incoming and outgoing packets. A surfer remains anonymous within the group of all users of the service.

Demonstrably, the Anon-Proxy protects your privacy as long as the Mix works correctly. Each message passes through several Mixes and the entire chain of Mixes has to be corrupt to successfully observe the user's activities. The chaining effectively prevents single Mixes from observing. This is the meaning of strong anonymity: Even the anonymity service itself cannot spy on its users.

Continue Reading...


source:http://linuxpoison.blogspot.com/2011/12/135781677518141.html

- Multiple GNOME Terminals in one Window - Terminator

Terminator, multiple terminals in one window. The goal of this project is to produce a useful tool for arranging terminals. It is inspired by programs such as gnome-multi-term, quadkonsole, etc. in that the main focus is arranging terminals in grids (tabs is the most common default method, which Terminator also supports).

Terminator gives the possibility of having multiples terminal within the same window. As such, it makes it easier to handle multiple terminal sessions as for instance, working in one console and monitoring another one without constantly switching from a window to another.

Terminator Features:
 * Arrange terminals in a grid
 * Tabs
 * Drag and drop re-ordering of terminals
 * Lots of keyboard shortcuts
 * Save multiple layouts and profiles via GUI preferences editor
 * Simultaneous typing to arbitrary groups of terminals

Continue Reading...


source:http://linuxpoison.blogspot.com/2011/12/13578167759713.html

- Shares Files Using HTTP Protocol - Qweborf

Transferring files from one computer to another on a network isn't always a straightforward task. Equipping networks with a file server or FTP server or common web server is one way to simplify the process of exchanging files, but if you need a simpler yet efficient method, try Qweborf, Qweborf is a small GUI based application that facilitates transfer of files across networks and only requires the recipient of the files have a Web browser.

Qweborf  provides  an  easy to use interface to share local files using the HTTP protocol weborf as web-server.  It can enable writing on  the  server,  webdav  and authentication.

Qweborf Installation:
Open the terminal and type following command to install Qweborf:
sudo apt-get install qweborf
Continue Reading...


source:http://linuxpoison.blogspot.com/2011/12/13578167759231.html

- Metadata Injector for FLV Video Files - Flvmeta

The information that composes an FLV file is the data, and the metadata is information about that video. The length of the video (duration), the number of frames per second that the video displays (frame rate), and the number of kilobytes of data transferred per second when the video plays (video and audio data rates, where applicable) are all examples of video metadata. Additionally, the codec used to encode the video is also available.

Importance of FLV Metadata
Most FLV players read the metadata first to know the duration of the video file. After that it initializes or synchronizes the video file with its timeline or seekbar. If there is no metadata the seekbar will not progress with the video. Secondly, for more intelligent FLV players that serve the video or rather buffer the video dynamically, depending on the user’s internet speed, the FLV players read the FLV video bitrate from the FLV metadata and then sets the buffer accordingly.

Continue Reading...


source:http://linuxpoison.blogspot.com/2011/12/13578167759499.html

- Flash Video (flv) Metadata / Cue Point Injector and Cutting Tool - Flvtool2

FLVTool2 calculates various meta data and inserts a onMetaData tag in the video. It cuts FLV files and adds cue Points (onCuePoint). A debug command shows the inside of a FLV file and the print command gives meta data information in XML or YAML format.

What is CuePoint:
A cue point is a point at which the video player dispatches a cuePoint event while a video file plays. You can add cue points to an FLV file at times that you want an action to occur for another element on the web page. Cue points allow you to receive control in your ActionScript code to synchronize points in your FLV file with other actions on the web page. 

FLVTool2 Features
 * Batch processing
 * Directory recursion
 * Command chaining
 * FLV files cutting
 * onCuePoint tag insertation via XML file
 * Custom onMetaData key-value pairs
 * Meta data printout in XML or YAML
 * Simulation mode
 * Runs on Windows, Linux and Mac OSX
 * Ideal for serverside automatic meta data injection

Continue Reading...


source:http://linuxpoison.blogspot.com/2011/12/135781677516093.html

- Convert and Resize an Unlimited Number of Images - Converseen

Converseen is an open source project written in C++ with the powerful Qt4 libraries. Thanks to the Magick++ image libraries it supports more than 100 image formats. Converseen can convert and resize an unlimited number of images to any of the most popular formats: DPX, EXR, GIF, JPEG, JPEG-2000, PDF, PhotoCD, PNG, Postscript, SVG, and TIFF.

With Converseen you can save your time because it allows you to process more than one image with one mouse click!

Converseen is very simple: it features a very simple user interface without strange options.

With converseen you can:
 * Carry out a single or a multiple conversion.
 * Resize one or multiple images.
 * Compress images for your web pages.

Continue Reading...


source:http://linuxpoison.blogspot.com/2011/12/135781677514705.html

- MySQL Password Recovery and Auditing Software - MysqlPasswordAuditor

MysqlPasswordAuditor is the FREE MySQL password recovery and auditing software (for windows based systems). MySQL is one of the popular and powerful database software used by most of the web based and server side applications.

If you have ever lost or forgotten your MySQL database password then MysqlPasswordAuditor can help in recovering it easily. It can also help you to audit Mysql database server setup in an corporate environment by discovering the weak password configurations. This makes it one of the must have tool for IT administrators & Penetration Testers.

MysqlPasswordAuditor is very easy to use with the simple dictionary based password recovery method. By default it includes small password list file, however you can find more password dictionary files at OpenWall collection. You can also use tools like Crunch, Cupp to generate custom password list files on your own and then use it with MysqlPasswordAuditor.

Continue Reading...


source:http://linuxpoison.blogspot.com/2011/12/135781677513535.html

- Happy Merry Christmas To All Our Readers From Linuxpoison

Linuxpoison Author would like to wish all of you a very Merry Christmas. Thank you for reading this blog and we hope you enjoyed the posts this year.

Stay tune, we will be posting the top 10 post of year 2011.








source:http://linuxpoison.blogspot.com/2011/12/135781677512866.html

- Listen Music from Cloud Music Services using Nuvola Player

Nuvola Player runs web interface of cloud music service in its own window and provides integration with a Linux desktop (system tray, Ubuntu sound menu, dock menu and notifications).

Nuvola Player currently supported services are
 * Google Music
 * Grooveshark
 * Hype Machine
 * 8tracks.

Nuvola Player Features:
 * With Nuvola Player you will never accidentaly close web browser with playing music and window with your music is easily accesible from your dock/task bar instead of tab bar of your web browser.
  * Nuvola Player shows notifications with currently playing song (Ubuntu, GNOME Fallback mode, GNOME Shell).
* Nuvola Player adds extra menu items to control playback (play/pause, previous/next song) or exit application.

Continue Reading...


source:http://linuxpoison.blogspot.com/2011/12/13578167758068.html

- Install or Upgrade to Firefox 9 in Ubuntu

Firefox 9 was released on December 20, 2011; version 9.0.1 was released a day later and is currently the latest stable version in the "Release" channel.

The latest version of Firefox has the following changes:
 * Added Type Inference, significantly improving JavaScript performance
 * Improved theme integration for Mac OS X Lion
 * Added two finger swipe navigation for Mac OS X Lion
 * Added support for querying Do Not Track status via JavaScript
 * Added support for font-stretch
 * Improved support for text-overflow
 * Improved standards support for HTML5, MathML, and CSS
 * Fixed several stability issues
 * Fixed several security issues

Continue Reading...


source:http://linuxpoison.blogspot.com/2011/12/13578167756065.html

- Control your Android Device from a Web Browser Over-The-Air - Airdroid

AirDroid is a fast, free app that lets you wirelessly manage & control your Android devices (phone & tablet) from a web browser.

It’s designed with the vision to bridge the gap between your Android device and web browser, on desktop computers or tablet devices, on Windows or Mac.


AirDroid Features:
Files: Transfer files between Android devices and computers. Cut, copy, paste, search, rename or delete files on the SD card. 
SMS: Read, send, forward or delete SMS messages. 
Applications: Install, uninstall, backup, search apps and do batch processing. 
Photos: Preview, delete, import, export, set as wallpaper and photos slide show from desktop. 
Clipboard: Share clipboard text between desktop and device. 
Contacts: Group, search, create contacts, check and delete call logs. 
Ringtones: Search, preview, import, export, delete and customize ringtones for phone calls, notifications and alarms. 
Music: Play, search, import, export, delete, or set as phone call, notification and alarm ringtones.

Continue Reading...


source:http://linuxpoison.blogspot.com/2011/12/13578167759588.html

- Personal Full Text Search UI Application - Recoll

Recoll is a full text search application. Full text search applications let you find your data by content rather than by external attributes (like a file name). More specifically, they will let you specify words (terms) that should or should not appear in the text you are looking for, and return a list of matching documents, ordered so that the most relevant documents will appear first.

You do not need to remember in what file or email message you stored a given piece of information. You just ask for related terms, and Recoll will return a list of documents where those terms are prominent, in a similar way to Internet search engines.

Recoll uses the Xapian information retrieval library as its storage and retrieval engine. Xapian is a very mature package using a sophisticated probabilistic ranking model. Recoll provides the mechanisms and interface to get data into and out of the system.

Continue Reading...


source:http://linuxpoison.blogspot.com/2011/12/13578167759250.html

- Top Post of Year 2011 on Linuxpoison

Below are the top 10 post of year 2011 on Linuxpoison blog

Howto check disk drive for errors and badblocks - here
How to change the GRUB 2 Default Timeout and Boot Order - Ubuntu - here
Useful Commands in Ubuntu - here
Get Hostname from IP address - here
How to Cut/Split Video using Avidemux - here
How to enable IP Forwarding - here
How to Disable SELinux in Fedora 14 - here
Temporarily suspend a process - here
/etc/grub.conf explained - here
HowTo Convert multimedia files between formats using ffmpeg - here

Top Browser used to Visit Linuxpoison:


Top Operating System from where the visit was made to Linuxpoison:




source:http://linuxpoison.blogspot.com/2012/01/13578167759691.html

- How to Install / Configure PostgreSQL Under Ubuntu Linux

PostgreSQL, often simply Postgres, is an object-relational database management system (ORDBMS) available for many platforms including Linux, FreeBSD, Solaris, MS Windows and Mac OS X. It is released under the PostgreSQL License, which is an MIT-style license, and is thus free and open source software. PostgreSQL is developed by the PostgreSQL Global Development Group, consisting of a handful of community volunteers employed and supervised by companies such as Red Hat.

It implements the majority of the SQL:2008 standard, is ACID-compliant, is fully transactional (including all DDL statements), has extensible data types, operators, and indexes, and has a large number of extensions written by third parties.

PostgreSQL Installation:
Open the terminal and type following command to install postgresql
sudo apt-get install postgresql
Continue Reading...


source:http://linuxpoison.blogspot.com/2012/01/13578167751917.html

- UI Application for Alternatives Configuration - Galternatives

update-alternatives creates, removes, maintains and  displays  information  about  the symbolic links comprising the Debian/Ubuntu alternatives system.

It is possible for several programs  fulfilling  the  same  or  similar functions  to  be  installed  on a single system at the same time.  For example, many systems have several  text  editors  installed  at  once. This gives choice to the users of a system, allowing each to use a different editor, if desired, but makes it difficult for a program to make a  good  choice for an editor to invoke if the user has not specified a particular preference.

Debian's alternatives system aims to solve  this  problem. A  generic name in the filesystem is shared by all files providing interchangeable functionality. The alternatives system and  the  system  administrator together  determine  which  actual  file  is referenced by this generic name. 

For example, if the browsers like Chrome, Firefox and Opera are installed on the system, the alternatives system will cause the generic name /usr/bin/x-www-browser to refer to /usr/bin/google-chrome by  default.  The  system administrator  can  override  this and cause it to refer to /usr/bin/firefox instead, and the alternatives system will not alter this setting  until explicitly requested to do so.

Continue Reading...


source:http://linuxpoison.blogspot.com/2012/01/13578167759770.html

- UI Application for NoteTaking and Sketching - Xournal

Xournal is an application for notetaking, sketching, keeping a journal using a stylus. It is free software (GNU GPL) and runs on Linux (recent distributions) and other GTK+/Gnome platforms. It is similar to Microsoft Windows Journal or to other alternatives such as Jarnal and Gournal.

Xournal supports annotation of PDF files. Xournal uses the Poppler library to render PDF documents. The documents then become immutable background images. Annotation can then proceed using any of Xournal's standard tools: Pen, eraser, text, and highlighter.

Xournal Features:
 * gettext internationalization
 * Catalan translation, French translation
 * use poppler instead of pdftoppm to render PDF backgrounds
 * various improvements to UI and to key bindings
 * use gtk-print instead of libgnomeprint for printing
 * custom color chooser
 * option to have tablet buttons toggle the mapping rather than draw
 * paper color chooser

Continue Reading...


source:http://linuxpoison.blogspot.com/2012/01/135781677510020.html

- Batch Image-converter and Resizer - XnConvert

XnConvert is a cross-platform batch image-converter and re-sizer with a powerful and ease of use experience. All common picture and graphics formats are supported (i.e. JPG, PNG, TIFF, GIF, Camera RAW, JPEG2000, WebP, OpenEXR) as well as supporting over 500 other image formats. Also available within the batch operations include rotating, adding of watermarks, adding of text along with many image-adjustment features such as brightness, shadows and more.

XnConvert is free for Windows, Mac, and Linux. Both 32-bit and 64-bit editions are available.

XnConvert features
 * Batch adding of files and folders
 * Support for drag and drop of files
 * Batch rotating, cropping, resizing and more
 * Adding of photo masks
 * Preserving or removing image metadata in conversions
 * Multipage image file support (i.e animated GIF, APNG, TIFF)
 * Command line integration via NConvert
 * Filters - such as 'Blur', 'Gaussian Blur', 'Emboss', "Sharpen' and much more
 * Effects - such as 'Old camera' and much more
Continue Reading...


source:http://linuxpoison.blogspot.com/2012/01/13578167756588.html

- Great Collection of Small Utility - Littleutils

The littleutils include a duplicate file finder (repeats), image optimizers (opt-jpg opt-png opt-gif recomp-jpg), file rename tools (lowercase uppercase), archive re-compressors (to-bzip to-7zip to-lzma), a tempfile utility (tempname), and more ...

littleutils Features
 * Includes several basic file property query utilities.
 * Includes several file renaming utilities.
 * Includes several loss-less image file re-compressors.
 * Includes several compressed file re-compressors.
 * Includes a duplicate file-finding utility.
 * Includes a secure temporary file creation utility.

Continue Reading...


source:http://linuxpoison.blogspot.com/2012/01/135781677510386.html

- Android App for Linuxpoison Blog

Now, Linuxpoison blog readers can enjoy this blog on their Android phone or tablet using dedicated Android app.

You can download Linuxpoison Android app : LinuxPoison Android App

Soon, will be coming with the Iphone App.








source:http://linuxpoison.blogspot.com/2012/01/135781677514788.html

- Web File Explorer and Manager - eXtplorer

eXtplorer is a web-based File Manager. You can use it to

 * Copy & Move Files and Directories by Drag&Drop
 * Dynamic Directory Tree with on-demand loading of sub directories
 * Edit Files (with Syntax-Highlighting thanks to EditArea)
 * Rename, Delete or Create new Files and Directories
 * Access Files through FTP or directly (using PHP) to totally overcome permission and file ownership issues
 * Upload or Download files just as you like
 * Create and Extract Archives (ZIP, Tar, Tar/GZ, Tar/BZ)
 * User Management with different permission levels like "View only" or "Edit" and "Admin"
 * installs easily as a component for Joomla!.

All these features are packed into an intuitive Layout which makes working with files very easy. Thanks to the great ExtJS Javascript Library you can drag & drop folders and files, filter directories and sort the file list using various criteria.

You can even use eXtplorer to login to the FTP server (like net2ftp) and work as if you were using an FTP client.

Continue Reading...


source:http://linuxpoison.blogspot.com/2012/01/135781677518220.html

- Convert HTML pages to WML (WAP) or i-mode pages for Mobile - Html2Wml

Html2Wml converts HTML pages to WML decks, suitable for being viewed on a Wap device. The program can be launched from a shell to statically convert a set of pages, or as a CGI to convert a particular (potentially dynamic) HTML resource.

Although the result is not guarantied to be valid WML, it should be the case for most pages. Good HTML pages will most probably produce valid WML decks. To check and correct your pages, you can use W3C's software: the *HTML Validator*, available online at http://validator.w3.org and *HTML Tidy*, written by Dave Raggett.

Html2Wml provides the following features:
 * translation of the links
 * limitation of the cards size by splitting the result into several cards
 * inclusion of files (similar to the SSI)
 * compilation of the result (using the WML Tools, see the section on "LINKS")
 * a debug mode to check the result using validation functions

Continue Reading...


source:http://linuxpoison.blogspot.com/2012/01/135781677514384.html

- Web Based Linux Command Line SSH Terminal - Ajaxterm

Ajaxterm is a web based terminal written in python and some AJAX JavaScript for client side.  It can use almost any web browser and even works through firewalls.. It was totally inspired and works almost exactly like http://anyterm.org/ except it's much easier to install.


Ajaxterm Installation:
Ubuntu users can use following command to install Ajaxterm:
sudo apt-get install ajaxterm
Other distribution:
Open the terminal and type following command to install  Ajaxterm:
wget http://antony.lesuisse.org/ajaxterm/files/Ajaxterm-0.10.tar.gz
tar zxvf Ajaxterm-0.10.tar.gz
cd Ajaxterm-0.10
./ajaxterm.py
Continue Reading...


source:http://linuxpoison.blogspot.com/2012/01/13578167759598.html

- Convert CHM file to PDF under Linux - chm2pdf

Microsoft Compiled HTML Help (CHM) is a Microsoft proprietary online help format. It was introduced as the successor to Microsoft WinHelp with the release of Windows 98, and is still supported in Windows 7.

Help is delivered as a binary file with the .chm extension. It contains a set of HTML files, a hyperlinked table of contents, and an index file.

The file starts with bytes "ITSF" (in ASCII), for "Info-Tech Storage Format". The format has been reverse-engineered by Matthew Russotto with assistance from Peter Ferrie and Paul Wise. Russotto's documentation is freely available at http://www.russotto.net/chm/chmformat.html.

CHM file is not recognize by Linux and cannot be open using any default application, you can either use chm viewer or convert this chm file to some other format like PDF to view

Continue Reading...


source:http://linuxpoison.blogspot.com/2012/01/135781677514517.html

- Install and Configure Cherokee Web Server Under Ubuntu Linux

Cherokee is a high-performance web server. It is very fast, flexible and easy to configure. In fact, it is the fastest web server there is. It offers support for the widespread technologies nowadays: FastCGI, SCGI, PHP, CGI, SSI, TLS and SSL encrypted connections, Virtual hosts, Authentication, on the fly encoding, Load Balancing, Apache compatible log files, Data Base Ba-lancer, downtime-free updates and upgrades, Reverse HTTP Proxy, and much more.

Unlike many other web servers out there, Cherokee gracefully handles many concurrent connections, has a low memory footprint, and provides load balancing facilities. As such, it is suitable for usage among a wide variety of systems, from tiny embedded devices to huge enterprise grade infrastructures. It is also multi-platform, offering native performance for Unix, Linux and Windows systems.

Continue Reading...


source:http://linuxpoison.blogspot.com/2012/01/13578167757724.html

- HTML and XML Manipulation Utilities - HTML-XML-utils

HTML-XML-utils consists of a set of small C programs (filters) that read HTML and XML files and can add a table of contents, an alphabetical index, a bibliography, cross-references, numbered headings, remove elements, count elements, pretty-print them, etc. When it reads HTML, it assumes the code is correct HTML 4.0 or close to it.

Below are the sets of utilities included:
 asc2xml      -  convert from UTF-8 to &#nnn; entities
 xml2asc      -  convert from &#nnn; entities to UTF-8
 hxaddid      -  add IDs to selected elements
 hxcite       -  replace bibliographic references by hyperlinks
 hxcite-mkbib -  expand references and create bibliography
 hxclean      -  apply heuristics to correct an HTML file
Continue Reading...


source:http://linuxpoison.blogspot.com/2012/01/135781677518703.html