- SQL Server on Linux
- Jasmin Azemovi?
- 227字
- 2021-07-02 20:24:17
Installation and Configuration
Linux's native working interface is the command line. Yes, KDE and GNOME are great graphic user interfaces however from a user's perspective, clicking is much easier than typing, but this observation is relative. Many Linux and Windows users will disagree with me; I am somewhere in the middle. GUI is something that changed the perception of modern IT and computer usage. Some tasks are very difficult without a mouse, but not impossible.
On the other hand, command line is something where you can solve some tasks quicker, more efficiently, and better than in GUI. You don't believe me? Imagine these situations and try to implement them through your favorite GUI tool:
- From a folder of 1,000 files, copy only those which names start with letter A, end with letter Z, and end with TXT extension
- Rename 100 files at the same time
- Redirect console output to the file
There are many such examples; in each of them, command prompt is superior--Linux bash, even more so.
In this chapter we will cover the following topics:
- SQL Server installation on openSUSE
- SQL Server installation on Kubuntu
- Initial security settings
- Advanced Machine Learning with Python
- Beginning C++ Game Programming
- Learning Spring 5.0
- Spring Cloud、Nginx高并發(fā)核心編程
- WordPress Plugin Development Cookbook(Second Edition)
- FLL+WRO樂高機(jī)器人競(jìng)賽教程:機(jī)械、巡線與PID
- Spring Boot企業(yè)級(jí)項(xiàng)目開發(fā)實(shí)戰(zhàn)
- Flowable流程引擎實(shí)戰(zhàn)
- Scala編程實(shí)戰(zhàn)
- Java EE 7 with GlassFish 4 Application Server
- Qt 4開發(fā)實(shí)踐
- Node.js應(yīng)用開發(fā)
- 基于MATLAB的控制系統(tǒng)仿真及應(yīng)用
- React and React Native
- Unity虛擬現(xiàn)實(shí)開發(fā)圣典