Liandri's Links.
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
page 1 / 2
27 results tagged convert  ✕
Emailchemy - Email Migration Software - Weird Kid Software https://weirdkid.com/emailchemy/
Sun 14 Mar 2021 03:57:13 PM CET
QRCode
thumbnail

Emailchemy converts email from the closed, proprietary file formats of the most popular (and many of yesterday’s forgotten) email applications to standard, portable formats that any application can use. These standard formats are ideal for importing, long term archival, database entry, or forensic analysis and eDiscovery.

mail tool convert
Convert Hyper-V virtual machines from generation 1 to 2 – 4sysops https://4sysops.com/archives/convert-hyper-v-virtual-machines-from-generation-1-to-2/
Sun 06 Dec 2020 02:03:59 PM CET
QRCode
thumbnail
virtualisation hyper-v convert
MBR2GPT - Windows Deployment | Microsoft Docs https://docs.microsoft.com/fr-fr/windows/deployment/mbr-to-gpt
Sat 01 Aug 2020 01:13:25 PM CEST
QRCode
thumbnail
windows mbr gpt convert
Converting a VMware Linux Guest to Hyper-V… – Coretek Services http://www.coretekservices.com/2014apr29converting-vmware-linux-guest-hyper-v/
Mon 24 Jun 2019 10:25:02 PM CEST
QRCode
thumbnail
vmware hyper-v convert vm linux
How to Convert Vmware Virtual Machine to HYPER-V | Askme4Tech https://askme4tech.com/how-convert-vmware-virtual-machine-hyper-v
Mon 24 Jun 2019 12:29:46 PM CEST
QRCode
thumbnail

Convertir vmdk vers vhd(x).
Avec https://blogs.technet.microsoft.com/stevemoore/2017/06/08/convert-vmdk-to-vhd-fails-with-the-entry-2-is-not-a-supported-disk-database-entry/ en cas d'erreur, ça aide.

virtualisation convert vmdk vhd vhdx
active directory - How to join Domain and convert local user profile in the new AD user profile? - Server Fault https://serverfault.com/questions/917223/how-to-join-domain-and-convert-local-user-profile-in-the-new-ad-user-profile
Thu 02 May 2019 09:00:09 AM CEST
QRCode
thumbnail

Avec le classique https://www.forensit.com/domain-migration.html

oldfav windows local profil domain convert
Note: Convertir les .mobi vers .epub d'un dossier /shaare/aJF0qw
Fri 08 Mar 2019 04:38:06 PM CET
QRCode
for book in *.mobi; do echo "Conversion de $book"; ebook-convert "$book" "$(basename "$book" .mobi).epub"; done
calibre mobi epub convert
imagemagick - Convert PDF to image with high resolution - Stack Overflow https://stackoverflow.com/questions/6605006/convert-pdf-to-image-with-high-resolution/6605085#6605085
Sun 23 Dec 2018 08:09:33 PM CET
QRCode
thumbnail

Via river.

convert pdf image
GitHub - zelon88/HRConvert2: A self-hosted, drag-and-drop, & nosql file conversion server that supports 62x file formats. https://github.com/zelon88/HRConvert2
Sun 23 Dec 2018 07:18:13 PM CET
QRCode
thumbnail
selfhosted convert tool app
ImBatch Image Batch Processor: Convert Images In Bulk - gHacks Tech News https://www.ghacks.net/2018/11/25/imbatch-image-batch-processor-convert-images-in-bulk/
Sun 25 Nov 2018 12:20:05 PM CET
QRCode
thumbnail

Voir http://www.highmotionsoftware.com/products/imbatch

windows image convert tool
How do I convert a .pfx to be used with an Apache server? https://www.entrustdatacard.com/knowledgebase/how-do-i-convert-a-pfx-to-be-used-with-an-apache-server
Sun 14 Oct 2018 03:01:30 PM CEST
QRCode
ssl cert convert pfx pem
GitHub - ludoza/DokuWiki-to-Markdown-Converter: Tools to convert the DokuWiki syntax to Markdown syntax. Please note it has some specific Liquibase regular expressions. https://github.com/ludoza/DokuWiki-to-Markdown-Converter
Thu 05 Jul 2018 11:55:35 PM CEST
QRCode
thumbnail

Titre, Dokuwiki vers .md.

dokuwiki md convert
fstransform : Conversion de systèmes de fichiers | Admin Linux https://www.admin-linux.fr/fstransform-conversion-de-systemes-de-fichiers/
Thu 15 Mar 2018 09:26:55 PM CET
QRCode
oldfav linux convert fs
How to convert an OVA virtual machine to VHD https://www.rootusers.com/how-to-convert-an-ova-virtual-machine-to-vhd/
Wed 29 Nov 2017 01:53:26 PM CET
QRCode

Via https://liens.strak.ch/?4T_q2A

ova convert vhd virtualisation virtualbox
GitHub - vividvilla/csvtotable: Simple command-line utility to convert CSV files to searchable and sortable HTML table. https://github.com/vividvilla/csvtotable
Wed 12 Jul 2017 05:40:52 PM CEST
QRCode
thumbnail

Simple command-line utility to convert CSV files to searchable and sortable HTML table.

Via http://links.yome.ch/?Gw26Nw

csv table html convert
Note: Convertir image disque /shaare/dcw9vQ
Thu 22 Jun 2017 11:55:53 AM CEST
QRCode

Passer un disque de VM d'un Proxmox à un ESXI par exemple, on converti le disque :

qemu-img convert -pO vmdk /path/disk.raw /path/disk.vmdk

-p : avancement de la tache, utile,
-O : format de sortie du disque :

  • raw : (default) the raw format is a plain binary image of the disc image, and is very portable. On filesystems that support sparse files, images in this format only use the space actually used by the data recorded in them.
  • cloop : Compressed Loop format, mainly used for reading Knoppix and similar live CD image formats
  • cow : copy-on-write format, supported for historical reasons only and not available to QEMU on Windows
  • qcow : the old QEMU copy-on-write format, supported for historical reasons and superseded by qcow2
  • qcow2 : QEMU copy-on-write format with a range of special features, including the ability to take multiple snapshots, smaller images on filesystems that don't support sparse files, optional AES encryption, and optional zlib compression
  • vmdk : VMware 3 & 4, or 6 image format, for exchanging images with that product
  • vdi : VirtualBox 1.1 compatible image format, for exchanging images with VirtualBox.
  • vhdx : Hyper-V compatible image format, for exchanging images with Hyper-V 2012 or later.
  • vpc : Hyper-V legacy image format, for exchanging images with Virtual PC / Virtual Server / Hyper-V 2008.
disk virtualisation convert
Note: VirtualBox Proxmox /shaare/1k-GJQ
Sun 14 May 2017 03:39:02 PM CEST
QRCode
vboxmanage clonehd <orig-disque>.vdi <temp-disque>.img --format raw
qemu-img convert -f raw <temp-disque>.img -O qcow2 <final-disque>.qcow2
virtualbox convert proxmox kvm
Note: OVA Proxmox /shaare/wGVV8A
Sun 14 May 2017 03:10:56 PM CEST
QRCode

On vérifie le contenu du fichier .ova :

tar -tf <mon-appliance>.ova

On extrait :

tar -xvf <mon-appliance>.ova

On récupère l'image disque au format vmdk :

<mon-appliance>.ovf
<mon-appliance>.vmdk

On convertit l'image disque :

qemu-img convert -O qcow2 <mon-appliance>.vmdk <mon-appliance>.qcow2
proxmox ova vmware import convert
Download Microsoft Virtual Machine Converter 3.0 from Official Microsoft Download Center https://www.microsoft.com/en-us/download/details.aspx?id=42497
Tue 09 May 2017 03:53:16 PM CEST
QRCode
thumbnail

Convert virtual machines and disks from VMware hosts to Hyper-V hosts and Windows Azure or convert computers and disks to Hyper-V hosts.

Avec PowerShell :

Import-Module 'C:\Program Files\Microsoft Virtual Machine Converter\MvmcCmdlet.psd1'

Get-Command -module mvmccmdlet

ConvertTo-MvmcVirtualHardDisk -SourceLiteralPath "S:\Templates\Win2012DC.vmdk" -DestinationLiteralPath "C:\ClusterStorage\VMs\Temp" -VhdType DynamicHardDisk -VhdFormat Vhdx
#If offline can disable the tools. If was online could uninstall from the source VM Uninstall-MvmcSourceVMTools
Disable-MvmcSourceVMTools -DestinationLiteralPath "C:\ClusterStorage\VMs\Temp\Win2012DC.vhdx"

Via http://windowsitpro.com/hyper-v/convert-vmdk-vhd

vmware hyper-v convert vmdk vhdx
Benichou Software http://www.benichou-software.com/index.php
Sun 20 Nov 2016 01:51:44 PM CET
QRCode
"ITN ConverterITN Converter, plus connu sous le diminutif ITNConv, est à la fois un convertisseur d'itinéraire supportant de nombreux formats, et un planificateur d'itinéraire simple et efficace."  

Et pour le nom du site.

gps navigation transfert convert
page 1 / 2
17155 links, including 974 private
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn