I just installed XAMPP on my Ubuntu O.S but I want to add a GUI icon to my desktop? I followed an old post which generated the GUI but it doesn't launch when I click it. Can anyone provide a detailed step for Ubuntu 20.04?
Related
I've been trying to learn about algorand from last few days.
I tried following tutorial on youtube, but I'm unable to set it up on my laptop.
Nor I'm able to run docker & algorand daemons.
how do i set it up for windows?
Oh yeah i was facing same problem earlier.
if you're finding it hard to Install & run sandbox.
Here's what you exactly need to do....
Make sure you've DockerDesktop Installed
If not watch this video from Algorand youtube playlist to install it.
Here's link to official playlist by algorand
Make sure you've got UBUNTU WSL (AKA Windows Subsystem Linux) Installed
if not go to windows store & search ubuntu wsl > Install it.
once you've both docker & ubuntu WSL installed
you can simply open ubuntu in terminal
Now you'll need to clone sandbox.
Clone sandbox from github.
https://github.com/algorand/sandbox
once you've cloned sandbox.
you can run it by using following command
./sandbox up
and Violla it works.
I've installed "Seed Ubuntu 16.04 32bit" on VirtualBox and the VirtualBox Guest Additions 6.0.4 but i cant view the machine in fullscreen mode. What can i do?
My main system is Win10 build 18362
Right click on desktop and go to "display settings". There set Resolution to 1920:1200 (16:10). Click on Apply. Then a popup will appear, click keep configurations.
enter in ubunto config -> divice -> and change the resolution
I have installed XAMPP. It works. I'm trying to figure out the following:
1/ it appears there are now TWO apache servers on my mac. XAMPP just installed an additional server. One is already installed on the default Sierra OS. Is that correct?
2/ I can't find where XAMPP is reading files (document root). in the newly created directory: XAMPP.APP, the file structure is not as indicated in the FAQ's. For example, there is no xamppfiles or logs directory in the XAMPP.app directory.
Many thanks in advance
I installed XAMPP-VM (VM - as in virtual machine). Therefore, in the XAMPP application, I needed to click on "Volumes" and select "Mount" . I can then see this mounted volume in the MAC finder under "Shared". From there, I can get to all the necessary files including "lampp/htdocs".
I haven't encountered a web server on the default installation of macOS.
Run XAMPP in the applications folder and then click on the 'Open Terminal' button. At the prompt, type cd /opt/lampp and this is the document root.
I'm using this link: http://www.rapidqualitysystems.com/updates/CodeRocketForEclipse/
But I can download an .exe installation and I'm using Ubuntu 14.04!
How or where can I download and install the package for Code Rocket in Eclipse for linux ?
The System Requirements listed for CodeRocket for Eclipse see here (near the bottom of the page) say it is for Windows only.
i am new to github.
i want to setup https://github.com/Alanaktion/phproject project on my local machine.
I am using xampp.
how can i do that?
You can download a copy of the project by pressing the "Download Zip" button on the Github page. After that you should decompress the files into the root directory of Xampp. Depending on your operating system, the directory is located as follows:
XAMPP on Windows: C:/xampp/htdocs/
XAMPP on Linux: /opt/lampp/htdocs/
XAMPP on Mac OS X: /Applications/XAMPP/htdocs/
Open the page in a browser, and fill in your database connection details. Detailed requirements and installation instructions are available at phproject.org.
Hope this helps