Coder Social home page Coder Social logo

Duygu Yagmur's Projects

backup-bash-shell-scripting- icon backup-bash-shell-scripting-

Simple Shell Script The following shell script uses tar to create an archive file on a remotely mounted NFS file system. The archive filename is determined using additional command line utilities. # Long listing of files in $dest to check file sizes. ls -lh $dest $backup_files: a variable listing which directories you would like to backup. The list should be customized to fit your needs. $day: a variable holding the day of the week (Monday, Tuesday, Wednesday, etc). This is used to create an archive file for each day of the week, giving a backup history of seven days. There are other ways to accomplish this including using the date utility. $hostname: variable containing the short hostname of the system. Using the hostname in the archive filename gives you the option of placing daily archive files from multiple systems in the same directory. $archive_file: the full archive filename. $dest: destination of the archive file. The directory needs to be created and in this case mounted before executing the backup script. See ??? for details of using NFS. status messages: optional messages printed to the console using the echo utility. tar czf $dest/$archive_file $backup_files: the tar command used to create the archive file. c: creates an archive. z: filter the archive through the gzip utility compressing the archive. f: output to an archive file. Otherwise the tar output will be sent to STDOUT. ls -lh $dest: optional statement prints a -l long listing in -h human readable format of the destination directory. This is useful for a quick file size check of the archive file. This check should not replace testing the archive file.

blockchain101 icon blockchain101

This repository presents a minimalistic Python implementation of a blockchain. It covers fundamental aspects such as blocks, hashing, mining, and chain validation. With classes for block creation, blockchain management, and tampering detection, this resource offers an introductory glimpse into blockchain technology using Python.

greetingclient icon greetingclient

Socket Client Example The following GreetingClient is a client program that connects to a server by using a socket and sends a greeting, and then waits for a response.

image-processing icon image-processing

A Python system that uses a camera to capture images and performs real-time serial number recognition. It utilizes OpenCV for camera interfacing and image processing, and Tesseract OCR for serial number detection. Ideal for automating serial number identification during production or inventory management.

ipython icon ipython

Official repository for IPython itself. Other repos in the IPython organization contain things like the website, documentation builds, etc.

kagglemaster-machine-learning icon kagglemaster-machine-learning

Kaggle allows users to find and publish data sets, explore and build models in a web-based data-science environment, work with other data scientists and machine learning engineers, and enter competitions to solve data science challenges.

readvice icon readvice

This repository hosts code for a personalized book recommendation website. Users receive tailored book suggestions based on their preferences and reading habits. With an intuitive interface, users can explore a diverse collection, access reviews, and engage with the community. This repository enables seamless book recommendations and discovery.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.