Android ADB commands

Android ADB Commands can be a mysterious bunch, but they have saved me from some disasters and made my life easier overall so I figured I would write a small post today and list some useful commands, hopefully you may use in your android endeavors. First you need to have the actual binaries that let… Continue reading Android ADB commands

Start Xvfb on boot on Centos Linux

Xvfb or X virtual framebuffer X virtual framebuffer is a display server using the X11 protocol. In contrast to other display servers, it performs all graphical operations in memory without showing any screen output. which makes it ideal for some surprising uses. e.g. Xvfb :1 & xv -display :1 & import -display :1 -window root image.png (above… Continue reading Start Xvfb on boot on Centos Linux

Exit mobile version