Look at here https://github.com/pi-hole/pi-hole to block ad
linux
Redmine repository 404 not found
We look in to redmine production.log file an see follow error
git: error during get default branch: Couldn’t find all GitCaches with ‘id’: (last, {:order=>”created_at DESC”}) (found 0 results, but was looking for 2)
Completed 404 Not Found in 361ms (ActiveRecord: 66.9ms)
What can i do to fix this issue?
Gitolite upgrades can change /home/git/.gitolite.rc this file.
Than can happend, that you have a UMASK 0077 thats wrong, you need 0022

Thats all
Edit:
Another Solution is
setfacl -R -m u:git:rX /home/git/repositories/
Hint found here
http://www.fabianfier.de/blog1.php/redmine-shows-404-error-on
https://stackoverflow.com/questions/7086325/setting-umask-in-git-gitolite
Easy email server
Look here
Replacing the IWSVA Admin Web Interface SSL Certificate
Since documentation on this by Trend Micro is pretty sparse and I’ve had to do this on a number of systems recently, I’ll document the process of replacing or adding a certificate for the IWSVA Admin Web Console with a new CA-signed one here.
Note: This documentation is NOT for replacing the IWSVA SSL-Inspection certificate, though similarities may exist.
I’ve done this successfully on IWSVA 5.6 and 6.5, the process should work without issues on IWSVA 6.0 as well.
The whole process of requesting/creating/converting the SSL certificate described here mainly involves openssl commands and can be done from the IWSVA root shell. I also generally recommend to create at least the certificate public/private key pair always on the system that will in the end host the certificate. This reduces the risk of getting the private key compromised when you create key pairs on a different system and then have to…
View original post 1,183 more words
InterScan Web Security Virtual Appliance (IWSVA) 6.5 default password
After downloading latest software and patch for TrendMicro InterScan Web Security Virtual Appliance (IWSVA) 6.5 SP2 ( latest version ) on 25 Nov 2015 at URL –> http://downloadcenter.trendmicro.com/
This website actually for those have proper Trend License only.The worst case part is Trend micro itself not telling everybody about default password .BTW,
Here is default username : admin
password is “adminIWSS85″
View original post 108 more words
two factor auth system open source
You are searching after a good two factor open source solution?
Then look at https://www.privacyidea.org/ or directly on Github
Linux join Active Directoy
Join a Linux Server to a Active Directory with the tool realmd
https://outsideit.net/realmd-sssd-ad-authentication/
Exe File on samba share is not starting
Very bad situation you can not open a exe file from samba share
add following string to your smb.conf
acl allow execute always = True
https://wiki.samba.org/index.php/Setting_up_a_Share_Using_POSIX_ACLs#Making_Files_Executable
https://unix.stackexchange.com/questions/188721/execute-a-exe-on-a-samba-share