Advertisement
Guest User

Untitled

a guest
Aug 1st, 2015
244
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 1.35 KB | None | 0 0
  1. //I'm new to linux, what do ?
  2. If you want to know what it is exactly : https://en.wikipedia.org/wiki/Linux
  3. if you want to try it, two solutions : install the distribution of your choice in a virtual machine, or try it with a live CD.
  4.  
  5. //what is a distribution ?
  6. see : https://en.wikipedia.org/wiki/Linux_distribution
  7.  
  8. //Why is there so much distributions ?
  9. Each distro have a purpose. Ubuntu target new users that want something that works out of the box. Other distributions like debian wants to be stable, or other distributions like arch or gentoo wants to be minimal and provide the user control on his machine.
  10.  
  11. //which distribution should I pick ?
  12. Depends of you and what you want.
  13. Friendly distributions for new users : Debian, OpenSuse, *buntu, Fedora...
  14. Distributions for advanced users : Archlinux, Gentoo, LFS...
  15.  
  16. //dual boot or not ?
  17. If you need a software that is not available in linux, it's better to dual-boot.
  18. If you don't know if you'll like the distribution you choose, dualboot or test it in a VM before.
  19.  
  20. //but I heard wine can run windows software ?
  21. Yes and no. It can't run every software that exist. The best is to try by yourself it it works.
  22.  
  23. //I heard about playonlinux, is there a difference with wine ?
  24. PlayOnLinux use wine and scripts, and usually works better than wine alone if you want to install a software.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement