Post thumbnail of Stop piping cat into grep
12 February 2010
Continue reading Stop piping cat into grep

Stop piping cat into grep

Why cat something and pipe it into grep when grep can easily search a file by itself. It’s like taking your car to the dealership so you can change your own oil. What? No that doesn’t really make any sense. But neither does piping cat into grep. If you’re dealing with large files or complicated expressions, the reason you shouldn’t cat something into a pipe just to grep it becomes obviously clear.

Post thumbnail of ATI fglrx driver - fix corrupt amdpcsdb
12 February 2010
Continue reading ATI fglrx driver - fix corrupt amdpcsdb

ATI fglrx driver - fix corrupt amdpcsdb

ATI allows xorg.conf to have the normal customized settings you’re used to for X, but it relies on this little PCS database at /etc/ati/amdpcsdb for driver configuration. If you have a customized amdpcsdb, or a binary installation from your favorite package manager is screwing up your X when using the fglrx driver, try reverting back to the default ATI settings.

Post thumbnail of Remove files after svn add but before committing
10 February 2010
Continue reading Remove files after svn add but before committing

Remove files after svn add but before committing

You’ve added a whole directory to get checked into subversion, and then realized you forgot to remove the binaries, or perhaps you had some hidden files, .nfs0001 or thumbs.db or something else you just don’t want to commit. There’s two ways to undo this situation.

Post thumbnail of Weekly Contest - Battlefield Bad Company 2 Beta
10 February 2010
Continue reading Weekly Contest - Battlefield Bad Company 2 Beta

Weekly Contest - Battlefield Bad Company 2 Beta

MyInternetServices.com is having a Battlefield Bad Company 2 contest this month during the Beta release. It started on February 9th and ends the day the beta expires. Each week, they will give a prize to the beta player that accumulates the most dog tags. In game, you receive a dog tag for each knife kill you perform. Each week they will be giving away $250 in prize money.

Post thumbnail of Facebook status updates in your Gmail - Buzz
9 February 2010
Continue reading Facebook status updates in your Gmail - Buzz

Facebook status updates in your Gmail - Buzz

I just logged into my gmail to find “buzz”, a new feature integrated into my gmail. I’m not quite sure what to think of it. Other than google, I don’t think anyone wants status updates in their gmail, but perhaps I’m wrong? I’d rather see Wave integrated, once it stops hiccuping of course.

Post thumbnail of Apple ipad is nothing more than mobile itunes
9 February 2010
Continue reading Apple ipad is nothing more than mobile itunes

Apple ipad is nothing more than mobile itunes

Give me a real netbook any day of the week. Touch screen is nice, but I just can’t get on the Apple band wagon. I’ve tried, believe me I’ve tried. The sad part is, we’re conditioned to Apple’s dictatorship. There’s no expectation of an Apple device to allow you to do what you want with it. We’ve never known freedom with any apple device, so why should we expect it now?

Post thumbnail of ld-linux.so.2 bad elf interpreter
8 February 2010
Continue reading ld-linux.so.2 bad elf interpreter

ld-linux.so.2 bad elf interpreter

Death by Dynamically linked libraries. The binary file was compiled with the dependency of one or more shared libraries. The libraries needed by the application you’re trying to execute are not included in the binary itself, they have to reside on your system.

Post thumbnail of SSH Captchas and Man In The Middle Attacks
5 February 2010
Continue reading SSH Captchas and Man In The Middle Attacks

SSH Captchas and Man In The Middle Attacks

I can see a use of this type of attack for getting around captchas. If I host a web page that gives you access to download free mp3s, and all you have to do is complete a captcha to get it, what if I get that captcha from another site? I mean, when you load my page, I load the site I want to attack and show you their captcha instead?! That would basically make you my captcha-cracking conscript!

Post thumbnail of Securing MySQL Server is Easy
4 February 2010
Continue reading Securing MySQL Server is Easy

Securing MySQL Server is Easy

The default out-of-the-box installation should delete any additional anonymous users after installation and disallow remote logins completely, but it doesn’t. At least all you have to do is run the mysql_secure_installation script to do so.

Post thumbnail of Unknown DAV provider: svn?
3 February 2010
Continue reading Unknown DAV provider: svn?

Unknown DAV provider: svn?

Apache fails to start with Unknown DAV provider: svn? when you try to start the Apache service. Install the mod_authz_svn.so and mod_dav_svn.so modules and specify the LoadModule lines in your configuration.

 Page 3 of 37 « 1  2  3  4  5 » ...  Last » 
Powered by Wordpress   |   Lunated designed by ZenVerse