DirectoryInternetBlog Details for "Pink is the New Black"

Pink is the New Black


Pink is the New Black
Variety blog focused on programming, PHP, MySQL, Ruby, and random entries on life and humor. Blog also contains themes and wallpaper
Articles: 1, 2, 3, 4, 5

Articles

Installing IonCube loader with Zend Optimizer
2007-11-18 14:48:00
This is a common request we get for Ioncube to be installed. It’s generally not an issue, but when you factor in other optimization plugins like Zend and eAccelerator, a common misconception is that the three don’t get along. It’s very easy to install Ioncube into a PHP installation that already has Zend ...
More About: Loader , Optimizer
Installing IonCube loader with Zend Optimizer
2007-11-18 14:48:00
This is a common request we get for Ioncube to be installed. It’s generally not an issue, but when you factor in other optimization plugins like Zend and eAccelerator, a common misconception is that the three don’t get along. It’s very easy to install Ioncube into a PHP installation that already has ...
More About: Loader , Optimizer
Switching from Windows to Ubuntu
2007-11-18 12:16:00
I was doing some checking and I found a few websites that have really good tutorials on how to switch from Windows to Ubuntu : https://help.ubuntu.com/community/Switchi ngToUbuntu/FromWindows http://monkeyblog.org/ubuntu/installing/ http://www.buildyourown.org.uk/pc-install ing/ubuntu/ One thing I should mention from personal experience is that the Migration Assistance really sucks sometimes. When I first installed Ubuntu it was quick and painless, but upon a re-install on ...
More About: Switching , Witch
Switching from Windows to Ubuntu
2007-11-18 12:16:00
I was doing some checking and I found a few websites that have really good tutorials on how to switch from Windows to Ubuntu : https://help.ubuntu.com/community/Switchi ngToUbuntu/FromWindows http://monkeyblog.org/ubuntu/installing/ http://www.buildyourown.org.uk/pc-install ing/ubuntu/ One thing I should mention from personal experience is that the Migration Assistance really sucks sometimes. When I first installed Ubuntu it was quick and painless, but upon a re-install ...
More About: Switching , Witch
Yum GCC Errors
2007-11-17 12:22:00
This is coming from Shelby as a fix for the CentOS gcc compiler error that occurs when you try run a Yum update on some systems: –> Processing Dependency: glibc-common = 2.3.4-2.25 for package: glibc-dummy-centos-4 –> Finished Dependency Resolution Error: Missing Dependency: glibc-common = 2.3.4-2.25 is needed by package glibc-dummy-centos-4 First you have to remove the existing package: yum remove ...
More About: Errors
Yum GCC Errors
2007-11-17 12:22:00
This is coming from Shelby as a fix for the CentOS gcc compiler error that occurs when you try run a Yum update on some systems: –> Processing Dependency: glibc-common = 2.3.4-2.25 for package: glibc-dummy-centos-4 –> Finished Dependency Resolution Error: Missing Dependency: glibc-common = 2.3.4-2.25 is needed by package glibc-dummy-centos-4 First you have to remove the existing package: yum ...
More About: Errors
Securing the TMP Partition and Tracking Hacks
2007-11-16 14:52:00
Are your temp partitions putting out behind your back? Anyone who’s ever administered a Linux server would know the risk of leaving the /tmp directory unsecured, moreso on a webserver that is shared among multiple websites. The tmp directory is world-writeable and used by a majority of services on a machine — including the ...
More About: Hacks , Partition , Tracking
Securing the TMP Partition and Tracking Hacks
2007-11-16 14:52:00
Are your temp partitions putting out behind your back? Anyone who’s ever administered a Linux server would know the risk of leaving the /tmp directory unsecured, moreso on a webserver that is shared among multiple websites. The tmp directory is world-writeable and used by a majority of services on a machine — including the storage ...
More About: Hacks , Partition , Tracking
Sploggers Don?t Deserve to Get Laid
2007-11-15 18:12:00
Have you ever read an article somewhere and realized that it looks too familiar?  That’s because you probably wrote it a year or so ago, or read it on someone else’s blog.  “Splogs” are usually fake (and some legitimate sites) blogs that harvest your blog’s content via script, then mirror it on their own ...
More About: Serve
Installing Mod_Python
2007-11-11 09:46:00
I figured I’d put this out here because it’s come up quite recently with people who are using Apache 1.3.x. If you haven’t gotten the balls to upgrade to Apache 2.x yet, you can still install mod_python…just not as easily. This simple walk through is for Apache 1.x and 2.x. First, you need ...
Selling Ad Space
2007-11-04 15:02:00
Those of you who read Corgie’s post on the front page of Digg the other day, the answer is no — I’m not selling ad space (or sponsored reviews) on my site at this time, and obviously not for $560 a month.  I might in the future when I get more traffic but when ...
More About: Selling , Space
Halloween?Sucks
2007-11-01 15:12:00
This is probably the first Halloween that was a complete disaster.  First, I dropped almost a couple hundred on this custom-made Greek [hoochie] goddess outfit.  But the lady made the dress too short, kind of to the length of a t-shirt…she also made it one size too small which was Ok, but it only ...
More About: Sucks , Allo
How to Make Your System Admin Mad by Creating Huge-Ass Files
2007-10-31 14:43:00
So If you’ve ever woke up in the morning and asked yourself…”Hmm, how can I make my system admin’s job harder to the point where they get mad and shut down my server?” Well, lucky for you I can answer that question. All you have to do is use the ‘dd‘ command ...
More About: System , Creating , Make , Files , Admin
Which Programming Language is For You?
2007-10-30 17:23:00
Working with a webhosting company I get asked all the time — which programming language is better? It’s obvious that I’m more bias towards PHP, but there are other great languages out there that may be more suitable for certain people creating certain sites. I’ve decided to write a nutshell comparison ...
More About: Programming , Language , Programming Language
I Live With Lazy Bitches
2007-10-28 14:31:00
I don’t even know…I just came home one day and here they were:
More About: Live , Bitches , Lazy
Mass-Moving cPanel Accounts
2007-10-22 17:32:00
If you’ve ever needed to move a ton of cPanel accounts from one server to another, you probably know the following: The multiple account move feature in WHM fails miserably It takes forever to do them one by one, esp. when you have other things to do I figure the best way to mass-move accounts is by ...
More About: Moving , Mass
PCLinux OS is Kind of Sexy
2007-10-18 18:31:00
I recently became pretty fond of Ubuntu when I installed it on my work computer after dealing with daily crashes of Windows XP Pro. I find it to be a lot easier to manage, though it sucks that some software is still not compatible with Unix and installing a wireless network card is ...
More About: Sexy
Using PHP to Display Version Info - Part II
2007-10-17 17:18:00
Earlier I showed some examples of commands you can use to pull software versions into a simple PHP script. In the next example I’ll show how to do the distro and kernel versions. I’m sure that there’s a much simpler way to do this (i.e. a simple cat command on the /proc/version ...
More About: Info , Display , Part , Version
Using PHP to Display Version Info
2007-10-15 16:38:00
I’ve been working on this application for work that does some simple server reporting, part of which involves displaying the versions of major software running on the machines. The importance of this to me personally is that since we have over 30 shared servers hosting multiple customers, we are continually moving websites between ...
More About: Info , Display , Version
Ugh?.CIDR
2007-08-28 09:23:00
I kinda wish I paid attention in class when the professor was talking about CIDR notations and shit…because it would have come in handy tonight. But being that I’m lazy I did some looking around and found that there’s a perl module out there that will convert an IP range to CIDR for ...
The Panopticist is at it?Again
2007-08-27 10:35:00
Just when I though he disappeared for good, our culturally observant (yet sexy) friend Andrew Hearst release some new Magazine covers that are almost as good as the infamous subliminal cocktail featured on Snopes a few years ago. The last time I posted something on Andrew Hearst I had people asking me if I even ...
More About: Pano
Size Matters with PHP
2007-08-27 09:59:00
I figured this might be helpful to post since it seems to be a fairly common issue poking up about PHP’s limits in regard to file size. It’s no secret to fellow programmers that PHP is incapable of readily handling files over 2gb on the typical 32-bit system, but others are easily aggravated ...
More About: Size , Matters
b2Evolution SMTP Patch
2007-08-08 13:06:00
I was debating whether or not to publish this since I wrote it mainly to target our customers, but I figured it might help someone who needs it. Many hosting companies block PHP mail coming from the user ‘nobody’, which is a default if your host runs PHP as an Apache module. At the ...
More About: Patch
Top 8 Hottest Manbloggers
2007-08-07 20:33:00
I got this idea from a comment I wrote about Aaron Brazell in my last post that he responded to, and I figured I it wouldn’t hurt to turn my own blog into a meat market. I know they’re tempting to look at, but who said that hot guys can’t write blogs? Top ...
Top 8 Hottest Manbloggers
2007-08-07 20:33:00
I got this idea from a comment I wrote about Aaron Brazell in my last post that he responded to, and I figured I it wouldn’t hurt to turn my own blog into a meat market. I know they’re tempting to look at, but who said that hot guys can’t write blogs? Top ...
More About: Blogg
Sexy Sites of the Week - 8/3
2007-08-03 11:04:00
.::technosailor.com::. I probably shouldn’t list a site that everyone already knows about, but if this blog was a toilet seat, it would be getting a lot of @$$. Not to mention the author doesn’t look to bad either. .::panopticist.com::. It’s been a while since we’ve heard anything from the panopticist, but he’s still the most well-known ...
More About: Sites , Sexy , Week
Dun Dun Dunnnnnnnnn
2007-08-03 10:23:00
Just a nice life lesson for my fellow lazy programmers: I was looking at this site the other day in class while I was researching some crap on sub-netting (which is not one of my high points btw) and I noticed an all-too-obvious URL structure that just screamed “hack me! please!” It’s a pagerank ...
Sexy Sites of the Week
2007-07-26 20:57:00
So it’s Friday and I decided to start a new tradition of letting everyone know how much spare time I have on my hands nowadays. Here are the sexy sites of the week: .::0×000000.com::. If I was ever going to pose nude on a website, this would be the one. Well, aside from ...
More About: Sites , Sexy , Week
Do I Look Like These People?
2007-07-25 02:25:00
I saw on this one site where you can upload a picture of yourself and it’ll match you with celebrities and stuff. Out of curiosity I uploaded one of my pictures to find out who I look like. If you want your own, just go to myheritage.com
More About: People , Look , These
cPanel Backup Cron Support for x3 ?
2007-07-23 03:29:00
Since cPanel 11 came out I’ve been getting a ton of emails from people who are currently using my cPanel Automated Backup script asking if it’s compatible with the x3 theme. If your host is using cPanel 10 or 11 running on monsoon, x, x2, or x3, the script will work. You ...
More About: Support , Cron
More articles from this author:
1, 2, 3, 4, 5
111689 blogs in the directory.
Statistics resets every week.


Contact | About
© Blog Toplist 2012 - Supported by Web Catalog - SEO by FeWorks
eXTReMe Tracker