--------------------------------------------- -------
0001
Modify the host name
Vi / etc / sysconfig / network, modify Hostname first behavior hostname = host name, can also take effect after restart
0002
RET HAT Linux boot to the text interface (not starting xwindow)
The / etc / inittab ID: 5: InitDefault: 5 in a row is changed to 3
0003
Automatic problem of redhat
Find patch at www.redhat.com/corp/support/errata / 6.1 later with a work
With UP2DATE, it can measure which RPM packets need to be upgraded, and then automatically download from the Redhat site and complete the installation.
0004
WINDOWS under the Linux partition software
Paragon.ext2fs.Anywhere.2.5.rar and explore2fs-1.00-pre4.zip
0005 0005
mount usage
FAT32 partition mount -o codepage = 936, octharset = cp936 / dev / hda7 / mnt / cdrom
ISO file mount -o loop /abc.iso / mnt / cdrom
Floppy disk mount / dev / fd0 / mnt / floppy
USB flash Mount / dev / sda1 / mnt / cdrom
All / etc / fstab content mount -a
You can specify the file format "-t format", the format can be VFAT, EXT2, EXT3, etc.
0006
FAT partitions using local hard drives in VMware's Linux
Share your local FAT partition and then use SMBFS hanging in VMware. You can put the following line to / etc / fstab:
// Win_IP / D $ / MNT / D SMBFS DEFAULTS, AUTO, UserName = Win_Name, Password = Win_Pass, CodePage = 936, IOCHAREST = GB2312 0 0
Where Win_IP is your Windows IP address;
D $ is a shared name of the D disk shared in your Windows;
/ MNT / D is the directory of the partition mount to Linux;
Win_Name and Win_Pass are users in your Windows to read the partition, such as your administrator name and password.
If you run /etc/rc.d/init.d/netfs, you will automatically mount this partition when starting.
0007.a 0007.A
Delete files named -A
Rm ./-a
RM - -A tells RM This is the last option, see getopt
LS -I lists Inum, then use Find. -inum Inum_OF_THISFILE -EXEC RM {} /;
0007.b
Delete files named / A
RM // a
0007.c 0007.c
Delete / and '/ 0 files
These characters are characters that are not allowed by the normal file system, but may be generated in the file name, such as the NFS file system under UNIX is used on the Mac system.
1. Solve the method, remove the NFS file system to delete files with special file names under the system where the filter / characters are hung.
2. Also, remove the other files of the error file name, LS -ID displays the inum, umount file system containing the file directory,
CLRI Clears the directory of Inum, Fsck, Mount, Check Your Lost Found, Rename the file in it.
It is best to delete files with any file names through Windows FTP!
0007.d
Delete files with invisible characters
List the file name and dump to file: ls -l> AAA then edit the contents of the file to join the RM command to make its content into the format of the above file:
VI AAA
[rm -r *******
]
Plus the file with the execution permission CHMOD X AAA
Execute $ AAA
0007.e
Delete files with file size zero
Rm -i `find ./ -size 0`
Find ./ -size 0 -exec rm {} /;
Find ./ -size | xargs rm -f & very valid
For file in * # ourselves define file types that need to be deleted
DO
IF [! -s $ {file}]
THEN
RM $ {file}
Echo "RM $ File Success!"
Fi
DONE
0008
Redhat Set Roller Mouse (MC1011)
After entering X, select the configuration of the mouse, 挀? Select Wheel Mouse (PS / 2).
If the mouse is abnormal, restart your computer.
0009
Mack xwindow
Start with Linux CD, select Upgrade, then select the package separately, install it.
0010
Delete Linux partitions
Do a PARTITION MAGIC launch floppy disk, delete it after startup. Or start with the Win2000 boot CD and then delete.
0011
How to quit Man
Qi
0012
Do not compile the kernel, Mount NTFS partition
Original RH8, not upgraded or compiled kernel
1. Search on Google.com and download kernel-NTFS-2.4.18-14.i686.rpm
2. rpm -ivh kernel-NTFS-2.4.18-14.i686.rpm
3. MKDIR / MNT / C
4. Mount -T NTFS / DEV / HDA1 / MNT / C
0013
Using XMMS in Redhat 8.0 MP3
Download www.gurulabs.com/files/xmms-mp3-1.2.7-13.p.i386.rpm
RPM -UVH XMMS-MP3-1.2.7-13.p.i386.rpm
0014
Retrieve the forgotten root password (Lilo / Grub)
Three ways:
1. Go to the single user status in the system, change directly with Passwd root
2. Use the installation CD boot system to carry out the Linux Rescue state, the original / partition mount, the data is as follows:
CD / MNT
Mkdir HD
Mount -T Auto / DEV / HDAX (partition number where the original / partition is located) HD
CD HD
Chroot ./
Passwd root
This can be done
3. Take the hard disk of this unit and hang it on other Linux systems. The way is used as the second
RH8
One. LILO
1. Type Linux Single when LILO: Tips
Screen display LILO: Linux Single
2. Enter to enter the Linux command line directly
3. #vi / etc / shadow
Put the first line, that is, the ROOT: after ROOT: and next: The front content is deleted,
The first line will be similar to
root :: ......
save
4. #Reboot restart, the root password is empty
Two. GRUB
1. When the GRUB screen appears, use the upper and lower keys to select the one you usually start (Don't choose DOS 哟), then press the E key.
2. Use the up and down button to select the one you usually start Linux (class
It seems to kernel /boot/vmlinuz-2.4.18-14 RO root = label = /), then press E to
3. Modify the command line you see now, join Single, as follows:
Kernel /Boot/vmlinuz-2.4.18-14 Single Ro root = label = /
4. Enter back, then press B to start, you can directly enter the Linux command line
5. #vi / etc / shadow
Put the first line, that is, the ROOT: after ROOT: and next: The front content is deleted,
The first line will be similar to
root :: ......
save
6. #Reboot restart, the root password is empty
0015
Failure Ctrl Alt DEL
Vi / etc / inittab
Comment Ca :: ctrlatdder: / sbin / shutdown -t3 -r now, you can
0016
How to see the version of the redhat (7.3? 8.0?)
CAT / PROC / VERSION or CAT / ETC / RedHat-Release
0017
Which file is in which rpm is in this?
Search on www.rpmfind.net, or RPM -QF file name
0018
Delicate the information of Man or INFO as a text file
Take TCSH as an example:
MAN TCSH | col -b> tcsh.txt
Info TCSH -O TCSH.TXT -S
0019
Use the existing two files to generate a new file
1. Remove the pane of two files (repeated rows, reserved a copy)
2. Remove the intersection of two files (only the files existing in both files)
3. Delete the intersection, leave other lines
Cat file1 file2 | sort | UNIQ
2. Cat file1 file2 | sort | UNIQ -D
3. Cat file1 file2 | sort | uniq -u
0020
Set up COM1, let the super terminal login through the COM1 port
Confirm with / sbin / agharge, edit / etc / inittab, add
7: 2345: Respawn: / sbin / a 挀? Getty / dev / Ttys0 9600
9600bps is because the lack of router is generally this rate, or it can be formed.
19200, 38400, 57600, 115200
Modify / etc / securetty, add a line: TTYS0, make sure the root user can log in
Restart the machine, you can unplug the mouse keyboard display (it is best to look at the output information when starting)
0021
Delete directory all files include subdirectory
RM -RF directory name
0022
View system information
CAT / Proc / CPUInfo - CPU (I.E. Vendor, MHz, Flags Like MMX)
CAT / Proc / Interrupts - Interrupt
CAT / Proc / Ioports - Device IO Port
CAT / Proc / Meminfo - Memory Information (I.E. MEM Used, Free, Swap Size)
CAT / Proc / Partitions - All partitions of all devices
CAT / PROC / PCI - Information of PCI Equipment
CAT / Proc / Swaps - Information on all SWAP partitions
CAT / Proc / Version - Linux version is equivalent to uname -R
UNAME -A - See the system kernel and other information
0023
Remove extra carriage return
SED S / ^ m // Test.sh> back.sh, pay attention to ^ m is getting ctrl_v ctrl-m
Or dos2Unix filename
0024
Switch X Desktop (LNX3000)
SwitchDesk KDE or SwitchDesk Gnome
0025
Universal sound card driver (LNX3000)
Os www.opensound.com/ Alsa www.alsa-project.org/0026
Change Redhat's system language / character set (BEMING / MC1011)
Modify / etc / sysconfig / i18n file, such as
Lang = "en_us", xwindow will display the English interface,
Lang = "en_cn.gb18030", XWindow will display the Chinese interface.
There is also a method
CP / ETC / SYSCONFIG / I18N $ HOME / .I18N
Modify $ home / .i18n file, such as
Lang = "en_us", xwindow will display the English interface,
Lang = "en_cn.gb18030", XWindow will display the Chinese interface.
This will change the individual's interface language without affecting other users.
0027
Set the screen to 90 columns
Stty cols 90
0028
Use MD5SUM files
MD5SUM ISOFILE> HASHFILE, the MD5SUM file is compared with the Hashfile file content comparison, verification
Whether it is consistent MD5SUM -C Hashfile
0029
Unzip multiple ZIP files at a time
Unzip "*", pay attention to quotation marks less
0030
Look at the PDF file
Use XPDF or install Acrobat Reader for Linux
0031
Find the file for the right limit
Find. -type f / (-perm -04000 -o -perm -02000 /) -exec ls -lg {} /;
0032
Install Chinese input method
Take RedHat8 as an example, xwindow and its terminal don't have to say it, the default is installed, exhaled with Ctrl-Space.
Now discuss pure console, please download zhcon.gnuchina.org/download/src/encha-0.2.1.tar.gz,
In either directory, TAR XVFZ ENCON-0.2.1.tar.gz, CD ENCON-0.2.1, ./configure,
Make, make install. End of installation, want to use, run zhcon, want to exit, run the exit.
0033
Receive the pop-up CD (Beike)
#eject -t
0034
CD CD made of ISO file (mentally wisdom)
Cp / dev / cdrom xxxx.iso
0035
Quickly watch the boot hardware detection (mentally wisdom)
Dmesg | More
0036
View hard drives
DF -K is displayed in K
DF -H is displayed in humanized units, which can be B, K, M, G, T..
0037
View the size of the directory
du -sh dirname
-S only shows total
-H is in units of k, m, g, and improve information readability. KB, MB, GB is a converter unit at 1024, and -H is converted at 1000.
0038
Find or delete processes that are using a file (wwwz? C)
Fuser filename
Fuser -k filename
0039
install software
RPM -IVH aAA.RPM
TAR XVFZ AAA.TAR.GZ; CD AAA ;./configure; make; Make Install
0040
Set / delete environment variables in character mode
under Bash
Setting: Export Variable Name = Variable Value
Delete: unset variable name
under CSH
Setting: STENV variable name variable
Delete: UNSETENV Variable Name
0041
How is LS to see. The beginning of the file
LS -A
0042
Where is the file in the RPM?
RPM -QPL AAA.RPM
0043
Use src.rpmrpmbuild --Rebuild * .src.rpm
0044
Color or no color display in Vim
Vi ~ / .vimrc; If there is Syntax on, the color, Syntax Off, no color is displayed
0045
Linux is a real-time or time-only operating system
Minute
0046
What is the meaning of make bzimage -j? WIND521
-j is mainly used when your system hardware resources are relatively large, use this speed to speed up compilation, such as -J 3
0047
How did the source package?
You don't install the source code, you can see your source code on your CD on rpm -i * kernel * source * .rpm.
0048
Modify system time
Date -s "2003-04-14 CST", CST referral time, time setting DATE -S 18:10
0049
Power on the partition under Windows on Mount
Automatically hang the Windows D disk on / mnt / d, open / etc / fstab with VI, add the following line
/ dev / hda5 / mnt / d vfat defaults, codepage = 936, ocharset = cp936 0 0
Note that first, one / mnt / d directory is created.
0050
Linux how to use so many memory
In order to improve system performance and non-waste memory, Linux makes multiple memory Cache to increase IO speed.
0051
What is the last two numbers in the last configuration item in the FSTAB (LNX3000)
The first called FS_FREQ, used to determine which file system needs to perform DUMP operation, 0 is not required;
The second name is fs_passno, which is the sequence number of the FSCK program to detect the disk when the system is restarted.
1 is the root file system, 2 is another file system. FSCK Detects the disk according to the serial number, 0 indicates that the file system is not detected.
Dump executes the backup operation of the file system for EXT2
FSCK detection and repair file system
0052
The password of the user must have a certain length in Linux, and the complexity is compliant.
Vi /etc/login.defs, change min_pass_len
0053
Translation software in Linux
Star translation king xdict
0054
Do not let the display sleep
Setterm -blank 0
Setterm -blank n (n is waiting time)
0055
Use DAT to query yesterday's date (gadfly)
Date --Date = yesterday
0056
How to screen capture under xwindow
KSNAPSHOT or GIMP
0057
Unzipped small
TAR XVFJ EXAMPLE.TAR.BZ2
TAR XVFZ EXAMPLE.TAR.GZ
TAR XVFZ EXAMPLE.TGZ
TAR XVF EXAMPLE.TAR
Unzip eXample.zip
0058
Find ways to find a file in the multi-level directory (Qinghai Lake)
Find / dir -name filename.ext
Du -a | grep filename.ext
Locate FileName.ext
0059
Do not let ordinary users change their own password (MyXFC)
[root @ xin_fc etc] # chmod 511 / usr / bin / passwd
I want to make ordinary users to change your password yourself.
[root @ xin_fc etc] # chmod 4511 / usr / bin / passwd
0060
What should I do if the graphics card is unable to do (Win_BIGBOY)
Go to http://www.redflag-linux.com/, you can install the XFree86 4.3 installation.
0061
Super delete formatting tool (mentally wisdom)
To build a deleted formatted gadget than pqmagic: sfdisk.exe for msdos
http://www.wushuang.net/soft/sfdis? K.ZIP0062
How to make the correct Chinese in the XMMS playlist (MyXFC)
- * - * - * - * - * - ISO8859-1, -MISC-SIMSUN-Medium-R-NORMAL - 12 - * - * - * - * - * - GBK-0, * - R-
Complete this thing completely to your font
Operation method:
Right click anywhere in the XMMS playing tool
Will see an "option" and select "Fonts" to select "Fonts"
Then copy the above font to "playlist" and "User X FONT)
0063
Learning MP3 (Hehhb) under Linux
RedHat CD original XMMS can not play MP3 (silent), to download and install an RPM package: XMMS-MP3-1.2.7-13.p.i386.rpm installation
That is. Open XMMS, CTL-P, in the Font column
First tick in the upper half of the small frame, then select "Fixed (MISC) GBK-0 13"
I can display the Chinese song song name. Select "Open Audio System Driver in Audio Output Plugin
Program 1.2.7 [lioss.so] can play the MP3 file normally.
0064
Install Chinese font (HEHHB)
First download http://freshair.netchchina.com.cn/~george/sm.sh
(Reference: http://www.linuxeden.com/edu/doctext.php?docid=2679)
SIMSUN18030.TTC can be downloaded in Microsoft website, http://www.microsoft.com/china/windows2000/downloads/18
030.asp It is an MSI file, installed in Mswindows, installed in the Fonts under the Windows directory
It can be found in the catalog. Take SIMSun.ttc, Simsun18030.ttc, Tahoma.ttf, Tahomabd.ttf
Copy to / usr / local / temp, then download the shell files in this directory, then open the terminal
CD / USR / local / TEMP
CHMOD 755 sm.sh
./sm.sh
0065
Fat32, FAT16 file system loaded with Windows partition (Hehhb)
Enter KDE as root, click the "Start" icon on the desktop, build the following folders in / mnt directory: C, D, E, F, G, USB. Respectively
Used as a partition and USB flash drive under Windows.
Use the text editor to open the / etc / fstab file. Add it as follows:
/ dev / hda1 / mnt / c vfat ocharset = GB2312, umask = 0, CODEPAGE = 936 0 0
/ dev / hda5 / mnt / d vfat ocharset = GB2312, umask = 0, CODEPAGE = 936 0 0
/ dev / hda6 / mnt / e vfat ocharset = GB2312, umask = 0, CODEPAGE = 936 0 0
/ dev / hda7 / mnt / f vfat ocharset = GB2312, umask = 0, CODEPAGE = 936 0 0
/ dev / hda8 / mnt / g vfat ocharset = GB2312, umask = 0, CODEPAGE = 936 0 0
/ dev / cdrom / mnt / cdrom udf, ISO9660 NOAUTO, IOCHARSET = GB2312, Owner, Kudzu, RO 0 0
/ dev / sda1 / mnt / usb vfat ocharset = GB2312, umask = 0, CODEPAGE = 936 0 0
The storage is exit. After restarting, you can access the FAT32 or FAT16 format partition, solve the problem of displaying the WINDOWS partition and the disc Chinese file name garbled. One of them, each column is used to open. Note that this method can only mount on the FAT partition format. SDA1 is a flash drive.
--------------------------------------------- -------
0001
Let Apache's default character set to Chinese
If it is 1. *, Vi httpd.conf
Find AddDefaultCharset ISO8859-1, change to Adddefaultcharset GB2312
If it is 2. *, you need to change a place, vi httpd.conf
AddDefaultCharset ISO-8859-1 to AddDefaultCharset Off
0002
Permanently change IP
IFConfig Eth0 new IP
Then edit / etc / sysconfig / network-scripts / ifcfg-eth0, modify IP
0003
Remote from Linux? Show Windows Desktop (LNX3000)
Install RDESKTOP package
0004
Manually add a default gateway
Execute: Route Add Default GW Gateway IP
Want to change the gateway
1 Vi / etc / sysconfig / network-scripts / ifcfg-eth0
Change Gateway
2 /etc/init.d/network restart
0005 0005
Redhat 8.0 MSN and QQ
Download Gaim version 0.58:
Www.linuxsir.org/gaim/gaim-0.58-2.i386.rpm
Download QQ plugin for GCC2.9:
www.linuxsir.org/gaim/libqq-0.0.3-ft-0.58-gcc296.so.gz
Place the downloaded file in / temp directory, then delete the GAIM already in the system, that is, in the terminal emulator: RPM-E Gaim.
start installation
Open the terminal simulator and continue to perform the following command to install the Gaim version 0.58, namely:
CD / TEMP (enter the temp directory)
RPM-IVH GAIM-0.58-2.i386.rpm (installation software)
When the installation is successful, you can build a GAIM icon on the GNOME or KDE desktop.
Continue to install the QQ plugin, type the command:
Gunzip libqq-0.0.3-ft-0.58-gcc296.so.gz (unzip file)
CP libqq-0.0.3-ft-0.58-gcc296.so / usr / lib / gaim (copy plugin to the GAIM library directory)
Software settings
When you start the GAIM version 0.85, the login interface will appear. First select "Plugin", click "Load" in the Plugin dialog box, respectively
Libmsn.so and libqq-0.0.3-ft-0.58-gcc296.so file is loaded, confirmed, close. Then choose "All Accounts",
The "Add" continues to click "Add" in the account editor that appears. When you appear, we can enter your QQ or MSN number.
, The login name fills in the QQ number or MSN mailbox, the password fills in the corresponding QQ or MSN password, Alias fills in their nickname, protocol selection
Corresponding QQ or MSN, other settings are by default. You can log in when all settings are complete.
0006
Isolated 22 port now
LSOF -I: 22
0007
View this machine's IP, Gateway, DNS
IP:
Log in with the root user, execute ifconfig. Where ETH0 is the first block, LO is the default device Gateway:
Log in with root users, execute netstat -rn, and the Gateway at the beginning of 0.0.0.0 is the default gateway
You can also view the / etc / sysconfig / network file, with the specified address!
DNS:
More /etc/reslov.conf, the content is specified as follows:
Nameserver 202.96.69.38
Nameserver 202.96.64.38
0008
RH8.0 command line easily changing the TTL value (CGWeb)
#nsysctl -w net.ipv4.ip_default_ttl = n
(N = 0 ~ 255), if n> 255, TTL = 0
0009
RH8.0 command line easily change the system configuration default value (Houaq)
Edit /etc/sysctl.conf, for example,
Net.IPv4.ip_forward = 0
Become
Net.IPv4.ip_forward = 1
After the restart, take effect, use sysctl -a to seek know
0010
Directory for other Windows machines on the Mount LAN
Mount -t smbfs -o usrname = guest, password = guest // machine / path / mnt / cdrom
0011
Allow | No root is logged in through SSH (Fun-FreeBSD)
Modify SSHD_CONFIG: PermitRootLogin No | YES
0012
Let root login directly Telnet
Edit /etc/pam.d/login, remove
Auth Required /Lib/security/pam_securetty.so this sentence
0013
ADSL device in Linux
Need a normal Linux at least one network card broadband device has been applied, and it has been opened
There are about several ADSL devices in the front market, and they have some subtle differences in the way.
This process of completing the Internet through virtual dialing, that is, using the PPPoE device for virtual dialing.
It is called a full-time cat, which is an automatic dialing work after power-on, then left to our interface is RJ45.
The gateway that is generally left to our Dalian area is 10. 挀? 0.0.2, this device is most likely to deal with, and finally the direct assignment
Give the user a fixed IP, relatively easy to deal with
1. The first need is required to dial:
These devices communicate with the computer via the ETH interface, so the connection of the hardware device is first, especially
It is a broadband cat, must be confirmed correctly (otherwise, don't you do something for a while)
Then start the system, confirm whether the software is installed on the system (check it through rpm -qa | grep pppoe
Find), if there is no installed user, in the disc or go online to Down, after installing, ROOT users
Perform ADSL-SETUP, so that the setting status of the ADSL data is entered, requiring the user name to apply for a broadband.
And some other information, confirm that there is no problem, accept until the end (it is E text, but you can understand,
Simple, about a firewall setting, I usually don't use, choose 0, you can consider it.
After the configuration is complete, execute ADSL-START with root users, which will make ADSL dial-up work, will normal.
Online, if there is any specific problem, let's take a look at the log (/ var / log / messages) telling you what. Stop ADSL and execute ADSL-STOP (very simple)
2. The other two are easier to deal with:
Full-time cat: Just set your network card's IP to an IP of a 10-network segment, then the gateway refers to the IP of the whole point of cat
(10.0.0.2), basically no big problem
Fixed IP: Like a network card configured, you can get IP, gateway, and DNs can be done in filled in the application.
0014
Let Linux automatic synchronization time (SHUNZ)
VI / ETC / CRONTAB
Plus:
00 0 1 * * root rdate -s time.nist.gov
0015
What are Linux's online resources?
foreign
http://lwn.net/
http://www.tldp.org/
http://www.yolinux.com/ (FLYING-DANCE BIG BIG PIG)
http://www.justlinux.com/
http://www.linuxtoday.com/
http://www.linuxquestions.org/
http://www.fokus.gmd.de/linux/
http://www.linux-tutorial.info/
http://public.www.planetmirror.com/
http://www.freebsdforums.org/forum/
http://www.netfilter.org/documentation/
http://www-106.ibm.com/developerWorks/linux/
domestic
http://www.fanqiang.com/
http://www.linuxsir.com/
http://www.chinaunix.net/
http://www.linuxfans.org/(deAdcat)
http://www.linuxeden.com/
http://www.linuxforum.net/
http://www.linuxaid.com.cn/
Http://freesoft.online.sh.cn/
Http://www-900.ibm.com/developerwor...nux/index.shtml
http://www.neweasier.com/software.html
0016
Beijing training point
http://www.milkyway.com.cn/
0017
Change the port of Telnet
/ etc / services you can modify the desired port numbers. Restart the daemon
0018
Terminal mode has problems (Sakulagi)
Export Term = VT100
0019
Mimic Super Terminal, What Program in Linux Connects to Routers and Switches (Alstone)
minicom
0020
Can I not automatically disconnect from SSH (WIND521)
That is the Timetou setting, modify the TMOUT variable value
0021
What tool is used to make intrusion detection
Snort
0022
Tools for detecting programs in Linux
CChecker or Efernce can
0023
How to monitor all the data through this NIC under Linux
TCPDUMP iptraf
0024
Why is root to perform a lot of commands say Command Not Found
You must be telnet to D, then SU is root, change your su command format, should be Su - root
0025
Turn off user POP3 permissions (TIANSGX)?
The port of POP3 is off. Find this line POP-3 110 / TCP in File / etc / services to add this line to a #, you can comment out.
0026
Play Flash Animation under Linux (Myxfc)
LINUX playing Flash animation with this thing, will not cause the browser to close (other plugins are not easy)
First download flash play animation in Linux plugin
http://www.collaborium.org/onsite/j...sh_linux.tar.gz
TAR ZXVF FLASH_LINUX.TAR.GZ
After opening the package, you will see the Linux folder.
There are two files libflashplayer.so and shockwaveflash.class in the Linux file, copy these two files to your browsing
In the plugin in the device (the browser is different, the location of the plugin may be different)
/usr/lib/mozilla-1.0.1/plugins, you can
0027
Lock the wu-ftp user directory (WANGLA)
Edit FTPAccess file
Restricted-uid *
This sentence is very important to limit FTP users in their own directory.
--------------------------------------------- -------
0001
LINUX debug Core file
GDB
: Error generates the executable of Core Dump.
: Core Dump file name, the default is "core"
0002
GCC abc.c gets A.out can't run
./a.out
0003
Why is the error message saying c compiles that COUT is not defined
The include header file will be added to the USING NAMESPACE STD.
0004
The newly compiled GCC, the standard connection library used is under / usr / local / lib, but the default connection path used is / usr / lib
What is added? (Sakulagi) (Sakulagi) in addition to each compile
Export LD_Library_Path = $ LD_LIBRARY_PATH: / USR / LOCAL / LIB
Write ~ / .bash_profile.
--------------------------------------------- -------
0001
GNU / Linux Advanced Network Application Service Guide
Linuxaid website
Mechanical Industry Press
Advantages: Also complete, all are actual combat
Disadvantages: Lower version: Redhat 6.2
0002
Linux Apache Web Server Administration Guide
Charles AULDS
Mechanical Industry Press
Advantages: I haven't found any questions about Apache yet.
Disadvantages: For 1.3.x, the latest Chinese version of 2.0. *
0003
Linux kernel situation analysis
Zhejiang University Press
Advantages: It is too penetrating, can't understand
Disadvantages: Or version question, huh, kernel update is too fast, but still
0004
UNIX Environment Advanced Programming
Richard Stevens
Mechanical Industry Press
Advantages: Both profound
Disadvantages: Beginners are difficult to understand, otherwise how to call "Advanced Programming"?
0005 0005
Programming essence - Microsoft preparation high quality unclear C procedure secret
Steve MAGUIRE
Electronic Industry Press
Advantages: Do not say, the author is the team leader of the VC development group
Disadvantages: It is difficult to find, 1994
0006
Understanding The Linux Kernel Second Edition
0007
UNIX operating system tutorial (English version) (mentally)
By Syed Mansoor Sarwar ... Mechanical Industry Press
Features: Lightly easy to understand, focusing on UNIX fundamental concepts and overall understanding, by the way.
Disadvantages: There is no Chinese version
0008
UNIX programming environment (mentally wisdom)
By Brian W. Kenighan, Rob Pike
Chen Xiangqun and other translation
Mechanical Industry Press
Features: Shallow, deep-in-depth explanation how to use UNIX and various tools, briefly introduce the UNIX programming environment; contrast "Unix Environment
Programming, this book is suitable for newcomers.
Disadvantages: there is no English version
0009
The Art of Unix Programming (HUTUWORM)
Author: Eric Steven Raymond
Website: http://catb.org/~ESR/Writings/taoup/html/
Advantages: E.S. Raymond classic works? The advantage is not to say
Disadvantages: I have been updated, the current version 0.73, I have given you a new version after reading it, I feel very uncomfortable.
0010
UNIX Network Programming - Volume 1 "Set API and X / Open Transfer Interface API" (SLG1972)
Tsinghua
W.Richard Stevens (already late)
Explain the programming of UNIX network in detail
Non-door
0011
UNIX Network Programming - Volume 2 "Process Communication" (SLG1972)
Tsinghua
W.Richard Stevens (already late)
Detailed explanation of the process between UNIX, the relationship between threads, as well as a variety of different standard process programming.
Non-door
0012
UNIX network programming - volume three "app" (SLG1972)
I haven't bought it so far, it should be good.
0013
"Based on C CORBA Advanced Programming" (SLG1972)
Clear
Michi Henning, Steve Vinoski
A good book in the middle world, a must-have information to the CORBA application.
Non-door-level Dongdong 22 23