my own Tip : (Install git Client in Windows very simple Needless to say, in Linux the installation is also very simple. Debian/ubuntu$ apt-get install gitFedora$ yum install git (up to Fedora)$ dnf install git (Fedora and later)Gentoo$ emerge --ask--verbose dev-vcs/gitArchLinux$ pacman -S gitOpenSUSE$ zypper install gitFreeBSD$ cd/usr/ports/devel/git$ make installSOLARIS11 Express$ pkg installdeveloper/versioning/gitOpenBSD$ pkg_add gitLearn GitThis
activity for these active hosts
Display filters for TCP, UDP, and other protocols that allow you to see the traffic you're interested in
Log records
Supports Ethernet, FDDI, ISDN, SLIP, PPP, and loopback interface types
A native socket interface built into the Linux kernel that can be used in a wide range of supported NICs
Full screen, menu driven operation
To installUbuntu and its derivative version
sudo apt-get install iptraf
Arch Linux and its derivativ
-net.conf# Add the following
# Load virtio-net.ko at bootVirtio-net
# Myhostname is your host nameEcho myhostname>/etc/hostname
Configure the network
# Because it is a virtual machine, it is easy to directly use dynamic IP addresses.Systemctl enable dhcpcd@eth0.service
# What is this? Wiki says that when the system is started, initramfs only needs to contain the necessary files to read the root file system. However, if you need to use a file system such as lvm or encrypted partition in this art
running on port 22
60, lsof-c abc // display the files currently opened by the abc process
61, lsof-p 12 // Check which files are opened by the process whose process number is 12
63, route // View route information
64, ifup // enable the NIC
65, ifdown // disable the NIC
66, route del-net 172.160.0 netmask 255.255.0.0 dev eth0 // delete the 172.168 CIDR block
67, route add-net 172.1610.0 netmask route 255.255.0 dev eth0 // add a route
68, netstat-tunl // list the listening network service ports
Article title: Release Version: DeLiLinux0.8.0 release. Linux is a technology channel of the IT lab in China. Includes basic categories such as desktop applications, Linux system management, kernel research, embedded systems, and open source.
DeLi Linux is a Linux release for older computers, including 486 to Pentium MMX 166 or similar. It is centered on desktop applications. DeLi Linux includes the mail client, a graphical web browser, and a set of office software (including word processor and
occupancy and so on, or recommend Cygwin instead of MSYS.Mingw-w64, the MinGW mentioned earlier, was developed for 32-bit Windows applications. And because of the version issue, the newer Windows APIs are not well supported. MINGW-W64 is a new generation of MinGW that supports more APIs, supports 64-bit application development, and even supports 32-bit host compilation of 64-bit applications and, conversely, "Cross" compilation. In addition, it also has 32-bit and 64-bit versions, and the other
Configure the IP address of the Xerox Phaser 3125n printer
Connect the Xerox Phaser 3125n printer to the network and turn on the power. Press and hold the cancel key on the printer until the printer prints the configuration page. Write down the MAC address. Then, use the set IP tool on a Windows host to configure the IP address based on the MAC address.
Note that Xerox Phaser 3125n printing has no LCD screen and only one cancel button, so there is no way to configure IP address on the printer
Most people use the IDE integrated with the debugger, but the most famous debugger in linux is the command line C/C ++ debugger GDB. However, similar to other command line tools, DGB requires some exercises to be fully mastered. Here, I will tell you the basic situation and usage of GDB.Install GDBGDB is available in most release repositories.Debian or Ubuntu$ Sudo apt-get install gdbArch Linux$ Sudo pacman-S gdbFedora, CentOS or RHEL:$ Sudo yum insta
What is the worst-case scenario when writing a program without a debugger? When compiling, kneel and pray, do not make mistakes? Call the demon with a blood sacrifice to help you run the program? Or do you want to add a printf ("test") statement between each line of code to locate the error point? As you know, it is inconvenient to write a program without using a debugger. Fortunately, debugging under Linux is still very convenient. Most of the Ides used by the IDE are integrated with the debugg
Label: style http ar sp for strong file on bs1) * .tar.gz fileCompression command:# Tar-zcvf compressed file name .tar.gz compressed file nameYou can specify a directory for the source folder, file, and target file.Decompression command:# Tar-zxvf compressed file name .tar.gzThe decompressed file must be in the directory of the current command line.22.16.zip file# Pacman-S zip# Zip-r myfile.zip mydirRecursively compress the picture folder (-r recursiv
If you use the Aur source to install iptux through yaourt, the installation is successful, but iptux cannot be found.ProgramBecause there is a problem with the installation path in the pkgbuild file, you need to manually modify the installation. Download the iptux.tar.gz file from the aurum repository and decompress it.
Set the buid function in the pkgbuild File
Build () {CD $ srcdir/MSG "starting make... ". /configure -- prefix =/usr | return 1 make | return 1 make destdir = $ startdir/PKG
Git is currently the world's most advanced distributed version control system (excerpt from the official website of Liao Xuefeng)You first need to install GIT on your system:
Windows system in this download;
Rhel/centos/fedora users can install with the following command:yum-y git
Debian/ubuntu installation commands for users:sudo apt-get install git
Installation command for arch users:sudo pacman-s git
To configure the user
basic no password Authentication ssh-agent , ssh-add etc.
Learn basic file management: ls and ls -l (understand the ls -l meaning of each column represented),, less head , tail and tail -f (even less +F ), ln and ln -s (understand the difference between hard links and soft links) chown , chmod, du (Overview of hard disk usage: du -hk * ). About the management of file systems, learning,,, df mount fdisk mkfs , lsblk .
Learn basic network management: ip or ifconfig , dig .
Familiarity with
1 NCC is a compiler for outputting Some of the program's call information, etc. , can view function call relation , support function pointer To view the data structure and code . can be used to analyze and understand the code ."" ... with NCC, in less than minutes I am able to comprehend the console I/O subsystem of the Linux kernel and withinAn hour I had already submitted a patch to the L-K mailing list. I ' m waiting for Linus to apply ... "an NCC user who wishes to remain anonymous”2 insta
Solve the Problem of moodle Chinese decompression and compression garbled charactersIf the server is linux, you must configure the ZIP and UNZIP files in the server> system path, that is, use the linux zip and UNZIP commands for decompression and compression, do not use GZOPEN of PHP for operations.Currently, when ARCHLINUX is used, the Chinese file name decoding error in the ZIP file may occur during UNZIP. this may be because APACHE2 installed in archlinux
update$ sudo apt-get install npm
Install Node. js in Fedora
Node. js is included in the base repository of Fedora. Therefore, you can use yum to install Node. js in Fedora.
$ Sudo yum install npmIf you want to install the latest version of Node. js, follow these steps to install it using the source code.
$ sudo yum groupinstall 'Development Tools'$ wget http://nodejs.org/dist/node-latest.tar.gz$ tar xvfvz node-latest.tar.gz$ cd node-v0.10.21 (replace a version with your own)$ ./configure$ mak
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.