Port PhpStorm settings (everything) from Windows to Linux (Ubuntu) - phpstorm

I am going to shift from Windows 10 to Ubuntu. I am using PhpStorm for my web development work and have configured everything as per my needs. I want to shift these settings to Ubuntu.
I have exported settings in Windows PhpStorm and it made a .jar file. I am unable to import .jar file in Ubuntu PhpStorm though.

Related

Ejabberd source code Installation in windows 10

I want to know the procedure to install Ejabberd from source code in windows 10. In their documentation, the installation with source code is only given for the Linux based operating system. I am struggling to find any good documentation on the same.
I think the windows installer is, in fact, compiled and packaged in Linux or other operating system. Following this reasoning, there's a way to get your self-compiled ejabberd running in Windows:
Download and install the latest ejabberd binary package in your Windows server. See what Erlang/OTP version and what ejabberd version you have.
Now, go to a development machine where you know ejabberd can be compiled: GNU/Linux, BSD, maybe Mac.
Download the same Erlang/OTP version, and download the source code of the same ejabberd version
Compile ejabberd
Copy the resulting *.beam files from the development machine to the Windows server, overwriting the originally installed ones

Where can I access the files created on the windows 10 ubuntu app?

I downloaded the windows 10 version of ubuntu to work on a python research project for school. I created a .csv file in the ubuntu terminal but I do not know where I can access that file from.
Thank you for any help.
For Ubuntu installed from the Microsoft Store:
Each distribution you install through the Microsoft Store is installed to that application's appdata directory. For example: C:\Users\%USERNAME%\AppData\Local\Packages\CanonicalGroupLimited.Ubuntu18.04onWindows_79rhkp1fndgsc\LocalState\source
The default Ubuntu 18.04 /home directory is located in C:\Users\%USERNAME%\AppData\Local\Packages\CanonicalGroupLimited.Ubuntu18.04onWindows_79rhkp1fndgsc\LocalState\rootfs\home\
Warning: Creating or modifying any files within the Windows Subsystem for Linux from Windows can result in data loss or corruption in Ubuntu, so make copies of these files before using them and use the copies in Windows, not the original files.
The Windows 10 April 2019 Update gives Windows Subsystem for Linux the new ability to let you access Linux files safely from Windows. WSL2 which features a true Linux kernel can be installed in Windows 10 version 2004 and later.

Easy PHP Development Server 16.1 PHP MyAdmin

I recently downloaded Easy PHP 16.1 and tried to open my phpmyadmin and it shows blank page.
My Environment is Windows 8 32 bit system, freshly installed os.
I have also installed Eclipse for android development in the same system and not sure will there be any port conflicts.
The apache server is running fine and i could execute the php files with echo statement.
Note : I tried with xampp also, and i got a blank screen for xampp too.

visual studio 2010 not generating .so file in firebreath plugin

I have created firefox plugin using firebreath in windows 7 with visual studio 2010. its generating .dll, .msi and .exe file for windows but not .so file for linux. I have to use this plugin for both OS so how should I create it ?
You must build the linux version on a linux machine, mac os version on a mac os machine, and windows version on a windows machine.
The build/ folder should not be in source control; it will be platform specific and generated by cmake in the prep script.

How install and configure mysql 5.6.16 in windows 7

I downloaded the zip file for Mysql 5.6.16, but there is no .exe file in the folder.
All the instructions online are saying install through .msi file.
How can i install and configure mysql 5.6.16 in windows 7 ??
Thanx in advance
As described in How to install MySQL on Windows 7?:
The installer installs the following software in your computer
a.) MySQL Server
b.) MySQL Connectors
c.) MySQL Workbench and sample
models
d.) MySQL for Excel
e.) MySQL Notifier
f.) MySQL for Visual
Studio
g.) Sample Databases
h.) Documentation
Download the installer here : http://dev.mysql.com/downloads/windows/installer/
There are two options available: (as on 31 Jan 2014 , the latest version is 5.6.16)
(i) mysql-installer-web-community-5.6.16.0.msi – 1.5MB
(ii) mysql-installer-community-5.6.16.0.msi – 250.8MB
I personally prefer the 2nd option. This helps me to keep the .msi file as backup in my computer. I can install MySQL whenever I need to
even if I am offline.
After downloading the 250 MB file, double click it to start the installation process. Now it is simple as installing any software on
windows 7.
Once you are done with the installation download the official document
Direct link for A4 size pdf –
http://downloads.mysql.com/docs/refman-5.6-en.a4.pdf
Now click the “MySQL Notifier” in programs menu. The Notifier icon appears in the task bar (right bottom). Right click on the small red
icon and select “start” the server option.
Click the “MySQL Workbench” in the programs menu. Start creating databases/schemas/tables/SQL scripts.
You can install mysql server on windows, using mysql web community installer. The web community installer is 32 bit, but you can use it install mysql on both 32 bit and 64 bit windows machines.
For step by step guide for installing mysql on windows machine, check this page How to install MySQL server on windows?
Install Windows (x86, 32-bit), MSI Installer) from this link , even if your are using 64 bit operating system. MySQL Installer is 32 bit, but will install both 32 bit and 64 bit binaries.
Simply follow the steps and make sure to select the dependency for Visual Studio. Installer will download everything for you.
Please Download Xampp Windows installer & install it on Windows. Hope this would work for you - www.youtube.com/watch?v=gwSCUHIzMsk .
Thanks
vJ