linux swap partition
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 5375
Set::Partition 0.03
Set::Partition is a Perl module that can enumerate all arrangements of a set in fixed subsets. more>>
Set::Partition is a Perl module that can enumerate all arrangements of a set in fixed subsets.
SYNOPSIS
use Set::Partition;
my $s = Set::Partition->new(
list => [qw(a b c d e)],
partition => [2, 3],
);
while (my $p = $s->next) {
print join( , map { "(@$_)" } @$p ), $/;
}
# produces
(a b) (c d e)
(a c) (b d e)
(a d) (b c e)
(a e) (b c d)
(b c) (a d e)
(b d) (a c e)
(b e) (a c d)
(c d) (a b e)
(c e) (a b d)
(d e) (a b c)
# or with a hash
my $s = Set::Partition->new(
list => { b => bat, c => cat, d => dog },
partition => [2, 1],
);
while (my $p = $s->next) {
...
}
Set::Partition takes a list or hash of elements and a list numbers that represent the sizes of the partitions into which the list of elements should be arranged.
The resulting object can then be used as an iterator which returns a reference to an array of lists, that represents the original list arranged according to the given partitioning. All possible arrangements are returned, and the object returns undef when the entire combination space has been exhausted.
<<lessSYNOPSIS
use Set::Partition;
my $s = Set::Partition->new(
list => [qw(a b c d e)],
partition => [2, 3],
);
while (my $p = $s->next) {
print join( , map { "(@$_)" } @$p ), $/;
}
# produces
(a b) (c d e)
(a c) (b d e)
(a d) (b c e)
(a e) (b c d)
(b c) (a d e)
(b d) (a c e)
(b e) (a c d)
(c d) (a b e)
(c e) (a b d)
(d e) (a b c)
# or with a hash
my $s = Set::Partition->new(
list => { b => bat, c => cat, d => dog },
partition => [2, 1],
);
while (my $p = $s->next) {
...
}
Set::Partition takes a list or hash of elements and a list numbers that represent the sizes of the partitions into which the list of elements should be arranged.
The resulting object can then be used as an iterator which returns a reference to an array of lists, that represents the original list arranged according to the given partitioning. All possible arrangements are returned, and the object returns undef when the entire combination space has been exhausted.
Download (0.007MB)
Added: 2007-07-04 License: Perl Artistic License Price:
842 downloads
Linux distribution race 1.0
Linux distribution race is a cool car race for 4 players. more>>
Linux distribution race is a cool car race for 4 players, cars are named by Linux distributions (Mandrake, SUSE, RedHat, Debian).
You can create maps in GIMP. Controls: WSAD, TGFH, IKJL, arrows.
<<lessYou can create maps in GIMP. Controls: WSAD, TGFH, IKJL, arrows.
Download (1.2MB)
Added: 2005-12-07 License: GPL (GNU General Public License) Price:
1422 downloads
Partition Logic 0.68
Partition Logic is a standalone partitioning tool for PC-compatible computers. more>>
Partition Logic is a free hard disk partitioning and data management tool. It can create, delete, format, and move partitions and modify their attributes. It can copy entire hard disks from one to another.
Partition Logic is free software, based on the Visopsys operating system. It boots from a CD or floppy disk and runs as a standalone system, independent of your regular operating system.
Partition Logic is intended to become a free alternative to such commercial programs as Partition Magic, Drive Image, and Norton Ghost...
<<lessPartition Logic is free software, based on the Visopsys operating system. It boots from a CD or floppy disk and runs as a standalone system, independent of your regular operating system.
Partition Logic is intended to become a free alternative to such commercial programs as Partition Magic, Drive Image, and Norton Ghost...
Download (1.2MB)
Added: 2007-05-11 License: GPL (GNU General Public License) Price:
913 downloads
Klinux Linux 2.0
Klinux is a Linux distribution that can be installed within MS-Windows on FAT32 Partition without any formatting, partitioning. more>>
Klinux project is a Linux distribution that can be installed within MS-Windows on FAT32 Partition without any formatting, partitioning or changing boot loader.
Klinux is a comprehensive Linux system in 570 MB ISO image ready to burn to one CD-ROM and can be installed from MS-Windows(XP,2000,Me,9x) by few clicks without partitioning , formatting or changing bootloader for your disk.
Imagine after 4 clicks and 20 minutes (without any partitioning ,Format or change bootloader) you can enjoy excellent programs and services.
Enhancements:
- Booting on WinXP and Win2000 by adding Klinux entry to boot.ini
- Also you can boot by Floppy Disk or Klinux CD-Rom and for only expert you can install Grub into MBR and boot Klinux or MS-Windows
- This new version uses EXT3 FS in Image files (Loopback)
- Two kernels come with this new version kernel 2.4.22 with its source and kernel 2.6.11.6
These programs were added
- Blender 2.34
- K3B 0.11.17
- Arson 0.9.8 beta2
- Qamoos 0.1
- security update from www.slackware.comup to 18-Nov-2004
These programs were updated
- Gaim 1.0
- KOffice1.3.4
- FireFox 1.0.1
- XPDE5.1 beta
- GamBas0.99 RC1
<<lessKlinux is a comprehensive Linux system in 570 MB ISO image ready to burn to one CD-ROM and can be installed from MS-Windows(XP,2000,Me,9x) by few clicks without partitioning , formatting or changing bootloader for your disk.
Imagine after 4 clicks and 20 minutes (without any partitioning ,Format or change bootloader) you can enjoy excellent programs and services.
Enhancements:
- Booting on WinXP and Win2000 by adding Klinux entry to boot.ini
- Also you can boot by Floppy Disk or Klinux CD-Rom and for only expert you can install Grub into MBR and boot Klinux or MS-Windows
- This new version uses EXT3 FS in Image files (Loopback)
- Two kernels come with this new version kernel 2.4.22 with its source and kernel 2.6.11.6
These programs were added
- Blender 2.34
- K3B 0.11.17
- Arson 0.9.8 beta2
- Qamoos 0.1
- security update from www.slackware.comup to 18-Nov-2004
These programs were updated
- Gaim 1.0
- KOffice1.3.4
- FireFox 1.0.1
- XPDE5.1 beta
- GamBas0.99 RC1
Download (571.6MB)
Added: 2005-09-09 License: GPL (GNU General Public License) Price:
1508 downloads
Partition Image 0.6.6
Partition Image is a Linux/UNIX utility which saves partitions in many formats. more>>
Partition Image application is a Linux/UNIX utility which saves partitions in many formats (see below) to an image file.
The image file can be compressed in the GZIP/BZIP2 formats to save disk space, and split into multiple files to be copied on removable floppies (ZIP for example); partitions can be saved across the network since version 0.6.0.
Partition Image will only copy data from the used portions of the partition. For speed and efficiency, free blocks are not written to the image file.
This is unlike the dd command, which also copies empty blocks. Partition Image also works for large, very full partitions. For example, a full 1 GB partition can be compressed with gzip down to 400MB.
This is very useful to save partitions to an image in some cases:
- First you can restore your linux partition if there is a problem (virus, file system errors, manipulation error) . When you have a problem, you just have to restore the partition, and after 10 minutes, you have the original partition. You can write the image to a CD-R if you dont want the image to use hard-disk space.
- This utility can be used to install many identical PCs. For example, if you buy 50 PCs, with the same hardware, and you want to install the same linux systems on all 50 PCs, you will save a lot of time. Indeed, you just have to install on the first PC and create an image from it. For the 49 others, you can use the image file and Partition Images restore function.
<<lessThe image file can be compressed in the GZIP/BZIP2 formats to save disk space, and split into multiple files to be copied on removable floppies (ZIP for example); partitions can be saved across the network since version 0.6.0.
Partition Image will only copy data from the used portions of the partition. For speed and efficiency, free blocks are not written to the image file.
This is unlike the dd command, which also copies empty blocks. Partition Image also works for large, very full partitions. For example, a full 1 GB partition can be compressed with gzip down to 400MB.
This is very useful to save partitions to an image in some cases:
- First you can restore your linux partition if there is a problem (virus, file system errors, manipulation error) . When you have a problem, you just have to restore the partition, and after 10 minutes, you have the original partition. You can write the image to a CD-R if you dont want the image to use hard-disk space.
- This utility can be used to install many identical PCs. For example, if you buy 50 PCs, with the same hardware, and you want to install the same linux systems on all 50 PCs, you will save a lot of time. Indeed, you just have to install on the first PC and create an image from it. For the 49 others, you can use the image file and Partition Images restore function.
Download (0.52MB)
Added: 2007-08-11 License: GPL (GNU General Public License) Price:
815 downloads
STX Linux 1.1 RC1
STX Linux is a lightweight Debian-based installation and live CD, using the Equinox Desktop Environment. more>>
STX Linux is a lightweight Debian-based installation and live CD, using the Equinox Desktop Environment. STX Linux is especially suited to be installed on older and low-specification computers.
Main features:
- Complete Linux Desktop
- Lightweight (about 1 GB installed, 390 MB LiveCD
- Slackware 10.2 based
- Works nicely on old Hardware (Oldest system tested so far: K6/333, 32 MB RAM, 64 MB Swap ... acceptable results)
- Harddisk Installer from Pocketlinux
- Very much like Windows(TM) 98/2000 - means easy switching.
<<lessMain features:
- Complete Linux Desktop
- Lightweight (about 1 GB installed, 390 MB LiveCD
- Slackware 10.2 based
- Works nicely on old Hardware (Oldest system tested so far: K6/333, 32 MB RAM, 64 MB Swap ... acceptable results)
- Harddisk Installer from Pocketlinux
- Very much like Windows(TM) 98/2000 - means easy switching.
Download (551MB)
Added: 2007-01-17 License: GPL (GNU General Public License) Price:
1053 downloads
Core Linux Distribution 2.0 Beta
Core is a minimal distribution of the GNU/Linux operating system. more>>
Core is a minimal distribution of the GNU/Linux operating system designed to be the basis for a complete system constructed by the end user. A fresh installation of Core will boot into a console and provide the user with the tools needed to download, compile and install other applications. Core contains nothing beyond what is required to perform these tasks.
Core is primarily designed for experienced Linux users, though it has found an audience with those looking to learn about the internals and operation of a Linux system. Core requires the user to manually configure, compile and install applications and expects the user to consult man pages and other documentation.
Installation:
These instructions are incomplete, but should be sufficient:
- Download, burn and boot the ISO.
- Partition, format and mount the hard drive.
- Run install_core [mount point of hard drive].
- Optional packages in /pkgs/optional can be installed with corepkg(8).
- Copy the kernel from /pkgs/kernel to /usr/src of the hard drive.
- Run chroot [mount point] bash -l to chroot into the new system.
- Compile and install the Linux kernel [be sure to run LILO].
- Review and modify the files under /etc.
- Reboot and start constructing the new system.
MD5 sum: 5da52af0d4b0a599cc119afcace77c9c
<<lessCore is primarily designed for experienced Linux users, though it has found an audience with those looking to learn about the internals and operation of a Linux system. Core requires the user to manually configure, compile and install applications and expects the user to consult man pages and other documentation.
Installation:
These instructions are incomplete, but should be sufficient:
- Download, burn and boot the ISO.
- Partition, format and mount the hard drive.
- Run install_core [mount point of hard drive].
- Optional packages in /pkgs/optional can be installed with corepkg(8).
- Copy the kernel from /pkgs/kernel to /usr/src of the hard drive.
- Run chroot [mount point] bash -l to chroot into the new system.
- Compile and install the Linux kernel [be sure to run LILO].
- Review and modify the files under /etc.
- Reboot and start constructing the new system.
MD5 sum: 5da52af0d4b0a599cc119afcace77c9c
Download (137.6MB)
Added: 2007-05-03 License: GPL (GNU General Public License) Price:
905 downloads
Linux Commander 0.5.2
Linux Commander is a file manager for X11 using GTK+. more>>
Linux Commander is a powerful file manager for the X Window System.
It is partially modelled after Window Commander for Windows.
<<lessIt is partially modelled after Window Commander for Windows.
Download (0.16MB)
Added: 2005-04-29 License: GPL (GNU General Public License) Price:
1665 downloads
GNU-LINUX Tierra-UI NON GLOBAL MENU 0.0
GNU-LINUX Tierra-UI NON GLOBAL MENU offers users a non global-menu version of the GNU-LINUX Tierra-UI theme. more>> <<less
Added: 2008-11-20 License: GPL Price: FREE
1 downloads
Linux DC++ 20070101
Linux DC++ is a project to port the DC++ direct connect client to Linux or any POSIX-compliant Unix. more>>
Linux DC++ is a project to port the DC++ direct connect client to Linux or any POSIX-compliant Unix.
<<less Download (MB)
Added: 2007-01-04 License: GPL (GNU General Public License) Price:
658 downloads
StrongBox Linux 1.0 beta14
StrongBox is a next generation Linux-based operating system. more>>
StrongBox is a next generation Linux-based operating system, incorporating tight version control, digital signatures, high security and built-in change management.
StrongBox represents a shift in the Linux paradigm. Moving away from monolithic systems where everything runs together, StrongBox is a fully modular Linux distribution.
It incorporates a small ram-based OS and toolset for administration and security functions, and then allows applications bundles, built using any Linux distribution, to run on top of it. Each of these bundles, running in a secure virtual context, has a large level of independence from the base OS.
This secure partitioning allows StrongBox to have some unique and powerful features. OS versioning, rollbacks, automated hardware detection, fault-tolerant boot process, easy migration from server-to-server, and the ability to incorporate other Linux distributions and existing installations are key features.
StrongBox gets its name from the high standard of security that it provides. Using virtual servers, digital signatures on all OS components, and a large number of read-only pieces in the OS, StrongBox is highly resistant to security breaches.
Also, it has virtual boot medium independence, meaning that it can run with little or no changes from CDRom, compact flash, USB, SCSI, etc. This makes StrongBox ideal for the secure deployment of embedded systems, computing clusters, enterprise Linux deployments, secure web servers, PBX systems, and kiosk systems.
Enhancements:
- makerpm and makedebian scripts greatly improved
- asteriskathome build script
- Improved usb authentication, and automatic key selection for USB keys
- Added a gcc, distcc, linux headers, and kernel source add-ons
- Unionfs, bind, vrenice, rpm, hashlimits subsystem
- Larger default config partition (12MB)
- dmraid support re-added (use dmraid kernel parameter on boot)
- Updated versions of all software
<<lessStrongBox represents a shift in the Linux paradigm. Moving away from monolithic systems where everything runs together, StrongBox is a fully modular Linux distribution.
It incorporates a small ram-based OS and toolset for administration and security functions, and then allows applications bundles, built using any Linux distribution, to run on top of it. Each of these bundles, running in a secure virtual context, has a large level of independence from the base OS.
This secure partitioning allows StrongBox to have some unique and powerful features. OS versioning, rollbacks, automated hardware detection, fault-tolerant boot process, easy migration from server-to-server, and the ability to incorporate other Linux distributions and existing installations are key features.
StrongBox gets its name from the high standard of security that it provides. Using virtual servers, digital signatures on all OS components, and a large number of read-only pieces in the OS, StrongBox is highly resistant to security breaches.
Also, it has virtual boot medium independence, meaning that it can run with little or no changes from CDRom, compact flash, USB, SCSI, etc. This makes StrongBox ideal for the secure deployment of embedded systems, computing clusters, enterprise Linux deployments, secure web servers, PBX systems, and kiosk systems.
Enhancements:
- makerpm and makedebian scripts greatly improved
- asteriskathome build script
- Improved usb authentication, and automatic key selection for USB keys
- Added a gcc, distcc, linux headers, and kernel source add-ons
- Unionfs, bind, vrenice, rpm, hashlimits subsystem
- Larger default config partition (12MB)
- dmraid support re-added (use dmraid kernel parameter on boot)
- Updated versions of all software
Download (465MB)
Added: 2005-09-01 License: GPL (GNU General Public License) Price:
1513 downloads
Frankie Linux 5
Frankie Linux is a bootable CD containing the Linux desktop operating system for PC. more>>
Frankie Linux is a bootable CD containing the Linux desktop operating system for PC. Frankie Linux runs Linux directly from the CD without installing.
All your available partitions and data storage devices (CD-ROM, USB storage devices, etc.) should be recognized at boot and should be mounted to /mnt/**.
Lots of useful applications are included.And you can also copy the CD to a FAT32 partition, and run it on your hard disk by launching a ms-dos program called loadlin.
A Live-CD is a completely operational Linux system contained on one bootable CD that can de run from any CD-ROM drive, without requering the installation of anything on your hard drive. When you want to return to your previous operating system, reboot and simply remove the CD from your drive. If you want to run Frankie Linux on your harddisk, just copy to a FAT32 Partition.
Frankie Linux is a distro base on Slackware , and it contains almost all usefull software for running full-fledged desktop, including Xwindow graphics user interface and lots of useful applications.
Frankie Linux can also be installed (manually) to a ext2/ext3/Reiserfs partition like other distributions, but you have to configure boot loader manually.
<<lessAll your available partitions and data storage devices (CD-ROM, USB storage devices, etc.) should be recognized at boot and should be mounted to /mnt/**.
Lots of useful applications are included.And you can also copy the CD to a FAT32 partition, and run it on your hard disk by launching a ms-dos program called loadlin.
A Live-CD is a completely operational Linux system contained on one bootable CD that can de run from any CD-ROM drive, without requering the installation of anything on your hard drive. When you want to return to your previous operating system, reboot and simply remove the CD from your drive. If you want to run Frankie Linux on your harddisk, just copy to a FAT32 Partition.
Frankie Linux is a distro base on Slackware , and it contains almost all usefull software for running full-fledged desktop, including Xwindow graphics user interface and lots of useful applications.
Frankie Linux can also be installed (manually) to a ext2/ext3/Reiserfs partition like other distributions, but you have to configure boot loader manually.
Download (578.1MB)
Added: 2006-06-27 License: GPL (GNU General Public License) Price:
1216 downloads
Berry Linux 0.83
Berry Linux is a bootable CD Linux with automatic hardware detection and support for many graphics cards and sound cards. more>>
Berry Linux is a bootable CD Linux with automatic hardware detection and support for many graphics cards, sound cards, SCSI and USB devices and other peripherals.
Berry Linux can be used as a Linux demo, educational CD or as a rescue system. It is not necessary to install anything on a hard disk, although this option is also available (it needs 1.2GB of hard disk space). Berry Linux is based on Red Hat Linux and Knoppix.
Main features:
- Support for Kernel-2.6. ALSA, ACPI, selinux.
- Overlay Filesystem Support.
- Berry Linux is not necessary to install. (Root partition is in the ramdisc using initrd, all commands are operated by being transfered from CD-ROM)
- Install without parting patitions on Windows to use install.bat. (Using cloop/loopback device)
- Its possible to install Berry Linux on hard disk. (Use Berry Linux Installer or Copy under /BERRY/, and set up LILO)
- Berry Linux can boot from USB-HDD/memory.
- Berry Linux uses WHIZ, a very sharp Kana-Kanji conversion system. (WHIZ Project)
- Automatically recognizes USB storage, and show icons.
- Berry Linux uses free Japanese True Type Fonts.
- Berry Linux uses bootsplash when booting.
- Berry Linux uses DHCP to connect the Network. (If youd like to use PPPoE, you should setting up it on the Terminal)
- Its possible to save personal setting.
- Red Hat Fedora compatible.
- Using new technologies.
- You can listen to mp3 using XMMS, and play DVD/DivX using MPlayer and XINE.
- You can edit files of Microsoft Word, Excel by OpenOffice.
Berry Linux Minis Features:
- Minimum Linux enviroment is available by using Berry Linux Mini.
- Its file size is very small. (148.0MB)
- Its light. Because of the Window Manager is Fluxbox.
- You can enjoy comfortable Linux enviroment.
<<lessBerry Linux can be used as a Linux demo, educational CD or as a rescue system. It is not necessary to install anything on a hard disk, although this option is also available (it needs 1.2GB of hard disk space). Berry Linux is based on Red Hat Linux and Knoppix.
Main features:
- Support for Kernel-2.6. ALSA, ACPI, selinux.
- Overlay Filesystem Support.
- Berry Linux is not necessary to install. (Root partition is in the ramdisc using initrd, all commands are operated by being transfered from CD-ROM)
- Install without parting patitions on Windows to use install.bat. (Using cloop/loopback device)
- Its possible to install Berry Linux on hard disk. (Use Berry Linux Installer or Copy under /BERRY/, and set up LILO)
- Berry Linux can boot from USB-HDD/memory.
- Berry Linux uses WHIZ, a very sharp Kana-Kanji conversion system. (WHIZ Project)
- Automatically recognizes USB storage, and show icons.
- Berry Linux uses free Japanese True Type Fonts.
- Berry Linux uses bootsplash when booting.
- Berry Linux uses DHCP to connect the Network. (If youd like to use PPPoE, you should setting up it on the Terminal)
- Its possible to save personal setting.
- Red Hat Fedora compatible.
- Using new technologies.
- You can listen to mp3 using XMMS, and play DVD/DivX using MPlayer and XINE.
- You can edit files of Microsoft Word, Excel by OpenOffice.
Berry Linux Minis Features:
- Minimum Linux enviroment is available by using Berry Linux Mini.
- Its file size is very small. (148.0MB)
- Its light. Because of the Window Manager is Fluxbox.
- You can enjoy comfortable Linux enviroment.
Download (532MB)
Added: 2007-08-21 License: GPL (GNU General Public License) Price:
807 downloads

ScoreBoard for Linux 0.2 Beta
ScoreBoard is a tiny program to keep scores in a quiz. more>> ScoreBoard is a tiny program to keep scores in a quiz. It allows users to customize the appearance of each group.<<less
Download (647KB)
Added: 2009-04-25 License: Freeware Price: Free
181 downloads
Puppy Linux 4.2.1
Puppy Linux provides you with a perfect and very useful evolutionary operating system which is based on GNU Linux. more>>
Puppy Linux 4.2.1 provides you with a perfect and very useful evolutionary operating system which is based on GNU Linux. Whats different here is that Puppy is extraordinarily small, yet quite full featured. Puppy Linux can boot into a 64MB ramdisk, and that's it, the whole caboodle runs in RAM. Unlike live CD distributions that have to keep pulling stuff off the CD, Puppy in its entirety loads into RAM. This means that all applications start in the blink of an eye and respond to user input instantly.
Major Features:
- Puppy Linux has the ability to boot off a flash card or any USB memory device (flash-Puppy), CDROM (live-Puppy), Zip disk or LS/120/240 Superdisk (zippy-Puppy), floppy disks (floppy-Puppy), internal hard drive (hard-Puppy).
- Puppy occupies about 50-60M on my USB Flash drive, CDROM, or whatever is the storage media.
- When Puppy boots, everything uncompressed into a RAM area that we call a "ramdisk". The live-CD will bootup on systems with only 32M RAM, but the more RAM you have the more Puppy is able to keep files permanently in ramdisk hence more speed. A PC with 128M RAM is the recommended minimum.
- Note that Puppy will automatically use a swap partition if it exists. When booting from a USB Flash device, Puppy tries to load all the Flash files into physical RAM, but if there is not enough RAM then Puppy is able to copy the excess to a swap partition if it exists. This eliminates writes to the Flash memory during a session, greatly extending its life span.
- You may need to have a swap partition to run Firefox or Mozilla on PCs with less than 64M RAM. Certainly, for a PC with only 32M RAM, a swap partition is necessary to run most of the large GUI applications.
Enhancements:
- CUPS-1.3.10 regressed from 1.4b2 to resolve ongoing issues with CUPS printing.
- Fixed printing from Geany, Leafpad and Gnumeric using CUPS-1.3.10
- Abiword-2.6.3 with 2.6.6 plugins has been patched for improved .doc & .docx support (Liberation ttf fonts required for some documents)
- Pwidgets updated to 2.0.8
- Pcrypt updated to 17 May 2009 release and now requires Ccrypt to function. Bcrypt has been dropped in consequence.
- Ccrypt-1.7 added as dependency for Pcrypt
- MIME-types updated in Rox-2.6.1
- Patches for gtk+ Xinput and b43 broadcom network driver
- Pmusic updated to 0.6.4
- Pschedule updated to 0.7
- Plus previously issued patches for nbtscan, mountcifs, jwm-tray, xsane, network wizard (now at April 4 release), mtpaint-snapshot, gtk+2.12.1-Xinput-fix and pcp (Puppy control panel).
Added: 2009-05-22 License: GPL Price: FREE
1 downloads
Other version of Puppy Linux
License:GPL (GNU General Public License)
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above linux swap partition search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed