Pages

Your Ad Here

This Blog is not to read or go through

because, I have never been such a mess


Search the blog instead

Showing posts with label Links. Show all posts
Showing posts with label Links. Show all posts

Wednesday, June 9, 2010

download manger in linux - alternate to wget

its been a long time using wget and being fond of.

However, I was just willing to download a large file with multiple concurrent connections on a single path, as many download mangers with GUI provide so.

Not sure, whether wget provides this, but just found a good one.

aria2c

however, its name was so confusing and odd one, I just did a quick ln -s  and made it more familiar.

and here is what I did.

# aria2c -s 5 -c http://the-download-url
where -s 5 is for 5 concurrent connections
-c is for continuing what I downloaded using wget.

and for more easier name of the command.
# sudo ln -s /usr/bin/aria2c /usr/bin/download

so its now the following

# download -s 5 -c http://link-to-download-from-web

and this is the general output format for aria2c



WOW

Wednesday, March 10, 2010

Tuesday, March 2, 2010

Programming Contest Questions

My Bookmarks for Programming Contest Questions

ACSL.org
http://acsl.org/acsl/00-01/
http://acsl.org/acsl

HP Code Wars Sample Problems
http://www.hpcodewars.org/index.php?page=samples

IPSC Questions Archives
http://ipsc.ksp.sk/old.php

List of all Programming Contests as defined in Open Directory
http://www.dmoz.org/Computers/Programming/Contests/

The International Obfuscated C Code Contest
http://www.ioccc.org/

ACM Programming Contest
http://homepages.ecs.vuw.ac.nz/~david/acm/

Waterloo Programming Contests
http://plg1.cs.uwaterloo.ca/~acm00/

Sunday, December 23, 2007

Why should I register more than one domain name?

Print this Article
Article Comments?
Last Updated: July 6, 2007 3:14 PM

If you're thinking about registering more than one domain name, you've got the right idea. Registering and using multiple domains names is great for building your business and can help you create a dynamic online identity.

When you register multiple domain names, you can:

  • Keep your competition from registering a domain name that draws customers to them instead of you.
  • Promote the different products and services you offer.
  • Drive more traffic to your Web site.
  • Enjoy more opportunities to market to — and be listed in — search engines.
  • Create distinct advertising strategies that reach different target markets.
  • Provide customers more ways to find you when searching the Internet.
  • Capture common misspellings of your domain name, instead of sending visitors to an error page.
  • Protect your brand and online identity from those who may have unsavory purposes.
From The Godaddy FAQ

Thursday, December 20, 2007

Flip the text using unicode

http://www.revfad.com/flip.html

Monday, December 17, 2007

Some OpenGL tutorials

Setting up Microsoft Visual Studio .NET
for OpenGL/GLUT and Free Image
Compiling and executing the examples


OpenGL Examples

Interview Questions

One of the site I encountered which has Interview Questions

Interview Questions | Job Interview Questions & Answers | Free Sample Interview Questions | Java, ASP, .Net Interview Questions | Tough Interview Questions
newinterviewquestions.com

Sunday, December 16, 2007

Linux Partition Howto

Link: View Site here ...

Next

Linux Partition HOWTO

Anthony Lissot

version 3.5, 30 Nov 2005
based on
Linux Partition HOWTO (version 2.4, 3 November 1997) Kristian Koehntopp
Original authorship and version history noted in HTML comments.




This Linux Mini-HOWTO teaches you how to plan and create partitions on IDE and SCSI hard drives. It discusses partitioning terminology and considers size and location issues. Use of the fdisk partitioning utility for creating and recovering partition tables is covered. The most recent DocBook XML version of this document is here. The Turkish translation is here.

1. Introduction
  1. What is a partition?
  2. Related HOWTOs

2. Logical Devices
  1. Device names
  2. Device numbers

3. Partition Types
  1. Foreign
  2. Primary
  3. Logical
  4. Swap

4. Partition Requirements
  1. What partitions do I need?
  2. Which filesystems need their own partitions?
  3. How big should the swap partitions be?
  4. Placement of swap partitions

5. How to Partition with fdisk
  1. Notes about fdisk
  2. Four primary partitions example
  3. Mixed primary and logical partitions example
  4. Submitted Examples

6. Scripting

7. Working with Partitions
  1. Formatting Partitions
  2. Labeling Partitions
  3. Activating Swap Space
  4. Mounting Partitions
8. Setting up Swap Space

9. How to recover a deleted partition table

10. Appendix
  1. Fragmentation

Copyright (c) 1997-2005 by Anthony Lissot and Kristian Koehntopp
Please freely copy and distribute (sell or give away) this document in any format. It's requested that corrections and/or comments be fowarded to the document maintainer. You may create a derivative work and distribute it provided that you:
Send your derivative work (in the most suitable format such as sgml) to the LDP (Linux Documentation Project) or the like for posting on the Internet. If not the LDP, then let the LDP know where it is available.
License the derivative work with this same license or use GPL. Include a copyright notice and at least a pointer to the license used.
Give due credit to previous authors and major contributors.

Wednesday, November 28, 2007

Nepali Websites

1
1
1
1
1
1

Sunday, November 25, 2007

Jar files database

Website having list of jars around the web

http://www.jarhoo.com/

G.ho.St

G.ho.st = global hosted operating system

http://g.ho.st simply amazing

Sunday, November 18, 2007

Some best javascript tutorials

http://home.hetnet.nl/~hans-kuipers5/js/timer.htm

http://www.schillmania.com/content/projects/javascript-animation-1/

http://www.schillmania.com/projects/fireworks/

http://www.howtocreate.co.uk/tutorials/javascript/timers
Your Ad Here