Applications and Utilities, GNU/Hurd, Windows, Hardware

use this trick from rohit007

Submitted by Anonymous
on March 18, 2009 - 1:45pm

creat con folder
mkdir d:\con\
del con folder
rmdir d:\con\
&
enjoy
---done---

-------2nd------

creat new folder
con space(alt255)
-----done------

How can I use git-svn to dcommit a just merged master branch to trunk?

Submitted by Anonymous
on March 16, 2009 - 8:17am

Dear all,
I am managing a SVN repository with git-svn, and I created a branch both in my local repository copy and in the remote repository (into its SVN branch directory).
More precisely:

  • the "trunk" is linked to the local "master" branch, and

New network discovery and service scan tool

Submitted by Anonymous
on March 3, 2009 - 6:41am
Applications and Utilities

Born from the ashes of Look@LAN, overlook fing[2] is the ultimate command line tool for network and service discovery, taking advantage of the brand new cross-platform network engine which allows it to reach an impressive discovery sharpness and speed.

- Network discovery with 100% hit in any ethernet-based network
- Supported operating systems: Linux, Mac OS, Windows (Vista included!)

Help! Unknown multi-threaded socket limit.

Submitted by TragicWarrior
on February 16, 2009 - 11:53pm
Applications and Utilities

I am writing a multi-threaded application which services hundreds of remote connections for data transfer. Several instances of this program run simultaneously. The problem is that whenever the total number of active user connections (cumulative total of all open sockets tallied across all process instances) reaches about 700, I seem to hit some kind of hard limit.

lcd support

Submitted by Anusha
on February 7, 2009 - 1:25am
Applications and Utilities

Hi,

How to add LCD SUPPORT (CONFIG_LCD) to opma3evm bootcode(u-boot).if i add CONFIG_LCD in the omap3evm.h it gives error.
Because the display variables and funtions are not defined for omap.
I wanted to display a bmp logo on u-boot up.

Thank u

Git Duplicate Signoff Error

Submitted by Anonymous
on February 2, 2009 - 12:51pm
Applications and Utilities

I am getting a "Duplicate Sign-off-by:" error when trying to commit to a git repo. this wasnt happening earlier and has suddenly started. any clue what this error is and how to resolve this.

understanding assemly/objdump

Submitted by Anonymous
on January 12, 2009 - 9:29pm

Hi all,
I am not sure if this is the write place to post questions, if not please suggest me an appropriate forum from where i can get help...

I have an ELF binary and I make some changes in this binary where I replace a call to a function by a call to some address which contains my code, and which does nothing but calls the original function.
The objdump diff is pasted below.

reset bios on a toshiba satellite sm30-604

Submitted by Anonymous
on January 11, 2009 - 8:14am

tried all the backdoor passwords i can find and tried the paralel loopback interface, even tried removing the two batteries for the cmos and the main battery.

Intelligent enclosure (SES, SAF-TE) monitoring & configuration

Submitted by Anonymous
on January 5, 2009 - 12:38am
Applications and Utilities

In response to Richard's request for a utility to monitor enclosure SES data ...
> From: Richard Scobie
> To:
> Subject: SES monitoring
> Date: Saturday, November 22, 2008 - 4:45 pm

> Are there any utilities around to monitor enclosure ses data?

> I have found safte-monitor for SAF-TE enabled enclosures, but this does

Marvell Yukon ethernet lan

Submitted by Anonymous
on December 19, 2008 - 9:01am

Hi

i' ll buy p5q deluxe in this days. The lan is :

Dual Gigabit LAN controllers
Marvell 88E8056/88E8001® Gigabit LAN controller featuring AI NET2,Teaming and Redundant

This works with kernel 2.6.27??? bugs are fixed with this chipset????

SATA/SAS controller - hardware advice

Submitted by Anonymous
on December 9, 2008 - 6:15am

Hello everybody,

since my onboard marvell sata controller is not well supported (as I understand it marvell isn't handing out any specs and such) I'm in search of an replacement controller for my sata disks. And this time I wanted to ask beforehand which one is working nicely with the current kernel.

Fedora with Windows vista : windows explorer restarts

Submitted by Anonymous
on December 2, 2008 - 12:25pm

I bought a PC with windows vista home basic installed in it. i Installed Fedora9, everythin is okay wid fedora, but windows is givin me trouble.

Windows explorer stops abruptly. Sometimes i would be doing some important stuff explorer crashes.
Please Give me solution. links that might be helpful..

Problem with git pull

Submitted by Anonymous
on November 25, 2008 - 6:28am
Applications and Utilities

Hello,

When I try git pull on Cygwin, git-version 1.5.6.4, I have the folow
errors:
$ git pull
remote: Counting objects: 3830, done.
remote: Compressing objects: 100% (1014/1014), done.
remote: Total 3600 (delta 2808), reused 3350 (delta 2586)
Receiving objects: 100% (3600/3600), 3.29 MiB | 2750 KiB/s, done.
fatal: serious inflate inconsistency
fatal: index-pack failed

addition vs. subtraction speed

Submitted by migurus
on November 11, 2008 - 3:50pm
Applications and Utilities

I did some simple speed measurement and can not understand the results. I measured just 1 million additions, then I measured 1 million subtractions and results are way different. It shows that I don't quite understand what is going on 'inside'. I would really appreciate if someone explain why:

my code:


#include "stdio.h" /* i changed brackets into double quotes */