Showing 41 open source projects for "tar"

View related business solutions
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • $300 in Free Credit Towards Top Cloud Services Icon
    $300 in Free Credit Towards Top Cloud Services

    Build VMs, containers, AI, databases, storage—all in one place.

    Start your project in minutes. After credits run out, 20+ products include free monthly usage. Only pay when you're ready to scale.
    Get Started
  • 1
    YARA

    YARA

    The pattern matching swiss knife for malware researchers

    ...This is GitHub application that provides continuous testing for your rules, helping you to identify common mistakes and false positives. If you plan to use YARA to scan compressed files (.zip, .tar, etc) you should take a look at yextend, a very helpful extension to YARA developed and open-sourced by Bayshore Networks.
    Downloads: 37 This Week
    Last Update:
    See Project
  • 2
    parolin

    parolin

    tar based win32/64 DLL

    Important: removed xz lib 5.6.1 from all compressed files, now we are using release 5.4.0 because it is stable C code and executable to do an archive of multiples files or folders a la tar, with the advantage of full compatibility with future versions This means that if in the future someone improve the code older files will still be able to be extracted without problems, it looks like an improvement over tar. Its an application to compress and extract files in the .val format, when functional it can be used to replace tar files, the advantage is that it will handle any previous versions without problems, it is almost as fast as tar, for the moment it can generate .val files in gzip, bzip2, bzip3, lz5, brotli2, lzop2, Zstandard, xz and LZMA, but more compression methods will be added like our DLL version of this console application, a lot need to be done yet Documentation at https://parolin.sourceforge.io
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    AVFS is a system, which enables all programs to look inside gzip, tar, zip, etc. files or view remote (ftp, http, dav, etc.) files, without recompiling the programs.
    Leader badge
    Downloads: 398 This Week
    Last Update:
    See Project
  • 4
    Raspberry Pi GCC Toolchains

    Raspberry Pi GCC Toolchains

    CI maintained precompiled GCC ARM/ARM64 Toolchains for Raspberry Pi

    This project provides latest Raspberry Pi hardware optimized GCC Cross Compiler & Native (ARM & ARM64) automated Build-Scripts and Precompiled standalone Toolchains binaries, that will save you tons of time & thereby helps you get quickly started with software development on Pi.
    Leader badge
    Downloads: 148 This Week
    Last Update:
    See Project
  • Full-stack observability with actually useful AI | Grafana Cloud Icon
    Full-stack observability with actually useful AI | Grafana Cloud

    Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.

    Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
    Create free account
  • 5
    ARITA

    ARITA

    Extraordinary audio player for FreeBSD & GNU/Linux

    Unlike conventional audio players, ARITA aims to help music lovers to keep their precious collections well organized and tidy. Therefore it takes a different approach to arranging audio files. They must be emplaced into libraries: 'archives' or 'cuesheets'. Archive - compressionless container like CPIO. Instead of tags for description of tracks, a plain XML/YAML file is placed alongside each archive. Rather than embedding cover art in every track, put a single image next to a library. TIFF...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    progress

    progress

    Linux tool to show progress for cp, mv, dd, ... (formerly known as cv)

    progress is a lightweight command-line utility written in C that displays real-time progress information for coreutils operations such as cp, mv, dd, tar, and gzip. Instead of modifying the original commands, the tool scans the system’s process information to detect active file operations and estimates their completion percentage, throughput, and remaining time. It offers a top-like monitoring mode that continuously updates the status of ongoing transfers, making it especially useful during large file operations where native feedback is limited. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    rsptar_gzip

    rsptar_gzip

    TAR based DLL

    C code and DLL (with sample project) with library libarchive and GNU tar 1.34 to list, update, delete, extract and create latest GNU tar files uncompressed or compressed with gzip, gzip2, gzip2 multi-thread, bzip2, bzip3, bzip3 multi-thread, lzip, lzop, lzop2, lzop2 multi-thread, lz4, lz5 multi-thread, lzma, brotli, brotli2 multi-thread, Zstandard, xz , the old Unix compression utility 'compress' (.Z) , compress2 multi-thread (.Z2), zip, 7zip and many more formats with full Unicode support when creating and extracting files in windows, compiled with mingw, notice that we have developed a replacement for tar when running in windows with support to file attributes, it is extensible without breaking compatibility with older files, this means that if in the future we add new features to the format it still will be able to extract older VAL files, this is the recommended mode to be used, the extension is .val, support to AES 256, RC4, Serpent, MARS, RC6 and TWOFISH encryption
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    splitjob

    Reads from stdin, splits and sends to parallel invocations of commands

    Useful to split up jobs over multiple CPU cores or even multiple computers. Examples: tar -cf - /bigdirectory | splitjob -j 4 gzip > big.tar.gz splitjob "ssh h1 bzip2" "ssh h2 bzip2" < f > f.bz2
    Downloads: 4 This Week
    Last Update:
    See Project
  • 9

    star

    Free highly portable TAR implementation since 1982

    star - unique standard tape archiver (the oldest free TAR implementation)
    Downloads: 3 This Week
    Last Update:
    See Project
  • Go From AI Idea to AI App Fast Icon
    Go From AI Idea to AI App Fast

    One platform to build, fine-tune, and deploy ML models. No MLOps team required.

    Access Gemini 3 and 200+ models. Build chatbots, agents, or custom models with built-in monitoring and scaling.
    Try Free
  • 10

    SLFS

    Simple Log Structured Filesystem for Linux

    SLFS is a implementation of log-structured file system designed for flash memory based storages(SSD, SD card, eMMC, …). Like other log-structured file systems, SLFS shows good performance under random write. <Build> 1. deploy SLFS source code at your Kernel Source # tar xzf slfs.tar.gz # mv slfs KERNEL_SRC/fs/. # vi KERNEL_SRC/fs/Makefile (add following line) obj-$(CONFIG_SLFS_FS) += slfs/ # vi KERNEL_SRC/fs/Kconfig (find section “MISC_FILESYSTEMS” and add following line) source "fs/slfs/Kconfig" 2. build Linux Kernel # cd KERENL_SRC # make menuconfig (check SLFS as a module or built-in) # make && make modules_install Note. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    (This site is DEPRECATED. Please visit https://github.com/verdammelt/tnef) TNEF provides a way to unpack those pesky Microsoft MS-TNEF MIME attachments. It operates like tar in order to upack any files which may have been put into the MS-TNEF attachment instead of being attached seperately.
    Downloads: 37 This Week
    Last Update:
    See Project
  • 12
    Android Telnet SDK

    Android Telnet SDK

    Android Telnet SDK bases on Putty Telnet library

    ...Inspired by opensource community and in the hope of extending usage of Putty Telnet on Android devices, I created this Android verison telnet SDK and hope it'll make convenient for some developers when they come to developing Android version of telnet. Please refer to README.TXT in the tar file for instructions on how to use the SDK in your Android applications. I also have created an Android version of Mobile Telnet based on this SDK. You can download the free app at google play https://play.google.com/store/apps/details?id=mobiletelnet.feng.gao.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    freeware
    ... > https://sourceforge.net/projects/freeware/files/ final note: this learning space assumes that you already have support for **7zip** and **.tar.gz** archives. if you don't, please go get it. > http://www.7zip.org/ for tar.gz: 1. open the terminal 2. enter "gunzip file.tar.gz" 3. enter "tar -xzvf file.tar" Now accepting Bitcoin donations: 1AFMeDXvwenkKV96tLaYnXdRVxjZSRWhP
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    A generic BOINC wrapper for legacy applications utilizing GitBox (a variant of BusyBox): Use POSIX like shell scripting and built-in commands like tar, awk, sed, zip, etc. to control and execute your legacy application.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    cyphertite

    cyphertite

    Secure, encrypted, zero-knowledge online data backup.

    Introducing Cyphertite 2.0: An all new look and feel in Windows! Cyphertite is a tar-like secure remote archiver. It deduplicates, compresses, and encrypts data prior to transmission, providing total privacy while reducing unnecessary wire traffic. It seamlessly supports IPv6 and IPv4 on a variety of platforms.
    Downloads: 51 This Week
    Last Update:
    See Project
  • 16
    Xarchiver is a GTK+2 only frontend to 7z,zip,rar,tar,bzip2, gzip,arj, lha, rpm and deb (open and extract only). Xarchiver allows you to create,add, extract and delete files in the above formats. 7z, zip, rar, arj password protected archives are supported
    Downloads: 31 This Week
    Last Update:
    See Project
  • 17
    Restriping Tools for Lustre (Retools)

    Restriping Tools for Lustre (Retools)

    {bzip2,gzip,rsync,tar} with automatic striping according to file size

    Retools is a set of modifications to the commonly used open source utilities bzip2, gzip, rsync, and tar that automatically selects the Lustre stripe count for created and/or extracted files according to the sizes of the files involved. By striping large files over a higher number of physical disks and small files over a lower number, aggregate I/O bandwidth for large files is maximized and the impact to the file system due to small files is minimized.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    JAM-TAR

    JAM-TAR

    A Music File ID3 Tag Labeler

    JAM-TAR(Java Automatic Music Tagger And Renamer) JAM-TAR reads a music file, generates a fingerprint and gets ID3 tags from the server. Then automatically tags the music file correctly with the artist, title, and genre. JAM-TAR is built upon Echonest's Codegen program and is made in Java.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19

    NS2Installer

    NS2Installer Install NS2 in Linux System

    ...It will install NS2 in default location /opt NS2Installer support following Linux Distributions -Ubuntu -Fedora -CentOS -Linux Mint -Red Hat -Debian -openSUSE ----------------------------------- How to Install and Use NS2Installer ----------------------------------- tar -xzf NS2Installer-19.0.tar cd NS2Installer sudo ./NS2Installer Note:Run NS2Installere as Root and Internet Connection is compulsory while running. --------------------------------- Contact Details --------------------------------- Bugs, ideas, questions, etc. can be reported to me by e-mail. PMD Nagarjun < pmd@pmdox.com > For more Information and Latest Versions of NS2Installer Visit http://www.pmdox.com/content/ns2installer
    Downloads: 2 This Week
    Last Update:
    See Project
  • 20
    This utility allows you to _pipe_ cpio or tar output into the ftpbackup command, allowing a backup to be sent to a remote machine. If you use the standard ftp client, you must have enough disk space to create your backup image first.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    tcpcat is a simple program that is like `cat' but it works over tcp streams to allow you to cat from one host to another. example: host a: $ tcpcat -l 63255 | gzip -dc | tar xvf - host b: $ tcpcat -h hosta:63255 tcpcat-X.X.X.tar.gz
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    The TclVfs project aims to provide an extension to the Tcl language which allows Virtual Filesystems to be built using Tcl scripts only. It is also a repository of such Tcl-implemented filesystems (metakit, zip, ftp, tar, http, webdav, namespace, url)
    Leader badge
    Downloads: 4 This Week
    Last Update:
    See Project
  • 23
    unnks extracts data from nks and nkx archives, which are commonly used by several music synthesis programs. It has a similar interface to GNU tar.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    A software administration system for GNU/Linux systems with capabilities for network transparent package management, host-to-host data copying, creating tar archives with embedded signatures, and use as a directory content integrity checker.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    libEPOS is a C library to control the EPOS motor control from maxon motor ( http://www.maxonmotor.com ) using a GNU/Linux system. This software is NOT from maxon motor, but was written from scratch by Marcus Hauser and others. The tar file is outdate
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next
MongoDB Logo MongoDB