Monday 9 December 2019

Aneka LINUX

https://www.metahackers.pro/spoof-http-header-using-squid-proxy/

ssh <user>@<IP_server>
ssh pi@192.168.12.35
apt-get install squid
mkdir /var/www/html/squid

SSL On SQUID 2.7.STABLE9

#===  service squid start =====#
#==================START CONFIGURATION====================#
cache_mgr triman@anonymos.com
### 2019/ December ##
#auth_param basic program /usr/lib/squid/ncsa_auth /etc/squid/squid_passwd
#acl ncsa_user proxy_auth REQUIRED
#http_access allow ncsa_user
auth_param basic program /usr/lib64/squid/basic_ncsa_auth /etc/squid/passwd
auth_param basic children 5

Sunday 8 December 2019

Cara Rebuild Squid (Upgrade)

/etc/init.d/squid3 stop
mkdir /root/squid
cd  /root/squid

lalu rebuild sesuai kebutuhn

apt-get install build-essential fakeroot devscripts gawk gcc-multilib dpatch
apt-get build-dep squid3
apt-get build-dep openssl
apt-get build-dep wccp
apt-get build-dep wccpv2
apt-get source squid3
apt-get install libssl-dev

squid -v

Block ADS dengan Mikrotik

Berikut Scriptnya....

/ip firewall layer7-protocol
add name=ADS regexp="^.+(windowsupdate.coman|alyticspixel.microsoft.com|dl.w\
    s.microsoft.com|googlesyndication.com|doubleclick.net|beritavideo.info).*\
    \$"

/ip firewall filter
add action=drop chain=forward layer7-protocol=ADS
^.+(windowsupdate.com|analyticspixel.microsoft.com|dl.ws.microsoft.com|googlesyndication.com|doubleclick.net|adclick.g.doubleclick.net|googleads.g.doubleclick.net|beritavideo.info).*$


Cukup sederhana, dan lihjat hasilnya...

Monday 2 December 2019

Optional SQUID 2.7.STABLE5 SSL

Squid,conf Maxsimal1

#########################################################################
#    CONTROL # WELCOME TO SQUID 2.7.STABLE5 #  -------------------- # #
#      # ---------------------------- #     2019 #-------------------- #
# squid -k parse #  T R I M A N  #    DESEMBER #
#########################################################################
#==========================START CONFIGURATION==========================#
#auth_param basic program /usr/lib/squid/ncsa_auth /etc/squid/squid_passwd
#acl ncsa_user proxy_auth REQUIRED
#http_access allow ncsa_user

Sunday 3 November 2019

Martingale 1-1 Binary 03

<xml xmlns="http://www.w3.org/1999/xhtml" collection="false">
  <variables>
    <variable type="" id="$~`X#EljG~x:];]hqT,8">Next Trade Condition</variable>
    <variable type="" id="%Z;n(V1n7wEW]oVy2a-^">Max Acceptable Loss</variable>
    <variable type="" id="R-Pev6MIS7y]Kj*hA`8E">Initial Amount</variable>
    <variable type="" id="`=CB7|BIAx)zZcDArZBT">Expected Profit</variable>
    <variable type="" id="lc=V2a)@iWdYo}0dLvAm">Conract Type</variable>
    <variable type="" id=")x%2s5$-uZGKpocU%HDG">Win Amount</variable>
  </variables>

Friday 1 November 2019

Firewall Blok Port Virus di Mikrotik

Berikut Cara Blokir Port virus dan Blok SSH, FTP

/ip firewall filter
add action=accept chain=input connection-state=related
add action=accept chain=input connection-state=established
add action=accept chain=forward connection-state=related
add action=accept chain=forward connection-state=established
add action=drop chain=forward connection-state=invalid

Membagi 2 ISP Pada Mikrotik

Berikut Perintahnya

/ip firewall address-list
add address=192.168.12.2-192.168.12.255 disabled=no list=ISP-1
add address=100.100.10.51-100.100.10.255 disabled=no list=ISP-1
add address=100.100.10.2-100.100.10.50 disabled=no list=ISP-2
add address=192.168.222.2-192.168.222.225 disabled=no list=ISP-1

Tuesday 17 September 2019

Greater Adria, Benua Tersembunyi di Bawah Eropa

Banyak benua tersembunyi yang kini menjadi Eropa, terutama pada Eropa bagian selatan. Benua yang hilang itu disebut “Greater Adria”, yang eksis sekitar 240 juta tahun lalu. 

Greater Adria hadir setelah pisah dari Gondwana, supercontinent yang mencakup seluruh daratan Afrika, Antartika, Amerika Selatan, dan Australia. 

Greater Adria dulu sangat luas. Panjangnya seperti Pegunungan Alpen yang membentang sampai ke Iran, dan seluruhnya berada di atas permukaan laut. 

Friday 13 September 2019

Live Rohil

RCTI

iNEWS

MNCTV

ANTV

Berita Satu

Thursday 7 March 2019

Membuat Daftar Isi Blog

Add halaman
html

<script src='https://cdn.rawgit.com/vhey93/js/683f5b97/DaftarIsiV1.js'></script> <script src="https://podorono.blogspot.com/feeds/posts/default?max-results=9999&amp;alt=json-in-script&amp;callback=loadtoc"></script> 

Saturday 2 March 2019

Config Boot Screen RPi 3

save to config.txt in boot

# For more options and information see
# http://rpf.io/configtxtreadme
# Some settings may impact device functionality. See link above for details

Saturday 23 February 2019

FFMPEG UDP In VMIX

ffmpeg.exe -f dshow -i video="vMix Video":audio="vMix Audio" -b:v 2500k -f mpegts udp://224.0.0.2:10000?pkt_size=1316

udp://@224.0.0.2:10000
cd C:\Program Files\vMix\streaming\
ffmpeg -f dshow -i video="vMix Video":audio="vMix Audio" -b:v 2500k -f mpegts udp://224.0.0.2:10000?pkt_size=3316
in.bat

Thursday 3 January 2019

CLEAN CENTOS

cek HDD
df -h
du -sh /*
#---------------------------------
RECOVERY
#---------------------------------
yum history list all
yum history info [entry number]
yum history undo [entry number]
#---------------------------------
hapus repo
rpm -qf /etc/yum.repos.d/epel.repo
yum remove epel-release
yum clean all
yum upgrade
yum -y install yum-utils
find /var -name "*.log" \( \( -size +50M -mtime +7 \) -o -mtime +30 \) -exec truncate {} --size 0 \;
yum clean all
rm -rf /var/cache/yum
rm -rf /var/tmp/yum-*
package-cleanup --oldkernels --count=2
package-cleanup --oldkernels --count=1
rm -rf /root/.composer/cache
rm -rf /home/*/.composer/cache
find -regex ".*/core\.[0-9]+$" -delete
find /home/*/public_html/ -name error_log -delete
rm -rf /root/.npm /home/*/.npm /root/.node-gyp /home/*/.node-gyp /tmp/npm-*

mv /var/log/*gz /var/log/*.0 /home/backup/var/log
yum clean packages
# -------------------------------
rm -rf /var/log/squid/*.gz
rm -rf /usr/local/WowzaStreamingEngine-4.7.7/logs/*.log.*
rm -rf /usr/local/WowzaStreamingEngine-4.7.7/manager/logs/*.log.*
rm -rf /var/log/squid/*.log.*
rm -rf /var/log/*.log.*
rm -rf /var/log/httpd/*_log-*
rm -rf /var/log/audit/*.log.*
yum clean all && yum update

cek HDD
df -h
du -sh /*