Login Register


Something like NAS server but on ubuntu with endless capabilites! filter_list
Author
Message
Something like NAS server but on ubuntu with endless capabilites! #1
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.sh
This is all, if you don't have unzip install it first, for problems leave a commnet.
Spoiler:
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:

  1. sudo -i
/* write the password again*/
  1. apt-get update
  2. apt-get upgrade
  1. apt-get install apache2
  2. apt-get install php5 php-5 cli php-5 curl
  1. apt-get install samba
  2. nano /etc/samba/smb.conf
And now start editing that file at [global] section as follow

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
  1. cd /var/www/html/
  2. mkdir download
  3. chmod -R 777 download
    1. wget http://www.mediafire.com/download/8c1oz4...ver.tar.gz
    2. tar xvzf utserver.tar.gz -C /opt/
    3. chmod -R 777 /opt/utorrent-server-alpha-v3_3/
    4. ln -s /opt/utorrent-server-alpha-v3_3/utserver /usr/bin/utserver
    1. wget -q http://download.virtualbox.org/virtualbo...e_vbox.asc -O- | sudo apt-key add -
    2. sudo apt-get update
    3. sudo apt-get install dkms unzip
    4. sudo apt-get install virtualbox-4.3 --no-install-recommends
    5. wget download.virtualbox.org/virtualbox/4.3.10/Oracle_VM_VirtualBox_Extension_Pack-4.3.10-93012.vbox-extpack
    6. VBoxManage extpack install Oracle_VM_VirtualBox_Extension_Pack-4.3.10-93012.vbox-extpack
    7. apt-get install libapache2-mod-php5
    8. service apache2 restart
    9. adduser --ingroup vboxusers vbox
    10. wget 'http://downloads.sourceforge.net/project/phpvirtualbox/phpvirtualbox-4.3-1.zip' -O phpvirtualbox.zip
    11. unzip phpvirtualbox.zip
    12. mv phpvirtualbox-4.3-1 vbox
    13. cd vbox
    14. mv config.php-example config.php
    15. nano config.php
    Ok so now add the following at $username vbox and $password - the password you inserted after th command "adduser --ingroup vboxusers vbox" and also find some for the next argument:
    • var $noAuth = true;
    Now save and exit (Ctrl X, Y)
    1. nano /etc/default/virtualbox
    and add the folowing
    • VBOXWEB_USER=vbox
    Save and exit
    1. /etc/init.d/vboxweb-service start
    2. reboot
    /*After the restart, log back to your server*/
    1. utserver -settingspath /opt/utorrent-server-alpha-v3_3/ & disown
    Now you are all finished, Go to your web browser write the ip adress like this http://ip-address:8080/gui, here is your utoreent web interface, have fun with it, now go to http://ip-address/vbox, here will be the web interface of you virtual box!

    What can you do with what you've just realize? Well you should already become fully aware of it, if not just live a comment on what you didn't understood! Wish you all good luck in using the perfect environment for programing. And also this is good for anonymity and testing software and so on.

Reply

RE: Something like NAS server but on ubuntu with endless capabilites! #2
Please read the help documentation.
And also are you aware of where you have posted this?
Visual Basic.Net

Private Message me for help

I'm not active because I'm busy with school.

Reply

RE: Something like NAS server but on ubuntu with endless capabilites! #3
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.
[Image: OilyCostlyEwe.gif]

Reply

RE: Something like NAS server but on ubuntu with endless capabilites! #4
Sorry for miss placing I will work on organizing it more efficiently, I'm not used with making tutorials.

Reply







Users browsing this thread: 1 Guest(s)