Click here to Skip to main content
1,837 members
Home / Discussions / SysAdmin discussions
   

SysAdmin discussions

 
Praisencat --proxy option non-client-server connection issues Pin
Member 99818-Oct-16 3:28
Member 99818-Oct-16 3:28 
Praisencat --proxy option non-client-server connection issues Pin
Member 99818-Oct-16 3:26
Member 99818-Oct-16 3:26 
Praisefew issued with -g -G -s --sctp NCat options Pin
Member 99816-Oct-16 6:43
Member 99816-Oct-16 6:43 
Generalunautherized/illegal use of ncat Pin
Member 99813-Oct-16 7:21
Member 99813-Oct-16 7:21 
GeneralISC DHCP Server Linux Pin
Emmanuel Medina8-Jul-13 12:14
professionalEmmanuel Medina8-Jul-13 12:14 
GeneralFedora 18 Installation Pin
Michael Martin1-Mar-13 22:11
Michael Martin1-Mar-13 22:11 
GeneralRe: Fedora 18 Installation Pin
ledtech322-Aug-13 14:30
ledtech322-Aug-13 14:30 
QuestionRecovery of data from Raid 5 hard drives after failure. Pin
SoMad29-Jan-13 13:04
professionalSoMad29-Jan-13 13:04 
AnswerRe: Recovery of data from Raid 5 hard drives after failure. Pin
ledtech320-Feb-13 10:08
ledtech320-Feb-13 10:08 
GeneralRe: Recovery of data from Raid 5 hard drives after failure. Pin
SoMad20-Feb-13 10:19
professionalSoMad20-Feb-13 10:19 
GeneralRe: Recovery of data from Raid 5 hard drives after failure. Pin
ledtech320-Feb-13 10:29
ledtech320-Feb-13 10:29 
GeneralRe: Recovery of data from Raid 5 hard drives after failure. Pin
SoMad20-Feb-13 10:51
professionalSoMad20-Feb-13 10:51 
GeneralRe: Recovery of data from Raid 5 hard drives after failure. Pin
Michael Martin22-Feb-13 19:51
Michael Martin22-Feb-13 19:51 
GeneralRe: Recovery of data from Raid 5 hard drives after failure. Pin
SoMad22-Feb-13 22:22
professionalSoMad22-Feb-13 22:22 
QuestionUser name from IP Address Pin
uspatel20-Aug-12 1:35
uspatel20-Aug-12 1:35 
NewsWindows updates breaks RDP!!! Pin
Vince Yonemitsu18-May-12 4:01
Vince Yonemitsu18-May-12 4:01 
GeneralRe: Windows updates breaks RDP!!! Pin
ledtech323-May-13 12:16
ledtech323-May-13 12:16 
SuggestionNew Section For Questions Pin
ledtech316-May-12 21:13
ledtech316-May-12 21:13 
GeneralRe: New Section For Questions Pin
Vince Yonemitsu18-May-12 4:01
Vince Yonemitsu18-May-12 4:01 
GeneralRe: New Section For Questions Pin
ledtech318-May-12 4:28
ledtech318-May-12 4:28 
GeneralHelp for VPS sysadmin noob Pin
jonas haggstrom14-May-12 20:54
jonas haggstrom14-May-12 20:54 
GeneralRe: Help for VPS sysadmin noob Pin
Vince Yonemitsu18-May-12 4:10
Vince Yonemitsu18-May-12 4:10 
Well if you need a webserver and its not installed use apachee. Are you using any PHP or MySQL?

Chances are you will need a LAMP server...
The basics to install it is to drop to the command line and typ the following two commands

sudo apt-get install tasksel

and then

sudo tasksel install lamp-server

This will get you up and running. If you already have some of these installed you may have issues with those above commands.

As for VPN, there are a number of ways to do this. do you need to use VPN or can you just use SSH? SSH is considered secure and will let you do everything you need to do from command line. Everything in linux can be done via command line.



to install ssh

sudo apt-get install openssh-server


Then to connect to your SSH server with on your windows machine you can install and download putty from here.... Use the EXE download, no install just download it and run it.
http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html[^]

modified 18-May-12 10:16am.

GeneralRe: Help for VPS sysadmin noob Pin
jonas haggstrom18-May-12 4:20
jonas haggstrom18-May-12 4:20 
GeneralRe: Help for VPS sysadmin noob Pin
Vince Yonemitsu18-May-12 4:24
Vince Yonemitsu18-May-12 4:24 
GeneralRe: Help for VPS sysadmin noob Pin
jonas haggstrom18-May-12 5:23
jonas haggstrom18-May-12 5:23 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.