Need Debian 6 Squeeze expert

Status
Not open for further replies.

happygal

Banned
Banned
11
2012
0
0
Hello everyone,

I came here seeking someone to install software programs for me on a Debian 6 Squeeze dedicated server.

I can pay something...although not a ton.

Hope this is the right place to post this.

Thank you,
happygal
 
7 comments
Rapidshare Manager
Sabnzbd
VLC Media Player (if compatible with OS)
Handbrake (If compatible with OS)
Pale Moon version of Firefox (if compatible with OS)
A cleaner similar to CCleaner for Windows
File uploader zoom.eu
Some sort of email or messaging system we can use to chat/talk/send each other email/messages
Set up Sabnzbd on Webgui

Would be for about 6 users.
 
Install Desktop

Code:
#apt-get install xorg
#apt-get install gnome

Add Packages

Code:
#nano /etc/apt/sources.list

deb [url]http://ftp.br.debian.org/debian[/url] unstable main non-free contrib
deb [url]http://ftp.debian.org/debian[/url] unstable main non-free contrib

deb [url]http://ppa.launchpad.net/freenx-team/ppa/ubuntu[/url] karmic main non-free
deb-src [url]http://ppa.launchpad.net/freenx-team/ppa/ubuntu[/url] karmic main

Update packages

Code:
#apt-get update

Install libx

Code:
#apt-get install libxcomp3 libxcompext3 nxlibs

Install FreeNX

Code:
#apt-get install freenx-server nxagent

** If you need last wine:

Add packages

Code:
#nano /etc/apt/sources.list

deb http://www.lamaresh.net/apt lenny main

Add key

Code:
wget -O - http://www.lamaresh.net/apt/key.gpg | apt-key add -

Install Last wine

Code:
#apt-get update
#apt-get install wine
 
Hi everyone!

Wow, I really appreciate all the replies. You guys are a knowledgeable bunch!

I have already found someone who has installed everything for me for a small fee and am now trying to familiarize myself with the desktop. Very neat!

May I ask questions here from time to time should I need a bit more guidance?

Thanks very much,
happygal
 
Status
Not open for further replies.
Back
Top