Package: adduser Description-md5: 7965b5cd83972a254552a570bcd32c93 Description-th: เพิ่มและถอดถอนผู้ใช้ และกลุ่ม แพกเกจนี้ผนวกคำสั่ง 'adduser' และ 'deluser' สำหรับการสร้างและถอดถอนผู้ใช้. . - 'adduser' creates new users and groups and adds existing users to existing groups; - 'deluser' removes users and groups and removes users from a given group. . Adding users with 'adduser' is much easier than adding them manually. Adduser will choose appropriate UID and GID values, create a home directory, copy skeletal user configuration, and automate setting initial values for the user's password, real name and so on. . Deluser can back up and remove users' home directories and mail spool or all the files they own on the system. . A custom script can be executed after each of the commands. . Development mailing list: http://lists.alioth.debian.org/mailman/listinfo/adduser-devel/ Package: alien Description-md5: 250884c1c7113f08b8c335ac3cf22206 Description-th: แปลงรูปและติดตั้ง rpm และแพกเกจอื่นๆ Alien allows you to convert LSB, Red Hat, Stampede and Slackware Packages into Debian packages, which can be installed with dpkg. . It can also generate packages of any of the other formats. . เครื่องมือนี้เหมาะสมกับ binary packages เท่านั้น. Package: 2vcard Description-md5: 2c96ee919233c4f6128f265ad35ff488 Description-th: perl script สำหรับแปลงรูป addressbook ไปเป็น VCARD file format 2vcard converts address books and alias files into the widely-used vCard format. Currently it can convert from abook, Eudora, Juno, LDIF, mutt, mh and pine. Package: vim-snipmate Description-md5: b32d99279c72a1dbfce80f206863cd65 Description-th: Vim script that implements some of TextMate's snippets features. SnipMate.vim aims to be an unobtrusive, concise vim script that implements some of TextMate's snippets features in Vim. A snippet is a piece of often-typed text that you can insert into your document using a trigger word followed by a . . For instance, in a C file using the default installation of snipMate.vim, if you type "for" in insert mode, it will expand a typical for loop in C: . for (i = 0; i < count; i++) { . Project-Id-Version: ddtp-ubuntu Report-Msgid-Bugs-To: FULL NAME POT-Creation-Date: 2014-09-03 08:41+0200 PO-Revision-Date: 2014-05-06 13:30+0000 Last-Translator: FULL NAME Language-Team: Thai MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Launchpad-Export-Date: 2014-09-04 22:14+0000 X-Generator: Launchpad (build 17196) . To go to the next item in the loop, simply over to it; if there is repeated code, such as the "i" variable in this example, you can simply start typing once it's highlighted and all the matches specified in the snippet will be updated. . snipMate.vim has the following features among others: . - The syntax of snippets is very similar to TextMate's, allowing easy conversion. - The position of the snippet is kept transparently (i.e., it does not use marks/placeholders inserted into the buffer), allowing you to escape out of an incomplete snippet, something particularly useful in Vim. - Variables in snippets are updated as-you-type. - Snippets can have multiple matches. - Snippets can be out of order. For instance, in a do...while loop, the condition can be added before the code.