Reinstall Grub under Linux

IntroductionThis guide will show you how to reinstall Grub with an arch-mounted disc if you have lost grub for some reason.Note In this tutorial, I will use sda1 as my root udev type references. If you use 0.7.1 's previous installation CD,

Installation of Chinese input method under Linux

Today, the Chinese input method is installed on the LinuxSLC5.3 and the process is as follows:Original from the "Bit network", reproduced please keep the original link: http://soft.chinabyte.com/os/102/11459102.shtml1. Install the Chinese font

FTP installation and use of Linux

Installation and configuration of FTP server (Ubuntu)1. Query whether to install Vsftpd:rpm-qa |grep vsftpd(RPM Installation: Apt-get install RPM)or query the current FTP process: Ps-ef|grep vsftpd2. Install the VSFTPD server : Rpm-ivh vsftpd-*.rpm

Debug Linux Kernel Environment build method (ddd+busybox+qemu+linux3.5.4 kernel)

Environment construction1.1. Preparatory work(1). QEMU Virtual Machine(2). BusyBox Software(3). linux-3.5.4 kernel(4). DDD Debug tool (in Terminal input sudo apt-get install DDD installation)1.2. Compiling the kernel(1) Establishment of working

Linux Online Simulator

Recently in the use of some of the Linux commands, but a long time ago the Linux virtual machine was deleted, and do not want to practice a few commands to toss over the virtual machine. So, just try to search, see if there is no online Linux

On Linux memory management mechanism

In Linux often found that the free memory is very small, it seems that all the memory is occupied by the system, the surface of the memory is not enough to use, it is not. This is an excellent feature of Linux memory management, which differs from

View Linux Process Memory usage

Http://www.cnblogs.com/gaojun/p/3406096.htmlYou can view the contents of the%mem directly after you use the top command. You can choose to view by process or by user, if you want to see the process memory usage of the Oracle user, you can use the

CentOS6.4U boot disk creation, installation, and troubleshooting

CentOS 9.3 U disk installation disk made with UltraISO Premium Edition 6.4, Press the key to begin the installation process, However, press enter without any response. The error "vesamenu. c32" in the CentOS 6.4 ISO file is found on the Internet.

Use of gpg file encryption RHEL6

Side: First, generate a pair of keys: Prompt whether to generate2048Key pairs in bytes:   The steps for generating a key pair are as follows: PressO"Key to start generating the key pair: I am prompted to add a password to the key

Summary of common shell variables RHEL6

This was learned more than a year ago. I did not expect to learn it again today. By the way, I will share it with you.   1. shell conditional test command Purpose: test whether the expression is true. If yes, the returned value is 0. If no, the

LNMP environment in Ubuntu

To ensure the Internet connection, you can directly install the tool at http://lnmp.org/install.htmland use the following example as the original document: { 1. Use putty or similar SSH tools to log on to VPS or server; Run after login:Screen-S lnmp

[2014.5.22] [UBUNTU] time synchronization between Ubuntu and Windows

When Ubuntu and Windows are installed on both systems, the time of Windows and Ubuntu systems is not synchronized. This is because Windows systems use the time of hardware systems such as the bios of the motherboard as the OS's local time by default.

Summary of HTTP protocol return Status Codes

Today, I spoke with CU Boyou about some problems that his personal website encountered during its operation, the discussion involves the meanings of different http status codes returned by web servers when printing logs. Therefore, I intentionally

Python interfaces and abstract classes

Abstract base classSome object-oriented languages, such as JAVA, support interfaces, can declare a class that supports a given method or a given access protocol. Abstract base classes (or ABCs) are the same features in Python. The abstract base

Common commands for website server troubleshooting

1. View TCP connection status netstat -nat |awk '{print $6}'|sort|uniq -c|sort -rnnetstat -n | awk '/^tcp/ {++S[$NF]};END {for(a in S) print a, S[a]}'netstat -n | awk '/^tcp/ {++state[$NF]}; END {for(key in state) print key,"\t",state[key]}'netstat -

String case-insensitive conversion in python

A summary of the functions used to convert the case sensitivity of strings in python and determine the case sensitivity of strings: I. case-sensitive conversion of pyhton strings: 1. case-sensitive conversion of all characters in a string (only

WEB Server inspection script phthon script

Script Function: Monitors the status of multiple Web servers and sends emails if any problem occurs. Running environment: Python2.7/2.4 can be run Script usage: You can use Crontab or scheduled task to run the task at a specified time. For

Python socket implements the server and client for File Transfer

Using the python socket module to implement a very simple file transfer function, do not know how to write more scientific and elegant, please guide Server: #!/usr/bin/python #coding:utf-8 import SocketServer import subprocess import string import

Python Chinese garbled

If you encounter this problem and google, you are almost helpless. I hope the following descriptions will be useful to you. This document describes how to obtain a page from a website and find Chinese characters on the page. The platform in the

CentOS 6.2 DNS server build Bind9.7.3

[Root @ www named] yum-y install bind // upgrade the package[Root @ www named] # vim/etc/named. conf//// Named. conf//// Provided by Red Hat bind package to configure the isc bind named (8) DNS// Server as a caching only nameserver (as a localhost

Total Pages: 5467 1 .... 2035 2036 2037 2038 2039 .... 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.