I always set the permissions for the main shared folders in samba to 3770. This way any files made below this will inherit the group ownership of the parent.
Read more →Tech
Posts tagged with
ntsysv in Ubuntu
I always thought this was such a handy utility. In Ubuntu there is something similar to check if services are set to start at boot up. apt-get install sysv-rc-conf
Read more →Changing the main menu (sidebar)
in mediawiki change the url suffix to http://my-domain.com/my-wiki/index.php?title=MediaWiki:Sidebar&action=edit
Read more →Sorry! This site is experiencing technical difficulties.
This error happened to the mysql user and password not being correct on file. Change the setting in LocalSettings.php. You can verify whether the details you have are correct by logging into the mysql database mysql -u ''wikiuser'' -p ''wikipassword'' where of course you have to replace the user …
Read more →Access denied for user ‘debian-sys-maint’@'localhost’
debian-sys-maint is a system MySQL user created to be able to start/stop the databases and to carry out maintenance operations. The above error message is therefore due to a mismatch between the mysql debian-sys-maint password in the mysql database and that in the configuration file /etc/debian.cnf. …
Read more →