ClioSport.net

Register a free account today to become a member!
Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

  • When you purchase through links on our site, we may earn an affiliate commission. Read more here.

quick ubuntu server question



just installing ubuntu server do i want to use lvm or encrypted lvm or just use entire disk ? its going on a virgin sc1435 with 1 disk no raid to be used as an apache server for our intranet
 
id have gone for that but unsure if i will need lvm as its just going to sit there :s will lvm give me anything extra that i may need
 

KDF

  Audi TT Stronic
As Daz has said already LVM is great for expanding your disks at a later date.

There is no downside to using LVM over any other method and at least the flexibility is there at a later date if you need it. Infact its actually very very easy to do.
 
i just went for entire disk in the end suppose i can just stick the cd in again

does it set its self up as a dns server ? dont really want that as my 2k3 dc is doing well enough as a dns server
 
Not if you don't install bind.
I tend to just install the base (deselect everything) and then install what I need.
 
i just went for lamp its what i need i think lol

where are .swap files held i cocked up using vi on the interfaces file now when i run sudo vi interfaces it says there is a copy saved as .swap


tbh im liking this it makes me feel technical again lol
 

KDF

  Audi TT Stronic
To recover a file from the swap file

Code:
vi -r {your file name}

swap files are hidden by default. You can view hidden files by using

Code:
ls -h

to remove the hidden file you would use

Code:
rm .yourfilename.swp

Files starting with a . are hidden. Hope that helps.
 


Top