Showing 30 open source projects for "file copy"

View related business solutions
  • SKUDONET Open Source Load Balancer Icon
    SKUDONET Open Source Load Balancer

    Take advantage of Open Source Load Balancer to elevate your business security and IT infrastructure with a custom ADC Solution.

    SKUDONET ADC, operates at the application layer, efficiently distributing network load and application load across multiple servers. This not only enhances the performance of your application but also ensures that your web servers can handle more traffic seamlessly.
  • Top-Rated Free CRM Software Icon
    Top-Rated Free CRM Software

    216,000+ customers in over 135 countries grow their businesses with HubSpot

    HubSpot is an AI-powered customer platform with all the software, integrations, and resources you need to connect your marketing, sales, and customer service. HubSpot's connected platform enables you to grow your business faster by focusing on what matters most: your customers.
  • 1
    Clonezilla

    Clonezilla

    A partition and disk imaging/cloning program

    Clonezilla is a partition and disk imaging/cloning program similar to True Image®. It saves and restores only used blocks in hard drive. Two types of Clonezilla are available, Clonezilla live and Clonezilla SE (Server Edition).
    Leader badge
    Downloads: 30,027 This Week
    Last Update:
    See Project
  • 2

    Pipe Viewer

    Monitor or control the progress of data through a pipe

    PV ("Pipe Viewer") is a tool for monitoring the progress of data through a pipeline. It can be inserted into any normal pipeline between two processes to give a visual indication of how quickly data is passing through, how long it has taken, how near to completion it is, and an estimate of how long it will be until completion.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    PyCheck

    PyCheck

    Calculates the checksum of a file, and compares it to an original.

    PyCheck calculates the checksum of a file, and compares it to an original either by selecting an original copy of the file, or manually entering the checksum of the original file, such as when it is provided on a website from which you downloaded a file. In Linux this program depends on the Python3 TK package, so make sure you have python3-tk installed using your distribution's package manager before continuing. I digitally sign some files in my releases. If you'd like to verify those...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    DNSzoneView

    DNSzoneView

    This application is intended to provide an overview of a site's own au

    This application is intended to provide an overview of a site's own authoritative named (DNS) server's "zone" files. Note that it does NOT create or modify any files - so don't expect to use this application to "set up" a DNS server. There are three parts to the DNSzoneView document: a) brief numerical summary of zone RR counts b) scatter plot of zone files relative to number of RR records and last-modified date-time of a zone file c) a listing of configured "local" zone files and the ability...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Create state-of-the-art conversational agents with Google AI Icon
    Create state-of-the-art conversational agents with Google AI

    Using Dialogflow, you can provide new and engaging ways for users to interact with your product.

    Dialogflow can analyze multiple types of input from your customers, including text or audio inputs (like from a phone or voice recording). It can also respond to your customers in a couple of ways, either through text or with synthetic speech. Dialogflow CX and ES provide virtual agent services for chatbots and contact centers. If you have a contact center that employs human agents, you can use Agent Assist to help your human agents. Agent Assist provides real-time suggestions for human agents while they are in conversations with end-user customers.
  • 5
    Mkpass

    Mkpass

    Mkpass - Command line Secure Password Generator

    mkpass is a simple command line utility to generate secure random passwords. You can easily redirect these to a clipboard or copy and paste as needed. I use a password manager and generate random passwords every time I need one. And while most password managers include a generator, there are times I need one outside of that. The code is written in java so it should run on any OS that supports it. Lastly, the idea and core code came from a Wikipedia article. I just took this and expanded upon...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Rescatux

    Rescatux

    Easy to use Repair distribution for both Gnu/Linux and Windows systems

    ... that in the chat they can help you better. O better, even, you can help debug and fix Rescatux bugs on the fly. * Share log on forum: Prepares a forum post alike text so that you can just copy and paste it in your favourite forum. Logs are nicely inserted into it with [CODE] symbols. * Boot Info Script: Run Boot Info Script option to share your computer configuration (specially boot one).
    Leader badge
    Downloads: 1,337 This Week
    Last Update:
    See Project
  • 7
    CompareDir

    CompareDir

    Tool to Compare 2 directories and handle the files.

    Did you ever copy many files to a portable usb-harddisk and use another system to update or delete files ? And later have trouble to find the few files you changed among all the others ? CompareDir does just that: it can compare 2 directories + subdirectories and you decide what files you want to keep, copy or delete. Manual: point it at a MasterDir, a SlaveDir than click "Diff" = show only the files that are available in only 1 directory-tree. Or click "All" = show all files in both...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    doall

    Shell script to run a command for many files selected with wildcards

    Extends shell * and ? wildcards to allow inserting matched strings like Windows 'copy *.old =.new' Some examples: # Rename current files as old doall 'mv *.cur *.old' # Compress camcorder DV files doall 'ffmpeg -i *.dv *.mp4' # Move files into directories according to their extension doall 'mv *.* $2/$1.$2' # Symbolic links from vmlinuz.new to vmlinuz-5.12.6-foo, similarly config.new System.map.new doall 'ln -s /boot/*-5.12.6-* /boot/$1.new' # Hard link 3-character abbreviations for file...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Copy Tool
    CopyTool is used to perform large copy jobs or move large amounts of files to a new location. CopyTool is useful when you need to copy a large user profile, driver stores or other copy or move jobs that file explorer has a hard time handling This project has been moved to https://www.mosaicmk.com/2018/08/powercopy.html
    Downloads: 0 This Week
    Last Update:
    See Project
  • Manage Properties Better For Free Icon
    Manage Properties Better For Free

    For small to mid-sized landlords and property managers

    Innago is a free and easy-to-use property management solution. Whether you have 1 unit or 1000, student housing, or commercial properties, Innago is built for you. Our software is designed to save you time and money, so you can spend more time doing the things that matter most.
  • 10

    WinUtils

    Small Windows command line utilities for sysadmins or linux users

    Added/Improved functionalities on some commands in the poor Windows shell. Currently features: - sleep (did not exist!) - mcopy (to continue partial copy) - niceio (modify hard drive access priority)
    Downloads: 43 This Week
    Last Update:
    See Project
  • 11

    headsort

    headsort: streaming sort + 2x faster than gnu sort

    ... triangulation, hsort begins piped sorted output when 1st bin is done. This means it has new applications in distributed computing and in some cases makes dc un-necessary. (gnu sort must finish all bins) Well compatible with gnu sort (most should not copy over sort binary). other algorthms featured if menu used: bubble, selection, insertion, shell, distributive counting, straight radix, radix exchange, quick, merge. (some are by character, some by line, some both)
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    Robo-Interface

    Robo-Interface

    Robo-Interface is a GUI for Robocopy (Robust File Copy).

    Robo-Interface is a GUI or user interface for Robocopy the command line tool from Microsoft and includes all the switches except /UNICODE :: output status as UNICODE. It will build the command string that you can copy and paste on the CMD (Command Prompt), or you can also run it from the application by clicking on the button "Run CMD" or copy the command string to the clipboard by clicking on the button "Copy". You can save job files, and they will display on the jobs table where you can open...
    Downloads: 32 This Week
    Last Update:
    See Project
  • 13
    Fisy is a simple and lightweight application dedicated to copy and backup files. This application has been designed to perform simple or timestamped copies of directories and files as well as unidirectional synchronization of file tree. Fisy is in command line, you can so start copying tasks at any time or plug them on an automated processing. Sine version 2.0, Fisy contains cipher features for encrypting data for storage in a remote service like the Cloud.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 14

    pulseagain

    Installing softwares on Windows remote Machine with pulse-again

    Pulse-Again is a graphical user interface written in Python and Tkinter to deploy softwares on a few computers with pulse2 secure agent installed on them. To use it, you need to create a pair of ssh key and you must allow the connexion on the remote computer by exporting your public key in the configuration of pulse2 (ssh) of the remote computer. To do this, you can insert manually your public key in the authorized_keys or use ssh-copy-id. Another point is that you must allow your machine...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Tech Tools Menu

    Tech Tools Menu

    a simple IT Tool

    Tool To Help Support Engineer, Allows Remote Install UltraVNC on machines, so also manage local network equipment. In this first phase of the project is necessary to have administrator privileges on the machine to be administered, it is designed for companies or institutions with established domains.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    PasswordGenerator

    PasswordGenerator

    A free Password Generator written in Java

    next version is 2.4.6
    Downloads: 3 This Week
    Last Update:
    See Project
  • 17

    etc2vcs

    A tool to put arbitrary files in the filesystem under version control.

    A perl wrapper around svn which keeps arbitrary files in the filesystem under version control in one working copy. File mode and ownership is preserved. Its main goal is to keep configuration files under version control.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    This script make a copy of a file, in the directory ".vers" with a timestamp on the end.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    Netgroup Administrator

    Command line tool used to manager the /etc/netgroup file.

    netgradm is a command line tool used to manage a local copy of the /etc/netgroup file.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    umlaute

    This script corrects vowel mutation (Umlaut) errors in filenames

    I have written this short script to correct vowel mutation (Umlaut) errors in filenames. This errors typically occur when you copy files to a system with UTF-8 charset from a system using another charset. One typical case is when a Windows-Client transfers files via FTP on a server using UTF-8. Such errors can't be corrected using convmv.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    DBsys

    Windows tweaks to reduce annoyances and more.

    Tweaks for Windows. A compilation of several tweaks and fixes for annoyances in windows that can be cured with a singe click. Launch programs you never knew you had on your OS! Quick access to ping, on screen keyboard, magnifier and more. Disable useless services. Don't own a printer? Why run the print spooler service? Conserve you PC's memory for your own software.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 22
    Miner Mole
    Miner Mole is an advanced desktop search utility. It collects, parses and stores data about files, folders, users or any other information that can be obtained from a computer, for fast and accurate information retrieval.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    A modified version of the vshadow.exe program originally bundled with Microsoft SDK that implements the essential for taking advantage of Volume Shadow Copy Service, without unnecessary stuff. It should come in handy in Windows scripts.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 24
    tsf is a UNIX/Linux command tool. When invoked on a file, a copy of that file is created with a name made of the file name plus a timestamp. tsf comes handy as an easy and quick way for creating timestamped copies of files before modifying them.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Drive-Mirror
    This is a BASH shell script written for LINUX. This script uses the dd command to make mirror images of a drive. It can copy from one drive to another, or can copy the contents of a drive to a file. It uses friendly menus and makes a nice log.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next