Main page
Recent changes
Installation
B
I
U
S
link
image
code
list
Show page
Syntax
!From rsync repository (RaspberryPi) List of commands for Raspian wheezy after ssh login or local access from console as root (without warranty). This commands also use '''on other system''' with small changes, '''dependency to hardware.''' *'''On any other linux system change use name pi to your username.''' !!Install need package {{ sudo su echo 'remoteqth' > /etc/hostname apt-get install htop iftop mc vim screen apache2 php5 libhamlib2 libhamlib-utils rsync i2c-tools ser2net python-smbus n2n cwdaemon xplanet xplanet-images rcconf imagemagick gnuplot libqrencode3 libqrencode-dev php5-gd ntp bc socat tucnak2 locate telnet }} !!Download RemoteQTH server repository {{ mkdir /home/pi/remoteqth chown pi:pi /home/pi/remoteqth/ rsync -rva --numeric-ids --delete rsync://remoteqth.com:55873/server/ /home/pi/remoteqth/ }} !! Kernel parameters for fixing USB problems at the beginning of the file '''/boot/cmdline.txt''' add parameter {{dwc_otg.fiq_fix_enable=0}} !!File access {{ echo '/home/pi/remoteqth' > /etc/remoteqth-path chown pi:www-data /etc/remoteqth-path chmod 664 /etc/remoteqth-path chown root:www-data /etc/network/interfaces chmod 664 /etc/network/interfaces chown root:www-data /etc/resolv.conf chmod 664 /etc/resolv.conf gpasswd -a www-data gpio echo "caption always '%-Lw%{= BW}%50>%n%f* %t%{-}%+Lw%<'" >> /etc/screenrc }} !!i2c (raspberryPi only) {{ sed -i s/^blacklist\ spi-bcm2708/#blacklist\ spi-bcm2708/g /etc/modprobe.d/raspi-blacklist.conf sed -i s/^blacklist\ i2c-bcm2708/#blacklist\ i2c-bcm2708/g /etc/modprobe.d/raspi-blacklist.conf echo 'i2c-dev' >> /etc/modules }} !![apache|Installation-apache] !![visudo|Installation-visudo] !![n2n|Installation-n2n] !!gpio (RaspberryPi) {{cp /home/pi/remoteqth/script/gpio /etc/init.d/gpio chmod 774 /etc/init.d/gpio update-rc.d gpio defaults}} !!udev {{ echo ' ' > /etc/udev/rules.d/99-remoteqth.rules chown pi:www-data /etc/udev/rules.d/99-remoteqth.rules chmod 664 /etc/udev/rules.d/99-remoteqth.rules ln -s /home/pi/remoteqth/script/cwudp.service /etc/systemd/system/cwudp.service ln -s /home/pi/remoteqth/script/fskudp.service /etc/systemd/system/fskudp.service ln -s /home/pi/remoteqth/script/rig.service /etc/systemd/system/rig.service ln -s /home/pi/remoteqth/script/bd.service /etc/systemd/system/bd.service systemctl daemon-reload }} !![xplanet|Installation-xplanet] !!cwdaemon set config {{ sed -i s/DEVICE=\"parport0\"/DEVICE=\"ttyUSB.cw\"/g /etc/default/cwdaemon }} !!ser2net set access {{ chown pi:www-data /etc/ser2net.conf chmod 664 /etc/ser2net.conf }} !![Ramdisk|Installation-ramdisk] !!RaspiCam raspistill (by m1m1 ยป Fri May 17, 2013 12:01 pm) from git, source [2|https://www.raspberrypi.org/phpBB3/viewtopic.php?f=43&t=43990] !!Node-Red {{ apt-get install screen git nodejs npm nodejs --version ln -s /usr/bin/nodejs /usr/bin/node node --version npm install -g --unsafe-perm node-red cp remoteqth/script/node_red /etc/init.d/node_red chmod 755 remoteqth/script/node_red update-rc.d node_red defaults }} !!MQTT [https://www.switchdoc.com/2016/02/tutorial-installing-and-testing-mosquitto-mqtt-on-raspberry-pi/] !![Relay controll via LPT (Alix or any x86 platform)|Installation-ledblink] and reboot... ----
Password
Summary of changes