Questions tagged [conversion]
39 questions
2
votes
2 answers
Tip for a good Database Converter Tool
I need often to convert a database from a database server to another, for example convert a database in MSSQL to a PostgreSQL or convert a MySQL to PostgreSQL, but also convertion between MySQL and Firebird.
Is there a good tool that allow to…

aleroot
- 3,180
- 6
- 29
- 37
1
vote
1 answer
Can a Dell T410 tower be converted to rack mounting?
I have a Dell T410 which we're moving to a new location. It would be convenient to put it in a rack. However, I can't figure out if that's possible. Based on this 2013 reply by a Dell rep in a Dell forum, it would appear it's not possible, and yet…

mhucka
- 679
- 4
- 10
- 22
1
vote
2 answers
How to save the converted file to another system by ffmpeg
i want to developing a service of online converter in local network by ffmpeg.
the service receives address of file to converting and output address for put converted file to it.
can ffmpeg do saving output file in another system in local network…

soroush
- 415
- 1
- 5
- 6
1
vote
1 answer
Exabyte tape drive conversion to hard drive
I've never used tape drives before. For work I have to transfer some data from old Exabyte cassettes to a hard drive using an Exabyte tape drive reader. I don't have more information than this at the moment, but has anyone ever done something like…

mharris7190
- 113
- 3
1
vote
3 answers
Trying to conert Unix command to Windows command
I am working on ETL job where we have used the below command to get the File names from the folder and it will also count the rows for each file.
exec( '/usr/bin/ksh', '-c "cd [$PFileDir];/usr/bin/wc -l [$PFileName] >…

user138770
- 11
- 1
1
vote
1 answer
Converting a VMware ESXi 4.0 Thin Provisioned VM to Citrix
I'm needing to convert a Centos 4.4 VM running on ESXi 4.0.0 to Citrix 6, however I'm not sure how to go about it as it's using thin provisioning.
Normally, I'd copy the *-flat.vmdk files over to another box and then run qemu-img to convert it to a…

Marcus
- 165
- 3
- 10
1
vote
2 answers
Is it possible to do a V2V VM conversion while preserving snapshots?
Is it possible to convert a VM from VMware to Hyper-V (or vice versa) and preserve the snapshots?
For example, I have a VM in VMWare workstation and I want to convert it to Hyper-V, but I want all the VMware snapshots to translate to Hyper-V…

Matias Nino
- 1,392
- 7
- 25
- 40
1
vote
1 answer
How can i convert a VirtualBox's .vdi files to VMWare vmdk/ovf formt
Vsphere takes ovf file to create a Virtual Machine, but it also needs the vmdk which is the actual disk.
Would VMWare Converter be able to do this conversion? i have the .vdi files on Mac OSX. Maybe i need to move the files to where VMWare converter…

kamal
- 509
- 4
- 10
- 21
0
votes
1 answer
How to convert a MediaWiki installation using MySQL to SQLite?
We're running a small own MediaWiki installation based on MySQL here. For simplicity reasons it would be great to convert this installation to an SQLite variant as it then would not require a separate data base instance.
What I'm looking for is a…

Regis May
- 103
- 2
0
votes
1 answer
LVM to EXT2 conversion
I have just installed a new version of Centos 7.
I had an empty drive which I partition how I wanted to but could not get the install dialog to accept. In the end I said to use its defaults.
Now I have a LVM partition with CENTOS7.4.
I want to…

zach
- 1
0
votes
1 answer
Nginx rules conversion
I have these htaccess rules:
Options -MultiViews
RewriteEngine On
# Redirect Trailing Slashes...
RewriteRule ^(.*)/$ /$1 [L,R=301]
# Handle Front Controller...
RewriteCond…

Sherif
- 33
- 3
0
votes
1 answer
Date format conversion to epoch using gawk ( awk )
I want to convert dates in a file to epoch time. A sample csv looks like this:
$ cat test.jtl
2016/09/19 00:31:17.080,238,test1
2016/09/19 00:31:17.154,322,test2
22-Sep-2014 10:32:35.012,222,test3
I have tried the following , but the result…

user376778
- 9
- 1
- 2
0
votes
1 answer
Server to something like a Workstation conversion
So the thing is:
Im currently working with live visuals in concerts and stuff. (Yeah, serious work, not gaming or playing around), now im using a Macbook Pro 13" and its running at something between 12-30fps with the integrated gpu and I wanted to…
0
votes
1 answer
Converting IP addresses from Hex to normal format in Splunk
How do you convert IP address data in a splunk field from HEX to the normal 4 octet format?
0
votes
2 answers
TMG 2010 Physical to Virtual conversion using Vmwar Vcenter standalone converter
I converted Physical TMG 2010 R2 SP2 machine (Windows 2008 R2 SP1) to VM by using VMware Vcenter Standalone converter but stucked in following situation after successful conversion.
1) No adapters are available in TMG console (I was using 3…

Kamran
- 1