Load large files to Amazon S3 [closed] - linux

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
I am using a linux machine and I would like to upload 12GB file to s3.
While using the web console I got the message that the browser support only files smaller than 1.9 GB.
What are the options for loading such a big file?

The Bucket Explorer should support big files (taken from here: http://aws.typepad.com/aws/2010/11/amazon-s3-multipart-upload.html)

Try s3md - http://s3tools.org/s3cmd
If you're on Ubuntu or other linux,
$ sudo apt-get install s3cmd
$ s3cmd --configure
....
$ s3cmd put myfile s3://mybucket

Related

How to build Docker images with node installed [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 4 years ago.
Improve this question
As of .netcore 2.1, node is not installed on the .net-images (windows images) .
How would you install node on your docker images? Here are some links, that doesnt seem to work for me, mostly because I get an error when running powershell. I only want to download official (from ms directly) images
https://github.com/a11smiles/docker-nano-nodejs/blob/master/Dockerfile
Can't install node in docker image microsoft/dotnet:2.1-sdk for windows architecture
You can use the microsoft/aspnetcore-build docker image, since it comes with Node.js. It's from Microsoft and has:
Node.js
NET Core SDK
Bower
Gulp

Node.js Configure Error: no acceptable C compiler [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
I am working on a hostgator linux server through SSH trying to install and use node.js. I followed the instructions on github.com/joyent/node/wiki/Installation, specifically this section.
tar -zxf node-v0.6.18.tar.gz #Download this from nodejs.org
cd node-v0.6.18
./configure
make
sudo make install
When I type ./configure I get this error.
Node.js configure error: No acceptable C compiler found!
Please Make sure you have a C compiler installed on your system and/or consider adjusting the CC environment variable if you installed it in a non-standard prefix.

Installing wget for Mac [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
I was installing wget 1.13 after downloading it from http://ftp.gnu.org/gnu/wget/.
I followed the instructions laid here http://krypted.com/mac-os-x/howto-install-wget-for-mac-os-x/.
A problem arose when I was running ./configure.
The output I received in the terminal was
error: --with-ssl was given, but GNUTLS is not available
Hence, I was unable to carry on to
make
make install
Anyone who has an idea what i am missing here?
All assistance are greatly appreciated.
I'm running on Mac 10.7.3, if it helps.
Thank you.
I would suggest using Homebrew.
It's a very simple and easy install and once it's done, you can just type brew install wget and it does everything automatically for you.

Installing OpenCL on linux without root rights [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
I want to use OpenCL on a linux machine, where I have only users rights. I have found only .rpm file, which is not the option until I don't get root's privileges.
Can I do some other way? Can I download the source some where?
You can install into your own home directory by setting the install path. These links may help you. And that was a nice question.
http://leenissen.dk/fann/forum/viewtopic.php?f=1&t=606
https://serverfault.com/questions/11270/installing-software-on-linux-without-root-privileges
On CentOS\RHEL You could use:
yum install packageName --installroot=[path]
This should work also without root permissions.

I can not get the "lxr " throught apt-get [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
everyone. Firstly, forgive my poor English #_#
I use ubuntu 11.10 now.
And I want to install lxr.But I can not get it throught
sudo apt-get install lxr.
The apt-get can not find the lxr.
I had google for this problem, but failed.
Could you tell me where to download the "lxr",please?
Or tell me how to make the apt-get find the "lxr"?
Thanks!
You can download lxr from this location: http://sourceforge.net/projects/lxr/files/stable/
The official installation guide is here: http://lxr.sourceforge.net/en/1-0-InstallSteps/1-0-install.php
Since the site is constantly evolving, the preferred access method is navigation from the home page http://lxr.sourceforge.net/en/index.php

Resources