This message popped up during the update to owncloud 8.2.2 Update failed. Unable to move /var/www/owncloud/_oc-upgrade/8.2.2/core/resources to /var/www/owncloud/resources The trick is to replace the version from 8.1 to 8.2 as per the highlighted line shown below:
Category Archives: Linux
template engine
Discovered jinja2, a python template engine, today. It appears to be simple and straight-forward. Plan to use it to auto-generate UVM based frameworks.
raspberry pi upgrade to Jessie
Following yesterday’s blog post on raspberrypi.org “Jessie is here“, I thought to give it a go. Below are the bolts and nuts to get Jessie running $ sudo apt-get update $ sudo apt-get upgrade $ sudo apt-get dist-upgrade Updated apt sources list: $ sudo sed -i ‘s/wheezy/jessie/g’ /etc/apt/sources.list Upgrade to Raspbian Jessie starts $ sudo …
owncloud and synology: can’t access file
Though a simple owncloud user can upload a file on an owncloud hosted on a synology box. He or she may not be able to download that file. Firefox will complain by saying it can’t find that file. There is a simple fix for that on Synology DSM 5. All one would need to do …
tsch as shell
Force gnome-terminal to use tcsh gnome-terminal -e tcsh Change the prompt layout Add the following into .cshrc alias setprompt ‘set prompt=”%{\033[34m%}[%h: %w %d %D %P] – %B(%~)%b n%n@%m %b%# “‘ setprompt
SVN repository management with tkcvs
tkcvs(with svn support) is suitable for working on cross-platforms. It comes with both tkcvs and tkdiff. Collab has a quick reference card (pdf) for SVN. Download svn checkout http://tksvn.tigris.org/svn/tksvn/trunk tksvn –username guest cd tksvn tclsh ./doinstall.tcl $prefix To stay tuned with the latest svn trunk cd tksvn svn update tclsh ./doinstall.tcl Graphical diff utility Tkdiff …
Remove the path of the script
There are 2 solutions: `basename “$0″` or ${0##*/}. .
FC3: Deleting Temporary files
If there are temporary files located in the /tmp directory, then as root : fixfiles relabel; reboot will delete the “files” FC finds in the tmp directory and relabels what it wants to, followed by a reboot. Yet another method can be as root : yum clean all
FC3: gtk
Problem: /home/chitlesh/.kde/share/config/gtkrc:37: error: unexpected identifier `gtk-alternative-button-order’, expected keyword – e.g. `style’ solved by $ rm ~/.kde/share/config/gtkrc