https://support.google.com/youtube/answer/2853700?co=GENIE.Platform%3DAndroid&hl=id
https://www.youtube.com/live_dashboard
Saturday, 17 November 2018
Tuesday, 6 November 2018
Monday, 3 September 2018
Sunday, 2 September 2018
Cara "Krack" Bobol Keamanan Hampir Semua WiFi di Dunia
KOMPAS.com - Dunia teknologi dikejutkan oleh penemuan Mathy Vanhoef. Peneliti keamanan asal Belgia dari Katholieke Universiteit Leuven itu akhir pekan lalu mempublikasikan temuan celah keamanan yang mampu membobol jaringan internet nirkabel Wi-Fi, meskipun terlindungi protokol keamanan W-Fi Protected Access II (WPA2).
Bernama key re-installation attack alias " Krack", celah keamanan ini bisa dipakai untuk menyadap aneka macam informasi yang dikirimkan oleh perangkat klien ke internet melalui jaringan Wi-Fi.
Pesawat Terbesar Didunia Hingga Tahun 2018
Antonov An-225 merupakan pesawat terbesar hasil karya para insinyur Uni Soviet sebelum berakhirnya era perang dingin.
An-225 pernah membuat kagum dunia dengan ukurannya. Lebar rentang sayapnya saja bisa mencapai 84 meter. Ukuran ini lebih besar dibanding panjang lima truk kontainer.
Lebar pesawat ini bahkan mengalahkan lebar sayap pesawat penumpang terbesar di dunia saat ini, Airbus A380.
Tuesday, 14 August 2018
Start Wowza in Centos7
iptables -I INPUT -p tcp --dport 80 -j ACCEPT
iptables -I INPUT -p tcp --dport 443 -j ACCEPT
iptables -A INPUT -m state --state NEW -m tcp -p tcp --dport 22 -j ACCEPT
iptables -A INPUT -m state --state NEW -p tcp --dport 80 -j ACCEPT
iptables -A INPUT -m state --state NEW -p tcp --dport 443 -j ACCEPT
iptables -I INPUT -p tcp --dport 1935 -j ACCEPT
iptables -I OUTPUT -p tcp --dport 8080 -j ACCEPT
iptables -I INPUT -p tcp --dport 8087 -j ACCEPT
iptables -I INPUT -p tcp --dport 8083 -j ACCEPT
iptables -I INPUT -p tcp --dport 8084 -j ACCEPT
iptables -I INPUT -p tcp --dport 8086 -j ACCEPT
iptables -I INPUT -p tcp --dport 8088 -j ACCEPT
/etc/init.d/WowzaStreamingEngine restart
iptables -I INPUT -p tcp --dport 8087:8088 -j ACCEPT
iptables -I INPUT -p udp -m udp --dport 6970:9999 -j ACCEPT
chkconfig --level 345 WowzaStreamingEngine on
sudo service WowzaStreamingEngine start
sudo service WowzaStreamingEngineManager start
/etc/init.d/WowzaStreamingEngine start
/etc/init.d/WowzaStreamingEngineManager start
sudo /usr/local/WowzaStreamingEngine/bin/installsystemd.sh
sudo /usr/local/WowzaStreamingEngine/bin/installupstart.sh
systemctl daemon-reload
systemctl enable WowzaStreamingEngine.service
systemctl enable WowzaStreamingEngineManager.service
systemctl start WowzaStreamingEngine.service
systemctl start WowzaStreamingEngineManager.service
iptables -I INPUT -p tcp --dport 443 -j ACCEPT
iptables -A INPUT -m state --state NEW -m tcp -p tcp --dport 22 -j ACCEPT
iptables -A INPUT -m state --state NEW -p tcp --dport 80 -j ACCEPT
iptables -A INPUT -m state --state NEW -p tcp --dport 443 -j ACCEPT
iptables -I INPUT -p tcp --dport 1935 -j ACCEPT
iptables -I OUTPUT -p tcp --dport 8080 -j ACCEPT
iptables -I INPUT -p tcp --dport 8087 -j ACCEPT
iptables -I INPUT -p tcp --dport 8083 -j ACCEPT
iptables -I INPUT -p tcp --dport 8084 -j ACCEPT
iptables -I INPUT -p tcp --dport 8086 -j ACCEPT
iptables -I INPUT -p tcp --dport 8088 -j ACCEPT
/etc/init.d/WowzaStreamingEngine restart
iptables -I INPUT -p tcp --dport 8087:8088 -j ACCEPT
iptables -I INPUT -p udp -m udp --dport 6970:9999 -j ACCEPT
chkconfig --level 345 WowzaStreamingEngine on
sudo service WowzaStreamingEngine start
sudo service WowzaStreamingEngineManager start
/etc/init.d/WowzaStreamingEngine start
/etc/init.d/WowzaStreamingEngineManager start
sudo /usr/local/WowzaStreamingEngine/bin/installsystemd.sh
sudo /usr/local/WowzaStreamingEngine/bin/installupstart.sh
systemctl daemon-reload
systemctl enable WowzaStreamingEngine.service
systemctl enable WowzaStreamingEngineManager.service
systemctl start WowzaStreamingEngine.service
systemctl start WowzaStreamingEngineManager.service
Friday, 20 July 2018
Recovery Centos System
# Get all yum commands previously run
yum history list all
# Get the details of the command
yum history info [entry number]
# Undo each command top-down
yum history undo [entry number]
free -m
sync; echo 1 > /proc/sys/vm/drop_caches
sync; echo 2 > /proc/sys/vm/drop_caches
sync; echo 3 > /proc/sys/vm/drop_caches
sudo yum clean all
#sudo yum autoremove
sudo yum -y update
yum history list all
# Get the details of the command
yum history info [entry number]
# Undo each command top-down
yum history undo [entry number]
free -m
sync; echo 1 > /proc/sys/vm/drop_caches
sync; echo 2 > /proc/sys/vm/drop_caches
sync; echo 3 > /proc/sys/vm/drop_caches
sudo yum clean all
#sudo yum autoremove
sudo yum -y update
Monday, 2 July 2018
CMD for Windows
Delete file
del /s /q "C:\Users\MR3_M\AppData\Roaming\WinServices\vstools.exe"
del /s /q "C:\Users\MR3_M\AppData\Roaming\WinServices\vstools.exe"
- Accessibility Controls = access.cpl
- Add Hardware Wizard = hdwwiz.cpl
- Add/Remove Programs = appwiz.cpl
- Administrative Tools = control admintools
- Automatic Updates = wuaucpl.cpl
- Bluetooth Transfer Wizard = fsquirt
- Calculator = calc
- Certificate Manager = certmgr.msc
- Character Map = charmap
- Check Disk Utility = chkdsk
- Clipboard Viewer = clipbrd
- Command Prompt = cmd
- Component Services = dcomcnfg
- Computer Management = compmgmt.msc
- Date/Time Properties = timedate.cpl
- DDE Share = ddeshare
- Device Manager = devmgmt.msc
- Direct X Control Panel (If Installed)* = directx.cpl
- Direct X Troubleshooter = dxdiag
- Disk Cleanup Utility = cleanmgr
- Disk Defragment = dfrg.msc
- Disk Management = diskmgmt.msc
- Disk Partition Manager = diskpart
- Display Properties = control desktop
- Display Properties = desk.cpl
- Display Properties (w/Appearance Tab Preselected) = control color
- Dr. Watson System Troubleshooting Utility = drwtsn32
- Driver Verifier Utility = verifier
- Event Viewer = eventvwr.msc
- File Signature Verification Tool = sigverif
- Findfast = findfast.cpl
- Folders Properties = control folders
- Fonts = control fonts
- Fonts Folder = fonts
- Free Cell Card Game = freecell
- Game Controllers = joy.cpl
- Group Policy Editor (XP Prof) = gpedit.msc
- Hearts Card Game = mshearts
- Iexpress Wizard = iexpress
- Indexing Service = ciadv.msc
- Internet Properties = inetcpl.cpl
- IP Configuration (Menampilkan konfigurasi koneksi) = ipconfig /all
- IP Configuration (Menampilkan konten DNS Cache) = ipconfig /displaydns
- IP Configuration (Mendelete DNS konten Cache) = ipconfig /flushdns
- IP Configuration (Pelepasan Semua Koneksi) = ipconfig /release
- IP Configuration (Memperbaharui Semua Koneksi) = ipconfig /renew
- IP Configuration (Refreshes DHCP & Re-Registers DNS) = ipconfig /registerdns
- IP Configuration (Menampilkan DHCP Class ID) = ipconfig /showclassid
- IP Configuration (Memodifikasi DHCP Class ID) = ipconfig /setclassid
- Java Control Panel (Jika diinstall) = jpicpl32.cpl
- Java Control Panel (Jika diinstall) = javaws
- Keyboard Properties = control keyboard
- Local Security Settings = secpol.msc
- Local Users and Groups = lusrmgr.msc
- Logs You Out Of Windows = logoff
- Microsoft Chat = winchat
- Minesweeper Game = winmine
- Mouse Properties = control mouse
- Mouse Properties = main.cpl
- Network Connections = control netconnections
- Network Connections = ncpa.cpl
- Network Setup Wizard = netsetup.cpl
- Notepad = notepad
- Nview Desktop Manager (If Installed) = nvtuicpl.cpl
- Object Packager = packager
- ODBC Data Source Administrator = odbccp32.cpl
- On Screen Keyboard = osk
- Opens AC3 Filter (If Installed) = ac3filter.cpl
- Password Properties = password.cpl
- Performance Monitor = perfmon
- Phone and Modem Options = telephon.cpl
- Power Configuration = powercfg.cpl
- Printers and Faxes = control printers
- Printers Folder = printers
- Private Character Editor = eudcedit
- Quicktime (If Installed) = QuickTime.cpl
- Regional Settings = intl.cpl
- Registry Editor = regedit
- Registry Editor = regedit32
- Remote Desktop = mstsc
- Removable Storage = ntmsmgr.msc
- Removable Storage Operator Requests = ntmsoprq.msc
- Resultant Set of Policy (XP Prof) = rsop.msc
- Scanners and Cameras = sticpl.cpl
- Scheduled Tasks = control schedtasks
- Security Center = wscui.cpl
- Services = services.msc
- Shared Folders = fsmgmt.msc
- Shuts Down Windows = shutdown
- Sounds and Audio = mmsys.cpl
- Spider Solitare Card Game = spider
- SQL Client Configuration = cliconfg
- System Configuration Editor = sysedit
- System Configuration Utility = msconfig
- System File Checker Utility (Segera scan)=>Perintah=>sfc /scannow
- System File Checker Utility (Pindai Sekali Pada Boot Berikutnya) =>Perintah=>sfc /scanonce
- System File Checker Utility (Scan seluruh Boot)=>Perintah=>sfc /scanboot
- System File Checker Utility (Kembali ke setting Default)=>Perintah=>sfc /revert
- System File Checker Utility (Purge File Cache) = sfc /purgecache
- System File Checker Utility (Set Cache Size untuk ukuran x) = sfc /cachesize=x
- System Properties = sysdm.cpl
- Task Manager = taskmgr
- Telnet Client = telnet
- User Account Management = nusrmgr.cpl
- Utility Manager = utilman
- Windows Firewall = firewall.cpl
- Windows Magnifier = magnify
- Windows Management Infrastructure = wmimgmt.msc
- Windows System Security Tool = syskey
- Windows Update Launches = wupdmgr
- Windows XP Tour Wizard = tourstart
- Wordpad = write
Friday, 29 June 2018
Speed Test Centos
yum install python
wget https://klikhost.com/speedtest_cli.py
wget https://klikhost.com/speedtest_cli.py
python speedtest_cli.py --share
Tuesday, 5 June 2018
Saturday, 2 June 2018
Friday, 1 June 2018
Saturday, 26 May 2018
FFmpeg Script Trancoding on Centos
Play loop file
ffmpeg -re -i "http://127.0.0.1/content/sample.mp4" -vcodec libx264 -preset fast -crf 30 -acodec aac -ab 128k -ar 44100 -strict experimental -f flv "rtmp://127.0.0.1/stream/live"`
ffmpeg -re -i "http://127.0.0.1/content/sample.mp4" -vcodec libx264 -preset fast -crf 30 -acodec aac -ab 128k -ar 44100 -strict experimental -f flv "rtmp://127.0.0.1/stream/live"`
Thursday, 24 May 2018
Crontab in CentOS (64 Bit)
Untuk definisi tentang crontab silahkan dibaca di bagian referensi, untuk menjalankan cron :
/etc/init.d/crond startatau
service crond start
Wednesday, 23 May 2018
Frequently requested FFMPEG command
Usage
A basic ffmpeg command is of the following form:
ffmpeg [INPUT OPTIONS] -i [INPUT] [OUTPUT OPTIONS] [OUTPUT]
Sunday, 20 May 2018
CARA INSTALL JAVA CENTOS
There are also two different implementations of Java, OpenJDK and Oracle Java with almost no differences between them except that Oracle Java has a few additional commercial features.
Install OpenJDK
OpenJDK, the open source implementation of the Java Platform is the default Java development and runtime in CentOS 7.
The installation is simple and straightforward.
Monday, 9 April 2018
Sunday, 11 March 2018
Martingale Binary 01
Silahkan
Change OP & Paus Loss
<xml xmlns="http://www.cyber3.cf/2018/xhtml" collection="true">
<block type="trade" id="trade" x="-67" y="-215">
<field name="MARKET_LIST">volidx</field>
<field name="SUBMARKET_LIST">random_index</field>
<field name="SYMBOL_LIST">R_100</field>
<xml xmlns="http://www.cyber3.cf/2018/xhtml" collection="true">
<block type="trade" id="trade" x="-67" y="-215">
<field name="MARKET_LIST">volidx</field>
<field name="SUBMARKET_LIST">random_index</field>
<field name="SYMBOL_LIST">R_100</field>
Saturday, 20 January 2018
Fakta Pendiri Bitcoin yang Misterius
VIVA – Pamor bitcoin semakin populer saja sajak didirikan pada tahun 2009 lalu oleh seorang misterius bernama Satoshi Nakamoto. Terbukti, sekarang 1 bitcoin senilai dengan US$19.097 atau sekitar Rp272 juta, menurut data kurs di situs Fulus.com (per Desember 2017).
Lalu, siapakah sosok Satoshi Nakamoto yang mendirikan bitcoin tersebut? Sampai sekarang, sosoknya masih jadi misteri dan tidak ada
Subscribe to:
Posts (Atom)