All Questions
8
questions
-7
votes
1
answer
65
views
How do I put extracted folder 'Cleanto' on my website root so that the path should look like http://yourwebsite/cleanto/index.php [closed]
How do I do step 3? I am not tech savvy, so please make it simple.
Way to Installation We are trying to make the installation process more easy and handy so that user can install our system in his ...
0
votes
1
answer
158
views
Find the absolute path for the root of the codebase
I need to find the absolute path for the root of the codebase.... is that a way to get it out easily??
I have a website that runs on on EC2 AWS/Ubuntu written at 95% in PHP and is linked with plesk. I ...
-1
votes
1
answer
2k
views
deleted a folder from root(user), ubuntu how do i access the trash bin from terminal?
i have deleted a folder from the root user dir (same where var,usr,home,etc,lib is stored) using the Webmin browser GUI ...on url http:// IP :10000
VPS:
ubuntu 18.04
User : root
no GUI, only SSH and ...
4
votes
2
answers
123k
views
How to change default ftp directory?
When I connect with FTP using a pem file it is connecting fine and by default, it is showing this directory: /home/ubuntu
Now I am trying to change the /home/ubuntu directory to /var/www/...
4
votes
3
answers
18k
views
/usr/bin/env: ‘ruby’: No such file or directory
When crontab tries to execute the script:
@reboot sh /home/username/unicorn_start.sh > /home/username/unicorn_start.out 2>&1
It creates me a log file with the following content: /usr/bin/...
3
votes
1
answer
6k
views
Why is /var/www a recommended location to host your web app?
I'm now trying to host my web app which is based on Ghost on Google Compute Engine, which uses Ubuntu 16.04, but I found the following suggestion to host a Ghost app:
Unzip Ghost into the folder /var/...
0
votes
1
answer
2k
views
when a .war is deployed in Glassfish, what's the path to WEB-INF?
Where "is" WEB-INF/duke.gif? What's the path(?) to this image?
thufir@doge:~$
thufir@doge:~$ jar -tf NetBeansProjects/WebApplication/dist/WebApplication.war
META-INF/
META-INF/MANIFEST.MF
WEB-INF/
...
2
votes
2
answers
31k
views
Deploying war files in tomcat6
I am using tomcat5.5 for a long on Ubuntu servers 8.10 and 9.10 and /usr/share/tomcat/webapps/ is the path where I place my .war files and access them on the browser over network.
On a sytem I've ...