Linux Tutorials on the topic “storage”
-
How to install Seafile on Ubuntu 14.04 (Trusty Tahr)
Author: Roland C. Ilao • Tags: cloud, linux, server, storage, ubuntu • Comments: 8Seafile is a OpenSource cloud storage software. It offers file sharing and syncing for individual users and groups, it provides client side encryption and easy access from mobile devices. This tutorial describes the steps to install Seafile on Ubuntu 14.04.
-
A Beginner's Guide To LVM
Author: Falko Timme • Tags: linux, other, storage • Comments: 79A Beginner's Guide To LVM This guide shows how to work with LVM (Logical Volume Management) on Linux. It also describes how to use LVM together with RAID1 in an extra chapter. As LVM is a rather abstract topic, this article comes with a Debian Etch VMware image that you can download and start, and on that Debian Etch system you can run all the commands I execute here and compare your results with mine. Through this practical approach you should get used to LVM very fast.
-
How to install the new Pydio 6 release on Ubuntu 14.10 (Utopic Unicorn)
Author: Srijan Kishore • Tags: apache, linux, storage, ubuntu, web server • Comments: 5How to install the new Pydio 6 release on Ubuntu 14.10 (Utopic Unicorn) This guide explains how to configure Pydio in Ubuntu 14.10 (Utopic Unicorn). Pydio (formerly AjaXplorer) is a mature open source software solution for file sharing and synchronization. With intuitive user interfaces (web / mobile / desktop), Pydio 6 provides enterprise-grade features to gain back control and privacy of your data: user directory connectors, legacy filesystems drivers, comprehensive admin interface, and much more.
-
-
OwnCloud 7 installation and configuration on Debian 7 (Wheezy)
Author: howtoforge • Tags: apache, debian, linux, storage, web server • Comments: 1Installation and configuration of ownCloud 7 on Debian 7 (Wheezy) This document describes how to install and configure ownCloud 7 on Debian Wheezy. I will also describes how to connect to the ownCloud Server's data from Ubuntu 14.04 desktop and Windows 7. OwnCloud provides access to your data through a web interface or WebDAV while providing a platform to easily view, sync and share across devices—all under your control. ownCloud’s open architecture is extensible via a simple but powerful API for applications and plugins and works with any storage.
-
How To Recover Data From An Encrypted Harddisk On Boot Failure With Ubuntu 14.04
Author: howtoforge • Tags: desktop, linux, security, storage, ubuntu • Comments: 1How to recover data from an encrypted harddisk on boot failure with Ubuntu 14.04 This document describes how to recover an encrypted harddisk in a failed boot device for Ubuntu 14.04 Server. This method will work for Ubuntu Desktop also. This is a very havoc situation when the distro fails to boot and we have our important data inside the distro. If the harddisk is not encrypted then we can easily retrieve our data with the help of live-cds or live-USB boot devices, but if the harddisk was encrypted then situation becomes little hectic. I will cover the topic for encrypted harddisk data retrieval from Ubuntu distros.
-
How To Install ownCloud 7 on CentOS 6.5
Author: howtoforge • Tags: apache, centos, linux, storage, web server • Comments: 9How To Install ownCloud 7 on CentOS 6.5 This document describes how to install and configure ownCloud 7 on CentOS 6.5. I will also connect to the ownCloud Server's data with Ubuntu 14.04 desktop and windows 7 machine. ownCloud provides access to your data through a web interface or WebDAV while providing a platform to easily view, sync and share across devices—all under your control. ownCloud’s open architecture is extensible via a simple but powerful API for applications and plugins and works with any storage.
-
How to configure an NFS server and mount NFS shares on Ubuntu 14.04
Author: howtoforge • Tags: linux, storage, ubuntu • Comments: 10How to configure an NFS server and mount NFS shares on Ubuntu 14.04 Network File System (NFS) is a popular distributed filesystem protocol that enables users to mount remote directories on their server. The system lets you leverage storage space in a different location and write onto the same space from multiple servers in an effortless manner. It, thus, works fairly well for directories that users need to access frequently. This tutorial explains the process of mounting NFS share on an Ubuntu 14.04 server in an simple and easy-to-follow steps.
-
High-Availability Storage With GlusterFS 3.2.x On Debian Wheezy - Automatic File Replication (Mirror) Across Two Storage Servers
Author: Falko Timme • Tags: debian, high-availability, storage • Comments: 4This tutorial shows how to set up a high-availability storage with two storage servers (Debian Wheezy) that use GlusterFS. Each storage server will be a mirror of the other storage server, and files will be replicated automatically across both storage servers. The client system (Debian Wheezy as well) will be able to access the storage as if it was a local filesystem. GlusterFS is a clustered file-system capable of scaling to several peta-bytes. It aggregates various storage bricks over Infiniband RDMA or TCP/IP interconnect into one large parallel network file system. Storage bricks can be made of any commodity hardware such as x86_64 servers with SATA-II RAID and Infiniband HBA.
-
Creating An NFS-Like Standalone Storage Server With GlusterFS 3.2.x On Debian Wheezy
Author: Falko Timme • Tags: debian, storage • Comments: 1This tutorial shows how to set up a standalone storage server on Debian Wheezy. Instead of NFS, I will use GlusterFS here. The client system will be able to access the storage as if it was a local filesystem. GlusterFS is a clustered file-system capable of scaling to several peta-bytes. It aggregates various storage bricks over Infiniband RDMA or TCP/IP interconnect into one large parallel network file system. Storage bricks can be made of any commodity hardware such as x86_64 servers with SATA-II RAID and Infiniband HBA.
-
Fedora 19 Samba Standalone Server With tdbsam Backend
Author: Falko Timme • Tags: fedora, samba, storage • Comments: 5This tutorial explains the installation of a Samba fileserver on Fedora 19 and how to configure it to share files over the SMB protocol as well as how to add users. Samba is configured as a standalone server, not as a domain controller. In the resulting setup, every user has his own home directory accessible via the SMB protocol and all users have a shared directory with read-/write access.