Skip to content

neuweltgeld/ubuntu-install-remote-management

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation

Sunucunuza linux xfce dağıtımı kurmak ve uzaktan bağlanmak için şu adımları izleyebilirsiniz. Komutları tek tek girmeniz iyi olur.

sudo apt-get update && sudo apt-get upgrade -y

sudo apt-get install xfce4 xfce4-goodies xorg dbus-x11 x11-xserver-utils -y
 
sudo apt-get install xrdp -y

sudo apt install lightdm

sudo apt-get install tightvncserver -y

vncserver

# os kurulumu bu kadar, yanına bir de chrome ekleyelim.

wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb

sudo dpkg -i google-chrome-stable_current_amd64.deb

# çalıştırırken hata alırsanız
sudo apt -f install

reboot

root yetkisiyle çalıştırıyorsanız çalıştırma yoluna
--no-sandbox 
ekleyin.

# güvenlik sıkıntısı olabilir, bu sebeple root yerine user kullanın

# artık uzaktan bağlantı uygulamalarıyla ip ve vncserver şifrenizi girerek uzak sunucunuza bağlanabilirsiniz.

About

How to Install a GUI on an Ubuntu Server for Remote Management

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published