LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   A few how to questions... (https://www.linuxquestions.org/questions/slackware-14/a-few-how-to-questions-740370/)

IwannaSlack 07-15-2009 06:01 PM

A few how to questions...
 
ok this is the first thing. I just bought a 1TD hardrive and my labtop is comming in a few weeks. What I want to do is turn my existing computer into a Slackware file server to host all my music, movies, ect. I want to be able to access it from the other window computers in the house. I also want to install the KDE on it because also want to be able to use it to continue learning with Linux but primarily (it's they're to host my files ). I also am wondering has anyone had any luck with virtual server? I am thinking I may want to install a few OS on the same computer that the slackware is on. So i can switch and remotely connect as I please. Kind of like a server with blades as I have at work.


Ideas?

allend 07-15-2009 06:17 PM

Quote:

I want to be able to access it from the other window computers in the house.
If you want to make files on the server available to Windows computers, you want to set up Samba shares on the server.
If you want to access the server from Windows computers with a login shell, then you can consider ssh (secure shell) using Putty on the Windows computers or some other Windows based ssh client.

Quote:

I also want to install the KDE on it
KDE is included as part of the standard Slackware install.

Quote:

I also am wondering has anyone had any luck with virtual server? I am thinking I may want to install a few OS on the same computer that the slackware is on. So i can switch and remotely connect as I please. Kind of like a server with blades as I have at work.
Not quite sure what you have in mind for this.
You can install multiple operating systems on the computer and boot to any one of them using a multiboot setup.
You can also install operating systems in virtual machines that you can set up using VirtualBox or some other virtualisation package.

mostlyharmless 07-15-2009 06:28 PM

And you can certainly connect to the VM as your server. Adds an extra touch of security if you're accessing from the web, especially if you make your VM server revert to snapshot on reboot...

IwannaSlack 07-16-2009 09:08 AM

Quote:

Originally Posted by allend (Post 3608851)
You can also install operating systems in virtual machines that you can set up using VirtualBox or some other virtualisation package.

this is exactly what I was looking for...suggestions on virtual machines I can use or buy?

Quote:

Originally Posted by allend (Post 3608851)
KDE is included as part of the standard Slackware install.

My apologies I do know you can install the KDE i was just wondernig if I was trying to run a file server could I still use it. It may sound stupid I just did not know but I did know it was apart of the installiation thanks :).

Quote:

Originally Posted by mostlyharmless (Post 3608864)
And you can certainly connect to the VM as your server. Adds an extra touch of security if you're accessing from the web, especially if you make your VM server revert to snapshot on reboot...

how can i go about doing that as well? You guys basically nailed my questions on the head.

allend 07-16-2009 09:18 AM

Quote:

this is exactly what I was looking for...suggestions on virtual machines I can use or buy?
This would be a good place to start.
http://www.linuxquestions.org/questi...e-year-695633/

IwannaSlack 07-16-2009 11:28 AM

Quote:

Originally Posted by allend (Post 3609592)
This would be a good place to start.
http://www.linuxquestions.org/questi...e-year-695633/

Yea the link simply just says that VirtualBox was top rated by users but does not exactly say anything else. Most of the posts are just people agreeing with it.

allend 07-16-2009 12:03 PM

You asked for suggestions on virtual machine software. The link shows potential candidates. Personally, I use VirtualBox and it serves my needs.
I believe that Slackware developer AlienBob uses qemu and Slackware developer rworkman uses VirtualBox. (Please note that they have both forgotten more about Slackware than I am ever likely to know!!)
It is my understanding that xen is best used for virtualising Linux distributions.

This is FOSS. You have the freedom and responsibility to make your own choice to suit your own needs.

IwannaSlack 07-16-2009 04:01 PM

Quote:

Originally Posted by allend (Post 3609735)
You asked for suggestions on virtual machine software. The link shows potential candidates. Personally, I use VirtualBox and it serves my needs.
I believe that Slackware developer AlienBob uses qemu and Slackware developer rworkman uses VirtualBox. (Please note that they have both forgotten more about Slackware than I am ever likely to know!!)
It is my understanding that xen is best used for virtualising Linux distributions.

This is FOSS. You have the freedom and responsibility to make your own choice to suit your own needs.

So i'm guessing my question now is will it Virtualbox work with slackware on the website it seems as it only works for a few distros.
------------------------

* Ubuntu 9.04 ("Jaunty Jackalope") i386 | AMD64
* Ubuntu 8.10 ("Intrepid Ibex") i386 | AMD64
* Ubuntu 8.04 LTS ("Hardy Heron") i386 | AMD64
* Debian 5.0 ("Lenny") i386 | AMD64
* Debian 4.0 ("Etch") i386 | AMD64
* openSUSE 11.1 i386 | AMD64
* openSUSE 11.0 i386 | AMD64
* SUSE Linux Enterprise Server 10 (SLES10) i386 | AMD64
* Fedora 11 ("Leonidas") i386 | AMD64
* Fedora 9 ("Sulphur") / 10 ("Cambridge") i386 | AMD64
* Fedora 8 ("Werewolf") i386 | AMD64
* Mandriva 2009.1 i386 | AMD64
* Mandriva 2008.0 i386
* Red Hat Enterprise Linux 5 ("RHEL5") / CentOS 5 i386 | AMD64
* Red Hat Enterprise Linux 4 ("RHEL4") i386
* Turbolinux 11 i386 | AMD64
* PCLinuxOS 2007 i386
* All distributions i386 | AMD64
------------------------

is the'yre something special i have to do?

tuxrules 07-16-2009 04:25 PM

Quote:

Originally Posted by IwannaSlack (Post 3609952)
So i'm guessing my question now is will it Virtualbox work with slackware on the website it seems as it only works for a few distros.

ofcourse it will work...after all each distro is Linux + userland tools. Go over to slackbuilds.org, find virtualbox, build and install.

niels.horn 07-16-2009 08:25 PM

I use both Qemu and VirtualBox for Virtual Machines.

VirtualBox has a nice GUI to configure and setup your machines.
Qemu is nice if you have a bit more experience and can be setup without even running X on your server - all from the command line. Then you can access your VMs via VNC for example.

IwannaSlack 07-24-2009 12:11 PM

Quote:

Originally Posted by niels.horn (Post 3610179)
I use both Qemu and VirtualBox for Virtual Machines.

VirtualBox has a nice GUI to configure and setup your machines.
Qemu is nice if you have a bit more experience and can be setup without even running X on your server - all from the command line. Then you can access your VMs via VNC for example.

Sorry for the late response. I'm not experience with these things when dealing with Linux. But I would like to be able to know diffrences or similarities between both. From a very basic google search they appear to have the same outcome. However prefrences? Why would someone choose one over the other. Is it soley because Qemu can install without the X? I kind of want the x. I'm not that advanced yet to install straight from the command line. Although I do want to reach that point.

niels.horn 07-27-2009 04:34 AM

I suggest to try VirtualBox first. It is easy to setup and has a user-friendly interface.

After a while, when you are more comfortable with virtual machines, you might want to try Qemu to experience something different and decide for yourself which one will be your favorite.

brianL 07-27-2009 05:34 AM

I've got VirtualBox running OK on Slack 12.2 (I'm using the non-OSE version). Installed XP Pro with it, and it's indistinguishable from the "real" thing.


All times are GMT -5. The time now is 04:31 PM.