Linux Mint 13 root login recently reinstalled the computer, at first fashion the latest version of Ubuntu12.04, found that the unity interface Really bad (not used to), back to gnome interface is too ugly, so I thought of the Linux Mint release version and installed the latest Mint13. After a while, I felt good. It gave me a fresh feeling. The desktop is similar
, andFTP servers are built on the server host, and the server host two network cards eth0 , eth1 used separately Vmnet1 , Vmnet2 . Create two PXE boot menus and two different ks files for different network segments. Client test:New Virtual Machine Centos-pxe-test, first tune to vmnet1DHCP distributes 192.168.1.0/24 network segment IP,TFTP provides Pxelinux.cfg/default Filetransfer Client to Vmnet2 for testingat this DHCP distributes 192.168.20.0/24 network segment IP,TFTP provides pxelinux.cf
Tags: Linux, register your Redhat account to give the system product installation software updates 2. RPM package is used to manage software in Red Hat Enterprise Linux systemRedhat, Suse, Oracle Linux package rpmUbuntu Package DBDAll support compiling software Installation RPM Package installation will have a lot of dependencies, need to install a lot of sof
Article Title: error message in compiling boa-0.94-13 in Linux. 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.
Compile a c System in linux
question also invites the great God under the guidance, the thought is more limited13. How does the variable parameter work? How should it be implemented? (Reference: http://blog.csdn.net/wooin/article/details/697106)[Email protected]:/study/linuxknowledge# cat vaarg.c#include [Email protected]:/study/linuxknowledge#./vaargTen Hello ni ma![Email protected]:/study/linuxknowledge#Simple to say is to use VA_ARG macro to achieve, va_arg macro, see the details http://blog.csdn.net/wooin/article/deta
? If the number of processes in the system is many how to guarantee the performance of the scheduler? Well, it's too complicated, and it's better to have a tick, so in practice, Linux kernel will start a cyclical tick when there is a task to execute. Of course, there is no absolute right design in the world, and any elegant design is suitable for a certain application scenario. In fact, the law of nature is not the same? Newton's law is not absolutely
for each operation-exec command {} \; #注意, followed by \; cannot be omitted, represents the end of an order. and \; There is a space between {}.############################################################################Here are a few examples:1. Find all files in the/var directory under the master root and belong to the group mail;Find/var-user Root-group Mail2. Find files that do not belong to Root,bin or student in the/USR directory;Find/usr-not-user root-a-not-user bin-a-not-user StudentFin
Right now1. Files downloaded from the Internet are compressed files.2, reduce the space to use the compressed file.So it is necessary for us to learn how to compress and decompress files.Compression and packaging commands for Linux documentsThere are many compression methods supported in Linux, but the most commonly used compression methods are:Tar There are two ways to compress the command (GZ bz2)Now we
.logboot.log ibacm.log prelink xorg.0.log.oldbtmp las TLog sa xorg.1.logbtmp-20130401 libvirt Samba xorg.2.logcluster Luci Secure Xorg.9.logconsolekit Maillog secure-20130331 Yum.logWhich mysqld.log this file is the log information we have to store our operations with the MySQL database, and we can get a lot of information by looking at the log file.Because our MySQL database is accessible over the network, not a stand-alone database, where the protocol used is the TCP/IP protocol,
by looking at the log file.Because our MySQL database is accessible over the network, not a stand-alone database, where the protocol used is the TCP/IP protocol, we all know that the MySQL database binding port number is 3306, so we can see through the NETSTAT-ANP command, is the Linux system listening on the 3306 port number:As shown above, the Linux system listens on the 3306 port number is our MySQL dat
Which mysqld.log this file is the log information we have to store our operations with the MySQL database, and we can get a lot of information by looking at the log file. Because our MySQL database is accessible over the network, not a stand-alone database, where the protocol used is the TCP/IP protocol, we all know that the MySQL database binding port number is 3306, so we can see through the NETSTAT-ANP command, is the Linux syst
An error occurred while writing files in MySQL in Linux (Errcode: 13) solution: select * into outfile '/home/mysql/data in the database. SQL 'Shell prompts ERROR when exporting data: ERROR 1 (HY000): Can't create/write to file'/home/mysql/data. SQL '(Errcode: 13) after confirming that it is not a permission issue, use the following method to solve setsebool-P mys
Installing dropbox in linux mint 13 maya 1. Installing nautilus-dropbox Java code through a terminalSudo apt-get install nautilus-dropbox through the software center, but the installation is only an empty shell. After the installation, dropbox automatically downloads the installation file,However, due to firewall reasons, the installation process will be frozen! Www.2cto.com 2, according to your
Rpm-qa |grep vsftpdYum Search vsftpdYum Install vsftpdTo see if it has been started:Service VSFTPD StatusStart:Service VSFTPD StartEnter address access in the browser: Remember to turn off the firewall beforeClick on My Computer, enter the FTP address in the address bar, directly to the resource manager to access the way.Overwrite the master configuration fileAnonymous_enable=no does not allow anonymous users to log onService VSFTPD start restart can affect user connectionsYou must now enter a u
1, Touch command used to create blank files and modify file time, Format: touch[options [file];There are three types of file time under Linux@1, change Time (mtime): Content modification time;@2, change permissions (ctime): Change attribute and permission time@3, read time (atime) Read file content time
Touch command
Parameters
Role
-A
Modify access Time (Atime)
-M
Change Time (M
Tag: blank linux target password nullHomework
1, request to add a user newuser, if it already exists then display "The user USERNAME is exists", if present, add it and set its password to "[email protected]"
#!/bin/bash#Username=newuser1if! ID $username >/dev/null;Then AddUser $usernameecho $username | passwd--stdin "[email protected]" >/dev/nullecho "ADD user $username sucessfully."Else "The user is exists."FiExit
2, wri
of VIM:Normal Mode (Normal-mode)Insert mode (Insert-mode)Command mode (Command-mode)Visual Mode (Visual-mode)Normal modeThe default is in normal mode when Vim is started. No matter what mode you are in, pressing the Insert modePressing I, I, a, a etc in normal mode will enter insert mode.Now just remember to press the I key to insert mode. In insert mode, the corresponding character is written when the key is clicked.Command modeIn normal mode, press the: (English colon) key to enter command mo
daizhihong123drwxr-sr-x 2 Root user 6 2 Month 3 15:44 YngndzhDrwxr-xr-x 2 root root 6 2 month 3 15:54 yngndzh123The new file is now /daizhihong123/ the permissions of the user group become Root , create /yngndzh23/ the permissions for the directory user group also become Root . This shows a directory setting Set_gid permission, the group that created the sub-file or subdirectory under this directory will be consistent with the parent directory. Set_gid permissions: Not only can work on the file
Connection PostgreSQLStart Metasploit Execute command: Db_status view Connection Database status ~6, running/etc/init.d/postgresql start database, in order to boot, it is recommended to write into the/etc/rc.local file:# su [email protected]:/root$ psqlpostgres=# Create user "MSF" with password ' MSF ' nocreatedb;postgres=# CREATE DATABASE " Msfdb "with Owner=" MSF ";To modify a database configuration file:~ ~ ~ Install VIM ~~~~~~sudo Apt-get installed vim prior to trial VIEdit database.ml:Stil
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.