Tag Archives: xserver

How to start the X server at boot with Redhat or Oracle Linux

vi /etc/inittab Edit your /etc/inittab file by replacing the line: id:3:initdefault: With this one: id:5:initdefault: and reboot Enjoy! Source: http://www.redhat.com/support/resources/faqs/rhl_general_faq/s1-xwin-q.html

Posted in Uncategorized | Tagged , , , , , , | Leave a comment

Getting X11 forwarding through ssh working after running su in AIX

After logging to a remote server using the “ssh -X user@host” (assuming that you have enabled X11Forwarding in your “/etc/ssh/sshd_config” file, and then restarted ssh by issuing “stopsrc -g ssh” and then “startsrc -g ssh”), you can run any X-windows … Continue reading

Tagged , , | Leave a comment

Ubuntu Connect to AIX V5.3 XServer

How to redirect graphical output of AIX to Ubuntu and run: 1) Go to System ->Administration ->Login Window->Security-> untick “Deny TCP connections to Xserver”2) Log out and then back in3) Type these commands in the terminal:xhost +telnet host_nameexport DISPLAY=Client_IP:0.04) Run … Continue reading

Tagged , , | Leave a comment