The article is reproduced below: (Thank you very much !)
FC3 used by the author of the original article. I used Mandriva Linux Limited Edition 2005.
Well, if you have a similar problem, I believe the reposted below will help you solve the problem.
Summary of English locale in Chinese
Finally, let's take a look. However, the settings of these environment variables are indeed tricky and anyway. Here, we will
Article title: Mandriva released the Netbook optimized operating system. 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.
The Linux publisher manriva released the manriva Mini opera
I have been depressed for many days. By default, the database mysql installed in mandriva is faulty. The problem is more than two connections. Let's talk about it now.
1) install mysql: sudo urpmi mysql
2) Run mysql-uroot. [mysql] ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/lib/mysql. sock '(2) solution: If the mysql daemon process is not started, execute service mysqld start.
3) Continue mysql-uroot with ERROR 1045 (2
The date usage is quite flexible, with N flexible combinations. [Root @ MT ~] # Date & amp; #39; + % D % n % T & amp; #39; 08/11/1113:52:38 [root @ MT ~] # Date + % Y/% M/% d2011/53/11 [root @ MT ~] # Date & amp; #39; + % Y/% M/% d & amp; #39; 2011/5
The date usage is quite flexible, with N flexible combinations.
[Root @ MT ~] # Date '+ % D % n % t'
08/11/11
13:52:38
[Root @ MT ~] # Date + % Y/% M/% d
2011/53/11
[Root @ MT ~] # Date '+ % Y/% M/% d'
2011/53/11
[Root @ MT ~] # Date + %
The reason for creating this web page is to help new Linux users choose the most appropriate operating system in a growing number of Linux distributions. It lists the 10 most popular Linux distributions to date (plus FreeBSD, the most popular BSD system so far), and is often considered the most widely recommended by Linux
FedoraSystem: LinuxBased on: IndependentOrigin: United StatesArchitecture: ARM, i686, PowerPC, s390x, PPC64, x86_64Desktop: Cinnamon, GNOME, KDE, LXDE, MATE, Openbox, XFCECategories: Desktop, Server, lifeFedora is a well-known Linux distribution and is a fast, stable and powerful operating system for everyday applications built by community enthusiasts around the world. It allows anyone to use, modify, and redistribute freely, both now and in th
1. Create a user Mandriva with an ID number of 2002, a base group of distro (group ID 3003), and an additional group of Linux
[[email protected] ~]# groupadd-g 3003 distro[[email protected] ~]# tail-1/etc/groupdistro:x:3003:[[email protected] ~] # Groupadd Linux[[email protected] ~]# tail-1/etc/grouplinux:x:3004:
[[emai
Fedora has a lot to learn about. Here we mainly introduce the Linux release, including introduction to the Linux system. All Linux distributions share the same system kernel and some of the same operating systems. However, during this evaluation, we can still find some distinctive features in each system. I like Linux
-known Linux distribution and is a fast, stable and powerful operating system for everyday applications built by community enthusiasts around the world. It allows anyone to use, modify, and redistribute freely, both now and in the future. It is developed by a strong community of members who, with their tireless efforts, provide and maintain free, open-source software and open standards.Official website: http://fedoraproject.org/: Http://fedoraproject.
. One of the largest tools in the Anjuta application is the project manager. This tool can open almost any automake/autoconf-based project. This project manager does not add any Anjuta based information to this project, so your project can also be maintained and developed outside of Anjuta. Mandriva Popular Science: Mandriva is one of the most outstanding Linux d
Linux also provides an enterprise server version, called SUSE Linux Enterprise server can be obtained free of charge, but if not payment only provides 30 days update service.
SUSE Linux (source pcworld.com)
Unlike other Linux distributions, SuSE offers immediate free downloads for their new version. SUSE
enterprise server version, known as SUSE Linux Enterprise Server, which can be obtained free of charge, but will only provide 30 days of update service if not paid.SUSE Linux (source pcworld.com)Unlike other Linux distributions, SuSE offers a free download for their new version immediately. SuSE first released the Boxed box, which included the personal version (
Based on the last Linux distribution, and want to do a complete installation of the different series of Linux versions, and Windows XP to implement a multiple operating system installation, the process is not so simple to implement, it takes time and experience. Now I'm really on the computer to realize the Xp+2003+ubuntu +fedora two hard drives together, no problem.
Now my first idea is to realize
sabayo
: Create Group-
g: Specify GID
(1), create group distro, its GID is 2016;
[Root@node2 ~]# groupadd-g 2016 distro
(2), create user Mandriva, its ID is 1005; basic group is distro;
[Root@node2 ~]# useradd-g 2016-u 1005 Mandriva
(3), the creation user Mageia, its ID number is 1100, the home directory is/home/linux;
[Root@n
standards. The Fedora project has been managed and controlled by the Fedora Foundation and is supported by Red Hat, Inc.5. novell.comSuSE is also a fairly good Linux distribution bundle, which is the official website of SuSE. SUSE Linux was originally a Linux distribution maintained by the German SUSE Linux AG and is
, provide and maintain free, open-source software and open standards. The Fedora project has been managed and controlled by the Fedora Foundation and is supported by Red Hat, Inc.5. novell.comSuSE is also a fairly good Linux distribution bundle, which is the official website of SuSE. SUSE Linux was originally a Linux distribution maintained by the German SUSE
| Head | Cut-d:-f1RootBinDaemonSysAdmTtyDiskLpMemKmem
9. Merge the contents of the/etc/fstab and/etc/issue files into the same content and save them to the/tmp/etc.test file
[Root@localhost ~]# cat/etc/fstab >/tmp/etc.test[Root@localhost ~]# cat/etc/issue >>/tmp/etc.test10. User, Group Management class command practice
10.1 Create group Distro with a GID of 2016
[Root@localhost ~]# Tail/etc/group[Root@localhost ~]# tail-1/etc/groupDISTRO:X:2016:
10.2 Create user
@localhost ~]# tail-1/etc/group distro:x:2016: Chuang Build User Mandriva, whose ID is 1005; basic group bit distro [root@localhost ~]# useradd-g distro-u 1005 Mandriva [root@localhost ~]# tail-1-/etc/p ASSWD mandriva:x:1005:2016::/home/mandriva:/bin/bash Create user Mageia with ID bit 1100; home directory for/home/linux
the total number of subdirectories or files in the next level of/var directory.
~]# Find/var-type F wc-l
8. Remove the name of the 10 group with the smallest value in the third field in the/etc/group file.
~]# sort-t ":"-k3/etc/group | head-10 | Cut-d ":"-f1
9. Merge the contents of the/etc/fstab and/etc/issue files into the same content and save them to the/tmp/etc.test file.
~]# Cat/etc/{fstab,issue} > Tmp/etc.test
10. Please summarize the usage of user and group management commands and
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.