Setting your time zone
In /etc the file, localtime, is a link to or copy of a file containing information about your time zone. Zone information files are usually in /usr/share/zoneinfo but this depends on your distribution. So if your localtime file points to a zone info …
How to use torrentflux
Welcome to the major part of this tutorial. Using torrentflux. For your information, this chapter have been divided into 7 major parts.a. Entering torrentfluxb. Adding torrent filec. Downloadingd. To the computer1. Go to your bookmarked torrentflux mai…
Installing Torrentflux
Torrentflux. Whats is torrentflux ?.Torrent flux is a php based torrent client which runs on a web server/ website. Conventionally, people will install torrent clients such as azureus, utorrent which runs on their computer to do the torrent job and t…
ASM – Searching methods for specific Opcodes
Doing bytecode manipulation is cool, and ASM makes the job quite easy. Its a cool framework that lets us do bytecode manipulation, analyse, modify or even dynamically generate bytecodes on the fly.The User guide on their web-site is quite a nice doc an…
Renaming Multiple Files with the Same Extension
sometime i have problem when i download or managing filename. because filename are same extension and disorganized.so i use googling for searching script to help me managing file.ok i write in here how to manage file in linux, of course command base, l…
Basics of basic assembly Programming
Why learn asm?Assembly is seen by many as being too much work to do most tasks. This although partly true assembly is the one of the fastest langs around and is a low level language so it lets you get down and dirty with your machine. Asm also is a gre…