First check securecrt,
Set
Options-> Global Options-> General-> default session-> edit default settings-> terminal->
Appearance-> character encoding,
Select the UTF-8.
Then set
Options-> Global Options-> General-> default session-> edit
Makefile example:
Test: Add. O sub. ogcc-O test add. O sub. oadd. o: Add. C test. hgcc-C add. csub. o: sub. C test. hgcc-c sub. c clean: Rm-RF testrm-RF *. O
Format:
Name of the file to be generated (including the suffix): List of dependent
First let's take a routine:
# Include # include # include int main (INT argc, char * argv []) {pid_t PID; pid = fork (); If (0 = PID) {printf ("this is child process, % d \ n ", getpid (); sleep (5) ;}else {Wait (null); printf (" this is
Wps4linux A6 has been installed after release, and the demo and text can be basically used. The only thing that hurts is a problem with the Ubuntu Chinese font in the system. After the WPS is uninstalled, it becomes normal again. At that time, I was
Dpkg-I linuxqq_v1.0.2-beta1_i386.debDpkg: Error Processing linuxqq_v1.0.2-beta1_i386.deb (-- install:Parsing File '/var/lib/dpkg/tmp. Ci/control' near line 7 Package 'linuxqq ':Version number does not start with DigitAn error occurred during
[Root @ Liu ~] # Crontab-E crontab: Installing new crontab [root @ Liu ~] # Crontab-E crontab: no changes made to crontab you have new mail in/var/spool/mail/root [root @ Liu ~] #/Sbin/service crond restart stop crond: [OK] Start crond: [OK]
1. Pipeline overview and related API applications
1.1 key concepts related to pipelines
As one of the first Unix IPC formats supported by Linux, pipelines have the following features:
The pipeline is half-duplex, and data can only flow in one
I have been using Linux (UBUNTU) for a long time, but I have been insisting on using it. I am determined to learn Linux technology. Although sometimes it is easier to use Windows in some aspects of development, I still insist on using Linux to solve
In Linux, operations on pipelines are mainly concentrated on blocking and non-blocking situations. The main difference between these two cases is that in writing, the main difference is:
In the case of blocking or non-blocking, the read operation
Struct hostent {char * h_name;/* Host's official domain name */Char ** h_aliases;/* an array of host aliases ending with null */INT h_addrtype; /* return address type, in the Internet environment is the AF-INET */INT h_length;/* The Byte Length of
// Create multiple threads # include # include # include # include # include pthread_t ntid; void printids (const char * s) {pid_tpid; pthread_ttid; pid = getpid (); tid = pthread_self (); printf ("% s PID % u TID % u (0x % x) \ n", S,
Linux vmware-tool installation:1) Select install VMware tool from the VM entry on the VMware Workstation menu bar...2) Run Mount-T iso9660/dev/CDROM/MNT in Linux, then the installation package is displayed under/mnt /.3) copy the installation
In Linux, If you download and install an application, it is very likely that the prompt "command not found" appears when you type its name. If you find the executable file in the installation target folder every time, it is too cumbersome to find
Environment: Host: Windows XP SP2 Guest: VMWare fedora10
Linux network settings:
1. Check the Intranet IP address of the physical network card of the Local Machine: 192.168.1.252. You can ping the IP address to check whether the bridge is successful.
Linux kernel source code scene analysis non-scan version book subscribed version clearly with bookmarks 1575 page pdfHttp://download.csdn.net/source/2002579**************************************** *********************Detailed description of Linux
[Root @ localhost/] # Cat/proc/version Linux version 2.6.9-5.el (bhcompile@decompose.build.redhat.com) (GCC version 3.4.3 20041212 (Red Hat 3.4.3-9. EL4 )) #1 wed Jan 5 19:22:18 est 2005 [root @ localhost/] # Cat/etc/RedHat-release Red Hat
Similar to Windows resource manager, it dynamically displays the usage of processes, memory, and CPU.
Top-D 1
PS aux | more
PS sorting
PS aux | sort-K4, 4n
PS auxw -- Sort = RSS
PS auxw -- Sort = % CPU
Sort PS aux-Sort =-uid in descending order
Scheduling Unit
Process description, located at the bottom of the running stack, which can be located through offsetThread_info {task_struct * task; // basic scheduling unit (expanded below) flags // tif_need_resched indicates that the CPU/CPU
Generally, the operating system can use three methods to represent the current time and date of the system: ① the simplest method is to directly use a 64-bit counter to count the tick of the clock. ② The second method is to use a 32-bit counter to
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