Skip to main content

Home/ Linux/ Group items tagged exchange

Rss Feed Group items tagged

Krizna G

Setup FTP server on centos 7 ( VSFTP ) - 0 views

  •  
    FTP server is used to exchange files between computers over network . This guide helps you to setup ftp server on centos 7 . This guide contains configurat
Sandra Nowakowski

Learning MCDST - 0 views

  •  
    Microsoft Certified Desktop Support Technician (mcdst) Programme Overview ... Learning Mcdst Training And The Mcdst Credential ... Www.microsoft.com/learning/mcp/mcdst/default.asp. Back To Top. More From ... Www.trainingreference.co.uk/skills/mcdst.h...
Chris Fung

[Fix Work] ubuntu - can't start x11vnc without attached monitor - Unix & Linux Stack Ex... - 0 views

  • apt-get install vnc4server x11-xserver-utils xserver-xorg-video-dummy xterm wm2
  • sudo apt-get install x11vnc xserver-xorg-video-dummy check /etc/defaults/grub that it includes nomodeset flag: GRUB_CMDLINE_LINUX_DEFAULT="quiet splash nomodeset"
  • /etc/X11/xorg.conf
  • ...4 more annotations...
  • Section "Monitor" Identifier "Monitor0" HorizSync 28.0-80.0 VertRefresh 48.0-75.0 # 1680x1050 @ 60.00 Hz (GTF) hsync: 65.22 kHz; pclk: 147.14 MHz Modeline "1680x1050_60.00" 147.14 1680 1784 1968 2256 1050 1051 1054 1087 -HSync +Vsync EndSection Section "Device" Identifier "Card0" Driver "dummy" EndSection Section "Screen" DefaultDepth 24 Identifier "Screen0" Device "Card0" Monitor "Monitor0" SubSection "Display" Depth 24 Modes "1680x1050" EndSubSection EndSection
  • create service script in /etc/init.d/vncserver
  • your_username
  • 192.168.1.10
  •  
    Problem: VNC or Teamviewer can't start because no monitor is connected to Ubuntu. Solution: Installing a dummy video device to Xserver by following the instruction in this post.
1 - 3 of 3
Showing 20 items per page