| by Arround The Web | No comments

What is EFS (Elastic File System) in AWS? And How Is It Used on Ubuntu?

Amazon Elastic File System(EFS) provides an NFS file system for use with AWS Cloud services and on-premises resources which is simple, scalable, fully managed. We can mount this file system either on AWS Cloud or our on-premises servers. In this article, we will focus on creating a simple EFS filesystem and mount it on an […]

The post What is EFS (Elastic File System) in AWS? And How Is It Used on Ubuntu? appeared first on Linux Today.

Read More
| by Arround The Web | No comments

How to Back Up Linux Apps and Files on Your Chromebook

So your Chromebook is running Linux support, and you’ve begun adding Linux apps and files? Chrome OS developers have made it easy to run backups that preserve Linux’s filesystem hierarchy without needing to run complex commands.  Here&#8217…

Read More
| by Arround The Web | No comments

How to Install OwnCloud to Create Own Cloud Storage in Linux

Cloud storage stands for a virtualized pool of network storage most commonly hosted by third parties. Cloud storage is a network-based service that physically does not exist but remains somewhere in the cloud. To be more clear, cloud storage means sharing data over a network, rather than having local servers or personal devices. In this […]

The post How to Install OwnCloud to Create Own Cloud Storage in Linux appeared first on Linux Today.

Read More
| by Scott Kilroy | No comments

Prepare a docker container for AWS (elastic beanstalk)

cd to the directory containing your exported docker files, then run zip ../FILENAME.zip -r * .[^.]* This way kind of sucks, looking for a better way to do it.

Read More
| by Scott Kilroy | No comments

Amazon – recommended repo

The default repos for Amazon’s Centos are lacking a lot.  Add this repo to the default Amazon Centos setup. in /etc/yum.repos.d/ius.repo comment out: mirrorlist=http://dmirr.iuscommunity.org/mirrorlist?repo=ius-el5&arch=$basearch add: baseurl=http://dl.iuscommunity.org/pub/ius/stable/Redhat/5/$basearch

Read More