Something like NAS server but on ubuntu with endless capabilites! 05-06-2014, 02:17 AM
#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:
This is all, if you don't have unzip install it first, for problems leave a commnet.
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
[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:
- sudo -i
- apt-get update
- apt-get upgrade
- apt-get install apache2
- apt-get install php5 php-5 cli php-5 curl
- apt-get install samba
- nano /etc/samba/smb.conf
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
- cd /var/www/html/
- mkdir download
- chmod -R 777 download
- wget http://www.mediafire.com/download/8c1oz4...ver.tar.gz
- tar xvzf utserver.tar.gz -C /opt/
- chmod -R 777 /opt/utorrent-server-alpha-v3_3/
- ln -s /opt/utorrent-server-alpha-v3_3/utserver /usr/bin/utserver
- wget -q http://download.virtualbox.org/virtualbo...e_vbox.asc -O- | sudo apt-key add -
- sudo apt-get update
- sudo apt-get install dkms unzip
- sudo apt-get install virtualbox-4.3 --no-install-recommends
- wget download.virtualbox.org/virtualbox/4.3.10/Oracle_VM_VirtualBox_Extension_Pack-4.3.10-93012.vbox-extpack
- VBoxManage extpack install Oracle_VM_VirtualBox_Extension_Pack-4.3.10-93012.vbox-extpack
- apt-get install libapache2-mod-php5
- service apache2 restart
- adduser --ingroup vboxusers vbox
- wget 'http://downloads.sourceforge.net/project/phpvirtualbox/phpvirtualbox-4.3-1.zip' -O phpvirtualbox.zip
- unzip phpvirtualbox.zip
- mv phpvirtualbox-4.3-1 vbox
- cd vbox
- mv config.php-example config.php
- nano config.php
- var $noAuth = true;
- nano /etc/default/virtualbox
- VBOXWEB_USER=vbox
- /etc/init.d/vboxweb-service start
- reboot
- utserver -settingspath /opt/utorrent-server-alpha-v3_3/ & disown
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. - wget http://www.mediafire.com/download/8c1oz4...ver.tar.gz
![[+]](https://sinister.ly/images/modern/collapse_collapsed.png)

![[Image: OilyCostlyEwe.gif]](http://fat.gfycat.com/OilyCostlyEwe.gif)