Showing posts with label Software. Show all posts
Showing posts with label Software. Show all posts

Saturday, October 23, 2021

Download Microsoft Visual Code 1.61.2 Terbaru

 


Selamat siang.

Pada kesempatan yang berbahagia ini, mimin akan share sebuah software atau perangkat lunak yang digunakan oleh programmer pemula ataupun pro. Perangkat lunak ini digunakan untuk membuat atau menyunting kode pemrograman HTML, CSS, PHP, Java, JavaScript, Go, Node.js, Python, C++, dll.

Bagi programmer yang sering menggunakan Sublime Text ataupun Notepad++. semua fiturnya sudah ada di Microsoft Visual Code 1.61.2 Terbaru ini.

Ini adalah beberapa perubahan dalam update versi ini dari dibandingkan dengan versi sebelumnya, yaitu :

CHANGELOG:
  • Split editors within the same group - Quickly create side-by-side editors for the same file.
  • Locked editor groups - Select editor types to automatically lock in an editor group.
  • Better display of deleted and readonly files - Tab decorations highlight deleted and readonly files.
  • Bracket pair guides - Display vertical guides to link matching bracket pairs.
  • Fixed terminal dimensions - Set an active terminal's width and height.
  • Jupyter Notebook improvements - Table of Contents view, full debugging support.
  • Platform-specific extensions - Publish different extension versions for Windows, macOS, and Linux.
  • Virtual Workspaces extension guide - Learn how to update your extension for virtual environments.
  • Advanced container configuration - Tips, code samples, and videos to help configure development containers.
Download Microsoft Visual Code 1.61.2
x32 :
x64 :

--- TERIMA KASIH, SEMOGA BERMANFAAT ---

Wednesday, May 9, 2018

Download Sublime Text 3.1 build 3170 2018



Release Date : 7 May 2018

CHANGELOG
3.1 (BUILD 3170)

THEMES/UI
  • Windows: Added support for Windows 10 (and 8.1) per-monitor DPI scaling
  • Improved overall High DPI support
  • Added support for 8k monitors and 300% DPI scale
  • Themes can now provide @3x versions of images for very high DPI monitors
  • Improved indent guide positions when using line padding
  • Rulers are drawn with stippled lines
  • Linux/Windows: Improved High DPI minimap rendering
  • Mac: Fixed occasional yellow or black windows when using a theme with a colored title bar
  • Mac: Double-clicking a themed title bar now performs the default system action
  • Mac: Fixed sizing of some dialog windows when a theme uses a themed title bar
  • Mac: Fixed gutter icons sometimes not drawing
TEXT RENDERING
  • Added ligature support for symbols
  • Added font_options for controlling ligatures and stylistic sets
  • Improved rendering and selection of emojis
  • Tab width is now properly measured for proportional fonts
  • Windows: DirectWrite is now used by default for all fonts
  • Windows: Support gray_antialias in conjunction with DirectWrite
  • Windows: improved DirectWrite anti-aliasing, adding support for system ClearType tuning
GOTO DEFINITION
  • Added Goto References when hovering over a symbol
  • Added goto_reference command to the Goto menu
COLOR SCHEMES
  • Added new color scheme format, .sublime-color-scheme
  • Add Hashed Syntax Highlighting
  • Added the Celeste color scheme to showcase hashed syntax highlighting
  • Selections now render by default with true rounded corners
  • Added color scheme settings for selection border width, corner style and radius
  • Selection background and border now support alpha channels
  • Improved color scheme reloading
  • Added Convert Color Scheme command
  • Added support for the invisibles key in color schemes
  • selection_foreground can now be specified on a per-scope basis
  • Color Schemes can specify bold and italic in the brackets_options key
  • Improved handling of invalid.deprecated scopes in default color schemes
SYNTAX HIGHLIGHTING
  • Add embed action to .sublime-syntax files for improved syntax nesting
  • Added Git Formats package for Git config files and use as core.editor, with thanks to Ryan Boehning and deathaxe
  • Many syntax highlighting improvements, including significant improvements to:
  • JavaScript, with thanks to Thomas Smith
  • ShellScript, with thanks to Raoul Wols
  • Makefiles, with thanks to Raoul Wols
  • Java, with thanks to lastsecondsave
  • C#, with thanks to keith-hall
  • Markdown, with thanks to keith-hall
  • Python, with thanks to FichteFoll
  • Added stand alone syntax test runner for Linux, allowing for CI testing
  • Various syntax definition errors now include the file name in the message
COMMAND PALETTE
  • New Command Palette implementation that can accept text input from users
  • Fuzzy matching can match terms out of order by space separating them
  • Added new commands Arithmetic, Rename File and View Package File to showcase new features
  • Keyboard shortcut hints are no longer cut off at 15 characters
  • BUILD SYSTEMS
  • Improve cancellation handling
  • Use /usr/bin/env to locate bash
  • Fix multi-byte encodings sometimes triggering decoding errors
  • Improved exec build target handling of killing child processe
FILES AND FOLDERS
  • Improved handling of symlinks in the sidebar, including additions and removals
  • Symlinks no longer have an expand arrow in the sidebar, but have a Reveal Link Source context menu entry
  • Add support for binary_file_patterns, index_exclude_patterns and index_include_patterns to .sublime-project files
  • index_exclude_patterns and index_include_patterns can now match full paths instead of just filename
  • Linux/Windows: File system notifications now account for symlinks (and Windows junctions)
  • Linux: file system notification now only requires a single inotify instance
  • Linux: Improved behavior when fs.inotify.max_user_watches is too low
  • Mac: Reduced the number of file stats operations
  • Mac: Added support for case-sensitive file systems
INPUT
  • Fixed popup and auto complete windows not showing when the caret is at the leftmost position of a widget
  • Fix left arrow not working in the side bar
  • Fixed not being able to grab the scrollbar by clicking on the rightmost pixels of the window
  • Fix double clicking on the selection not setting input focus when drag_drop is enabled
  • Linux: Context menus no longer cause the editor control to be focused when closed
  • Windows: Fix pen input
PERFORMANCE
  • Significantly reduced memory usage related to syntax definitions - using up to 30% less total program memory
  • Improve idle CPU usage
  • Fix a bug where theme animations may continue even after a layer has been hidden, causing excessive CPU usage
  • Mac: Solved increased CPU usage on Macs when a GPU switch occurs while using a theme with a colored title bar
API
  • Added TextInputHandler and ListInputHandler to interact with new Command Palette functionality
  • Added View.style() and View.style_for_scope()
  • Added automatically generated scope names for use with the regions API: region.redish, region.orangish, region.yellowish, region.greenish, region.bluish, region.purplish and region.pinkish
  • Improve View.find() and View.find_all() performance when doing literal matches
  • Expanded ViewEventListener API
  • Fix EventListener.on_activated_async() not being called for views when the editor starts
  • Add ViewEventListener.on_activated() and ViewEventListener.on_activated_async() to be called for views when the editor starts
  • Improve tracebacks for Python in .sublime-package files
  • shell_environment is now ensured to be loaded before plugin_loaded() is called on plugins
  • Plugin commands are now created before plugin_loaded() is run
  • Loaded plugins are now stored in __plugins__ rather than plugins
  • The Python ssl module will now negotiate TLS 1.2, 1.1 or 1.0 with the PROTOCOL_TLSv1 constant
  • Updated Python environment with SQLite 3.22.0, and OpenSSL 1.0.2n
MISCELLANEOUS
  • Fixed being unable to load dictionary files larger than 16mb
  • Fixed an issue where out of memory conditions would trigger a buffer overflow instead of a clean crash
  • Word wrap is turned on by default for the console
  • Added Regex Replace Widget.sublime-settings and Console Input Widget.sublime-settings
  • Fixed a number of bugs that would cause crashes
Download Sublime Text 3.1 build 3170 
32 bit
Setup [GDrive | ZippyShare]
Portable [GDrive | ZippyShare]
64 bit : 
Setup [GDrive | ZippyShare]
Portable [GDrive | ZippyShare]

Sunday, April 15, 2018

Adobe Photoshop CC 2018 [Download]



Adobe Photoshop CC 19.1.3.49649 merupakan salah satu software editor desain grafis untuk gambar atau photo terbaik di dunia berbasis bitmap yang di miliki oleh adobe. Hasil olahan edit gambar atau photo menggunakan Adobe Photoshop sangat keren

Setelah beberapa bulan lalu Product Adobe yang berlabel CC atau Creative Cloud bertengger di versi 2017. kini Akhirnya Product Adobe Photoshop kembali merillis versi barunya, pertama ini yakni Adobe Photoshop CC 2018 19.1.3.49649.

Seperti yang sudah kita ketahui, Adobe Photoshop memiliki segudang rahasia design, buat anda yang memiliki bakat terpendam akan Inspiriasi dan imajinasi, ketika telah menguasai photoshop akan dapat dengan mudah menghasilkan karya-karya luar biasa untuk olah digital picture.

Adobe Photoshop sudah di kenal di seluruh penjuru dunia akan kemampuan tools-tools olah digitalnya yang luar biasa.

Memiliki Product paling update dengan Spesifikasi hardware yang memumpuni, tentu sangat di sarankan, guna meningkatkan pengalaman pengguna ke fungsi yang jauh sangat lebih baik dari versi sebelumnya, dimana ini merupakan versi latest version nya atau versi paling mutakhir saat ini.

Berikut ini saya sediakan Adobe Photoshop CC 2018 full version, bisa download di bawah karena sudah di sediakan crack aktivator nya agar full version.



SYSTEM REQUIREMENT
  • Intel® Pentium® 4 or AMD Athlon® 64 processor (2 GHz or faster)
  • Windows 7 with Service Pack 1, Windows 8, or Windows 8.1, Windows 10
  • 2 GB of RAM (8 GB recommended)


Langkah Install dan aktivasi :
  • Extract hasil download
  • Install melalui “AUTORUN.exe” dan lakukan setting seperti berikut

Note: Pastikan yang di ceklist hanya Visual C++ package saja, apabila sebelumnya sudah menginstall Visual C++ package, hilangkan ceklist semuanya.
  • Tunggu sampai selesai dan jalankan Adobe Photoshop 2018 nya
  • Done Full Version
  • Salam luar biasa
Activator Adobe 2018 => AntiCloud for adobe 2018
Activator Adobe => AMT Emulator ( Rekomended ) atau Universal Patch Adobe

Note: Ada masalah api-ms-win-crt-runtime-[1-1-0.dll, Pastikan jika windows 7, sudah SP1 ( service pack 1 ), jika win 8 ketas, silahkan ikuti cara ini => Mengatasi api-ms-win-crt-runtime-|1-1-0.dll

[2018.04.04] 
  • Updated: Photoshop CC 2018 to version 19.1.3.49649
  • Updated: Camera RAW to version 10.3

Download
Size : 1.2 Gb | versi 32 Bit | MD5: 67aac1a9f4844950a163cfa697991cd3

--------------------------------------------------------------------------------------------

Size : 1.4 Gb | versi 64 Bit | MD5: 5601b7ead34d46f0e9d6d5c1654d6ea8



--- SEKIAN, TERIMA KASIH, DAN SEMOGA BERMANFAAT ---


Software Adobe Terbaru Lainnya : 

Adobe Premiere Elements 2018 [Download]



Adobe Premiere Elements ? hmm, kalo kita hanya tau variant Adobe Promiere CS ataupun CC , lalu apa maksud dan tujuan dari Adobe Premiere dengan versi Elements ini ?

Sedikit coba di jabarkan , sebelumnya ane share Adobe Photoshop Element dan kini ane share Adobe Premiere Elements 16.0 ? yups kedua product tersebut memang sama sama di lahirkan berbarengan,

Berbeda dengan variant CS atau CC yang memang di desain untuk pengedian lebih detail, fungsi dari varian Element ini adalah di desain untuk melakukan editing lebih cepat dan lebih mudah dengan kumpulan effect yang siap pakai.

Tidak di butuhkan sebuah experience atau sebuah pengalaman untuk menguasai Adobe Premiere Elements ini. karena memang di peruntukan home user yang mana menjangkau siapa saja dapat melakukan editing video dengan cepat.

Walapun terlihat sesimple itu, kita pasti tahu kan product adobe itu seperti apa ? semuanya dapat menghasilkan karya yang sangat luar biasa. bagi anda yang sedang mencari versi terbarunya Adobe Premiere Elements 2018 full version ini, silahkan langsung saja download file nya di bawah ini.



Version 19.1.3.49649
Langkah Install dan Aktivasi :
  • Install Adobe Premiere Elements (PRE 2018=>Set-up.exe )
  • Setelah selesai, silahkan Exit.
  • Buka Folder Crack=>Emul, Jalankan “amtemu.-painter“
  • pilih Custom dan isi data seperti berikut :

Aplication name : Adobe Premiere Elements 2018
Aplication LEID: V7{}PremiereElements-EMT16-Win-GM
Version: 16.0.0


  • Lalu klik tombol patch
  • Arahkan pada ‘Amtlib‘ di
C:\Program Files\Adobe\Adobe Premiere Elements 2018 (Directory Default)
  • Setelah selesai, jalankan Adobe Premiere Elements nya
  • Done , Full Version
  • Salam luar biasa

Download
Size : 2.5 Gb | Adobe Premiere Elements 2018 for 64bit(x64).



--- SEKIAN, TERIMA KASIH, DAN SEMOGA BERMANFAAT ---


Software Adobe Terbaru Lainnya : 

Adobe After Effects CC 2018 [Download]




Seperti yang telah di bahas sebelumnya, bahwa Adobe saat ini telah mengeluarkan product baru yang paling mutakhir dan terUpdate, setelah kemarin Adobe Photoshop CC 2018. kini saya akan mencoba share Adobe After Effects CC 2018 full version tentunya.

Adobe After Effects CC yang merupakan software editing video. Buat yang hobi rendering video atau memang pekerjaannya di otak atik video, pasti sudah kenal dengan aplikasi hebat ini. di dalam Adobe Kita ketahui ada 2 product yang mengusung editing video. Premier dan After Effect. nah dari sisi fungsi keduanya sama, hanya saja dari sisi kelebihnya yang berbeda, dimana Adobe Premier Pro pakar di editing nya sedangkan After effect pakar di manipulasi pemberian effect-effect nya. coba deh main main ke Youtube banyak manipulation Video dengan effect yang keren di hasilkan dari Adobe After Effect ini.




System Requirement Minimal
  • Windows 7 with Service Pack 1, Windows 8, or Windows 8.1, 10 x64 [64bit]
  • 4 GB of RAM

Langkah Install dan aktivasi :
  • Extract hasil download
  • Dan install melalui “AUTORUN.exe” dan lakukan setting seperti berikut

Note: Pastikan yang di ceklist hanya Visual C++ package saja, apabila sebelumnya sudah menginstall Visual C++ package, hilangkan ceklist semuanya
  • Tunggu sampai selesai dan jalankan adobe After Effect 2018 nya
  • Done Full Version
  • Salam luar biasa
Activator Adobe => AMT Emulator ( Rekomended ) atau Universal Patch Adobe

Note: Ada masalah api-ms-win-crt-runtime-[1-1-0.dll, Pastikan jika windows 7, sudah SP1 ( service pack 1 ), jika win 8 ketas, silahkan ikuti cara ini => Mengatasi api-ms-win-crt-runtime-|1-1-0.dll


Download
Size : 1.6 Gb | for Windows 64 Bit [Only 64bit] | MD5: f1e0192119c989ab88d53e4ba9b90883



--- SEKIAN, TERIMA KASIH, DAN SEMOGA BERMANFAAT ---

Software Adobe Terbaru Lainnya : 

Microsoft Office 2016 Update March 2018 [Download]



Sebelumnya saya juga sudah share Microsoft Office Pro 2016 baik itu Office Pro 2016 AIO ataupun yang terpisah Office 32 bit Office 64 bit nya  yang mana itu pertama kali rillis di jagat raya. Kini kembali saya postingkan Microsoft Office 2016 Pro Plus Volume License terbaru full version. maksudnya adalah office 2016 ini sudah terintegrasi Update sampai bulan March 2018. yang paling Up to date lah sampai bulan ini.

Secara fungsi pasti kita sudah paham semua, karena setiap komputer yang kita miliki pasti tidak luput dari installasi Microsoft Office.

bagi kita yang membutuhkan Microsoft Office 2016 update terbaru sampai bulan ini, silahkan. Spesifikasi yang dibutuhkan untuk menginstall Microsoft Office 2016 (x86/x64) Pro Plus VL terbaru Full Version ini cukup ringan.





General Info :
  • OS:- Windows Server/7/8/8.1/10 (x64x86)
  • Size:- 2.12 GB/1.81 GB
  • Original Install File
  • Update: March2018
  • Language: English

Package :
Microsoft Office Professional Plus 2016
Microsoft Access 2016
Microsoft Excel 2016
Microsoft InfoPath 2016
Microsoft OneDrive for business in 2016
Microsoft OneNote 2016
Microsoft outlook 2016
Microsoft PowerPoint 2016
Microsoft Publisher 2016
Skype for business in 2016
Microsoft Word 2016


Version 16.0.4639.1000

Langkah Install dan Aktivasi :


  • Download, kemudian Mount => Cara Mount
  • Lalu Install
  • Selanjutnya aktivasi menggunakan salah satu aktivator di bawah ini
--> Kmspico
  • Enjoy
  • Salam luar biasa


Download

Versi 32 Bit | Size : 1.6 Gb | MD5: ac387268555a82cbd30e65e40b7b2ae8


Versi 64 Bit | Size : 1.9 Gb | MD5: a5f63b5c7dd727af3c2ffd55c930f7d9



--- SEKIAN, TERIMA KASIH, DAN SEMOGA BERMANFAAT ---

Cara Mount Iso Mudah [Download]




Download dan Install :
  1. Download Virtual Clone Drive 5.5.0 | ZippyShare | SolidFiles | GDrive
  2. Install seperti biasa
  3. Setelah installasi selesai, akan ada Icon baru di Tray, seperti gambar dibawah ini

Cara Mount File .ISO

1. Klik kanan > mount


2. Akan ada yang baru di daftar harddisk kita


3. Selesai

Cara Unmount :

1. Klik kanan di nama file .iso kita yang berada di tab computer kita.


2. Selesai

--- SEKIAN, TERIMA KASIH, DAN SEMOGA BERMANFAAT ---

Saturday, September 16, 2017

Download Sublime Text 3 build 3143 2017 Full Version


Release Date : 13 September 2017

CHANGELOG

3.0 (BUILD 3143)

See also the Announcement Post

  • Refreshed UI theme, including full high DPI support
  • New icon
  • Added alternate theme, Adaptive, that inherits colors from the color scheme
  • Added new color schemes Breakers, Mariana and Sixteen, derived from the excellent work of Chris Kempson and Dmitri Voronianski
  • Added color scheme and theme switchers with live preview via the command palette
  • Windows: Added touch input
  • Linux: Added repositories for apt, yum and pacman
  • Mac: Added Touch Bar support
  • Mac: Support for custom color window title bars on OS X 10.10+
  • Many additions and bug fixes to the theme engine, plus full documentation
  • Significant improvements to Markdown syntax highlighting, with thanks to keith-hall
  • Significant improvements to C# syntax highlighting, with thanks to gwenzek
  • Significant improvements to Java syntax highlighting, with thanks to djspiewak
  • Significant improvements to Python syntax highlighting, with thanks to FichteFoll
  • Significant improvements for R syntax highlighting, with thanks to randy3k
  • Markdown: Improved symbol handling
  • C#: Improved symbol handling
  • Many other syntax highlighting improvements
  • Various bugs with the syntax highlighting engine have been resolved
  • Fixed several crash issues
  • Improved responsiveness when the system is under high CPU load
  • High DPI textures are used on Windows and Linux when the DPI scale is greater than 1.0
  • Improved font selection on all platforms, allowing selection of different weights by name
  • Added setting theme_font_options to control font rendering of UI elements
  • Improved auto indent rules for HTML and PHP
  • Font geometry issues that prevent bold or italics are now printed in the console
  • Fixed flash-of-white that could occur when the auto complete window is closed
  • Disable scroll animation when animation_enabled is false in settings
  • Files can now be renamed when only the case has changed
  • New windows start with an empty find history
  • Find in Files panel now responds to find_all and replace_all commands
  • Various regex handling improvements in the Find panel
  • Fixed text widgets cutting off the bottom pixel of their selection border
  • Fixed an issue with close_windows_when_empty in empty session
  • Fixed empty panes on startup when hot_exit was set to false
  • Fix Open Containing Folder on Windows with a folder containing a comma
  • Fix multi-cursor pasting when clipboard contains one or more full lines
  • Prevent UNC paths from being mangled by edit_settings
  • Prevent a crash when a malformed regex is used in indentation settings
  • Improved rendering performance with a large number of gutter icons
  • Gutter icons are now sized properly on Windows and Linux high DPI screens
  • Improved sidebar performance when folders contain many thousands of files
  • Improved inline error message style
  • Fixed an issue where multiple indexing status windows could be shown
  • Windows: Font rendering defaults to DirectWrite unless using Consolas or Courier New
  • Windows: Added support for no_antialias font option when using DirectWrite
  • Windows: Improved touch pad scrolling
  • Windows: Improved file change detection robustness
  • Windows: Improved font selection logic
  • Windows: Fix ctrl+` shortcut for UK (ISO) keyboards
  • Windows: Improved fallback font handling in UI elements
  • Windows: The subl executable on OS X and plugin_host.exe on Windows are now signed
  • Windows: sublime_text.exe now has CompanyName set in VERSIONINFO
  • Mac: Handle layout changes due to macOS Sierra tabs
  • Mac: Improved default web browser detection
  • Mac: OS X 10.11 and macOS 10.12+ default to using San Francisco for the UI font
  • Mac: Fixed file change notifications from freezing UI on macOS Sierra
  • Mac: the user's default shell is executed and environmental variables are set in the plugin Python environment
  • Linux: Update X11 selection on clipboard every time selection changes
  • Linux: Improved MOD3 modifier key handling
  • minihtml: Added support for borders
  • minihtml: Respects font_options from the settings
  • minihtml: Fixed layout of html popups on Windows and Linux under High DPI
  • minihtml: Fixed crash when doctype is present
  • minihtml: Fixed a crash from non-existent CSS vars
  • minihtml: Fixed a crash triggered by bad image paths
  • API: Add View.text_to_window() and View.layout_to_window()
  • API: All API functions now accept and return device-independent-pixels
  • API: Fixed input panel not running on_cancel when re-showing the input panel
  • API: Fixed selector scoring with the & operator
  • API: Fixed a bug causing incorrect phantom contents
  • API: Fixed crash in Window.set_view_index()
  • API: Updated OpenSSL to 1.0.2k, SQLite to 3.16.02
Download Sublime Text 3 build 3143

Thursday, November 10, 2016

Download Adobe Photoshop CC 2017

    Release Date : 02 Nopember 2016


System Requirement :
  • Intel® Pentium® 4 or AMD Athlon® 64 processor (2 GHz or faster)
  • Windows 7 with Service Pack 1, Windows 8, or Windows 8.1, Windows 10
  • 2 GB of RAM (8 GB recommended)
Langkah Install dan aktivasi ( Putuskan Koneksi Internet ) :
  • Putuskan Koneksi Internet
  • extract hasil download, Install dari Set-up.exe
  • ikuti Terus Installasi sampai selesai,
  • Setelah selesai, Silahkan jalankan
  • Pilih Try, maka akan terbuka Interface Adobe Photoshop CC 2017 nya, silahkan Exit.
  • Selanjutnya Aktivasi menggunakan AMT Emulator atau Universal patch
AMT Emulator ( Recommended ) | Cara menggunakan
Zippyshare | Upfile | Filecorn | Datafilehost
Download Adobe Photoshop CC 2017 [32 Bit] | 1.2 Gb
Download Adobe Photoshop CC 2017 [64 Bit] | 1.6 Gb

Source : http://www.kuyhaa-android19.com/

Download Adobe After Effects CC 2017

    Release Date : 02 Nopember 2016


System Requirement Minimal :
  • Windows 7 with Service Pack 1, Windows 8, or Windows 8.1, 10 ( Khusus 64 Bit )
  • 4 GB of RAM
Langkah Install dan aktivasi ( Putuskan Koneksi Internet ) :
  • Putuskan Koneksi Internet
  • Extract hasil download, Install dari Set-up.exe
  • Ikuti Terus Installasi sampai selesai,
  • Setelah selesai, Silahkan jalankan
  • Pilih Try, maka akan terbuka Interface Adobe After Efect CC 2017 nya, silahkan Exit.
  • Selanjutnya Aktivasi menggunakan AMT Emulator atau Universal patch
AMT Emulator ( Recommended ) | Cara menggunakan
Download Adobe After Effects CC 2017 | 1.6 Gb

Source : http://www.kuyhaa-android19.com/

Sunday, June 8, 2014

Cara Mengatasi Masalah Saat Update Database Kaspersky




     Anda pertama kali menggunakan Kaspersky? Punya masalah saat mengupdate Database nya? Pada waktu update muncul notification yang bertuliskan "Application update aborted after checking downloaded databases", nah itu lah yang saya alami, ketika mau update database malah muncul notification di pojok kanan bawah yang bertuliskan "Application update aborted after checking downloaded databases" dan diperparah dengan license yang saya pakai malah ke block, udah gagal update eh malah ketahuan license nya palsu jadi harus registrasi lagi.
       Tapi setelah cari cara di google dan tanya-tanya di facebook tentang cara mengupdate database kaspersky, akhirnya saya pun menemukan solusinya, solusinya adalah dengan mengupdate secara offline terlebih dahulu sebelum mengupdate secara online, nah disini ane mau berbagi tips bagi yang PERTAMA kali memakai/menginstall kaspersky dan yang menemukan masalah yang sama seperti saya saat akan update database kaspersky. Langsung saja simak langkah - langkah dibawah ini. sebagai catatan saya pakai Kaspersky Internet Security 2014 [KIS2014]

Prosedur Offline Update untuk Kaspersky 2014:

1. Download dulu file Ini - Mirror

2. Klik Download Anyway dan tunggu sampai proses download selesai

3. Jika file itu sudah terdownload, kemudian extract ke disk C:\

4. Disconnect koneksi internet anda

5. Buka Kaspersky dari taskbar atau Start Menu 

6. Klik Settings > Additional > Update Settings > Select Update Source > Add 

7. Pilih Offline Update folder yang tadi di extract, di C:\ “Kaspersky Offline Update 20feb2014”

8. Di list nya, klik kanan Kaspersky Lab Update Servers > Disable

9. Kemudian, Tutup Kaspersky nya

10. Kemudian buka lagi Kaspersky nya 

11. Klik, Tombol Update > Run Update

12. Setelah completing 100%, ulang proses nomor 6 

13. DI list nya, klik kanan di Kaspersky Lab Update Servers > Enable  

14. Tetap di list nya, Klik kanan C:\Kaspersky Offline Update 20feb2014 > Remove

15. Kemudian Tutup semua jendela Kaspersky nya

16. Sekarang, konek kan lagi internet anda

17. Terakhir, buka Kaspersky > Update > Run Update 
        (Ini untuk mendapatkan database paling update dari Kaspersky Lab Servers – Online)

Ingat ! Offline Update ini hanya untuk pertama kali update. Setelah itu, anda harus mengupdate secara online untuk performa yang lebih baik dan database yang lebih up to date

*Download Langkah - langkah diatas dalam bentuk PDF dan disertai dengan gambar
*Download License key & Lihat cara menggunakan nya Disini
*Update secara Online pertama kali setelah memakai cara ini si Kaspersky akan mendowloan database sekitar 150MB an,. tapi setelah itu cuma 1-2MB an.
Source : kuyhaa-android19.com
Source : sagar.com.np

--- SEKIAN SEMOGA BERMANFAAT ---

Thursday, May 15, 2014

Cara Meningkatkan Kualitas Audio [Audio Enhancement]



Sebenernya ane nemuin nih software ga' sengaja karena waktu itu ane baru baca" tentang review laptop di kaskus, dan di review itu ane baca ada cara untuk ningkatin kualitas audio atau bisa juga disebut audio enhancement, nah ane pun nyoba software itu dan hasilnya memang memuaskan, audio di earphone ane jadi lebih bagus. Nama dari software ini adalah ViPER4Windows, kenapa 4windows? karena 4Android juga ada. Walaupun software ini sangat ringan tapi jasanya besar banget. Langsung aja ke intinya.

Name : ViPER4Windows
Size : 13mb
Operating system : 32bit & 64bit

Link Download : ViPER4Windows
Server : MirrorCreator
SETTINGAN [Punya Ane]



Settingan nya bisa ente otak atik sendiri menurut selera kuping ente. Kalau pake IRS malah lebih bagus tapi kalau ente nonton Film/Anime mending IRS nya di OFF in aj, kenapa? karena kalau ente pake IRS, audio pada Film/Anime ente bakal Delay beberapa sekian detik, nanti jadi ga' pas antara bibir dan suaranya atau Kara efek sama Audio nya. Yang mau download IRS nya bisa Kesini. Pesan dari ane COBA DAN RASAKAN AKIBATNYA! :D.

--- SEKIAN SEMOGA BERMANFAAT ---

Friday, January 31, 2014

Kumpulan Efek/Template Karaoke Aegisub



Size : 14mb
Fitur : 450++ Template/Efek
Link Download : EFEK
Link Download Aegisub 3.2.2 :
Windows x32 x64 | Mac OS X 10.7+

Baca Artikel Kumpulan Ane lainya :
1. Kumpulan Font
2. Kumpulan Theme Winrar

--- SEKIAN SEMOGA BERMANFAAT ---

UPDATED : 12 SEPTEMBER 2019

Saturday, March 23, 2013

Kumpulan Opera Mini Original .jar for Java

Ini adalah Opera Mini Langsung dari Opera jadi masih ori dan belum di modif sedikitpun
Opera Mini ini compatible bagi seluruh hp java,,
Nih gan langsung sedot aja,,, via sharebeast

FILE DIBAWAH BEREKSTENSI (_JAR) JADI GANTI TANDA ( _ ) MENJADI TITIK (.),,,


---SEKIAN SEMOGA POST INI BERMANFAAT---

Wednesday, February 27, 2013

Converter Video Yang Serba Bisa

Converter video memang tak lepas dari kehidupan kita ,, ketika kita mau merubah format video yang kita butuhkan adalah converter,, saya mempunyai sedikit info tentang software converter yang bernama FREE MAKE VIDEO CONVERTER ,, free make merupakan converter yang menurut saya sangat berguna ,, karena selain bisa mengconvert video software ini juga bisa memotong video,, dalam mengconvert software ini cukup cepat,, kita juga bisa membuat profil convert sendiri,, tidak seperti software lainya ,software ini juga bisa menggabungkan subtitle dengan video waktu mengconvert., ada banyak output di software misal mp4,mkv,avi,mp3,dvd dan masih banyak lagi,,mungkin software converter ini terbaik tahun 2013,karena kita tidak cuma bisa cuman mengconvert gambarnya saja tapi suaranya bisa masih asli tanpa diganti ke mono,, Untuk lebih jelasnya silahkan coba sendiri dengan download Disini  ---SEKIAN INFO DARI SAYA, TERIMAKASIH TELAH MEMBACA SAMPAI AKHIR---

Saturday, May 12, 2012

Software Dari IOBIT Yang paling Bermanfaat



langsung saja
1.Advanced SystemCare 5
   software ini digunakan untuk :
  •   Provides a Complete Solution For PC Top Performance.
  •   Finds and Detects More Hidden Problems of Security and Performance.
  •   Simpler and Easier to Use.
  •   Proven by More Users.
     untuk yang free download  disini 
     untuk key nya :9DAE1-3B535-57E55-63BAA

2.IObit Uninstaller 2
   Software ini digunakan untuk men unintall software sampai ke detil-detilnya
   untuk yang free download  disini
   ini adalah software freeware jadi tidak perlu di upgrade ke pro

3.Protected Folder
   Software ini di gunakan untuk mengkunci folder" yang menurut kita rahasia.
   untuk yang free download disini 
   untuk key nya : 24C67-87A8F-6976C-DFBBB

sebenarnya masih ada banyak software dari iobit.com tapi saya rasa dari semua software hanya ke-3 itu aja                 yang bermanfaat.

-SEMOGA BERMANFAAT-

Visitor

Contact Me

Labels

Naruto (47) Music (45) Info (44) Games (23) Tips n Trick (17) Other (16) Software (16) Karaoke (13) Life (13) Hijrah (4) Ibadah (4) Iklan (4) Hidayah (3) Istiqomah (3) Kehidupan (2) Akhirat (1) Dakwah (1) Fasik (1) Lisan (1) Munafik (1) Ukhuwah (1) Ulama (1) Ustadz (1) Yakin (1)

Followers

Powered by Blogger.