Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

install phantomjs

sudo apt-get install build-essential chrpath libssl-dev libxft-dev libfreetype6-dev libfreetype6 libfontconfig1-dev libfontconfig1 -y
sudo wget https://bitbucket.org/ariya/phantomjs/downloads/phantomjs-2.1.1-linux-x86_64.tar.bz2
sudo tar xvjf phantomjs-2.1.1-linux-x86_64.tar.bz2 -C /usr/local/share/
Next, create a symlink of PhantomJS binary file to systems bin dirctory:
sudo ln -s /usr/local/share/phantomjs-2.1.1-linux-x86_64/bin/phantomjs /usr/local/bin/
Comment

PREVIOUS NEXT
Code Example
Shell :: Accessors are only available when targeting ECMAScript 5 and higher. 
Shell :: github change last commit message 
Shell :: flutter create command 
Shell :: import ovpn file ubuntu 
Shell :: how to get only a list of size of files bash 
Shell :: wget download list of urls 
Shell :: expo install 
Shell :: install slack on linux 
Shell :: git version 
Shell :: upgrade docker compose windows 
Shell :: after installing kali what next 
Shell :: leap year program in shell 
Shell :: ubuntu find file 
Shell :: android keystore generator 
Shell :: bash make directory 
Shell :: reload crontab linux 
Shell :: ssh use key file 
Shell :: install pycharm in ubuntu 
Shell :: zsh command not found nvm mac 
Shell :: git return to last commit 
Shell :: linux count number of times word appears in file 
Shell :: How can I reset or revert a file to a specific revision? 
Shell :: discord.py install 
Shell :: apt-key deprecated 
Shell :: Push github repo in command line 
Shell :: stop venv 
Shell :: docker image convert to tar.gz 
Shell :: linux get lines in file 
Shell :: how to switch another branch in git 
Shell :: ubuntu service start example 
ADD CONTENT
Topic
Content
Source link
Name
7+3 =