Link: https://www.cnblogs.com/summertime-wu/p/11140052.html
Does Linux work?
Linux has a graphical interface
Support daily development
Social communication is OK
Can Linux replace Windows?
Running Android applications under Linux
What are the advantages of Linux?
Linux is elegant
Linux is efficient
Linux is free
Linux can also be beautiful
Some of my friends around me still seem to have the impression of Linux on the dark command-line interface. When I told him or suggested him to use Linux, I would be surprised and ask me, how to use it (for development or daily use)?
Linux has a graphical interface
desktop
starter
File manager
set up
This is the "domestic" operating system deepin, which I have used for nearly two years. I don't know whether the interface is beautiful. I'm sure it can be used.
For other Linux, please refer to:
Eight beautiful Linux distributions!
https://www.linuxprobe.com/eight-linux-distribution.html
Top 10 most beautiful Linux distributions in 2018
https://www.cnbeta.com/articles/soft/695605.htm
Looking ahead to seven easy-to-use Linux distributions in 2017
https://www.linuxidc.com/Linux/2017-01/139414.htm
Support daily development
First of all, VIM / Emacs says they can handle it, but I don't think I know them well
Java : Eclipse , IDEA , NetBeans , Android Studio ...
Python : PyCharm , WingIDE ...
C : KDevelop , Code Blocks ...
Php : PhpStorm ...
Front end: sublime, vs code, webstorm
...
Ranked in no order
Social communication is OK
There's an ICQ
Due to time constraints, the screenshot of deepin store is used here. Other Linux distributions may not be so rich, but there should be no problem installing QQ and wechat
Can Linux replace Windows?
First list the software I use daily:
Development: Idea
Database: dbaver, Navicat, PL / SQL
Communication: Tim, wechat
Browser: Google, Firefox, 360
Office: WPS, Microsoft Office Web Edition
Music: Netease cloud music
Input method: Sogou input method
Player: deepin's own player, VLC
Editor: Sublime text
Remote control: TeamViewer, sunflower, vnc, remmina
Download: thunderbolt express, aria2
Net disk: nut cloud, baidu net disk
Markdown editor: typora, zettlr
Terminal: built in by deepin (very easy to use)
Mind map: XMIND Zen
PDF: Fuxi reader
Virtual machine: VirtualBox, VMware
Game: steam, minecraft (my world)
These are just my daily use, and many excellent software are not listed.
As for whether it can replace Windows, the problem varies from person to person. For me, in my two-year experience, I haven't encountered any problems that can't be solved under Linux, so I have to go back to windows.
Besides, I can't. There are virtual machines.
Other references:
100 best Ubuntu applications (Part 1)
https://zhuanlan.zhihu.com/p/71833109
Deepin store
https://dstore-appstore.deepin.cn/china/index
A summary of commonly used excellent linux software, which must be hidden in operation and maintenance!
http://www.sohu.com/a/238318823_ one hundred million eight thousand six hundred and eight
Niche software - Linux
https://www.appinn.com/tag/linux/
Running Android applications under Linux
Xdroid enables Android applications to run on Linux, greatly expanding the Linux ecosystem.
Yes, you are right. It is not based on virtual machine or simulator. It has considerable speed and takes up less resources.
This seems to be something windows can't do at present.
Running screenshot
Screenshot of application market
What are the advantages of Linux?
The cost of moving from one system to another is huge. What is the charm of Linux worth doing?
Linux is elegant
When I install a software under windows, I first need to open the browser, search the software you want, and carefully avoid advertising. When you find a website that looks right, you still have to carefully find the download address rather than the huge download button. Finally, when installing a small wing, you must not miss some checks, Once you accidentally miss it, you will find that the computer seems a little stuck. Soon, its friends will appear on your desktop.
Under Linux, commands such as apt install or Yum install can complete the whole installation.
Linux does not need to choose whether to put the software on Disk C or disk D. It has defined which files should be placed in which places,
You don't need anti-virus software,
There's no need to clean up the garbage,
There is no need to free memory,
There is no need to activate the system. It is open source and free,
No disk optimization is required,
No annoying pop ups,
There is no forced update.
Linux is efficient
This is what attracts me most about Linux
command line
The command line is not a backward way to manipulate computers. On the contrary, it has always been efficient and expressive.
When you want to copy, cut or delete a file, I believe there is no command to open the file manager and jump between different windows.
When you want to check the system running status, I believe that moving the mouse, right clicking and selecting task manager is not as fast as a command.
When you want to write a simple script or file, I believe that there is no command to open the editor, create a new file, write, select the file location and save.
...
The mouse is a good tool, but it has its limitations. After all, it has only three buttons. The expressive power of using parameters on the command line is infinite.
Reduce mouse use
Through the command line, the vimium plug-in of the browser (operate the browser interface in a way similar to VIM), Albert (call an input box through the specified key to open app, file, URL, direct search, calculator...), system shortcut and idea (its design idea is keyboard first), I can rarely use the mouse.
Of course, the mouse is not hot. When your hands hit the keyboard quickly, using the keyboard directly is faster than moving your right hand to the mouse and back, and this uninterrupted experience is very comfortable.
As for why this is the advantage of Linux, in my past years of windows experience, I have not found an entry to customize the system shortcut keys, let alone customize macros. Of course, windows also has a command line, but I think its command richness and cooperation between commands are not as good as Linux (some people call it an accessory).
Reduce duplication of labor
I have a folder dedicated to all kinds of scripts I write. Most of the time, your problem can be solved by the software on the market, but when there are some small, unique and repetitive tasks. Scripts can help you solve these problems.
For example, I have a script to monitor the production environment (in fact, it should come with the project itself), an OA Guardian script (in fact, it is to monitor whether I write a daily report or send a text message to remind me if I don't), and even a script to send wechat regularly
These scripts can solve the repetitive work in the information world to a certain extent, and let me focus more on creative work.
Starting speed
On my computer, both the system startup speed and the software (idea, chrome) startup speed are slightly better than windows.
There is no accurate test data based on use experience. However, idea has been measured, which is faster than a second
Memory usage
Source: deepin official website
Linux is free
The above only explains the benefits of scripts, not Linux.
Because only Linux is so open and customizable, you can easily modify the system configuration and change the system state through commands, and even modify the kernel code, compile and use it.
If you don't like the current desktop environment, you can easily switch through commands.
If you love Mac OS as like as two peas, you can change Ubuntu to exactly the same way (including logo on boot).
If you don't like the file manager of the system, you can choose other excellent software, such as Nautilus.
If I don't like the current terminal, I have too many choices. I even used a terminal that imitates the geek style that appears in a movie.
On the contrary, take fonts for example. Under Linux, I can install and switch system fonts through commands, but there is no such setting or entry under windows. I don't quite understand why I don't have the right to choose.
And these are just trivial examples.
reference material:
What are the advantages of Linux over windows
https://blog.csdn.net/lmseo5hy/article/details/79279424
Original title: why do you recommend Linux development? Cool (plus seven exclamation marks)
The source of the article: WeChat official account: algorithm and data structure. Welcome to add attention! Please indicate the source of the article.
Bao’an District Shenzhen City, China
+86 189 3806 5764
{"site":{"site_id":3908,"site_type":11,"site_domain":"laptoprepair.com","domain_mode":1,"original_domain":"laptoprepair.com","language_code":"en","is_init_domain":0,"is_ssl":1,"lang_prefix":"/","animate_name":"none","compress__ratio":"100,100,100"},"page":{"page_id":24483,"page_type":"ai_article_detail","page_code":423,"page_url":"/what-are-the-advantages-of-linux-can-linux-replace-windows.html","page_source":"","allowAnimat":0,"content_id":52,"content_type":5,"detail_thumb":"https://img.yfisher.com/1637032799570.jpg","detail_title":"What Are the Advantages of Linux? Can Linux Replace Windows?","moq":1},"translateList":{"A new item has been added to your Shopping Cart":"A new item has been added to your Shopping Cart","Account is not exists":"Account is not exists","Add a review on the product":"Add a review on the product","Add to":"Add to","Add to Cart":"add to cart","all":"all","All Orders":"All Orders","Already commented":"Already commented","Are you sure you want to delete it?":"Are you sure you want to delete it?","Are you sure to delete the selected items?":"Are you sure to delete the selected items?","Awaiting Payment":"Awaiting Payment","Awaiting Shipment":"Awaiting Shipment","account security":"account security","address book":"address book","Buy":"Buy","Buy Now":"Buy Now","Cancel":"cancel","Clear":"Clear","Clear Search":"Clear Search","Confirm":"Confirm","Choose a country":"Choose a country","Choose Coupon":"Choose Coupon","commodity payment":"commodity payment","Completed":"Completed","Condition not met":"Condition not met","Confirm password is inconsistent with new password":"confirm password is inconsistent with new password","Congratulations":"Congratulations","Congratulations! You are got a coupon.":"Congratulations! You are got a coupon.","Congratulations! You are got all coupons.":"Congratulations! You are got all coupons.","Continue Shopping":"Continue Shopping","Copy the code and use it directly in the shopping cart.":"Copy the code and use it directly in the shopping cart.","Coupon List":"Coupon list","Country":"Country","Design customization":"Design customization","Do not use any discount":"Do not use any discount","Earliest":"Earliest","email":"email","email format does not match":"email format does not match","Estimated Delivery Time":"Estimated Delivery Time","expired":"expired","Find Parts":"Find Parts","Free":"Free","Free Quote & Information Request":"Free Quote & Information Request","Free Shipping":"Free Shipping","for order over":"for order over","Get":"Get","Get coupons":"Get coupons","Get discount":"Get discount","Get it":"Get it","Get it after logging in and use it in the shopping cart.":"Get it after logging in and use it in the shopping cart.","Go to Page":"Go to Page","Highest Price":"Highest Price","Hot Sale":"Hot Sale","home":"home","Incorrect form format":"Incorrect form format","inquiry":"inquiry","Loading":"Loading","Lowest Price":"Lowest Price","Match Product":"Match Product","Merchant Free Shipping":"Merchant Free Shipping","Most Popular":"Most Popular","my account":"my account","my coupons":"my coupons","my inquiry":"my inquiry","my orders":"my orders","my reviews":"my reviews","my wishlist":"my wishlist","name":"name","Newest":"Newest","No Quotation":"No Quotation","No time limit":"No time limit","Not deleted":"Not deleted","not valid yet":"not valid yet","Off":"Off","Offers and Discounts":"Offers and Discounts","ok":"ok","optional":"optional","Order over":"Order over","order notes":"order notes","Password contains at least numbers and letters length should be 6-20":"password contains at least numbers and letters length should be 6-20","Password is invalid":"Password is invalid","Password length should be 6-20":"Password length should be 6-20","Paypal":"Paypal","paypal payment":"paypal payment","personal info":"personal info","Please click ’click to continue’ to retry.":"Please click \"click to continue\" to retry.","Please enter a valid email address":"Please enter a valid email address","Please enter the verification code":"Please enter the verification code","Please login in first":"Please login in first","Please select attribute":"Please select attribute","Please select country/region":"Please select country/region","Please select superior":"Please select superior","Please select the number of ratings.":"Please select the number of ratings.","read more":"read more","Region":"Region","Register Success":"Register Success","Sale ends in":"Sale ends in","Save in wishlist":"Save in wishlist","Search":"Search","Shipping":"Shipping","Shipping Address":"shipping address","shipment successful":"shipment successful","Size guide":"Size guide","Small Text":"Small Text","Small Title":"Small Title","Sort By":"Sort By","State/Province/Territory":"State/Province/Territory","Successfully delete":"Successfully delete","Successfully save":"Successfully save","The coupon code has been copied and used in the shopping cart.":"The coupon code has been copied and used in the shopping cart.","The subscription is successful, thank you for your participation":"The subscription is successful, thank you for your participation","The user center is out of service. Please contact customer service":"The user center is out of service. Please contact customer service","This is Text":"This is Text","This is title":"This is title","This transaction has failed.":"This transaction has failed.","Time to shop":"Time to shop","To be commented":"To be commented","Total":"Total","the content can not be blank":"the content can not be blank","Update password success":"Update password success","Upload Image":"Upload Image","Upload up to 6 pictures":"Upload up to 6 pictures","uploading":"uploading","used":"used","user center":"user center","Validity period":"Validity period","valid now":"valid now","View Cart & Checkout":"View Cart & Checkout","Welcome to the website":"Welcome to the website","Western Union":"Western Union","Write a Review":"Write a Review","You are got a coupon.":"You are got a coupon.","You haven’t chosen an address yet":"You haven't chosen an address yet","You haven’t selected a product yet":"You haven't selected a product yet","Your rating":"Your rating","Your review":"Your review","Your shipping address error":"Your shipping address error"}}