VirtualBox with Guest Additions installed - Please make the DDE as fast as LXDE
Tofloor
poster avatar
Blogghete
deepin
2017-04-13 01:10
Author
Edited by Blogghete at 2017-4-12 10:11

Please make deepin 15.4 distribution release a little faster when the operating system is virtualized in VirtualBox with Guest Additions installed into deepin.
The Deepin Desktop Environment is still too heavy for the CPU. LXDE and XFCE run faster than DDE.
Reply Favorite View the author
All Replies
2 / 2
To page
comzhong
deepin
2017-05-10 22:14
#21
https://bbs.deepin.org/post/137521
Edited by Blogghete at 2017-5-9 17:31


Reply View the author
Blogghete
deepin
2017-05-12 03:10
#22
Edited by Blogghete at 2017-5-11 12:13

Hi @comzhong,
obviously I have tried the GUI method to set the proxy yet but it doesn't work.
The following commands work (23 kb/s under proxy) but to make the connection faster you might execute the script provided by Maxximo88 that works like a charm! >>>

  1. [Run in terminal..]
  2. export http_proxy="http://\:@:"
  3. export https_proxy=$http_proxy
  4. export ftp_proxy=$http_proxy
  5. export HTTP_PROXY=$http_proxy
  6. export HTTPS_PROXY=$http_proxy
  7. export FTP_PROXY=$http_proxy

  8. su -
  9. [enter the root password]
  10. export http_proxy="http://\:@:"
  11. export https_proxy=$http_proxy
  12. export ftp_proxy=$http_proxy
  13. export HTTP_PROXY=$http_proxy
  14. export HTTPS_PROXY=$http_proxy
  15. export FTP_PROXY=$http_proxy

  16. cd /etc/profile.d/
  17. gedit proxy.sh

  18. export http_proxy=http://\:@:

  19. cd /etc/apt/apt.conf.d/
  20. gedit 99HttpProxy

  21. Acquire::http::Proxy "http://\:@:";

  22. cd /etc/
  23. gedit wgetrc

  24. http_proxy = http://\:@:


  25. cd /etc/apt/
  26. gedit apt.conf

  27. Acquire::http::proxy "http://\:@:";

  28. cd /etc/
  29. gedit environment

  30. http_proxy=http://\:@: apt-get update

  31. cd /etc/
  32. gedit profile

  33. export http_proxy=http://\:@:
  34. export ftp_proxy=http://\:@:

  35. sudo apt-get update
Copy the Code



<<<
Reply View the author
funteapot
deepin
2017-05-12 22:29
#23
在VirtualBox上安装deepin15.4,运行确实很慢,请各位开发人员自己测试下。
Reply View the author
2 / 2
To page