Zeeshan Ali Shah's Blog

  • Contact Me
  • CV
  • m
  • Main
  • My Talks and Travels
  • Projects (I been involved/worked with)
  • Sample Page
Illustration of a bird flying.
  • Cannot open your terminal ‘/dev/pts/1’ – please check. Fixed

    If you want to enter the screen started by another user whose password  you dont know login as root or as sudo bash .  su thatuser before screen -r SCREENNUM run script /dev/null

    April 4, 2017
  • cinder volume service down fixed

    it is mostly date issue check date on both controller and cinder-volume server  and do  ntpdate 1.ubuntu.pool.ntp.org

    April 3, 2017
  • mysql python 3 mac

      548  pip install –egg http://dev.mysql.com/get/Downloads/Connector-Python/mysql-co‌​nnector-python-2.1.4‌​.zip   549  pwd   550  python manage.py    551  pip list   552  pip install mysql-connector-python-rf   553  python manage.py    554  pip install MySQL-python   555  pip install mysql-python   556  brew install mysql-connector-c    557  pip install mysql-python   558  pip install MySQL-python   559  pip install […]

    March 26, 2017
  • No space left on device: AH00023: Couldn’t create the rewrite-map mutex

    To clear all semaphores owned by the apache user: Raw ipcs -s | awk -v user=apache ‘$3==user {system(“ipcrm -s “$2)}’

    March 14, 2017
  • checking network speed via dd and nc

    On one machine, run: nc -v -l 2222 > /dev/null (Make sure you’re not blocking connections to 2222!) On a second machine, run: dd if=/dev/zero bs=1024K count=512 | nc -v $IP_OF_FIRST_MACHINE 2222 dd will give you your speed: 536870912 bytes (537 MB) copied, 4.87526 s, 117 MB/s

    February 27, 2017
  • forcing apt-get to always use ipv4 instead of ipv6

    echo ‘Acquire::ForceIPv4 “true”;’ | sudo tee /etc/apt/apt.conf.d/99force-ipv4

    February 3, 2017
  • Using tape Library PV114x or other with Linux

    It is dead simple, make sure that when you plug in SAS cable the light on the SAS card comes up, I spent hours in struggling on Linux when drives did not appear and finally when i push the SAS connector bit inside all flashes 🙂 You only need a software name mt and tar […]

    January 12, 2017
  • Adobe server list in case to crack adobe license

    127.0.0.1 209-34-83-73.ood.opsource.net 127.0.0.1 3dns-1.adobe.com 127.0.0.1 3dns-2.adobe.com 127.0.0.1 3dns-3.adobe.com 127.0.0.1 3dns-4.adobe.com 127.0.0.1 3dns-5.adobe.com 127.0.0.1 3dns.adobe.com 127.0.0.1 activate-sea.adobe.com 127.0.0.1 activate-sjc0.adobe.com 127.0.0.1 activate.adobe.com 127.0.0.1 activate.wip.adobe.com 127.0.0.1 activate.wip1.adobe.com 127.0.0.1 activate.wip2.adobe.com 127.0.0.1 activate.wip3.adobe.com 127.0.0.1 activate.wip4.adobe.com 127.0.0.1 adobe-dns-1.adobe.com 127.0.0.1 adobe-dns-2.adobe.com 127.0.0.1 adobe-dns-3.adobe.com 127.0.0.1 adobe-dns-4.adobe.com 127.0.0.1 adobe-dns.adobe.com 127.0.0.1 adobe.activate.com 127.0.0.1 adobeereg.com 127.0.0.1 ereg.adobe.com 127.0.0.1 ereg.wip.adobe.com 127.0.0.1 ereg.wip1.adobe.com 127.0.0.1 ereg.wip2.adobe.com 127.0.0.1 ereg.wip3.adobe.com 127.0.0.1 […]

    January 5, 2017
  • kill all processes in ubuntu php , nginx mysql

    if your upstart script fails , you can manually start and stop nginx, mysql , php    For PHP: kill $(ps aux | grep ‘[p]hp’ | awk ‘{print $2}’)   For Nginx: kill $(ps aux | grep ‘[n]ginx’ | awk ‘{print $2}’)   For Mysql: kill $(ps aux | grep ‘[m]ysql’ | awk ‘{print $2}’)

    November 13, 2016
  • Running command with another user even if shell is /bin/false

    su -s /bin/bash – tomcat7 -c “touch /var/bigbluebutton/published/2”

    November 12, 2016
←Previous Page
1 2 3 4 5 6 … 21
Next Page→

Zeeshan Ali Shah's Blog

Proudly powered by WordPress