Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
linux:tips [2013/09/17 22:01]
2a01:260:4121:1:1e6f:65ff:fe38:dc56
linux:tips [2015/05/08 12:09]
zagi
Line 360: Line 360:
  
 If you have a reliable server with a good RAID card and power supply, you could set the dirty_ratio to 100 and the dirty_background_ratio to 1. This was recommended by a buddy of mine who runs quite a few servers running virtual machines. If you have a reliable server with a good RAID card and power supply, you could set the dirty_ratio to 100 and the dirty_background_ratio to 1. This was recommended by a buddy of mine who runs quite a few servers running virtual machines.
 +
 +===== convert files from ISO to UTF-8 ====
 +
 +<code> 
 +for x in `find . -name '*.htm'` ; do iconv -f ISO-8859-2 -t UTF-8 $x > "$x.utf8"; rm $x; mv "$x.utf8" $x; done
 +</code>
 +
  
 ===== How do I force users to change their passwords upon first login? ===== ===== How do I force users to change their passwords upon first login? =====
linux/tips.txt ยท Last modified: 2015/05/08 12:09 by zagi
CC Attribution-Share Alike 4.0 International
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0 ipv6 ready