Difference: LinuxHints (8 vs. 9)

Revision 92017-10-03 - TimMcDonald

Line: 1 to 1
 

Linux Hints

  • Problem: Moving files into a web directory, even after changing permissions reporting a permission error when clicked on from web:
Line: 30 to 30
 

Merging PDF documents

gs -q -sPAPERSIZE=a4 -dNOPAUSE -dBATCH -sDEVICE=pdfwrite -sOutputFile=outputfile.pdf doc1.pdf doc2.pdf doc3.pdf ... docN.pdf
Added:
>
>

OpenSUSE disk issues

Snapper / btrfs

  • Configure /etc/snapper/configs/root to use say;

# limit for number cleanup
NUMBER_MIN_AGE="1800"
NUMBER_LIMIT="2-3"
NUMBER_LIMIT_IMPORTANT="3-5"

  • Use the following commands to see what is present and disk usage;
snapper list
btrfs fi usage /

  • Then manually run the cronjobs, if the system gets turned off sometimes they don't run...

/etc/cron.daily/suse.de-snapper
/etc/cron.weekly/btrfs-balance
 

Comments

<--/commentPlugin-->
 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback