Monthly Archives: March 2016

Bypass Code Integrity Checking in ownCloud 9

This is an added security feature in ownCloud 9 to sign all the changes to avoid malicious code or files in ownCloud releases. However, due to a bug in ownCloud 9.0.0, this message appears by mistake when installing some official … Continue reading

Posted in Cloud, owncloud, Uncategorized | Tagged , , , , , | Leave a comment

How to force usage of DNS name instead of IP in ownCloud

Sometimes when sharing a link in owncloud, especially on the mobile and desktop clients, the links are using the IP address instead of the DNS name. This behavior can be changed by using the overwritehost parameter in the config.php file … Continue reading

Posted in Cloud, Uncategorized | Tagged , , , | Leave a comment

How to mount a file created using dd command

I created an exact copy of a bootable USB drive using the dd command (which is an extremely cool tool by the way) using the following command: dd if=/dev/sdb of=myFile.img After that, to mount it, you can simply use the … Continue reading

Posted in Linux, Ubuntu | Tagged , , , | Leave a comment

How to reset your administrative user password in ubuntu

It’s useful in case you forget your password and unable to access your system. All you have to do is: startup your machine and select the kernel that you use at the grub menu press e to start editing Find … Continue reading

Posted in Linux, Mint, Ubuntu | Tagged , , , | Leave a comment

How to rebuild the cache for ownCloud

This can be done using the ownCloud Console (occ). All you need is to go where the web app is, which is usually /var/www/owncloud and then run: sudo -u www-data php occ  files:scan –all This will rebuild the whole files … Continue reading

Posted in Uncategorized | Leave a comment