Cara Download Video di Youtube Tanpa Software atau IDM

halo pengunjung #hahahaha
masih sama admin yang ganteng ya :p
buat kalian para downloaders youtube tapi lupa gak ada IDM ( Internet Download Manager ) atau pas main di net yang gak bisa di install IDM bisa coba dengan trik 1 ini :)


triknya cukup simple kok gak perlu ribet :)
ok next.

pertama buka youtube atau video yang mau di download


SS1


nah sekarang tinggal tambahkan SS di depan URL youtube

Contoh :

ini link video yang mau saya download

https://www.youtube.com/watch?v=12CeaxLiMgE&spfreload=10

nah sekarang di edit menjadi

https://www.ssyoutube.com/watch?v=12CeaxLiMgE&spfreload=10

SS1


setelah kalian tekan ente otomatis ke redirect ke link savefrom

kalau udah muncul kayak gini

SS2


monggo di download deh :D , eh jangan lupa pilih resolusi videonya ya :D
postingan blog lama ini hahah
sekia
n tutor dari newbie :D
byeeeee.......

Cara Download Video di Youtube Tanpa Software atau IDM

halo pengunjung #hahahaha
masih sama admin yang ganteng ya :p
buat kalian para downloaders youtube tapi lupa gak ada IDM ( Internet Download Manager ) atau pas main di net yang gak bisa di install IDM bisa coba dengan trik 1 ini :)

triknya cukup simple kok gak perlu ribet :)
ok next.

pertama buka youtube atau video yang mau di download


SS1


nah sekarang tinggal tambahkan SS di depan URL youtube

Contoh :

ini link video yang mau saya download

https://www.youtube.com/watch?v=12CeaxLiMgE&spfreload=10

nah sekarang di edit menjadi

https://www.ssyoutube.com/watch?v=12CeaxLiMgE&spfreload=10

SS1

setelah kalian tekan ente otomatis ke redirect ke link savefrom

kalau udah muncul kayak gini

SS2

monggo di download deh :D , eh jangan lupa pilih resolusi videonya ya :D
sekia
n tutor dari newbie :D
byeeeee.......

Sourcode Sliding Menu MaterialDesign Android Studio

halo lagi permisa wkwkwkwk
masih bersama si ganteng 8-) , saya cuma mau share Sourcode ADT ( Android Studio )
ini Source saya dapat dari site tetangga :) .

ADT

monggo yang lagi butuh buat mempercantik menu di software ADT masing2 wkwkwkwk
kalau mau build jangan lupa edit grandlenya ya :) , sesuaiin grandle masing2 biar gak download



Link Download :

Cara mengatasi bad iframes di CHKME

bad iframes
halo om :p
nebiih blogger mau share ginian aja dah (Y)

tutor yang pernah saya coba pas jauh2 hari yang mau embed video Youtube menggunakan script object  , nah di sini saya terapkan dan ternyata work.

pertama juga bingung pas habis post kok SEO saya turun -_- , ehh setelah saya cari2 ternyata ada di postingan saya yaitu script embed Youtube yang sekarang bikin drop SEO -_-

ya udah om sedikit tutor dari saya nih buat yang habis embed video dari Youtube

pertama ganti script embed video yang awalnya

<iframe width="560" height="315" src="https://www.youtube.com/embed/SZIF6VK8AD8" frameborder="0" allowfullscreen></iframe>

sekarang kita ganti menggunakan

<object data="https://www.youtube.com/v/SZIF6VK8AD8?version=3&amp;hl=id_ID" height="315" type="application/x-shockwave-flash" width="560"><param name="video" value="https://www.youtube.com/v/SZIF6VK8AD8?version=3&amp;hl=id_ID" /><param name="allowscriptaccess" value="always" /> </object>


yang saya tandai warna hijau ganti dengan link Youtube kalian
misal link youtube kalian

https://www.youtube.com/watch?v=wYV886CcY_U

jadi yang kita ambil adalah

wYV886CcY_U

pastekan di script yang tadi :)
selanjutnya save postingan :D

dan hasilnya

bad iframes
sekian dulu om :)
byeeee.....

Custom CSS Blockquote Blogger

halo pemirsa :p
ketemu lagi sama si ganteng #hahahaha
kali ini saya cuma share custom css blackquote pada template blog yang saya pakai :D


custom css blockquote fadlishare



yuk langsung saja ke tutorialnya :)
seperti biasa ya :p , langsung buka template blogger masing2
cari script

]]></b:skin>

ok next,
kalau sudah ketemu letakan CSS ini di atasnya

/* Custom CSS by Fadlishare.com */
blockquote {
background:#2c3e50;
position:relative;
line-height:2;
margin:15px 0;
border-left:3px solid #4FA8DC;
font-weight:400;
padding:0 18px;color:#fff }

save template kalian :)
coba cek blockquotenya :D

eh iya sampai lupa :v
script

background:#2c3e50; ( warna background blockquotenya )

border-left:3px solid #4FA8DC; ( warna dan ukuran border / garis yang di pinggir kiri blockquote )

sekian tutor simple dari saya :)
byeeee....

Bashrc Backbox Linux Like ParrotSec OS

terminal

Hello linux'ers :v
pastinya ketemu dengan si ganteng lagi :p
kali ini saya cuma bisa reshare postingan dari forum Backbox Malang Team
yaitu custom bashrc ParrotSec buat Backbox Linux (Y)

Yuk langsung di comot aja :

buat backbox paster di non root + user root ya :)
Command : #geany .bashrc ( non root )
Command : #sudo -i
Command : #geany .bashrc ( user root )

# ~/.bashrc: executed by bash(1) for non-login shells.
# see /usr/share/doc/bash/examples/startup-files (in the package bash-doc)
# for examples

# If not running interactively, don't do anything
case $- in
    *i*) ;;
      *) return;;
esac

# don't put duplicate lines or lines starting with space in the history.
# See bash(1) for more options
HISTCONTROL=ignoreboth

# append to the history file, don't overwrite it
shopt -s histappend

# for setting history length see HISTSIZE and HISTFILESIZE in bash(1)
HISTSIZE=1000
HISTFILESIZE=2000

# check the window size after each command and, if necessary,
# update the values of LINES and COLUMNS.
shopt -s checkwinsize

# If set, the pattern "**" used in a pathname expansion context will
# match all files and zero or more directories and subdirectories.
#shopt -s globstar

# make less more friendly for non-text input files, see lesspipe(1)
#[ -x /usr/bin/lesspipe ] && eval "$(SHELL=/bin/sh lesspipe)"

# set variable identifying the chroot you work in (used in the prompt below)
if [ -z "${debian_chroot:-}" ] && [ -r /etc/debian_chroot ]; then
    debian_chroot=$(cat /etc/debian_chroot)
fi

# set a fancy prompt (non-color, unless we know we "want" color)
case "$TERM" in
    xterm-color) color_prompt=yes;;
esac

# uncomment for a colored prompt, if the terminal has the capability; turned
# off by default to not distract the user: the focus in a terminal window
# should be on the output of commands, not on the prompt
force_color_prompt=yes

if [ -n "$force_color_prompt" ]; then
    if [ -x /usr/bin/tput ] && tput setaf 1 >&/dev/null; then
    # We have color support; assume it's compliant with Ecma-48
    # (ISO/IEC-6429). (Lack of such support is extremely rare, and such
    # a case would tend to support setf rather than setaf.)
    color_prompt=yes
    else
    color_prompt=
    fi
fi

if [ "$color_prompt" = yes ]; then
    PS1="\[\033[0;31m\]\342\224\214\342\224\200\$([[ \$? != 0 ]] && echo \"[\[\033[0;31m\]\342\234\227\[\033[0;37m\]]\342\224\200\")[$(if [[ ${EUID} == 0 ]]; then echo '\[\033[01;31m\]root\[\033[01;33m\]@\[\033[01;96m\]\h'; else echo '\[\033[0;39m\]\u\[\033[01;33m\]@\[\033[01;96m\]\h'; fi)\[\033[0;31m\]]\342\224\200[\[\033[0;32m\]\w\[\033[0;31m\]]\n\[\033[0;31m\]\342\224\224\342\224\200\342\224\200\342\225\274 \[\033[0m\]\[\e[01;33m\]\\$\[\e[0m\]"
else
    PS1='┌──[\u@\h]─[\w]\n└──╼ \$ '
fi
unset color_prompt force_color_prompt

# If this is an xterm set the title to user@host:dir
case "$TERM" in
xterm*|rxvt*)
    PS1="\[\033[0;31m\]\342\224\214\342\224\200\$([[ \$? != 0 ]] && echo \"[\[\033[0;31m\]\342\234\227\[\033[0;37m\]]\342\224\200\")[$(if [[ ${EUID} == 0 ]]; then echo '\[\033[01;31m\]root\[\033[01;33m\]@\[\033[01;96m\]\h'; else echo '\[\033[0;39m\]\u\[\033[01;33m\]@\[\033[01;96m\]\h'; fi)\[\033[0;31m\]]\342\224\200[\[\033[0;32m\]\w\[\033[0;31m\]]\n\[\033[0;31m\]\342\224\224\342\224\200\342\224\200\342\225\274 \[\033[0m\]\[\e[01;33m\]\\$\[\e[0m\]"
    ;;
*)
    ;;
esac

# enable color support of ls and also add handy aliases
if [ -x /usr/bin/dircolors ]; then
    test -r ~/.dircolors && eval "$(dircolors -b ~/.dircolors)" || eval "$(dircolors -b)"
    alias ls='ls --color=auto'
    alias dir='dir --color=auto'
    alias vdir='vdir --color=auto'

    alias grep='grep --color=auto'
    alias fgrep='fgrep --color=auto'
    alias egrep='egrep --color=auto'
fi

# some more ls aliases
alias ll='ls -alF'
alias la='ls -A'
alias l='ls -CF'

# Alias definitions.
# You may want to put all your additions into a separate file like
# ~/.bash_aliases, instead of adding them here directly.
# See /usr/share/doc/bash-doc/examples in the bash-doc package.

if [ -f ~/.bash_aliases ]; then
    . ~/.bash_aliases
fi

# enable programmable completion features (you don't need to enable
# this, if it's already enabled in /etc/bash.bashrc and /etc/profile
# sources /etc/bash.bashrc).
if ! shopt -oq posix; then
  if [ -f /usr/share/bash-completion/bash_completion ]; then
    . /usr/share/bash-completion/bash_completion
  elif [ -f /etc/bash_completion ]; then
    . /etc/bash_completion
  fi
fi


Terminal rasa ParrotSec OS :)
Enjoy :v