Reindexing all files and folders in NextCloud

Submitted by Fekete Zoltán on

If you have missing files, or any discrepancies between physical and virtual filesystem under NextCloud, do this:

Go to the root directory of the NexctCloud installation, the issue the command (use webserver's owner as user, here: www):

 sudo -u www php ./occ files:scan --all

 

 

A nice config.h for DWM

Submitted by Fekete Zoltán on

/* See LICENSE file for copyright and license details. */

/* appearance */
static const unsigned int borderpx  = 1;        /* border pixel of windows */
static const unsigned int snap      = 32;       /* snap pixel */
static const int showbar            = 1;        /* 0 means no bar */

My ~/.fvwm/config

Submitted by Fekete Zoltán on
AddToFunc StartFunction
+ I Module FvwmBacker
+ I Module FvwmPager 0 3
+ I Module FvwmIconMan
+ I Exec xclock -g 100x100-1+0 -bg "grey95"
+ I Exec xclock -g 100x40-1+101 -strftime "%B %d." -d -bg "grey95"

AddToFunc RestartFunction
+ I Exec killall xclock

EdgeScroll 0 0
DesktopSize 1x1

Style "*" HandleWidth 4,HilightBack brown,HilightFore yellow,MouseFocusClickRaises
Style "FvwmButtons" NoTitle,BorderWidth 0,HandleWidth 0,Sticky,WindowListSkip
Style "FvwmPager" NoTitle,BorderWidth 0,HandleWidth 0,Sticky,WindowListSkip
Style "FvwmIconMan" NoTitle,BorderWidth 0,HandleWidth 0,Sticky,Windo

Tags