I mainly refer to the official articles Some points to be aware of 1, compile FreeTDS (need to download), please add--prefix= installation directory--with-tdsver=7.1//This must be over 7.0 from official documents
The use of files and storage devices in Linux differs from that of Windows. Although there are also files and hierarchical directory structures, you need to create a different mindset.Listing 1. Directory
Configuring NTP servers under LinuxFirst, preface:Default NTP service port:Udp/123The NTP working mode configured in this article:Using the Client/server method, this method is applicable to a time server receiving the time information of the upper
When using the GPU for computing, such as running deep learning code, we may want to be able to detect the use of video memory in real time, but Linux generally does not bring its own monitoring of existing tools. Nvidia comes with a NVIDIA-SMI
Six. Socket (socket) Socket is also an inter-process communication mechanism, but its main difference from other communication methods is that it can achieve process communication between different hosts. a set of interfaces can be seen as the
Whereis command can only be used for Program name search (where is the program installed?) ), and only the binaries (parameter-B), the man description file (parameter-m), and the source code file (parameter-s) are searched. If the argument is
Gzip Command: File compressionGzip is GNU software and is the preferred compression tool for Linux systems, and the-Z option compression of the TAR Archive command also uses Gzip/gunzip to compress/unzip files.gzip Generate. gz fileGrammar:gzip
One: TimeDate-View current time date %y:%m:%d--Specify format output date-s "00:00:00" --Modify time 00:00:00cal --command line View Calendar Uptime--run time information & nbsp; two: Output view echo "" --return "" Specify content Cat filename--
The Linux kernel sets up a set of subroutines that are used to implement system functions, called system calls. System calls are very similar to ordinary library function calls knowing that the system call is provided by the operating system core,
Detects if Svn:svnserve--version is installedShutdown of SVN service: Killall svnserveCreate SVN library:svnadmin create/opt/svn/reposConfigure auto-start: Put svnserve-d-r/opt/svn/repos on the last line of/etc/rc.d/rc.local start svn:svnserve -
Objective:A message queue is a linked list of messages. You can think of a message as a record, with a specific format and a specific priority. A process that has write permission to a message queue can add new messages to it by a certain rule, and
There are many ways to install software in Linux: 1. Install (RPM-IVH package) directly with RPM packages, 2.yum installation, 3.apt-get, etc.Using Apt-get is the simplest way to connect to the Internet. But what if we can't connect to the
1. File processing command: LSRole: Display directory filesSyntax: LS [options] [file or directory][option]:-a Show all files, including hidden files-L Show more information-D View Directory properties[File or directory]: defaults to the current
In Linux, there is no concept of file creation time. Only the file access time, modification time, state change time. This means that you cannot know when the file was created. However, if the file has not been modified since it was created, the
Reasons and solutions for denying remote host connection on a port in LinuxProblem Description:For example, in this machine telent toThe 9000 port of the 192.168.8.170 host is rejected. [[email protected]log]$ Telnet 192.168.8.170 9000Trying 192.168.
Crontab is a Linux timed task instruction that can be used to automate the execution of shell scripts, or to execute instructions on a timed basis.$ crontab-eAdd a task plan to the edit interface as follows*/5 * * * */usr/sbin/ntpdate hadoop-manager|
Add a user in Linux and add a user to a group
1. Create a user whose username and password are hadoop:
Useradd hadoop
Passwd hadoop
1. We have a group named hadoops.
Groupadd hadoops
2. Add hadoop users to the hadoops group.
Gpasswd-a hadoop
Linux Kernel Optimization
Disclaimer: This document is obtained from the Internet collation section by adding your own experiment section:
TCP
Common Terms:
Retries (try again ),
TCP server Client Communication Status
SYN ---------------->
ACK ----
Analysis of High-performance I/O models
Analysis of High-performance IO Models
High-performance I/O models are often required for Server programming. There are four common I/O models:
(1) Synchronous Blocking I/O (Blocking IO): the traditional
How to detect IP address conflicts in CentOS
Let's look at an example:
IP address of a linux host: 192.168.0.25 MAC: 00: 14: k2: 5d: 8e: b2
IP address of a windows Host: 192.168.0.25 MAC: 00: 25: e4: 6a: 4b: f4
The IP addresses of the two hosts are
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.
A Free Trial That Lets You Build Big!
Start building with 50+ products and up to 12 months usage for Elastic Compute Service