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

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.

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

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

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.

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

How to fix 'Managed SQL Server Installer has stopped working'

I am trying to install SQL Server 2008 Enterprise Edition on Windows Server 2008. I have done all the process till the Installation correctly. However, the installer displays the message "Managed SQL Server Installer has stopped working".
No online Solution has been provided yet....
Anyone sorted this problem before?
This is usually a problem with your installation of .NET framework. E.g:
http://social.msdn.microsoft.com/Forums/sqlserver/en-US/34671131-a095-4068-b4d8-ab5ef6f5b8cc/managed-sql-server-installer-has-stopped-working
Check that your installations are all in working order by using the tools on this site:
http://blogs.msdn.com/b/astebner/archive/2008/10/13/8999004.aspx
You may have to re-install any or all of your .NET framework versions.
Instead of trying several methods that have not been approved, it is better to repair the MSSQL Server installation. On the other hand, there is some other issues that can be encountered during the repair process i.e. Installing the .NET Framework 3.5 on Windows 8, Windows 8.1 and Windows 10 as shown below.
In this case, if you have trouble during .NET Framework installation, you can install it by following the steps below (requires Windows 8, 8.1 or 10) setup disc or ISO file):
1) First you'll need to copy Windows 8 setup files to your hard disk. If you have Windows 8 setup ISO copied in your system, you can mount it by right-click on it and select "Mount" option or you can extract its content using 7-Zip.
If you have Windows 8 setup disc and don't want to copy its content, its ok. Just insert the disc in your CD/DVD drive so that Windows can access its content.
2) Now open Command Prompt as Administrator as mentioned here and then provide following command:
Dism /online /enable-feature /featurename:NetFx3 /All /Source:F:\sources\sxs /LimitAccess
Here "F:" represents the CD/DVD drive letter in your system which contains Windows 8 setup disc. Replace it with the correct drive letter according to your system.
If you extracted Windows 8 setup files in a directory, replace F:\sources\sxs with the correct path.
3) As soon as you execute the above mentioned command, Windows will start installing .NET Framework 3.5 in your system and it'll not require Internet connection.
It'll take a few minutes and you'll get a message that the operation completed successfully.
4) That's it. Now you have installed .NET Framework 3.5 in Windows 8 without using Internet connection.
For more information have a look at How to Install Microsoft .NET Framework 3.5 Offline in Windows 8 and Later without Internet Connection?. Hope this helps...