Raspberry Pi‎ > ‎

Apps and How to !



 

 
 

How to ............ ?

VNC display size

  • Go to directory : cd /etc/init.d
  • Modify : $ sudo nano tightvncserver
    • change 1280x1024 to your setting
    • Tips : MAC 21' : 1600 x 900
  • Save and Exit : CTRL-X and Press Y
  • Restart VNC : $ sudo reboot

Wordpress from local to public server

This may a little bit complex for end user, but you may try , it works fine
    • The most easy thing is to change the MySQL - Wordpress - wp-options - siteURL and Home 
      from 'localhost'/10.2.x.x.x' to http://domain.com e.g. noip host name

Config Wifi setting before Boot Up on SANKI 

  1. Create a file called wap_supplicant.conf on \boot by your windows or Mac PC
  2. Change the below XXXX to ssid and password to wifi password
  3. and Boot SANKI, then SANKI will  start WLAN by this config file.

#   Example for wpa_supplicant.conf
#
#   ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
#   update_config=1
#
#   network={
#       ssid="XXXX"
#   psk="password"
#   proto=RSN
#   key_mgmt=WPA-PSK
#   pairwise=CCMP
#    auth_alg=OPEN
#   }
#


Virtualenv

SANKI Easy Install : 
  • Install pip install virtualenv
  • Create my_env : virtualenv --system-site-packages my_env
  • Activate : source myenv/bin/activate
  • Deactivate : deactivate
Reference : 

pyLauncher

SANKI Easy Install :
Reference : http://pylauncher.littlebytesofpi.com/index.php/user-manual/


Pi-web-Agent

SANKI Easy Install :
  • connect : https://domain-name:8003 (admin / sanki) 



Comments