![]() |
|
Something like NAS server but on ubuntu with endless capabilites! - Printable Version +- Sinisterly (https://sinister.ly) +-- Forum: Computers (https://sinister.ly/Forum-Computers) +--- Forum: Operating Systems (https://sinister.ly/Forum-Operating-Systems) +--- Thread: Something like NAS server but on ubuntu with endless capabilites! (/Thread-Something-like-NAS-server-but-on-ubuntu-with-endless-capabilites) |
Something like NAS server but on ubuntu with endless capabilites! - giumbai - 05-06-2014 Edit: I've made a script for this so on the fresh install of ubuntu server (recomended 14.04) run those comands to download and run the script on your server: Code: sudo -i
wget "download1475.mediafire.com/h2irftssl6wg/vtshemteix0ow2i/utvi.zip"
unzip utvi.zip
cd utvi
chmod +x utvi.sh
./utvi.shSpoiler: To start with, I must say this is my first tutorial in this community, i don't consider myself being a hacker, but i kinda know a little something of everything when it comes to technology and computers. [color=#FFDAB9]This is a step by step tutorial that every person can do it without needing any additional informations![/color] /*/*On a PC that you have make a fresh install of Ubuntu server 14.04*/*/ 1.Download Rufus and Ubuntu and make a bootable flash-drive of ubutu server with rufus. 2. Now you to boot from the usb and install it, use a simple installation, when it comes to partitioning use LVM (in case you want to add an additional hdd after) and then when it comes to selecting the packages you want to install, select only openssh (you will see later why). Finish the install process and then the server will restart. 3. Now find the ip address of the server, you can do it by writing in the terminal "ifconfig" or going to your router interface and see what ip the hostname that you gave the server has (you will find somewhere in the dhcp "zone") 4. Now go you laptop/pc, download Putty, run it or install it (dpends on what you've downloaded). Then open putty set the ip address and log in to your server. 5. I must say I am a lazy person so i wont explain what will happen next, you just need to copy and paste the fallowing into putty by pressing right click:
workgroup = workgroup security = the user that you made in the first place while installing Ubuntu Now find some space and the following [share] comment = Ubuntu File Server Share path = /var/www/html/download browsable = yes guest ok = yes read only = no create mask = 0755 now hit "Ctrl X" on the keyboard and next "Y" to exit and save the file*/ Now insert the commands in to putty
RE: Something like NAS server but on ubuntu with endless capabilites! - TheDeceptionist - 05-06-2014 Please read the help documentation. And also are you aware of where you have posted this? RE: Something like NAS server but on ubuntu with endless capabilites! - Psycho_Coder - 05-06-2014 Hey OP please mention your sources or references that you took and also this thread seems to be a copy paste. Format the thread properly. RE: Something like NAS server but on ubuntu with endless capabilites! - giumbai - 05-06-2014 Sorry for miss placing I will work on organizing it more efficiently, I'm not used with making tutorials. |