Many users who newly use Linux system may habitually apply the related concepts on operating system under Windows to understand Linux system. Here let’s take a look at the several most frequently encountered problems of new users in using Linux system.
Q: Why can’t we enter password in the terminal?
A: Actually, the case where the password cannot be entered in the terminal doesn’t exist. Since the user's password is very important in Linux system, the password is not echoed by any symbol after being entered in the terminal and other procedures. Such a design is to avoid others remembering your password’s digits so to crack your password. When you enter the password in the terminal, please touch type the password and press the “Enter” key lightly!
Q: Where is my C drive?
A: The file system structure in Linux system is completely different with that in Windows system. If we must say that there is C drive under Linux, we can only say that it is “/”; if we say that there is user’s folder under Linux, it is “/home”. For a more detailed introduction you can view Deepin Wiki. In addition, to imagine the file system structure under Linux system as a big tree can help you quickly understand the file system structure under Linux system.
Q: Where is my software installed?
A: This question is associated with the above question. Although “C:\Program Files” in Windows system is “/usr” in Linux system, not all the files of the software installed are under “/usr” in Linux system. The files of the software in Linux are generally scattered under multiple directories under Linux.
Q: Is there any software that is easily to be used to optimize and clean up the system?
A: Because Linux system has inherently good design, optimization software isn’t needed. If you really need to "optimize", then you can try the following work:
- To optimize the configuration of Linux kernel and streamline the functions and size of the kernel.
- To close some services which are unneeded or not frequently used.
However, as at present there are surplus properties in the computers now, the above work can not significantly prompt properties of Linux system. On the contrary, it will shut down some usable programs. As for cleaning up the system, since there are nearly not junk files under Linux system, generally there are only cached files, which are located in the /tmp directory together, and the directory will be regularly cleaned automatically, the users needn’t worry about it.
Q: Is there any anti-virus software that is easily to be used in Linux system?
A: Because of strict permission mechanism under Linux system, there rarely exist threatening viruses in the Linux system. Besides, viruses in windows system can not be run in Linux system, so Linux system is very safe inherently. But you should be careful not to leak your Root password and personal user password, and not to run the scripts whose sources and functions you don’t know at random. If the above requirements are met, you do not need to worry about the security of Linux system.
Q: Where can I download and install the software?
A: Deepin Store is born for this. You can fully use the mouse to operate and install any software you like only after you open Deepin Store. As for the other installing ways such as the compiled installation on the Internet and using PPA to install, I recommend you first to have some understanding to system's package manager tool before you try.
Q: How can we distinguish system updates and software updates?
A: Because in Linux system the system and the software are very closely associated, it is difficult to distinguish system updates and software updates. My advice is that when the system prompts you to update, please update all of them.
Q: Why need we install multiple software at the same time?
A: This question relates to software dependencies under the Linux system, so multiple installations cannot be paralleled when software is installed under Linux system.
Others
In order to facilitate the novices to quickly understand the differences between Linux system and Windows system, the exactness of the above explanation is insufficient. Please forgive me!
关于终端输入密码那个,更好的做法是当用户输入东西的时候,界面上有文字提示,如:‘当前已经有输入的字符,为安全起见,不显示任何与密码相关的内容,包括位数’。 而不是空白。 你的博文解释是很到位,但没有多少傻瓜用户会来看你的微博和博文,特别是具有时效性的东西。
这里说的时效性的东西,是指你这篇博文和你发的微博。
哪个Linux终端会提示这个信息呢?反正我没见过,Linux的终端模式本来就是给高手用的,高手应该知道这类常识。如果必须让菜鸟在终端输入密码,那么只有辛苦软件制作者自己加一行字了
就是因为没有,才给他们建议加。
这篇文章就是写给刚开始使用 Linux 的朋友的,但你觉得这篇文章的访问量能有多少?
别说小白,我认识很多第一次使用 Linux 的编程从业者,第一次使用终端输入密码的时候,都会有疑惑。
给终端加个提示,比这篇扫盲文强的多。
开发者终于意识到这个问题会对使用者有困惑,那么最好的方式是在使用的时候提醒,而不是 wiki 和博文。
说的不错。除了“深度软件中心”,由于体验很不好,所以我都只能用命令行装软件了。深度软件中心的界面不错,但是稳定性上跟新德里软件差距很大~~
关于包依赖 有没有绿色软件之类的, 像windows下的au3脚本程序编译好 windows下好多地方都能运行
好 像 深度启动盘制作工具 0.99版 就有类似的功能制作的?
也就是依赖打包在软件内部的吧?我们已经在做了,但是需要很长的时间才测试,深度启动盘没有这个绿色版本
标题与正文内容不符, 希望修改.
详细些?
问:为什么同时安装多个软件?
答:这个问题涉及到了Linux系统下的软件依赖问题,因此Linux系统安装软件不能并行多个安装。
问:怎样同时安装多个软件?
答:这个问题涉及到了Linux系统下的软件依赖问题,因此Linux系统安装软件不能并行多个安装。