Ports Search

Results 4,6914,700 of 5,886 for /net-im/.(0.007 seconds)
sysutils/clonehdd-2.0.3 (Score: 0.006132291)
Tool for clone HDD on FreeBSD
Tool for copy partitions to another HDD. FreeBSD stores its data on partitions, which are encapsulated in slices. Soft, such as Partition Magic, Acronis, etc. detect only slice, not real partitions on that slice. CloneHDD correctly understand size difference between two HDD and change size of each partition proportionally for filling entire HDD.
sysutils/cramfs-1.1 (Score: 0.006132291)
Linux Compressed ROM FileSystem
Cramfs is a Linux filesystem designed to be simple, small, and to compress things well. It is used on a number of embedded systems and small devices.
sysutils/ciso-1.0.0 (Score: 0.006132291)
Tool to compress ISO images to CSO format
CISO - tiny and easy to use tool to convert ISO images in CSO (compressed ISO) format.
sysutils/dupmerge-1.73 (Score: 0.006132291)
Searches for files with equal content
Dupmerge reads a list of files from standard input (eg., as produced by "find . -print") and looks securely for identical files. When it finds two or more identical files, all but one are unlinked to reclaim the disk space and recreated as hard links to the remaining copy.
sysutils/fastest_cvsup-0.3.0 (Score: 0.006132291)
Finds fastest CVSup server
Perl script to find fastest CVSup server: * uses socket connections not just 'pings' * takes notice of server responses * connects to servers in countries specified on the command line - or - connects to the 'local' servers defined in the script - or - connects to ALL the servers in ALL the countries * returns either fastest server or top 3 (useful for scripts) * returns exit codes (useful for scripts) * can re-write itself to update the CVSup server list, obtained from the online FreeBSD Handbook * can easily add other CVSup servers (NetBSD/OpenBSD...etc)
sysutils/filedupe-1.1 (Score: 0.006132291)
Utility for quickly finding duplicate files
Filedupe is a utility to assist in finding any duplicates as you accumulate files. It stores md5 hashes of all the files seen in a system wide database (/var/db/filedupe.db) so it can quickly spot any duplicates.
sysutils/dc3dd-7.2.641 (Score: 0.006132291)
dd program useful for computer forensics
dc3dd is a patched version of GNU dd to include a number of features useful for computer forensics. Many of these features were inspired by dcfldd, but were rewritten for dc3dd. - Pattern writes. The program can write a single hexadecimal value or a text string to the output device for wiping purposes. - Piecewise and overall hashing with multiple algorithms. Supports MD5, SHA-1, SHA-256, and SHA-512. - Progress meter with automatic input/output file size probing. - Combined log for hashes and errors. - Error grouping. Produces one error message for identical sequential errors. - Verify mode. Able to hash output files and compare hashes to the acquisition hash. - Ability to split the output into chunks with numerical or alphabetic extensions. - Ability to write multiple output files simultaneuously.
sysutils/encfs-1.8.1 (Score: 0.006132291)
Encrypted pass-through FUSE filesystem
EncFS is an encrypted pass-through filesystem which runs in userspace, using the FUSE kernel module. Similar in design to CFS and other pass-through filesystems, all data is encrypted and stored in the underlying filesystem. Unlike loopback filesystems, there is no predetermined or pre-allocated filesystem size.
sysutils/anacron-2.3 (Score: 0.006132291)
Schedules periodic jobs on systems that are not permanently up
Anacron is a periodic command scheduler. It executes commands at intervals specified in days. Unlike cron, it does not assume that the system is running continuously. It can therefore be used to control the execution of daily, weekly and monthly jobs (or anything with a period of n days), on systems that don't run 24 hours a day. Anacron is not an attempt to make cron redundant. Requirements - A functioning syslog daemon. - A functioning /usr/sbin/sendmail command. (all MTAs should have that).
sysutils/smbnetfs-0.6.0 (Score: 0.006132291)
Mount smb shares (Fuse filesystem)
SMBNetFS is a filesystem that allow you to use samba/microsoft network in the same manner as the network neighborhood in Microsoft Windows. Featuries: * you can use Samba/Microsoft network as a regular Unix filesystem * workgroup/computer/share entries are dynamically created * Windows domain supported * kerberos support (New) * user defined workgroup/link/hosts are supported * national character supported * in config files you can specify different user/password to access different network shares * you can access any computer in the world by "cd mountpoint/ip-addr" command, where "ip-addr" is the IP address of the desired computer. Do not warry that there is no file with such name :-) * command "cd mountpoint/username:password@computer_or_ip" allows you to access "computer_or_ip" as user "username" with password "password" (this is insecure, but usefull)