apt-get install drush change to document root List all modules and themes drush pm-list List only modules drush pm-list –type=Module
WeiterlesenUbuntu measure network speed iperf
Test sudo apt-get install iperf Computer A iperf -s Computer B iperf -c address of Computer A
Weiterlesenavconv scale video with fixed height
avconv -i input.mp4 -c:v libx264 -vf scale=-1:720 -profile:v baseline -crf 23 -c:a libvo_aacenc output.mp4
WeiterlesenUbuntu default Editor
sudo update-alternatives –config editor
WeiterlesenRaspberry Software PWM Pi Blaster
What is PWM? Pulse-width Modulation Go to https://github.com/sarfata/pi-blaster/ and Download. Installing: sudo apt-get install autoconf Then unzip pi-blaster-master.zip and do:
WeiterlesenRaspberry starting applications on X via shell
export DISPLAY=:0 lxtask
WeiterlesenRaspberry Pi no Screensaver
apt-get install x11-xserver-utils edit /etc/xdg/lxsession/LXDE/autostart and add these three lines. @xset s off @xset -dpms @xset s noblank and ~.xinitrc
WeiterlesenRaspberry VNC-Server, Client
Raspberry is the server: Install: sudo apt-get install x11vnc Create password for your user: sudo mkdir /etc/x11vnc sudo x11vnc -storepasswd
WeiterlesenLinux mp3info
How to use mp3info: z.B. get Time of mp3 im minutes and seconds get time in minutes and seconds mp3info
Weiterlesen