Results 1 to 9 of 9

Thread: living in a datacenter

  1. #1
    Join Date
    Aug 2008
    Location
    Victoria, BC Canada
    Beans
    1,741

    living in a datacenter

    I created a VM for my web appliance on Azure, its a single core with 1.75 GB of RAM, hosted by Hyper-V. Best they got is 8 cores and 56 GB RAM so I think I will have some elbow room.

    So I was thinking SAMBA the old way is not going to work, so I need to figure out how to live in the cloud now

    also a I was using vsftpd but I am not sure what is the option today?

    when I installed LAMP it was so fast, they must have a super fast server that blows away my old box, took under 5 seconds to install it

  2. #2
    Join Date
    Oct 2009
    Beans
    Hidden!
    Distro
    Ubuntu 22.04 Jammy Jellyfish

    Re: living in a datacenter

    What is the purpose of this machine?
    Come to #ubuntuforums! We have cookies! | Basic Ubuntu Security Guide

    Tomorrow's an illusion and yesterday's a dream, today is a solution...

  3. #3
    Join Date
    Aug 2008
    Location
    Victoria, BC Canada
    Beans
    1,741

    Re: living in a datacenter

    web hosting mostly

  4. #4
    Join Date
    Oct 2009
    Beans
    Hidden!
    Distro
    Ubuntu 22.04 Jammy Jellyfish

    Re: living in a datacenter

    sftp/scp/rsync via ssh beats the crap out of samba or ftp imo. Easier to deal with and more secure too.

    You should be fine with just running a LAMP stack and using sftp or rsync to transfer files to and from the server.
    Come to #ubuntuforums! We have cookies! | Basic Ubuntu Security Guide

    Tomorrow's an illusion and yesterday's a dream, today is a solution...

  5. #5
    Join Date
    Nov 2008
    Location
    Boston MetroWest
    Beans
    16,326

    Re: living in a datacenter

    As a Kubuntu user, I take advantage of Dolphin's support for the "fish" protocol. If I enter a URL into dolphin like fish://user@hostname/directory, it creates an sftp connection to the remote's filesystem and gives me all the rights associated with "user". It makes moving files between a local machine and the remote server really simple.

    I also suggest considering an OpenVPN static tunnel to the remote.
    If you ask for help, do not abandon your request. Please have the courtesy to check for responses and thank the people who helped you.

    Blog · Linode System Administration Guides · Android Apps for Ubuntu Users

  6. #6
    Join Date
    Aug 2009
    Location
    Makati City, Philippines
    Beans
    2,269
    Distro
    Xubuntu 16.04 Xenial Xerus

    Re: living in a datacenter

    SFTP, FISH etc. You can also use FileZilla or just the default browser in Ubuntu to connect to your server and transfer files with a nice GUI.

  7. #7
    Join Date
    Aug 2009
    Location
    Makati City, Philippines
    Beans
    2,269
    Distro
    Xubuntu 16.04 Xenial Xerus

    Re: living in a datacenter

    SFTP, FISH etc. You can also use FileZilla or just the default browser in Ubuntu to connect to your server and transfer files with a nice GUI.

  8. #8
    Join Date
    Aug 2008
    Location
    Victoria, BC Canada
    Beans
    1,741

    Re: living in a datacenter

    I use Filezilla now and have some familiarity using it with Azure web sites already.

    What should I do with these held back updates?

    azureuser@LAMP:~$ sudo apt-get upgrade
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    Calculating upgrade... Done
    The following packages have been kept back:
    linux-cloud-tools-virtual linux-headers-generic linux-headers-virtual
    linux-image-extra-virtual linux-image-generic linux-image-virtual
    linux-virtual
    0 upgraded, 0 newly installed, 0 to remove and 7 not upgraded.
    azureuser@LAMP:~$

  9. #9
    Join Date
    Nov 2008
    Location
    Boston MetroWest
    Beans
    16,326

    Re: living in a datacenter

    If you use "sudo apt-get dist-upgrade" those packages will be installed.
    If you ask for help, do not abandon your request. Please have the courtesy to check for responses and thank the people who helped you.

    Blog · Linode System Administration Guides · Android Apps for Ubuntu Users

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •