Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
0 votes
2 answers
74 views

Mount Additional Storage on shared hosting without root access

I have a domain with a website where my clients upload files (expected 100GB) my employees have emails (3 mail box, 10-15GB each) My current "shared hosting" is fantastic, and I committed ...
serge's user avatar
  • 101
1 vote
3 answers
6k views

Error while installing Nodejs on Godaddy Shared Linux Hosting

I am installing Node.js on Godaddy Shared Linux Hosting by connecting to SSH via PuTTy. Getting Errors. I ran 'curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.34.0/install.sh | bash' ...
Sran Manpreet's user avatar
2 votes
1 answer
3k views

Unable to install Supervisor on shared hosting [closed]

I am trying to install supervisor to keep my jobs running .. this is my first time using it and as far as i understand i should first enter apt-get install supervisor from the terminal. Please note i ...
Yasser Moussa's user avatar
0 votes
2 answers
3k views

How to kill a process on shared hosting environment

How to kill and restart nodejs when the account has run out of processes. Using username "shee". Authenticating with public key "imported-openssh-key" Passphrase for key "imported-openssh-key": [shee@...
eddyparkinson's user avatar
0 votes
1 answer
280 views

Security of web app files and database passwords in a linux shared hosting environment

I have a web app on a linux shared hosting machine. Lets say I have a .htpasswd file, some configs that store a database password and generally don't want people snooping through my source code ...
jozxyqk's user avatar
  • 2,792
0 votes
3 answers
197 views

Shared hosting, stop user deleting .html file?

Hi guys I have set up a small shared hosting set up for friends. I have set the file chmod permissions to chmod 711 /home chmod 711 /home/testuser chmod 755 /home/testuser/public_html chmod o+r /...
Kal's user avatar
  • 125
5 votes
3 answers
5k views

Permissions on a typical shared Linux web host

I am trying to understand the file permissions on a typical shared Linux web hosting account. I know how to set rwx permissions for the OWNER GROUP and PUBLIC entities of a file or directory. What isn'...
JannieT's user avatar
  • 1,171
25 votes
2 answers
48k views

Using Yum to install packages for my user only

I would like to be able to install packages by using a package manager (Yum is available on my server), but I don't have root access. I don't technically need root access, I just want the packages to ...
Olivier Tremblay's user avatar