gentoo
SVN authentication to Active Directory using SASL and OpenLDAP
I have been following all of the guides I found online to get a working svnserve + SASL + OpenLDAP configuration and I had everything working for about a day and then after playing with svn+ssh for a[详细]
2023-03-31 07:31 分类:问答Linking multiple C source files
I\'m on gentoo linux with GCC 4.4.5 installed. I can compile and link such program without any errors using gcc main.c -o main, and the command ./main returns result correctly.[详细]
2023-03-30 05:43 分类:问答How to write a Gentoo ebuild file , with LINGUAS support
I wanted to write a ebuild for some binary package , it contains a folder for different languages , its structure is:[详细]
2023-03-28 04:26 分类:问答how to add Tkinter support to python2 on my gentoo? [closed]
Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow.[详细]
2023-03-25 19:57 分类:问答How to get kernel version by using kernel name (not current kernel)
Simply I want to clean older kernel\'s modules. It\'s \"uname -r\" but I need to get such information for all kernels with Python (I already know their names and can clean kernel files, initramfs and[详细]
2023-03-21 02:31 分类:问答python: How many write access needed to write XML
I am writing a python module that writes data into an XML file. The piece of code that handles the write is:[详细]
2023-03-16 11:40 分类:问答How can I sandbox filesystem activity, particularly writes?
Gentoo has a feature in portage, that prevents and logs writes outside of the build and packaging directories.[详细]
2023-03-14 10:52 分类:问答lighttpd as trouble running a lua script
I have been trying to run a lua script in lighttpd. I am running gentoo and I installed lighttpd with the lua use flag. mod_magnet.so is where it is supposed to be. When I try to start the server I ge[详细]
2023-03-11 10:41 分类:问答apc_store isn't working between requests
$bar = \'BAR\'; apc_store(\'foo\', $bar); var_dump(apc_fetch(\'foo\')); Within one request this work. Now If i try to do a var_dump(apc_fetch(\'foo\')); on another request it prints:[详细]
2023-03-08 15:55 分类:问答Python time.time() -> IOError
I\'ve just installed a base gentoo stage 3 and I get the following error when i try and call time.time():[详细]
2023-03-08 04:23 分类:问答