SSH Fedora start

  1. Create the new user for SSH
  2. Start SSH with: # /etc/init.d/sshd start
  3. Add sshd to the default runlevel so it starts up on boot:

    # chkconfig sshd on
To install g++
yum install gcc-c++
Install QT3
yum install qt qt-devel

yum install qt qt3-devel

    No comments:

    Post a Comment