Linux uses FreeTDS to connect remote servers sqlservser2012

1. Download: freetds-patched.tar.gz http://www.freetds.org/software.htmlHttp://www.freetds.org/userguide/choosingtdsprotocol.htm# TAR-ZXVF Freetds-patched.tar.gz# CD freetds-1.00.21Note that this is the--with-tdsver=7.4, this is very important, you

Under Linux, how to execute the ifconfig command with regular expressions, only extract the IP address!

The method is too many, first simple to concise and gradual.1.[Email protected] ~]# ifconfig eth0|grep ' inet addr: ' # # #过滤不是IP地址的行inet addr:192.168.16.100 bcast:192.168.16.255 mask:255.255.255.0Or[Email protected] ~]# ifconfig eth0|sed-n ' 2p ' #

Linux basic Commands (i)

GoalBe familiar with the commands commonly used by LinuxLsClearCdPwdMkdirTouchRmCpMvTreechmodFindGrepredirectSoft connections, hard linksCompressionShutdownRebootW.H.O.ExitpasswdSudo1> viewing file information: lsLS is the abbreviation of the

Linux Task Scheduler cron, chkconfig Tools, SYSTEMD Management Services, Unit introduction, Target Introduction

Linux Task Scheduler Cron[Email protected] ~]# CRONTAB-ENo crontab for root-using an empty oneThis is done 3 o'clock in the morning every day.0 3 * * */usr/bin/touch/root/123.txt &>/dev/nullStart the service[Email protected] ~]# systemctl start

linux[Basic]-35-[Post Office System]-[postfix and DOVECOT]-[01]

Postfix and Devecot Sending and receiving mailThe Mail Application protocol includes:a Simple Mail Transfer Protocol ( SMTP): Used to send or relay e-mail,port:Third edition Post Office Protocol ( POP3): Used to store messages on the server to the

View Nvidia's GPU using emotion under Linux

1. Show current GPU usageNvidia-smi2. Usage of the periodic input GPUUse the watch command to periodically output GPU usage$ Whatis WatchWatch (1)-Execute a program periodically, showing output fullscreen$watchUsage:Watch [Options] CommandOptions:-B,

What to do if the FTP service for Linux is not enabled

gpg

1. Check if the FTP-related RPM package is installed (if the following prompts indicate that the relevant RPM package has been installed) [email protected] ~]# which VSFTPD/usr/sbin/vsftpd[Email protected] ~]# Rpm-qa | grep vsftpdvsftpd-2.2.2-14.

Resolves an issue where Kali Linux is not connected after the SSH service is turned on

Today on the mobile phone installed nethunter want to connect the PC Kali, but how can not evenThe experience of the comprehensive Netizen:1. Modify the Sshd_config file, the command is: vi/etc/ssh/sshd_configRemove the comment for

Build your own git server on Linux

Recently encountered the requirements of the GIT service because the project type is special, so I intend to make git backup tool but because the project is relatively large, excluding the public warehouses such as GitHub, can only build a git

Kafka and code implementation of single-machine installation deployment under Linux

Technology Exchange Group: 233513714These days to study the installation and use of Kafka, on the internet to find a lot of tutorials but failed, until the end of the network to think of problems finally installed deployment success, the following

Single-user mode, rescue mode, clone virtual machine, and Linux machine log in to each other

Single-User modeSingle-user equivalent to Windows security modeFirst reboot Linux, a few common commands:Reboot Init 6 Shutdown-r nowShutdown command:Init 0 PoweroffRight > Power > Restart Client650) this.width=650; "Src=" https://s2.51cto.com/wyfs02

User Mode Linux Rescue single user virtual machine clone and Linux mutual login

1. View the user branch level:runlevel (total six: 0-6,0 shutdown, 1 single user, 2 multi-user (without Network File system NFS), 3 multi-user (full-featured), 4 reserved, 5 interface (desktop), 6 restart)Default mode modification in:Vim/etc/inittab

You're not using regular? See 12 examples of GREP commands in Linux

Have you ever encountered a need to find a specific string or style in a file, but don't know where to start? So, just ask grep to help you.grep is a powerful file-mode search tool preinstalled on every Linux distribution. Whatever the reason, if

Linux Learning-Detail Authority planning for hosts: use of ACLs

Traditional permissions only have three kinds of identities (owner, group, others) with three kinds of permissions (r,w,x), and there is no way to simply target a particular user or a group to set specific permissions requirements, you have to use

4-4 the grep search command for Linux

Search string Command grepCommand format: grep [option] ' string ' file name#在文件当匹配符合条件的字符串Options:-I ignores case-V excludes the specified stringThe find command differs from the grep commandFind command: Searches the system for eligible file names,

Automatic deployment and monitoring of Linux development scripts

Automatic deployment and monitoring of Linux development scriptsAutomated deployment and monitoring of development scriptsFirst, scripting automatic deployment of reverse proxy, web, NFS;Requirements:1, the deployment of Nginx reverse proxy three

Code Sea supplements: Linux multi-threaded mutex lock

  Multithreading counts, with each thread accumulating 10 numbers.Realize:1#include 2#include 3#include string.h>4#include 5#include 6 7 pthread_mutex_t Num_lock;8 9 intnum =0;Ten intsum =0; One A void*foo1 () - { - #if1 thePthread_mutex_lock (&num_

Virtual Machine network configuration and virtual machine configuration

Virtual Machine network configuration and virtual machine configuration Init 6 is a restart or rebootInit 0 is shutdownThree Network modes:Bridging Mode: The Virtual Machine and the host machine are brothers, and the ip address is distributed by

Centos6 multi-segment Ip add script and centos6 multi-segment ip script

Centos6 multi-segment Ip add script and centos6 multi-segment ip script #! /Bin/bash Export device = 'ifconfig | grep eth0 | head-n 1 | awk '{print ($1 )}''Export ipcfg_pre = "/etc/sysconfig/network-scripts/ifcfg-eth1-range"Awktmp = 'mktemp'Msg =

Install PhpStorm on Centos7

Install PhpStorm on Centos7 1.official network downloads phpstorm's latest package, phpstorm-2017.2.4.tar.gz Decompress tar -zxfPhpStorm-2017.2.4.tar.gz 2. Move the extracted directory to your favorite directory. Mv

Total Pages: 5467 1 .... 878 879 880 881 882 .... 5467 Go to: GO

Contact Us

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

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.