similar to: About

Displaying 20 results from an estimated 6000 matches similar to: "About"

2015 Aug 17
2
Front page
Hello, i need permision to create Serbian Front Page. Thanks, Zeljko -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos-docs/attachments/20150817/f72d4adc/attachment-0002.html>
2015 Aug 21
2
Formatting Contents
Hello again. We formed Russian wiki page with ru code. Please, can you add Russian wiki link on your Serbian front page? Thanks. 2015-08-20 18:20 GMT+06:00 Ilyas Arinov <arinov.ilyas at gmail.com>: > Some elements depends of browser language settings or system language > variables. > > 2015-08-20 17:53 GMT+06:00 ????? ??????????? < > zeljko.milovanovic.srb at
2015 Aug 17
1
Front page
On 17 August 2015 at 14:39, ????? ??????????? <zeljko.milovanovic.srb at gmail.com> wrote: > Hello, > i need permision to create Serbian Front Page. > Thanks, > Zeljko Hello Zeljko, I have just set up a new Serbian FrontPage [1] which contains the current English content. You should now be able to edit it appropriately. Alan. [1] http://wiki.centos.org/rs/FrontPage
2015 Aug 20
2
Formatting Contents
Thanks Ilyas, but "Contents" header still remains. ???, 20. ??? 2015. ? 13.46 Ilyas Arinov <arinov.ilyas at gmail.com> ?? ???????/??: > You should just translate chapter captions. It will be autoreplaced. > > 2015-08-20 14:00 GMT+06:00 ????? ??????????? < > zeljko.milovanovic.srb at gmail.com>: > >> Hello, >> how could i rename
2015 Aug 20
2
Formatting Contents
Hello, how could i rename [[TableOfContents(3)]] macro, so that it displays translated term? Zeljko -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos-docs/attachments/20150820/fc257d8d/attachment-0002.html>
2015 Jul 30
2
new user
Hello, my name is ZeljkoMilovanovic and i would like to contribute primarily to Serbian localization. Please, create my personal homepage. Thanks! ?eljko Milovanovi? -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos-docs/attachments/20150730/73cad603/attachment-0002.html>
2015 Sep 17
2
CentOS wiki permission
Hi again. I've finished translating front-page, https://wiki.centos.org/kr/FrontPage Download , other pages are under progress. Thank you. best regards. On Fri, Aug 7, 2015 at 3:27 PM, Akemi Yagi <amyagi at gmail.com> wrote: > On Thu, Aug 6, 2015 at 7:01 PM, Inyong Hwang <inyong.hwang at gmail.com> > wrote: > > Thanks. > > > > I changed translation
2015 Aug 20
0
Formatting Contents
Some elements depends of browser language settings or system language variables. 2015-08-20 17:53 GMT+06:00 ????? ??????????? < zeljko.milovanovic.srb at gmail.com>: > Thanks Ilyas, but "Contents" header still remains. > > ???, 20. ??? 2015. ? 13.46 Ilyas Arinov <arinov.ilyas at gmail.com> ?? > ???????/??: > >> You should just translate chapter
2015 Aug 21
0
Formatting Contents
Sure, it is done :) ???, 21. ??? 2015. ? 08.57 Ilyas Arinov <arinov.ilyas at gmail.com> ?? ???????/??: > Hello again. We formed Russian wiki page with ru code. Please, can you add > Russian wiki link on your Serbian front page? Thanks. > > 2015-08-20 18:20 GMT+06:00 Ilyas Arinov <arinov.ilyas at gmail.com>: > >> Some elements depends of browser language settings
2015 Aug 19
0
Front page
Hi Alan, i've completed this page, and now other Fronts could be pointed to it. I would like to edit http://wiki.centos.org/rs/Contribute <http://wiki.centos.org/Contribute> now. Zeljko. ???, 17. ??? 2015. ? 19.03 Alan Bartlett <ajb at elrepo.org> ?? ???????/??: > On 17 August 2015 at 14:39, ????? ??????????? > <zeljko.milovanovic.srb at gmail.com> wrote: > >
2015 Aug 20
0
Formatting Contents
You should just translate chapter captions. It will be autoreplaced. 2015-08-20 14:00 GMT+06:00 ????? ??????????? < zeljko.milovanovic.srb at gmail.com>: > Hello, > how could i rename [[TableOfContents(3)]] macro, so that it displays > translated term? > Zeljko > > _______________________________________________ > CentOS-docs mailing list > CentOS-docs at centos.org
2004 Dec 08
2
rsync wants to copy Identical directory structure and files.
Hello, I have two identical directories and when I run an rsync --dry-run on them rsync wants to transfer all the files from the source directory to the target directory. I verified some files in both directories with 'ls -l' and the output is the same which, if I understand correctly, means that rsync should not include the file in the list of files to transfer. I also did an md5
2019 May 06
5
Potfix+Dovecot with dsync replication problem
Hi all, I am in need of some help. Straggling to make something work, trying to configure postfix and dovecote imap server with dovecote replication. Can?t figure out what is wrong with my configuration. Replication is working only for vmail user account, I am getting this error on my secondary server for all other users? dovecot: doveadm: Fatal: setgid(4015(zdokman) from userdb lookup)
2015 Jul 30
0
new user
On 30 July 2015 at 09:25, ????? ??????????? <zeljko.milovanovic.srb at gmail.com> wrote: > Hello, > > my name is ZeljkoMilovanovic and i would like to contribute primarily to > Serbian localization. > > Please, create my personal homepage. > > Thanks! > > ?eljko Milovanovi? Done. A home page has now been initialised for you. Alan.
2009 May 27
5
How to exclude a column by name?
Given an arbitrary data frame, it is easy to exclude a column given its index: df[,-2]. How to do the same thing given the column name? A naive attempt df[,-"name"] did not work :)
2017 Oct 04
4
Tag forwarded X11 connection as remote
On st?eda 4. ??jna 2017 5:53:15 CEST Damien Miller wrote: > On Mon, 2 Oct 2017, Michal Srb wrote: > > SSH only needs to change the first byte sent from X client to server > > to mark it as remote. SSH already modifies the whole first message > > (replaces authorization data), so changing the first byte is easy > > addition. > > > > I have attached patch that
2017 Jul 14
5
SectionMemoryManager::finalizeMemory ... read only data become executable?
Hi, I am studying the llvm code and I noticed something that looks like a bug. If it is intentional for some reason, it is not obvious why. In lib/ExecutionEngine/SectionMemoryManager.cpp in SectionMemoryManager::finalizeMemory method: // Make code memory executable. ec = applyMemoryGroupPermissions(CodeMem, sys::Memory::MF_READ | sys::Memory::MF_EXEC); ... //
2017 Oct 02
4
Tag forwarded X11 connection as remote
Hi, Cross-posting to openssh-unix-dev and xorg-devel because this concerns both projects. When X11 connection is forwarded using ssh, the ssh client typically connects to the local X server using unix socket (often it is the only option because X servers no longer listens on TCP by default). X clients connected remotely over ssh then seem like if they are local to the X server. Because of
2008 Dec 05
2
IAX trunk mixing
hi, i have a problem, and i am completely stuck with it, i hope someone can point out where is my config wrong. I have three server, connect together with IAX trunking. The server are at romania (10.0.4.23, V1.4.22), hungary (10.0.1.23, V1.4.20) and serbia (10.0.3.4, V1.4.22). I have a hardphone (6251) connected to the romanian server, i dial a hungarian telephone number, the call goes to the
2013 Dec 09
2
Dovecot+LDAP lda problem
Hello everyone, I need some help with Dovecot+LDAP config and local delivery. We're using Dovecot 2.0.9 on Centos 6.4. Before, we used Qmail with the same LDAP. Our LDAP accounts have the attribute deliveryMode which we used for mailing lists (OK, they are in fact mailing groups rather than lists). When the attribute is set to deliveryMode = nolocal Qmail did not deliver mail to the