Archive

Tag: root

The root word is the primary lexical unit of a word, and of a word family (root is then called base word), which carries the most significant aspects of semantic content and cannot be reduced into smaller constituents. Content words in nearly all languages contain, and may consist only of, root morphemes. However, sometimes the term “root” is also used to describe the word minus its inflectional endings, but with its lexical endings in place. For example, chatters has the inflectional root or lemma chatter, but the lexical root chat. Inflectional roots are often called stems, and a root in the stricter sense may be thought of as a monomorphemic stem. The traditional definition allows roots to be either free morphemes or bound morphemes. Root morphemes are essential for affixation and compounds. However, in polysynthetic languages with very high levels of inflectional morphology, the term “root” is generally synonymous with “free morpheme”. Many such languages have a very restricted…

No image available

OpenVZ – the first step… get the kernel

January 1, 2009

I have read a lot of manual, trying every steps found via internet but still failed to install in ubuntu. Finally… root@hostmaster-laptop:~# dpkg -i linux-image-2.6.24-22-openvz_2.6.24-22.44_amd64.deb Selecting previously deselected…

Read more
No image available

A few additional setting in openvz template container

January 1, 2009

root@hostmaster-laptop:~# vzctl set 1001 --name deb --nameserver "202.188.0.133 202.188.1.5" --diskspace 2G:2G --save Name deb assigned Saved parameters for CT 1001 Starting the container. root@hostmaster-laptop:~# vzctl start 1001 Starting…

Read more
No image available

ip_conntrack: table full

May 20, 2008

Recently 1 of the server under my responsibility very slow. The ping is always timeout. When i type “dmesg” it show; Nov 1 22:23:40 bounty kernel: ip_conntrack: table…

Read more
No image available

Address already in use: make_sock:

April 26, 2008

Currently 1 of the server under my monitoring is down. I check it and found that the httpd service cannot be started. When i try to restart the…

Read more
No image available

Setting root password for ubuntu

April 23, 2008

When the first time you installed Ubuntu, there is no password for root account. You have to set it first for a security reason. You must type “sudo…

Read more