lokir's linux notesjust my notesRaspberry pi monitoring with MuninPosted: 02/20/2015 | Author: lokir | Filed under: Other | Leave a commentOriginal post: http://www.aymerick.com/2013/12/25/munin_client_on_raspberrypi.html Add this line:
to
Denyhosts – bash scriptPosted: 04/28/2014 | Author: lokir | Filed under: linux | Leave a comment
How to delete files older than …Posted: 03/22/2013 | Author: lokir | Filed under: linux | Tags: Linux | Leave a commentfind PATH TO FILES GOES HERE* -mtime +5 -exec COMMAND GOES HERE {} \; How to update munin-node plugins.Posted: 02/10/2013 | Author: lokir | Filed under: Munin | Tags: Munin | Leave a commentAfter installation of new service on server is nice to update Munin plug-ins.
Plug-in list is up-to-date. OpenElec Raspberry PI – tweaksPosted: 01/12/2013 | Author: lokir | Filed under: raspberry pi | Leave a commentIncrease video buffering: Create a file < advancedsettings > < network > < cachemembuffersize >30242880</ cachemembuffersize > </ network > < fanartheight >560</ fanartheight > < thumbsize >256</ thumbsize > < gui > < algorithmdirtyregions >3</ algorithmdirtyregions > < nofliptimeout >0</ nofliptimeout > </ gui > < bginfoloadermaxthreads >2</ bginfoloadermaxthreads > </ advancedsettings > more settings here: http://mrpfister.com/journal/setting-up-openelec-on-the-raspberry-pi/#comment-31801 Overclocking:
Raspberry PI CPU Temperature and current speed – bash scriptPosted: 01/05/2013 | Author: lokir | Filed under: raspberry pi | 7 Comments
output:
gconftool-2 --set "/apps/metacity/general/button_layout" --type string ":minimize,maximize,close" Raspberry PI 512 MB RAM – memory splitPosted: 10/20/2012 | Author: lokir | Filed under: Other | Tags: Raspberry Pi | 2 CommentsNew Raspberry PI 512 MB of RAM possible memory splits:
Raspberry Pi Debian – How to change swap sizePosted: 10/13/2012 | Author: lokir | Filed under: Other | Tags: Debian, Linux, Raspberry Pi, swap | Leave a comment
Linux – how to check which process is using most memoryPosted: 10/04/2012 | Author: lokir | Filed under: Other | Tags: Linux, memory | Leave a comment
Raspberry PI kiosk mode with Chromium.Posted: 09/16/2012 | Author: lokir | Filed under: Other, raspberry pi | Tags: Chromium, Raspberry Pi | 48 Comments1. Install chromium, x11-xserver-utils and unclutter Slow Wifi, Problem Solved- Ubuntu 10.04, 10.10Posted: 11/08/2010 | Author: lokir | Filed under: ubuntu | Tags: wifi ubuntu | Leave a comment1. The Debian Avahi (nss-mdns) Bug original link http://ubuntuforums.org/showthread.php?t=1487039&page=2 How change WiFi Rates – LinuxPosted: 11/05/2010 | Author: lokir | Filed under: ubuntu | Leave a commentsudo iwconfig wlan0 rate 54M Available rates: 1, 2, 6, 9, 12, 18, 24, 36, 48 and 54 — Useful configuration toolsPosted: 06/19/2010 | Author: lokir | Filed under: ubuntu | Leave a commentgconf-editor – gnome configuration tool Mounting NTFS partition /etc/fstabPosted: 05/11/2010 | Author: lokir | Filed under: ubuntu | Leave a comment1. Open a Terminal and type
2. Add this line
X – depend on your partition layout. To check partition layout type:
— How To Restore Nautilus Address Bar or Location Bar in Ubuntu 10.04Posted: 04/30/2010 | Author: lokir | Filed under: ubuntu | 2 Comments1 Open terminal or press Alt+F2
2. locate this
and tick a box. Source: http://ubuntuforums.org/showthread.php?t=77346 — xorg.conf – when Ubuntu is not detecting your monitor correctlyPosted: 04/17/2010 | Author: lokir | Filed under: ubuntu | Leave a comment1. 2. open file and paste this:
3. save & restart xorg Terminal programs – tools, games, eye candyPosted: 03/27/2010 | Author: lokir | Filed under: ubuntu | Leave a commenttools:
games:
eye candy:
iptables IP blockingPosted: 03/22/2010 | Author: lokir | Filed under: ubuntu | Leave a commentto make a new rule: — to delete a rule: — to list iptables rules: right click image resizerPosted: 03/19/2010 | Author: lokir | Filed under: ubuntu | Leave a comment
right click on a picture What is swappiness and how do I change it?Posted: 02/23/2010 | Author: lokir | Filed under: ubuntu | Tags: swap, swappiness | 1 CommentThe swappiness parameter controls the tendency of the kernel to move processes out of physical memory and onto the swap disk. Because disks are much slower than RAM, this can lead to slower response times for system and applications if processes are too aggressively moved out of memory.
The default setting in Ubuntu is swappiness=60. Reducing the default value of swappiness will probably improve overall performance for a typical Ubuntu desktop installation. A value of swappiness=10 is recommended, but feel free to experiment. Note: Ubuntu server installations have different performance requirements to desktop systems, and the default value of 60 is likely more suitable. To check the swappiness value cat /proc/sys/vm/swappiness To change the swappiness value A temporary change (lost on reboot) with a swappiness value of 10 can be made with sudo sysctl vm.swappiness=10 To make a change permanent, edit the configuration file with your favorite editor: gksudo gedit /etc/sysctl.conf Search for vm.swappiness and change its value as desired. If vm.swappiness does not exist, add it to the end of the file like so: vm.swappiness=10 Save the file and reboot. ——– original article https://help.ubuntu.com/community/SwapFaq Ubuntu 9.10 Vodafone Pay As You Go (UK)Posted: 02/23/2010 | Author: lokir | Filed under: ubuntu | Tags: ubuntu, vodafone | Leave a commentVodafone Pay As You Go (UK) config |
R&D Publishing >
Pi Command Hint
lokir's linux notesjust my notes |