VirtualTam's bookmarks
32 bookmarks found
-
-
FreeIPA
2016-12-02 LDAP/Kerberos directory server built on top of 389DS
-
389 Directory Server
2016-12-01 - https://www.linux.com/learn/simplify-ldap-fedoras-389-directory-server
- https://www.rockstable.org/389-ds
- https://github.com/jtgasper3/docker-images/tree/master/389-ds
Administration WebApps:
- http://directory.fedoraproject.org/docs/389ds/administration/webapps-install.html
- http://directory.fedoraproject.org/docs/389ds/administration/dsgw.html
- http://directory.fedoraproject.org/docs/389ds/administration/orgchart.html
Install guides:
- http://www.unixmen.com/install-and-configure-ldap-server-in-centos-7/
- http://www.unixmen.com/manage-389-directory-server-graphically-using-389-management-console/
- http://jensd.be/125/linux/rhel/install-mate-or-xfce-on-centos-7
- http://unix.stackexchange.com/questions/181503/how-to-install-desktop-environments-on-centos-7
-
Debian New Maintainers' Guide
2016-10-27 See also:
- https://www.debian.org/doc/devel-manuals#packaging-tutorial
- https://www.debian.org/doc/debian-policy/
- https://www.debian.org/doc/manuals/developers-reference/
- https://wiki.debian.org/PackagingWithGit
- https://wiki.debian.org/HowToPackageForDebian
- https://feeding.cloud.geek.nz/posts/whats-in-a-debian-directory/
-
Python: run specific unit tests
2015-02-13 Given your unittests are in the
tests
directory:1# run a specific test module 2python -m unittest tests.<module> 3 4# run a specific test suite 5python -m unittest tests.<module>.<class> 6 7# run a specific test 8python -m unittest tests.<module>.<class>.<test> 9 10# run tests matching a given pattern 11python -m unittest discover -s tests -p <pattern>
-
Change install dir:
- get the EarSketch installer,
- launch it, install Reaper and EarSketch to the default location => C:\Program Files{EarSketch, REAPER (x64)},
- install the other softs (Python 2.7 and its extensions, Kommodo) where they belong,
- move the REAPER (x64) folder to a new location,
- edit the registry value [HKEY\LOCAL MACHINE\SOFTWARE\REAPER] to reflect this new location,
- edit the Actions menu file to reflect the new Plugins folder locations [%appdata%\REAPER\reaper-kb.ini],
- (restart Reaper),
- clean the cache.