| Written by: | grimdestripador |
Score: 9 votes: 12 Format: Article |
The Supreme Linux Mint 13 Development Station
The page contains my procedure for achieving a linux mint workstation. The instructions are only intended to be followed sequentially.
The following is accomplished:
- Install Linux Mint, configured to run in Virtual Box.
- Uses Bridge Networking to expose the server directly to the router.
- Uses Two HD Images. One for System, one for Data.
- Uses Samba Share, authenticated for a single user
- Performs Daily Backups of Data Drive to root partition
- Install SQL Developer
- Configure Synergy in a tri-monitor configuration
Install Into VirtualBox
- Download from virtualbox.org
- Install and restart
- Download Linux Mint 32-bit DVD with Codecs
-
Change Default Machine
- File->Preferences->DefaultMachineFodler:C:\devel\VirtualBox VMs
-
Create The VM
- Name: LM13Serv
- Operating System: Linux
- Version: Ubuntu
- Memory: 1024
- Create New Dynamic VDI Hard Disk of 32 GB
-
Configure the VM
- Right Click on LM13Serv, choose Settings
- Display: Video Memory: 24
- Display: Enable 3d Acceleration
- Network: Attached to: Bridged Adapter
-
Set ISO for CD Boot Device Storage: IDE Controller: Empty CD Choose Live CD/DVD
- Choose ISO linuxmint-13-cinnamon-dvd-32bit.iso
- Boot from Live ISO.
- Install Linux Mint.
- Shutdown
-
Remove LinuxMint ISO
- Settings: Storage: IDE Controller: Remove Disk
-
Add Another Disk
- Settings: Storage: SATA Controller: Create New VDI Dynamic Disk 48GB.
- Mint Update
- Restart
Create the Samba Network Shares
-
Use Terminal to locate device name for HD List Hard Drive Devices
- sudo fdisk -l
-
Create partitions on second HD
-
sudo fdisk /dev/sdb
- n
- p
- 1
- 2048
- (default) 100663295
- p
- w
-
sudo fdisk /dev/sdb
-
Make File System
- sudo mkfs.ext4 -T Backup /dev/sdb1
-
Mount Backup HD At Boot
-
Make A Folder
- sudo mkdir /media/Backup
-
Use A Text Editor on /etc/fstab
- sudo nano /etc/fstab
-
Append Text
- /dev/sdb1 /media/Backup ext4 defaults 0 2
-
Mount it Now
- sudo mount -a
-
Make Folder
- sudo mkdir /media/Backup/BKFiles
-
Make Folder Readable
- sudo chown root:sambashare /media/Backup/BKFiels
- sudo chmod 775 /media/Backup/BKFiles
-
Make A Folder
-
Add User
-
Menu: Preferences: User Account
- Unlock
-
(Plus) Create new account
- Account Type: Standard
- Full name: BKUser
- username: bkuser
- set password: ****
-
Make User Part of Samba Group
- sudo usermod -a -G sambashare bkuser
-
Menu: Preferences: User Account
-
The Samba GUI
-
sudo apt-get install system-config-samba
-
You May Need to get the prerequisits...
- sudo apt-get install samba samba-common python-glade2
-
You May Need to get the prerequisits...
-
sudo system-config-samba
-
Add User
-
Preferences: Samba User: Add User
- Unix Username: bkuser
- Windows Username: bkuser
- sambapassword: ****
-
Preferences: Samba User: Add User
-
Add Share
- Directory: /media/Backup/BKFiles
- Share name: BKFiles
- Description: Files which are backed up
- Writable: True
- Visible: True
-
Access Tab
- Only Allow access to specific users: bkuser
-
Add User
-
Restart Samba Service
- sudo service smbd restart
-
Open Nautilus: Network: Browse Network: LMServ : BKFiles
- username: bkuser
- domain: workgroup
- password: ****
- forget immediately
- Create A Folder to prove functionality
-
For Reference, I edited /etc/samba/smb.conf to view the output
-
[BKFiles]
comment = Files which are backed up
path = /media/Backup/BKFiles
writeable = yes
wrowseable = yes
valid users = bkuser
-
[BKFiles]
-
(Optional) Windows Map Network Drive
-
Goto Computer. On the top, click Map network drive.
- Folder: \\lmserv\bkfiles
- Reconnet at login: true
- Connet using different credentials: yes
- Username: bkuser
- Password: ****
- Remeber my credentials: true
-
Goto Computer. On the top, click Map network drive.
-
Setup Deja Dup Backup
-
Make Location for Destination
- sudo mkdir /home/deja-dup
- sudo usermod -a -G backup bkuser
- sudo chown `whoami`:backup /home/deja-dup/
- Menu: Preferences: Backup
- Just show me my backup settings
-
Overview:
- Automatic Backups: On
-
Storage
- Backup Location: Local Folder: /home/deja-dup
- Folder: deja-dup/dev-per-LMServ
-
Folders to back up
- Remove Home
- Add /media/Backup/BKFiles
-
Schedule
- How often to backup up: Daily
- Keep Backups: Forever
- Source: /media/Backup/BKFiles
-
Overview
- Back Up Now
- Allow Restoring without a password
-
Make Location for Destination
-
sudo apt-get install system-config-samba
Install SQL Developer
- Refer to Instructions for Install SQL Developer - Linux Mint 13 (Maya).
Install Synergy in Tri-monitor Configuration
- Refer to Instructions for Pyramid of Synergy, Manual Coding of the Synergy.conf file
Install Wins with Winbind to resolve Windows Style Hostnames
-
Install winbind
- sudo apt-get install winbind
-
Set winbind above DNS
-
sudo nano /etc/nsswitch.conf
-
Change the line 11:
- hosts: files mdns4_minimal [NOTFOUND=return] wins dns mdns4
-
Change the line 11:
-
sudo nano /etc/nsswitch.conf
Tags: Linux Mint, Maya, 12.04, LTS, 13, Development, Java, Samba
Created: 11 months ago.
Last edited: 11 months ago.
Reviewed: 11 months ago.
Read 0 times.
| Comments | |||
| 11 months ago |
chassum |
there are some useful elements here. | |
Other tutorials from grimdestripador
- Single Purpose Terminal Commands (CLI)
- Using the linux program called Screen to lauch a daemon at boot
- Formatting 1.5TB Western Digital EARS Drives
- Pyramid of Synergy, Manual Coding of the Synergy.conf file
- Install Oracle SQL Devleoper
- The Supreme Linux Mint 13 Media Server (NAS)
- Make Persistance File a Partition using casper-rw label
- Run Command on Login
- Installing sshfs for File Sharing
- How to Convert SFW to JPG
- Installing Webmin and configuring Samba Network Shares
- Advanced Conky Configurations with Linux Mint 14
- Dwarf Fortress Install With Sound Dependencies (OpenAl)
- Fixing nvidia-settings for Linux Mint 14 KDE
- Increase brightness or gamma from a dim video with WinFF and ffMpeg
- Use SSH Screens with your Minecraft Server Script
Ideas
Tutorials
Hardware
Software
Countries
Users
Moderation
Chat room
ISO Images