Les Partages de Memiks
Tag cloud
Picture wall
Daily
RSS Feed
  • RSS Feed
  • Daily Feed
  • Weekly Feed
  • Monthly Feed
Filters

Links per page

  • 20 links
  • 50 links
  • 100 links

Filters

Untagged links
11 results tagged file  ✕
Command Line - FreeFileSync https://freefilesync.org/manual.php?topic=command-line
Mon Dec 16 11:14:29 2019 archive.org
QRCode
thumbnail
sync windows file
Note: optimiser des jpeg dans des sous repertoires et tout mettre dans le repertoire walls /shaare/dbvlYQ
Mon May 20 22:23:04 2019 archive.org
QRCode

find . -type f -exec sh -c 'jpegtran -optimize -progressive -outfile "../walls/$(basename {})" "{}"' \;

jpegtran jpeg optimize progressive file batch
Dockerfile reference - Docker https://docs.docker.com/engine/reference/builder/#/add
Thu Mar 2 22:20:57 2017 archive.org
QRCode
thumbnail

Each may contain wildcards and matching will be done using Go’s filepath.Match rules. For example:

ADD hom* /mydir/        # adds all files starting with "hom"
ADD hom?.txt /mydir/    # ? is replaced with any single character, e.g., "home.txt"

The is an absolute path, or a path relative to WORKDIR, into which the source will be copied inside the destination container.

ADD test relativeDir/          # adds "test" to `WORKDIR`/relativeDir/
ADD test /absoluteDir/         # adds "test" to /absoluteDir/

If is a local tar archive in a recognized compression format (identity, gzip, bzip2 or xz) then it is unpacked as a directory. Resources from remote URLs are not decompressed. When a directory is copied or unpacked, it has the same behavior as tar -x, the result is the union of:

  • whatever existed at the destination path and
  • The contents of the source tree, with conflicts resolved in favor of “2.” on a file-by-file basis.
docker add tar bzip file
Git Large File Storage https://git-lfs.github.com/
Mon Apr 20 21:15:28 2015 archive.org
QRCode
thumbnail

Gérer de gros fichier (des backups ?) via GIT ?

c'est ce que propose cette extension à GIT par Github.com Git-LFS

et un serveur de test compilé en Go est même disponible :
https://github.com/github/lfs-test-server

via https://fralef.me/links/?0n_AkQ

github git lfs backup file
package management - How to install Cherokee web server on Debian Wheezy? - Unix & Linux Stack Exchange http://unix.stackexchange.com/questions/82795/how-to-install-cherokee-web-server-on-debian-wheezy
Tue Aug 20 23:41:39 2013 archive.org
QRCode
thumbnail

pas mal apt-file je ne connaissais pas ... ça permet de trouver dans quel(s) package(s) est une commande.

sudo apt-get install apt-file
sudo apt-file update

apt-file search add-apt-repository

software-properties-common: /usr/bin/add-apt-repository
software-properties-common: /usr/share/man/man1/add-apt-repository.1.gz

;)

debian apt file cache search
Mounting NFS volumes in OS X | TechRepublic http://www.techrepublic.com/blog/mac/mounting-nfs-volumes-in-os-x/430
Thu Oct 20 07:10:52 2011 archive.org
QRCode
thumbnail
Vincent Danen Apple Enterprise Network File System Data Sharing Ip storage outlines steps set up NFS mounts with Disk Utility GUI Mac OS X offers some basic tips on configuration
apenwarr/bup - GitHub https://github.com/apenwarr/bup
Thu Oct 20 07:10:43 2011 archive.org
QRCode
thumbnail

bup - Highly efficient file backup system based on the git packfile format. Capable of doing fast incremental backups of virtual machine images.

bup Highly efficient file backup system based on git packfile format Capable doing fast incremental backups virtual machine images
How to JailBreak PS3 with Blackcat USB - PS3 NEWS - PlayStation 3 News - PS3 Forums http://www.ps3news.com/forums/ps3-guides-tutorials/how-jailbreak-ps3-blackcat-usb-112311.html
Thu Oct 20 07:09:07 2011 archive.org
QRCode
thumbnail

How to JailBreak PS3 with Blackcat USB Requirements: PS3 (on fw 3.41) Blackcat USB Flip Software (i used 3.3.1) Psgroove Teensy 1.0 Hex file w/

How JailBreak PS3 with Blackcat USB time jailbreak installing considered fashioned good luck power cycling albeit guide blackcat extremely ypur Requirements on fw Flip Software i used Psgroove Teensy 0 Hex file w Manager pkg External Drive Original Game Disc
How to read SHSH On File and Save with Umbrella | Free iPhone Movie,iPad,iPod touch Apps Review http://www.indoiphone.com/how-to-read-shsh-on-file-and-save-with-umbrella.html
Thu Oct 20 07:04:48 2011 archive.org
QRCode
thumbnail

We write this guide how to read the store with Umbrella SHSH On File 3GS certificate for its iPhone and iPod Touch 2G/3G and. Umbrella is based on JAVA SHSH

We write this guide how read store with Umbrella SHSH On File 3GS certificate for its iPhone iPod Touch 2G 3G based on JAVA
Linux on 4KB-sector disks: Practical advice http://www.ibm.com/developerworks/linux/library/l-4kb-sector-disks/index.html?ca=dgr-lnxw074KB-Disksdth-LX
Thu Oct 20 07:03:05 2011 archive.org
QRCode
thumbnail
Linux Advanced Format 4096 4K sector Roderick W Smith tttlca Starting December 2009 hard disk manufacturers began introducing disks that byte sectors rather than more common 512 Although this change masked by firmware breaks physical into logical for benefit operating system larger has implications layout performance article examines these including benchmark tests illustrating likely real world effects on some file systems As with become throughout 2010 beyond strategies coping new increasingly important
Understanding Apple's Binary Protection in Mac OS X http://osxbook.com/book/bonus/chapter7/binaryprotection/
Thu Oct 20 07:02:35 2011 archive.org
QRCode
thumbnail

Mac OS X Internals

Amit Singh Mac OS X Internals 0321278542 Apple History Operating Systems Classic Rhapsody NEXTSTEP OPENSTEP BeOS Windows Mach Accent RIG dyld Open Firmware EFI Extensible Interface Virtual Memory Processes Process Management Scheduling Processors BSD O Kit Device Drivers Object oriented Interrupts Motion Sensor HFS File Interprocess Communication Ports
4756 links, including 1670 private
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn