Category: Bez kategorii
-
Programming Atmega 328P-PU using Raspberry Pi (B+)
Written by
on
[I am new to microcontrollers – whatever I’ve written worked for me, but proceed at your own risk] I wanted to start playing with a little bit of home automation.…
-
cn=admin,cn=config password and bdb_equality_candidates: not indexed
Written by
on
So you want to modify your config of ldap, you might want to use ldapvi, such as below: ldapvi -h ldap://localhost -D cn=admin,cn=config -b cn=config — Login Type M-h for…
-
find & chmod & xargs – changing uid of files
Written by
on
Because of the system reinstallation & user ids remapping, I wanted to update all of the files from given UID to new UID. One of the ways to do this…