User Tools

Site Tools


faq

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
faq [2007/02/12 15:30] damirfaq [2007/04/24 08:27] damir
Line 1: Line 1:
-==== Frequently Asked Questions ==== +====== Frequently Asked Questions ====== 
-=== General ===+===== General =====
  
-=== Networking === +===== Networking ===== 
-== HowTo move my mail from PINE to IMAP ==+==== HowTo move my mail from PINE to IMAP ====
 At [[mail:pine|this]] page you can find the solution. At [[mail:pine|this]] page you can find the solution.
  
-== I need to Scan something ==+==== I need to Scan something ====
  
 In our network users can use 2 different scanner for different needs In our network users can use 2 different scanner for different needs
Line 14: Line 14:
 The scanner in the lab is accessible for all at every hour of day (and night). the Digital Sender is available only during the work day. The scanner in the lab is accessible for all at every hour of day (and night). the Digital Sender is available only during the work day.
  
-== I need to make a CD or DVD ==+==== I need to make a CD or DVD ====
 <note warning> <note warning>
 Don't make copies of protected software. The EPFL policy about this are really strict. Don't make copies of protected software. The EPFL policy about this are really strict.
Line 26: Line 26:
  
  
-=== Unix and Linux ===+===== Unix and Linux =====
  
 Your home directory is named: ///home/YourLoginName// Your home directory is named: ///home/YourLoginName//
 \\ \\
-==  Shells and Environment Customization ==+====  Shells and Environment Customization ====
    
 By default, you have a bourne shell (bash), meaning you can also type: //cd ~SomeLoginName// (eg: ~deatrich ) to reach your homedir.  By default, you have a bourne shell (bash), meaning you can also type: //cd ~SomeLoginName// (eg: ~deatrich ) to reach your homedir. 
Line 43: Line 43:
 (not yet complete) (not yet complete)
  
-=== Mac ===+==== How to run several X-Servers simultaneously ====
  
-=== Windows === +Have you ever wondered why Linux has 6 different virtual text-terminals but only one graphic-terminal? In fact, Linux has also 6 graphic terminals, it just uses only one by default. 
-== Why can't I run Windows OS on my my workstation ? ==+ 
 +When you start your X-Server with the command "startx", the system assumes, you want to send the graphical output to the first graphic-terminal, which you can access by pressing Ctrl-Alt-F7. 
 + 
 +  "startx -- :0" 
 + 
 +is normally the same as just "startx", it puts the graphics to the first graphic-terminal 
 + 
 +  "startx -- :1" 
 + 
 +starts another X-Server with its output to the second graphic-terminal 
 + 
 +  "startx -- :2" 
 + 
 +starts another X-Server with its output to the third graphic-terminal 
 + 
 +... so we can run upto 6 different X-Servers simultaneously! 
 + 
 +You probably already knew, that you can switch between the text-terminals with the combination Alt- and the F1 to F6 keys. 
 +Parallel you can switch between the graphic-terminals with Ctrl-Alt- and F7 to F12. 
 + 
 + 
 +==== How to connect to a remote X-Server, i.e. control it ==== 
 + 
 +Have you noticed that, when you open an X-Server on your box, the system will open the port 7000 (thats the standard)? So it seems possible to connect to this port and trasmit the graphic data over a network(i.e. the internet). For this to be possible you have to do the following configuration steps: 
 + 
 +  - On the server: 
 + 
 +     - Allowing the server to send data to your client : 
 +       "xhost +[ip]" whereas [ip] is the IP of the client 
 + 
 +  - On the client: 
 + 
 +     - Setting the server output to the remote X-Client: 
 +     "export DISPLAY="[ip]:0" whereas [ip] is the IP of the client 
 + 
 +After doing this all programs that use X which are executed on the server will be visible and controllable on the client. The CPU time used by the program, however, will be the server one's. 
 + 
 +Thats pretty much it. I hope that wasn't too cryptic. Have fun.  
 + 
 +===== Mac ===== 
 + 
 +===== Windows ===== 
 +=== Why can't I run Windows OS on my my workstation ? ===
 Because it sucks and it would require too much of our time to setup, fix, upgrade, keep away from viruses, etc. Because it sucks and it would require too much of our time to setup, fix, upgrade, keep away from viruses, etc.