How to Install and Use Screen on an Ubuntu

How to Install and Use Screen on an Ubuntu, here are the link : https://www.digitalocean.com/community/tutorials/how-to-install-and-use-screen-on-an-ubuntu-cloud-server . . . selengkapnya>>

1 Day 1 Post

Since 2011, I start to create site that would be my simple and custom wordpress like site, I decide to make this site as my personal reminder about all of things especially about programming since I always lost my bookmark on my browser. But since all busy work here and there, this site left with only few post and dust. Now after I read a post at http://bradfrost.com/blog/post/write-on-your-own-website/. . . selengkapnya>>

Ubuntu Recursive Search

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>>

Disable Zoom On Mobile Web Page

<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>>

Create Folder And It's Parent

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>>

zuka.one
©2011