vmware 6 45731
VMware Player 2.0.0 Build 45731
VMware Player can be used by anyone to run virtual machines on a Linux PC. more>> <<less
VMware Server 1.0.3 Build 44356
VMware Server is a robust yet easy to use product for users new to server virtualization technology. more>>
VMware Server enables companies to partition a physical server into multiple virtual machines, and to start experiencing the benefits of virtualization.
Benefits of VMware Server
Provision a new server in minutes without investing in new hardware.
Run Windows and Linux operating systems and applications on the same physical server.
Increase the utilization of a physical server.
Move virtual machines from one physical host to another without re-configuration.
With VMware Server you can:
Streamline software development and testing by allowing developers to create multiple environments with different operating systems on the same server.
Evaluate software in ready-to-run virtual machines without installation and configuration.
Re-host legacy operating systems such as Windows NT Server 4.0 and Windows 2000 Server in a virtual machine running on new hardware and operating system.
Simplify server provisioning by building a virtual machine once and deploying it multiple times.
Leverage pre-built, ready-to-run virtual appliances that include virtual hardware, operating system and application environments. Virtual appliances for Web, email, proxy and other infratructure services are available for download from the VMTN Virtual Machine Center.
VMware Server is the first step to VMware Virtual Infrastructure
While VMware Server is a compelling product for new virtualization users, VMware Virtual Infrastructure products-ESX Server with Virtual SMP and VirtualCenter with VMotion-enable companies to implement large-scale production server consolidation, business continuity, and enterprise desktop solutions with enterprise-class performance, high availability, manageability and security. View a comparison between VMware Server and VMware Virtual Infrastructure.
Enhancements:
- This release fixes four security vulnerabilities, as reported in CVE-2007-1337, CVE-2007-1877, CVE-2007-1069, and CVE-2007-1876.
- These vulnerabilities permitted denial of service, crashes of Windows guests, or corrupted stack pointers.
- A problem with VMware Tools that caused the guest to run out of memory was fixed.
- A crash in the VIX API was resolved.
- Building of the kernel and the HGFS modules was improved.
- Several occasional crashes were fixed.
SlaBuntuVMware 0.2
SlaBuntuVMware is a useful installation suite for installing VMware Server on Slackware or Ubuntu. more>>
The project automatically downloads packages from the VMware site.
Tested on Slackware 11. (Slackware 10.2 might not work - try)
Tested on Ubuntu Desktop Dapper Drake and Ubuntu Desktop Edgy.
IMPORTANT: this suite does not include the vmware server packs,
they are downloaded from the official VMware site.
You also need a server key for activating the product that you must
get (for free) from the VMware web-site (http://www.vmware.com/server/)
INSTALLATION (Slackware Linux) :
a) 1- The perfect setup for running vmware on Slackware is:
Slackware 11 (When you install the OS leave a big partion for your
virtual machines).
Using a good server with an hardware raid controller:
Suggested Partition Table (scsi disks, if ide hda):
/dev/sda1 swap (megs?gb? depends on your system)
/dev/sda2 / 10Gb
/dev/sda3 /home 2Gb
/dev/sda4 /vm (160 Gb the rest for your virtual machines)
You must do a normal install with X support but no KDE.
2- Dropline Gnome (http://www.droplinegnome.net)
It is suggested you run gnome on Slackware 11. Gnome is not
included in the distro cds, therefore you must download
Dropline Gnome.
3- Kernel 2.6.x (with the kernel sources into /usr/src/linux)
(Default Kernel 2.4.33.3 works perfectly though)
CAUTION: take a look on www.vmware.com for the
supported kernel 2.6 versions.
OR
- If you have problems building 2.6.x vmware kernel module, just use
the normal 2.4.33.3 kernel supplied with your slackware, or try the test26.s
or huge26.s supplied with your slackware cds.
b) - The base setup for running vmware on Slackware is:
1- Slackware 11
2- Kde(not tested can have problems with some libraries)
(if you do not want to Download and install Dropline Gnome)
3- Kernel 2.4.33 (with the kernel sources into /usr/src/linux)
Using a normal pc with no raid controller (so you should use linux
raid software):
Suggested Partition Table (scsi disks, if ide hda):
/dev/md1 swap (megs?gb? depends on your system)
/dev/md2 / 10Gb
/dev/md3 /home 2Gb
/dev/md4 /vm (100 Gb? the rest for your virtual machines)
---------------------------------------------------------------------------
If you do not want to use Gnome or Kde go at the end of this file.
---------------------------------------------------------------------------
2) After making sure you have everything (including the kernel sources
inside /usr/src/linux) you can run:
3) as root ./setup.sh
4) follow the steps provided
(you can hit ENTER to most of the questions (90%)
4) provide the vmware free key when needed
(ask for it on the site http://www.vmware.com)
6) under an X session: Run the command "vmware" and Enjoy vmware!
INSTALLATION (Ubuntu Desktop, Alternate,NOT Server):
1) edit /etc/apt/sources.list and uncomment all the lines starting with deb
2) open a terminal (xterm) and type "sudo ./setup.sh"
3) follow the steps provided
(you can hit ENTER to most of the questions (90%)
4) provide the vmware free key when needed
(ask for it on the site http://www.vmware.com)
5) Run the command "vmware" and Enjoy vmware!
INSTALLATION ON UBUNTU SERVER
- Not tried yet, but you should at first download and install X11 and gnome
and then follow the steps provided for Ubuntu Desktop above.
IMPORTANT INFO:
- Remember that vmware server packs are downloaded from the official vmware
site and are property of the VMware Company: http://www.vmware.com/
- Remember that in order to use VMware you should accept the terms of the
VMware license that will be displayed during the installation process.
- Remember that in order to installa VMware you should ask the VMware
fellows for a key. Do this at the VMware site: http://www.vmware.com/
- To create virtual machines you should use the vmware console.
a) Run the command "vmware" and the vmware console starts up.
b) Then connect to localhost.
- After created a virtual machine to run it from the cmd line use:
bash# vmware-cmd vmname.vmx start
Author: Lorenzo Allori
#####################################################
If you do not have Gnome or Kde youll need the following:
#####################################################
- Slack with glibc and glibcsolibs installed. Make sure you
have X11 installed with a window manager.
Packages needed are:
glibc-2.3.6-i486-6.tgz
glibc-solibs-2.3.6-i486-6.tgz
kernel-source-2.4.33.3-noarch-1.tgz
x11-6.9.0-i486-11.tgz
x11-devel-6.9.0-i486-11.tgz
windowmaker-0.92.0-i486-1.tgz
You can find those on http://www.slackware.com.
Download them and to install those just type (as root):
# installpkg pkgname
When you have finished installing all the packages you need remember to run:
# ldconfig
- If you need a window manager you can install windowmaker:
# installpkg windowmaker-0.92-i486.tgz
# wmaker.inst
Maemo Live CD 0.5.1a
Maemo Live CD is a Knoppix (in fact Kanotix) based Linux distribution. more>>
Thus the Live CD can be used for demonstrating the Maemo GUI and for developing applications without having to install scratchbox.
Since the Live CD is still alpha quality you might run into one of the issues listed at the bottom of the page.
Usage:
You can use the Live CD just like any Knoppix CD to boot directly into an XFCE desktop with a running Xvnc and a scratchbox terminal. In this terminal you can start the Maemo GUI and applications.
Since version 0.5a it is also possible to work over a TCP/IP network, either between physically connected machines or between a host machine running VMware or Virtual PC. For this purpose, the scratchbox directory is available as samba share, SSH login is allowed and the Maemo GUI is exported via Xvnc.
1 . Boot the Maemo Live-CD. If you do not need the GUI, edit the "kernel" line in grub and add "3" to boot to runlevel 3.
1 . Use your favourite SSH-Client to log in to the Maemo box. Login is "knoppix", password is "maemo".
1 . Set some environment variables: export DISPLAY=localhost:3.0 export LANGUAGE=en_GB
1 . Start the Maemo GUI /scratchbox/login af-sb-init.sh start
1 . Use your favourite VNC-Viewer to connect to Xvnc, do not forget to connect to "ip-address:3", since Xvnc is running on display 3.
1 . A Samba server provides access to /home, /tmp and /scratchbox.
KIWI Image System rev435
KIWI Image System provides a complete operating system image solution for Linux supported hardware platforms. more>>
A normal installation process is starting from a given installation source and installs single pieces of software until the system is complete. During this process there may be manual user intervention required. However an operating system image represents an already completed installation encapsulated as a file and optionally includes the configuration for a specific task. Such an operating system starts working as soon as the image has been brought to a system storage device no matter if this is a volatile or non volatile storage. The process of creating an image takes place without user interaction.
This means all requirements of the encapsulated system has to be fulfilled before the image is created. According to this the so called image description tree stores all the information needed to create an image.
Main features:
- Distribution independent
- Support for virtualisation systems like Xen
- Support for deploying images over the network
- Support for VMware / Qemu images
- Support for USB-Stick systems
- Support for LiveCD/DVD systems
- Centralized image description based on XML
- Prebuild boot images for SUSE systems
- Prebuild PXE configuration usable with kiwi netboot images
- SUSE Linux on a 128MB flash card.. yes thats possible
ImageMagick 6.3.5-6
ImageMagick is a comprehensive package supporting automated and interative manipulation of images. more>> <<less
Mutagenix 2.6.18.6-2
Mutagenix is built on Slackware Linux and Linux-Live LiveCD build scripts. more>>
Mutagenix is built on Slackware Linux and Linux-Live LiveCD build scripts. Slapt-get is the foundation for the Mutagenix build system.
Main features:
- Multiple CDs to choose from. Each is built using the Rescue CD as the base install.
- Starts automatically as a dhcp client.
- Integrated Firewall which auto starts on DHCP networks in stealth mode.
- Slapt-get, with multiple rc files with different sources, is included.
- Cpan2tgz for automatically downloading and installing perl modules.
- Ext2 partitioned USB keys will be mounted as your home dir (/root) so your environment can be saved.
- An xorg.conf on the mounted USB key will be used instead of the default supplied xorg.conf
- Test applications for creating a load across a network. Includes smtp and http sources and sinks.
- Windows password changing utility.
Enhancements:
- Im happy to finally announce the release of Mutagenix 2.6.18.6-2. This release includes a rescue disk (without X) and a KDE disk. This is mostly a bug-fix release to address problems discovered in the installer, but there are several new options available. Of note are the USB installer and a re-worked remastering utility. Mutagenix Features: Slackware 11.0; rescue and KDE 3.5 versions; kernel 2.6.18.6; automatic hardware detection using libdiscover; supports SATA, SCSI and IDE drives; detects and mounts EXT2, EXT3, ReiserFS, XFS, JFS, VFAT and NTFS formatted partitions; customize CD with remastering script; slapt-get, with multiple rc files with different sources, is included; Gslapt, the GTK+ frontend for slapt-get; OpenOffice.org application suite; Mutagenix themes....
Hardened Linux 1.6.6-2
Hardened Linux is a hardened distribution based on a minimalized Slackware Linux 11.0. more>>
This distribution is still under heavy development.
Hardened Linux (a.k.a. "Wendzel Linux") is a security distribution with 3 main targets:
- maximum security
- maximum stability
- maximum usuability
It is optimized to run on as firewall system, vpn gateway, IDS system and authentication system. Currently not all of these features are fully implemented.
Enhancements:
- This just an updated version of the 1.6.6-snapshot release. This release includes our current packages (gcc-4.2, glibc-2.5, kernel 2.6.21.3 and different other package updates). Nothing else has changed. We released this new version because it will still take a few weeks (if not months) before we can release the next snapshot version that includes a completely new package system and a completely new installer system. Please report any kind of bugs.
BomberMaze 0.6.6
BomberMaze project is a bomberman clone. more>>
It is a multiplayer action game in which players run around a square-grid maze while dropping bombs and collecting power-ups.
The bombs explode after a short time delay, taking out any nearby bricks and players.
Main features:
- Support for 2 to 4 players
- 5 different power-ups: Extra Bomb, Extra Blast Radius, Trigger Bomb, Kick Bomb, and Extra Speed
- Configurable mazes and randomizable mazes
- Configurable key controls
- Theme support (ie., configurable tiles and sprites)
Enhancements:
- New translations: Danish, German, Spanish, Italian, Norwegian, Russian, and Ukrainian (da, de, es, it, no, ru, uk).
cec 6
cec (Coraid Ethernet Console) client, can connect to any CEC server over raw ethernet. more>>
Cec is also the name of the client used to connect to cec servers. Cec will run on linux, and bsd flavors supporting bpf. By default the makefile is linux ready -- just run make. To compile a bsd binary, run
make PLATFORM=bsd
or edit the makefile accordingly.
Documentation
See the cec.8 manpage. To read the manpage before installation, some
versions of man accept a "-l" option:
man -l cec.8
... while on other systems groff may be used.
groff -Tascii -mandoc cec.8 | less
Enhancements:
- Solaris support was added.
- An "install" target was added to the makefile.
- Minor bugs were fixed.
iPuissance 4D 6.11
iPuissance 4D is a free (online) Connect 4 style video game: It can be played through the Internet against other real players, or locally against an artificial intelligence. The Connect Four grid is rendered in 3D. It is also possible to see the scores, time left, change the game rules, and even chat with others in the game or in chat room. You can play on-line and chat on the Beroux.com server for free and increase your rank in the high score. more>>
iPuissance 4D - iPuissance 4D is a free multiplayer (local/online) Connect 4 style video game.
The Connect Four game is played with red and yellow counters on a vertical grid of 6x7, closed at the bottom. In turns each player drops a counter of his colour in the column of his choice, until one of them makes a line of 4 counters of his colour, like in Morpion. Easy you think? But its not and if you dont like the classical game rules you can just change them in iPuissance 4D: 10x10 grid, 2 Per Turn, No Fill C...
The Connect 4 grid can be rendered in 3D (three dimensions). The game displays players scores, time left and supports different game rules. You can play locally against a friend without any internet connexion, or you can play online. You can also train yourself by playing against the computer (an artificial intelligence).
Come and play against other players on the net; you can connect to our Beroux.com server and play against some real players for free. The internet players gain points (for the ranking), they can chat together (before and during the game), and you dont even need to register to play on-line. A high score page displays the best players.
Enhancements:
Version 6.05
System Requirements:OpenGL, 700 Mhz computer<<less
multisend 20070111
multisend project uses multicast to send files to multiple machines at the same time. more>>
I wrote it for syncying VMware images out to a bunch of lab machines; 8gb * 15 takes awhile with http or scp. It listens on the local machine and uses ssh to start the receiving end, which connects back for the tcp stream.
Its pretty functional; the default mode takes a source and dest, so its like scp with a bunch of targets. Or you can use it in sync mode (-S), which sends files to the same location as on the local machine. Very handy for setting up one lab machine, then syncing all the relavent files out to the rest of the lab with a single command.
It sends md5sums and doesnt overwrite anything until the transfers been verified, so itll never corrupt data. It also falls back to tcp if for some reason multicast isnt working.
It could use a little more polish, but mostly it needs some real documentation; I havent worked on it awhile, and Im the only person who really uses it. At some point Ill include some example scripts that make it easy to use.
Usage: multisend [OPTION] localfile remotefile
or: multisend [OPTION] localfile remotedir
Copies local file to remote file, or multiple files to remote directory
-t < timeout > specify a timeout for clients to connect, in seconds
-n < nclients > wait for a specific number of clients to connect before transferring
-r < rate > rate to transfer at, in kb, mb or gb per second
-S, --sync sync mode
-s, --script file to execute to connect to clients
-g, --group multicast group to use
-a, --archive same as -dpR
-p preserve ownership, permissions, timestamps
-R, --recursive copy directories recursively
-x stay on this file system
-v, --verbose give more info
You must specify either -t or -n
You should also specify a rate as well; otherwise most packets will be dropped
Enhancements:
- The code is functional and has been tested, but could use more polish.
- There may be latent bugs, but it will not corrupt data.
Photorec 6.6
PhotoRec is a small tool to recover pictures from digital camera memory. more>>
It can recover data from CompactFlash, Memory Stick, SecureDigital, SmartMedia, Microdrive, MMC, USB Memory Drives...
PhotoRec is safe to use, it will never attempt to write to the drive or memory support you are about to recover from. Recovered files are instead written in the directory from where you are running the PhotoRec program.
Photorec ignores the filesystem, this way it works even if the filesystem is severely damaged.
It can recover lost files at least from:
- FAT,
- NTFS,
- EXT2/EXT3 filesystem
Digital Camera
PhotoRec has been successfully tested with:
- Canon EOS300D, 10D
- HP PhotoSmart 620, 850, 935
- Nikon CoolPix 775, 5700
- Olympus C350N, C860L, Mju 400 Digital, Stylus 300
- Sony DSC-P9
- Praktica DCZ-3.4
- Casio Exilim EX-Z 750
PhotoRec searchs known file header and because there is no data fragmentation (usually), it can recover the whole file. Photorec recognises numerous file format including:
Archive
- .7z 7zip archive file
- .bz2 bzip2 compressed data
- .gz gzip compressed data
- .rar Rar archive
- .tar tar archive
- .zip zip archive
- Multimedia
- .asf, .wma, .wmv: Advanced Streaming Format used for Audio/Video
- .au Sun/NeXT audio data
- .avi .wav RIFF audio/video
- .bmp BMP bitmap image
- .cdr Corel Draw
- .crw Canon Raw picture
- .ctg Canon catalog
- .dcr Kodak Raw picture
- .dsc Nikon dsc
- .fla Flash Project File
- .gif Graphic Interchange Format
- .jng JPEG Network Graphics
- .jpg JPG picture
- .mng Multiple-Image Network Graphics
- .mov MOV video
- .mp3 MPEG ADTS, layer III, v1 audio
- .mp4 MPEG 4
- .mpg Moving Picture Experts Group video
- .mrw Minolta Raw picture
- .ogg OGG Vorbis audio
- .orf Olympus Raw Format picture
- .pcx PCX file format
- .pef Pentax Raw picture
- .png Portable Network Graphics
- .psd Adobe Photoshop Image
- .qxd QuarkXpress Document
- .qxp QuarkXpress Document
- .raf Raw Fujifilm picture
- .raw Contax picture
- .rdc Rollei picture
- .sit Mikron
- .sr2 Sony Raw picture
- .tif Tag Image File Format
- .x3f Sigma/Foveon X3 raw picture
- .xcf GIMP XCF File
Office
- .doc Microsoft Word
- .mbd Access database
- .odd OpenDocument Drawing
- .odp OpenDocument Presentation
- .ods OpenDocument Spreadsheet
- .odt OpenDocument Text
- .pap Papyrus word file
- .ppt PowerPoint presentation
- .rtf Rich Text Format
- .sda StarDraw
- .sdc StarCalc
- .sdd StarImpress
- .sdw StarWriter
- .slk Sylk, Multiplan Symbolic Link Interchange
- .sxc OpenOffice Spreadsheet
- .sxd OpenOffice Drawing
- .sxi OpenOffice Presentation
- .sxw OpenOffice Text Document
- .txt Text file
- .vis Visio document
- .xls Microsoft Excel
Others
- .asp ASP script
- .bat Batch
- .c C source file
- .dbf DBase 3 (prone to false positive)
- .dbx Outlook Express
- .eps Encasulated PostScript
- .exe MS executable
- .frm MySQL table definition
- .h C header
- .html HTML
- .jsp JSP script
- .MYI MySQL MISAM compressed data
- .pdf Portable Document Format
- .php PHP script
- .pl Perl script
- .prc PalmOS application
- .ps PostScript document
- .pst Outlook
- .py Python script
- .qdf Quicken
- .sh Shell script
- .wab Windows Address Book
Enhancements:
- A new method for handling fragmented data is now used, making recovery more reliable and faster.
- This release can be set to search for files in FAT16/FAT32 unallocated space only, which avoids wasting time recovering files that are still accessible, making the recovery of lost files much faster and more efficient.
- New file formats have been added.
Damn Vulnerable Linux 1.0
Damn Vulnerable Linux (DVL) is a Linux-based (modified Damn Small Linux) tool for IT-Security & IT-Anti-Security. more>>
Damn Vulnerable Linux (DVL) is highly integrated into the community project crackmes.de (http://www.crackmes.de) and is frequently updated with new community provided lessons. Damn Vulnerable Linux (DVL) is your place either to get the latest Damn Vulnerable Linux (DVL) distribution, to get new lessons, or to submit own lessons based on the Damn Vulnerable Linux (DVL) training system.
Damn Vulnerable Linux (DVL) is provided without any fee or charge! Actually, it is a perverted Linux distribution made to be as insecure as possible. It is collection of IT-Security and IT-Anti-Security tools. Additional it includes a fullscaled lesson based environment for Attack & Defense on/for IT systems for self-study or teaching activities during university lectures. Its a Live Linux Distro, which means it runs from a bootable CD in memory without changing the native operating system of the host computer.
As well it can be run within virtual machine environments, such as qemu or vmware. There is no need to install a virtual machine if you use the embedded option. Its sole purpose in life is to put as many security tools at your disposal with as much training options as it can. It contains a huge ammount of lessons including lesson description - and solutions if the level has been solved by a community member at crackmes.de.
Damn Vulnerable Linux (DVL) is meant to be used by both novice and professional security personnel but is not ideal for the Linux uninitiated. Damn Vulnerable Linux (DVL) assumes you know the basics of Linux as most of your work will be done from the command line. If you are completely new to Linux, its best you stop playing with this system.
INSTALLED TOOLS
- HT 0.5
- libreadline4_4.2a-5_i386
- gdb_5.2.cvs20020401-6_i386
- binutils_2.12.90.0.1-4_i386 (including objdumps,gas,strings ...)
- nasm-0.98-1.i386
- HLA v1.86
- libelfsh0-dev_0.65rc1-1_i386
- elfsh_0.65rc1-1_i386
- Apache 2.0.5.4
- Php 4.4.0
- ethereal-common_0.9.4-1woody12_i386
- ethereal_0.9.4-1woody12_i386
- libpcap0_0.6.2-2_i386
- tcpdump_3.6.2-2.8_i386
- lsof_4.57-1_i386
- ltrace_0.3.26_i386
- nmap_2.54.31.BETA-1_i386
- strace_4.4-1.2_i386
- ELFkickers-2.0a (including sstrip, rebind, elfls, ebfc, elftoc)
- GCC/G++ 3.3.4
- GNU Make 3.80
- bastard_bin- 0.17.tgz
- Mysql-server 4.4.1
- Ruby 1.8
- Python 2.3
- lida-03.00.00
- DDD 3.3.1
- Metasploit Framework
Rails Live CD 0.2.1
Rails Live CD is based on PCLinuxOS which is a great Linux distribution for creating LiveCDs. more>>
To use it, just download, burn and reboot! Or if you have a virtualization or emulation engine like Qemu, Parallels or VMWare it is even easier.
Many people are curious about Ruby on Rails but dont want to go through the pain of installing it locally. The Rails Live CD solves this problem by allowing you to have a fully operating Ruby on Rails development environment without even touching your hard drive!
Others are interested in developing Ruby on Rails applications in Linux but dont have the skills or the patience to do the installation and compiling required to get Ruby on Rails running on a typical Linux installation.
Rails Live CD allows you to install directly to your hard drive and walks you through the process. No compiling or ./configure ./make ./make install dancing required.
Enhancements:
- Rails 1.1.16
- RadRails 0.7.1
- jEdit
- emacs
- Subversion
- MySQL 5 & MySQL Administrator
- SQLite
- PostgreSQL 8
- Firefox 1.5 with several web development extensions
- Gems : ZenTest, Rake, Rails, OpenID, Mogrel, Capistrano
- KDevelop, Kate
- TightVNC