Argument list too long

Have you seen error message: “Argument list too long” on Linux or Unix console before?

Basically this is a shell command line length limitations. The error “Argument list too long error message” occurs which anytime a user feeds too many arguments to a single command. Each command under Linux/UNIX accepts a parameter commonly known as command arguments. Normally it apply to Linux or Unix system commands such as ls *, cp *, rm *, mv * and etc.

Find out current command line length limitations:
# getconf ARG_MAX

Result:
131072

To get a better result, you may type command
# echo $(( $(getconf ARG_MAX) – $(env | wc -c) ))

Result:
129006
Read more

Possibly Related Posts:


RSS Feed Submissions

Startup a new blog is as easy as pie but to make your blog famous is NOT that easy. For any new blog which would like to do self promote, I would suggest you should check out the URL lists show as below:

RSS feed submissions (compiled sometimes ago)

http://www.bloglines.com

http://www.moreover.com

http://www.answers.com/main/new_blogger.jsp

http://www.blogarama.com/add-a-site/

http://www.newsgator.com/ngs/subscriber/Folksonomy.aspx

http://www.syndic8.com/

http://www.technorati.com/

http://rss.msn.com/

http://www.whoi.edu/mywhoi/help.go

http://www.rss-verzeichnis.de/anmelden.php

http://www.blogcatalog.com/blogs/submit_blog.html

http://blogdigger.com/add.jsp

http://www.blogflux.com/add.php

http://www.blogpulse.com/submit.html

http://boingboing.net/suggest.html

http://www.romow.com/submit.php

http://www.icerocket.com/c?p=addblog

http://portal.eatonweb.com/add.php

http://www.topix.net/member/register

http://www.rocketnews.com/

http://www.rss-specifications.com/

http://www.2rss.com/

http://www.rss-faq.com/

http://www.siliconvalleywatcher.com/mt/archives/2005/02/a_yahoo_for_rss.php

http://www.newsmob.com/

http://www.rssbus.com

http://www.all-blogs.net/submit.php

http://www.avivadirectory.com/submit.php

http://blawg.org/modules.php?name=Web_Links&l_op=AddLink

http://www.blog-directory.org/

http://www.blogexplosion.com/directory/

http://www.bloggapedia.com/

http://www.bloggernity.com/cgi-bin/add.cgi

http://www.bloghop.com/account/index.htm

http://www.bloghub.com/cgi-bin/add.cgi

http://www.blogs-collection.com

http://blogs.botw.org/helpcenter/submitblog.aspx

http://www.crayon.net/using/suggest.html

http://www.diarist.net/

http://findingblog.com/add_blog.php?cat=

http://www.globeofblogs.com/register.php

http://www.iblogbusiness.com/add.html

http://www.lsblogs.com/howtosubmit.php

http://www.pressradar.com/suggest

http://smallbusiness.com/wiki/Weblog_directory_company_blogs

http://www.tailrank.com/import

http://www.truthlaidbear.com/addtoscan.php

http://www.genecast.com/

http://rssfeedreader.com/

http://www.anse.de/

http://www.jordomedia.com/

http://www.millionrss.com/

http://www.plazoo.com/

http://www.search4rss.com/

http://www.weblogalot.com/

http://www.chordata.info/

http://www.listible.com/list/top-rss-feed-submission-sites

http://www.chefsblogs.com/directory/Submitting_Blogs/RSS_Feeds/

http://www.submitrssfeed.com/

http://www.newsisfree.com

http://www.feedminer.com/addfeed.aspx

http://www.memigo.com/feed

http://www.rssmad.com/

http://www.rss-portal.com/

http://www.devasp.com/search/AddRSS.asp

http://www.nfeeds.com/submit.php

http://www.feeds.com.br

http://www.5starblogs.com/

http://www.blogbib.com/submit.php

http://www.blogcode.com/signup.php

http://www.blogdir.co.uk/

http://www.bloggernow.com

http://blogintro.com/submit/

http://www.blog-search.com/blog-submission.html

http://www.blogscholar.com/

http://www.sarthak.net/blogz/add.php

http://www.gobignetwork.com/entrepreneur-blogs/

http://www.rateitall.com/suggest.aspx?WL=0&TopicID=20004

http://www.redtram.com/pages/addsource/

http://scienceport.org/index.php

http://www.thevital.net/

http://www.wilsdomain.com/blogs/wilsdomain9b.php?op=newsubmit

http://blogsforsmallbusiness.com/

http://www.rsshugger.com/

http://reader.rocketinfo.com/

http://www.feedsfarm.com/

http://www.postami.com/

http://www.feedage.com/

http://www.rssdirectorysubmission.com/

http://www.feed24.com/

http://www.feedcat.net/

http://www.feednuts.com/

http://www.feeds2read.net/

http://www.feeds4all.nl/

http://www.rssfeeds.com/

http://www.rssmicro.com/

http://www.purerss.com/

http://www.rss-software.com/rss-blogs.htm

http://www.fulldisclosure.org/Mesothelioma/asbestos_lawyer

http://www.nevon.net/nevon/rss/index.html

http://www.blogtoplist.com/submit-blog.html

http://www.topblogging.com/join

http://blogit.a1weblinks.net/submit.php

http://www.myblog2u.com

http://www.bloglisting.net/submit.php

http://www.addurlengine.com/

Read more

Possibly Related Posts:


Interesting about Google Suggest

Interesting about Google Suggest.

Google Suggest - Google

Type ‘google‘ on http://www.google.com, look at the result and it is not based on alphabets. I guess Google Maps is their main focus which show on first result.

Google $

Follow by what? Of course $ but Google have no clue and no suggestion for me.

Google Money
Again, I will focus on ‘money’. Look, Google focus on saving which show on no.2. In fact, we know economy is bad now.

What else?

Google Obama
Yeah! Must be Mr. US president – Barack Obama.

Google Yahoo
Sorry Google – Yahoo deal is OFF.

Google Microsoft
Google and Microsoft merge? No ways!

Google Internet
Google Internet? I think Google Suggest make a big mistake here. Why Internet Explorer?

Read more

Possibly Related Posts:


How to find empty folders on Linux

Tips: How to find an empty folders on Linux box

In order to do some folder maintenance job, you may require to find an empty folder on Linux box. I would like to share tips here:

# find /path -type d -empty

Find empty folder and list
# find /path -type d -empty -exec ls -ld {} \;

Find empty folder and save as temporary file
# find /path -type d -empty -exec ls -ld >> /tmp/savefiles.txt {} \;

Find empty folder and delete
# find /path -type d -empty -exec rm -rf {} \;
Read more

Possibly Related Posts:


SSH Remote Access Authentication Tips

My friend was try to setup Linux SSH public key authentication without password and he’s keep getting password prompt. I will not going to go through how to setup SSH public key authentication here and I just would like to share few troubleshoot tips in order to fix the similar problem here:

1. Checking /var/log/messages file
Basically SSH hints are written to “/var/log/messages” file, you should be able to see any error messages here. For an example “Authentication refused: bad ownership or
modes for directory /root cannot set to 775
“. Perhaps you’re require to change /root folder permission to make it work (may apply to other /home folder as well).
Type #chmod 755 /root or #chmod 700 /root can solve authentication problem.

2. Permissions
Please make sure you have correct file and folder permission as suggested below.
Read more

Possibly Related Posts:


← Previous PageNext Page →

Planet Malaysia

  • Follow us on Twitter


  • web www.planetmy.com