grep -rl --null "Your Find" . | xargs -0 sed -i.bak -e "s/Your Find/Replace/"
Source : https://unix.stackexchange.com/questions/113746/test-recursive-sed-search-and-replace-before-running
. . .
selengkapnya>><meta name='viewport' content='width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0' />
Source : https://stackoverflow.com/questions/4472891/how-can-i-disable-zoom-on-a-mobile-web-page
. . .
selengkapnya>>mkdir -p parent/folder/folder/target_folder
Source : https://unix.stackexchange.com/questions/305844/how-to-create-a-file-and-parent-directories-in-one-command
. . .
selengkapnya>>1. Download wkhtml
wget https://downloads.wkhtmltopdf.org/0.12/0.12.2.1/wkhtmltox-0.12.2.1_linux-trusty-amd64.deb
2. Install
sudo dpkg -i wkhtmltox-0.12.2.1_linux-trusty-amd64.deb
3. Install dependency if needed
sudo apt -f install
Source : https://askubuntu.com/questions/725369/how-to-install-wkhtmltopdf-0-12-1-on-ubuntu-server-14-04
. . .
selengkapnya>>.videoWrapper {
position: relative;
padding-bottom: 56.25%; /* 16:9 */
padding-top: 25px;
height: 0;
}
.videoWrapper iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
. . .
selengkapnya>>