Chuyển đến nội dung chính

Bài đăng

Đang hiển thị bài đăng từ 2014

How to Disable Ads in uTorrent - Loại bỏ quảng cáo trong uTorrent

uTorrent là một chương trình tuyệt vời, nhưng đôi lúc bạn sẽ cảm thấy bị làm phiền vì những quảng cáo hiển thị dày đặc trên chương trình. Để tắt quảng cáo trong uTorrent bạn sẽ nghĩ đến chặn các IP trong file hosts, nhưng ngay trong tùy chọn của uTorrent cũng đã cho phép bạn tắt các quảng cáo đi. Đầu tiên các bạn vào mục Preferences trong uTorrent, sau đó bạn vào mục Advanced Hình 1. Vào tùy chọn Preferences. Bạn tắt các tùy chọn này đi: offers.left_rail_offer_enabled/left_rail_offer  gui.show_plus_upsell offers.sponsored_torrent_offer_enabled/sponsored_torrent_offer_enabled bt.enable_pulse gui.show_notorrents_node offers.content_offer_autoexec  Sau đó bạn tắt chương trình uTorrent đi & bật lại. Bạn sẽ thấy quảng cáo đã biến mất trên chương trình uTorrent.

Hack password wifi using Kali Linux - Hack pass wifi su dung Kali Linux

1. Khai thac loi bao mat WPS . Su dung tool wifite. Cach su dung rat don gian. - Start wifite len, bang cach go wifite tu command line - Doi 1 luc, no se hien ra danh sach mang wifi kem theo kieu ma hoa, co enable WPS hay khong. - Nhan Ctrl + C de stop. Thuc hien buoc tiep. - Nhap so tuong ung voi mang wifi ma ban muon. Neu nhap nhieu hon 1, cac ban phan cach bang dau , hoac neu chon tat cac ban nhap vao "all" - Buoc tiep theo la cho doi xem ket qua co kha quan hay khong (Hoac dung lenh. Sau khi start airmon-ng start wlan0) Hien thi danh sach cac mang enable WPS wash -i mon0 Tiep den dung reaver reaver -i mon0 -b [MAC] -c [channel id] -vv 2. Bruteforce su dung Word list B1 . Start mornitor. Tu cua so command line, go airmon-ng start wlan0 B2 . Hien thi danh sach cac mang wifi airodump-ng mon0 B3 . Luu lai thong tin handshake airodump-ng --bssid [MAC cua access point] --channel [kenh] -w [duong dan] mon0 B4 . Sau khi da capture duoc 4 buoc xa

[PHP] How to compiled PHP 5.4 Extension in Windows

Trước khi thực hiện, bạn phải chắc là máy bạn đã cài visual studio 2008 & Windows SDK 6.1 (Windows SDK for Windows Server 2008 & .Net framework 3.5 ( link tải ) - Download php_sdk và deps từ địa chỉ http://windows.php.net/downloads/php-sdk/ - Download mã nguồn PHP từ github: https://github.com/php/php-src/tree/PHP-5.4.35 Giải nén thư mục php-sdk, đặt vào biến môi trường để gõ cho tiện.Ví dụ tôi giải nén thư mục php-sdk tại ở E thì thêm đường dẫn E:\php-sdk\bin vào biến PATH. Tạo thư mục C:\php Từ start menu, chọn All Programs, tìm đến Microsoft Windows SDK 6.1, bật CMD Shell lên. Gõ lệnh:  cd C:\php Tiếp đến gõ lệnh: setenv / x86 / xp / release   Các tùy chọn: - x86: win32 - xp: chọn Windows XP là target - release: Bản realease   Gõ lệnh: phpsdk_setvars.bat Gõ tiếp: phpsdk_buildtree.bat phpdev   Vào thư mục C:\php, bạn sẽ thấy thư mục C:\php\phpdev Bên trong sẽ có các thư mục vc6, vc8, vc9, copy vc9 -> vc11 trong mỗi thư mục sẽ có thư mục x86 hay

[iOS] File Sharing support via iTunes

File-Sharing Support File-sharing support lets apps make user data files available in iTunes 9.1 and later. An app that declares its support for file sharing makes the contents of its /Documents directory available to the user. The user can then move files in and out of this directory as needed from iTunes. This feature does not allow your app to share files with other apps on the same device; that behavior requires the pasteboard or a document interaction controller object. To enable file sharing for your app, do the following: Add the UIFileSharingEnabled key to your app’s Info.plist file, and set the value of the key to YES . Put whatever files you want to share in your app’s Documents directory. When the device is plugged into the user’s computer, iTunes displays a File Sharing section in the Apps tab of the selected device. The user can add files to this directory or move files to the desktop. Apps that support file sharing should be able to recognize when

Hướng dẫn compile module Python trên windows x64 và x86 [Compiling Python 2.7 Modules on Windows 32 and 64 using MSVC++ 2008 Express]

Bài viết được sưu tầm tại địa chỉ tại đây Hello, On this post i will explain how to build, compile, install and distribute python modules on Windows using Microsoft Visual C++ Express Edition. This post will be constantly updated to cover future updates of python, windows and msvc++ versions. For this example i will use the PyCrypto – http://pycrypto.org because this is an example that don’t have packages for windows x64 on the web. Observation: Don’t use Microsoft Visual C++ Express Edition 2010 to build python modules, because this will not work due to Python 2.7 was built using the 2008 version. This is an error that occurs when you try to build PyCrypto and Paramiko using the 2010 version and execute the import module: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 >>> import paramiko Traceback (most recent call last):    File "<stdin>" , line 1 , in <module>    File "C:\Python2

Change Timezone in CentOS | Thay đổi múi giờ trong CentOS

Timezone of VietNam is Asia/Ho_Chi_Minh. To change default timezone in centos, follow this struction.   mv /etc/localtime /etc/localtime.bak ln -s /usr/share/zoneinfo/Asia/Ho_Chi_Minh /etc/localtime Type date in terminal and you will see time in Viet Nam In Linux, the system time zone is determined by the symbolic link /etc/localtime . This link points to a time zone data file that describes the local time zone. The time zone data files are located at either /usr/lib/zoneinfo or /usr/share/zoneinfo depending on what distribution of Linux you use. For example, on a SuSE system located in New Jersey the /etc/localtime link would point to /usr/share/zoneinfo/US/Eastern . On a Debian system the /etc/localtime link would point to /usr/lib/zoneinfo/US/Eastern . If you fail to find the zoneinfo directory in either the /usr/lib or /usr/share directories, either do a find /usr -print | grep zoneinfo or consult your distribution's do

Xcode duplicate/delete line key shortcut

Follow this tutorial http://stackoverflow.com/questions/551383/xcode-duplicate-delete-line sudo chmod 666 / Applications / Xcode . app / Contents / Frameworks / IDEKit . framework / Resources / IDETextKeyBindingSet . plist     sudo chmod 777 / Applications / Xcode . app / Contents / Frameworks / IDEKit . framework / Resources /  Open /Applications/Xcode.app/Contents/Frameworks/IDEKit.framework/Resources/IDETextKeyBindingSet.plist with Xcode himself and add this new entry :   deleteToBeginningOfLine :, moveToEndOfLine :, deleteToBeginningOfLine :, deleteBackward :, moveDown :, moveToBeginningOfLine : Restart Xcode and open Xcode > Preferences > KeyBindings. Find your macro and define a shortkey :