Switching between Server and Client

Naseer

I am pretty new to ubuntu.I know that on installing ubuntu server i can install desktop version or GUI on it.My Questions are following.

  1. Will that new GUI will now act as server or client?
  2. If yes then how to switch between the two?

if i am wrong then please guide me how to have both server and desktop versions on the same machine or what is the best practice?

regards

Ahmadgeo

Server or Client; it is all about installed packages :)

from your server installation; you can run tasksel and install Desktop componnt(S)

if not installed, Open Terminal and run sudo apt-get install tasksel

This will install tasksel which is a Debian/Ubuntu tool that installs multiple related packages as a co-ordinated "task" onto your system`

you can then run sudo taskseland you will see a list of common installable server and Desktop components e.g

  • Basic Ubuntu Server
  • OpenSSH Server
  • LAMP Server
  • Mail Server
  • kubuntu Desktop
  • Lubuntu Desktop
  • Ubuntu Desktop
  • PostgreSQL Database
  • Samba file server.... and much else

For the switch; there is no actual switch to turn on or off :); but you will usually connect to a Server via a remote SSH terminal (putty for example)

when you want to connect to Desktop (GUI), you may login locally or remotely via VNC (or RDP after installing xrdp package)

For best practice; you don't need to install GUI on a Server.

But if you do need to, here is the simplest words as I see install only what need to have on a Server box, and DON'T install *ubuntu Desktop components as it will install too many packages you don't actually need.

if you need a GUI; install Lubuntu Minimal Installation from tasksel

if you will login locally, you can choose between the Desktop environment (GUI) of shell environment (command line)

simplest way is to press Alt+Ctrl+F1 to bring you to tty1 (ttys 1 through 6 are command line and tty7 is for GUI) and after the first Alt+Ctrl+F1,

you can switch between them with only Alt+F# according to the required terminal #

P.S: tty stands for a terminal

hope this helps you (if so; don't forget an upvote and mark as an answer :D )

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Java

Helm: Incompatible versions between client and server

From Java

Transfer "blobs" between grpc client - server

From Dev

Push Notification mechanism between a server and a client app

From Dev

Variables between Node.js Server and Client

From Dev

How to sync large lists between client and server

From Dev

Switching between the nodes in ElasticSearch using JEST client

From Dev

PHP:Calculating time difference between server and client

From Dev

Share model between client and server

From Dev

File Transport between Server/Client

From Dev

ArrayList<String> size not persisting between server and client

From Dev

Correspondece between Git client and server versions

From Dev

Client server communication between android app and server

From Dev

Synchronous and Asynchronous data transmission between client and server

From Dev

SocketServer Communication between java server and php client

From Dev

Shared Collection Between Client and Server Meteor

From Dev

Sharing TypeScript classes between client and server

From Dev

Error switching to client management

From Dev

Android - Sending data between server and client

From Dev

Difference between server and client

From Dev

Switching between Server and Client

From Dev

Share model between client and server

From Dev

Switching between the nodes in ElasticSearch using JEST client

From Dev

Keys' exchange between server and client

From Dev

GWT - Difference between (client --> server --> client) and (server --> client) communication

From Dev

Communication between client and server

From Dev

Error switching to client management

From Dev

Alt+Tab when switching between windows on a RealVNC client and the VNC server

From Dev

Continuous communication between server and client

From Dev

switching between 2 MongoDB on the same server

Related Related

  1. 1

    Helm: Incompatible versions between client and server

  2. 2

    Transfer "blobs" between grpc client - server

  3. 3

    Push Notification mechanism between a server and a client app

  4. 4

    Variables between Node.js Server and Client

  5. 5

    How to sync large lists between client and server

  6. 6

    Switching between the nodes in ElasticSearch using JEST client

  7. 7

    PHP:Calculating time difference between server and client

  8. 8

    Share model between client and server

  9. 9

    File Transport between Server/Client

  10. 10

    ArrayList<String> size not persisting between server and client

  11. 11

    Correspondece between Git client and server versions

  12. 12

    Client server communication between android app and server

  13. 13

    Synchronous and Asynchronous data transmission between client and server

  14. 14

    SocketServer Communication between java server and php client

  15. 15

    Shared Collection Between Client and Server Meteor

  16. 16

    Sharing TypeScript classes between client and server

  17. 17

    Error switching to client management

  18. 18

    Android - Sending data between server and client

  19. 19

    Difference between server and client

  20. 20

    Switching between Server and Client

  21. 21

    Share model between client and server

  22. 22

    Switching between the nodes in ElasticSearch using JEST client

  23. 23

    Keys' exchange between server and client

  24. 24

    GWT - Difference between (client --> server --> client) and (server --> client) communication

  25. 25

    Communication between client and server

  26. 26

    Error switching to client management

  27. 27

    Alt+Tab when switching between windows on a RealVNC client and the VNC server

  28. 28

    Continuous communication between server and client

  29. 29

    switching between 2 MongoDB on the same server

HotTag

Archive