Questions tagged [hosting-services]

34 questions
12
votes
3 answers

mounting dropbox (for exploring the files)

I want to simply be able to explore a dropbox filesystem, without much additional load on CPU, memory, storage (i.e., without saving copies of the remote files locally). It seems that the official client consumes much reosurces (and would do…
imz -- Ivan Zakharyaschev
  • 15,113
  • 15
  • 61
  • 123
11
votes
3 answers

How to use wget to download from hosting sites?

wget is a very useful tool to download stuff on the internet quickly, but can I use it to download from hosting sites, like FreakShare, IFile.it Depositfiles, Uploaded, Rapidshare? If so, how can I do that?
Zignd
  • 3,003
  • 10
  • 35
  • 48
5
votes
2 answers

How to copy someone's else folders from public.me.com with a wget-like tool?

How can I copy a folder from http://public.me.com/ (a service related to iDisk, or MobileMe) to my local filesystem with a Unix tool (like wget, a command-line non-interactive tool)? The problem is that the web interface is actually a complex…
imz -- Ivan Zakharyaschev
  • 15,113
  • 15
  • 61
  • 123
4
votes
3 answers

Openstack for home cloud hosting

I am experimenting with a couple of technologies that I soon may have to use at work. So for now, I was thinking about duplicating the environment which I may have to create for my office at home so that I can save sometime. We're thinking of…
rahuL
  • 335
  • 1
  • 3
  • 8
4
votes
1 answer

Reverse DNS does not match SMTP Banner for multidomain hosting

We are planing for mail hosting, we are going to host multiple customer mail domain on single public IP. Now how i am going to set PTR record per customer? because i have single IP and it has to be single PTR enty.. If my customer running Mail Test…
Satish
  • 1,632
  • 3
  • 34
  • 60
3
votes
1 answer

High availibility setup with NFS

Web hosting HA setup I have 5 servers: Server-1: Webhosting Controlpanel (192.168.1.1) Server-2: Load balancer [Haproxy] (Public IP:192.168.1.2 and Virtual IP:192.168.1.3) Server-3 & 4: Data Servers Mounted data from NFS so…
Yousaf
  • 133
  • 1
  • 3
3
votes
2 answers

Download and install latest deb package from github via terminal

I would like to download and install the latest .deb-package from github (https://github.com/elbersb/otr-verwaltung/downloads to be exact). How can I download the latest package (e.g. *otrverwaltung_0.9.1_all.deb*) automatically with a script from…
Martin Thoma
  • 2,802
  • 5
  • 34
  • 45
2
votes
2 answers

Do best-practices indicate that usage of /var should be restricted to sudoers

I wrote a package, and would like to use /var to persist some data. The data I'm storing would perhaps even be thought of as an addition for /var/db. The pattern I observe is that files in /var/db, and the surrounds, are owned by root. The primary…
2
votes
0 answers

How to advertise a service on a port

I want to run a service(a server typically) on a host and it should advertise to other machines in the network. Let's say I'm running a ReST service which provides the temperature based on location on a machine having IP 10.40.0.3 with Port 5000.…
gangadhars
  • 697
  • 3
  • 15
  • 21
1
vote
0 answers

Backup and Sync from Linux to a WSL live (per each change)

I have a Linux (Arch/Debian) with only a CLUI (Bash) and a server environment (LAMP) with the following details: 4 GB RAM 2 vCPU Cores 80 GB SSD 4 TB Transfer 40 Gbps Network In 4000 Mbps Network Out I host two websites (WordPress and/or Drupal)…
1
vote
2 answers

Redirect all lines of code to the same file in a single line

I have the following command set used to update all my WordPress sites in my CentOs shared-hosting partition on my hosting provider's platform (via daily cron). The wp commands inside the pushd-popd set, are of the WP-CLI program, which is a Bash…
Arcticooling
  • 1
  • 12
  • 44
  • 103
1
vote
1 answer

OpenVPN Start Service

I am trying to configure OpenVPN on my CentOS 7 box. I am following this guide: https://www.digitalocean.com/community/tutorials/how-to-setup-and-configure-an-openvpn-server-on-centos-7#step-1-%E2%80%94-installing-openvpn I have got up to step 5 to…
Wraiith
  • 89
  • 1
  • 1
  • 5
1
vote
2 answers

Hosting multiple apps on Nginx Ubuntu 14.04

I am having hard time finding a solution. I have a Ubuntu 14.04 machine running NGINX. I have below 2 folders I would like to host. /var/www/apphost.comp.ill.com/app1/home/index.html /var/www/apphost.comp.ill.com/app2/index.html I would like to…
Neo
  • 13
  • 4
1
vote
1 answer

Multiple website on a single droplet with no Apache/Nginx

I have a single droplet at Digital Ocean and I host my website there. It's a standalone application with a built-in webserver. I want to host another website on that droplet as well. It'll also be the same kind of application with a built-in…
Oskar K.
  • 541
  • 1
  • 6
  • 18
1
vote
2 answers

How to estimate server's network connection quality with traceroute?

I need to estimate network connectivity of various dedicated server hosting providers, e.g. how fast and uniform will my services perform when hosted there. I use traceroute command on my home computer to check the servers that are hosted by the…
Nickolai Leschov
  • 1,101
  • 5
  • 13
  • 26
1
2 3