Articles tagged as “linux

Here is a list of all articles tagged as “linux”. If you enjoy the high-quality content that I provide here at Perishable Press, you may want to subscribe to our main content feed to stay current.

I Need Linux!
Thanks to a complete (and I mean complete) collection of screenshots graciously sent in by Brent Terrazas, I have been enlightened as to my need for Linux. Looking over the screenshots, I see a great deal of variation — more so than any of the Mac or PC browsers at my disposal — in terms of how designs are rendered on various Linux-driven browsers. The obsessive-compulsive designer in me suddenly sees an incredible need for my own Linux setup — not only for design-testing and cross-browser compatibility purposes, but also because I have always wanted to learn the ways of the Jedi.. A long time ago, I had a copy ...
Perishable Press Quintessential Screenshot Gallery
One of my goals for the new Perishable Press redesign was to achieve cross-browser, pixel-perfect precision [ 1 ]. Of course, due to many variables (platform, operating system, browser, extensions, fonts, etc.), it is virtually impossible to achieve complete 100% perfection, but I am certainly interested in examining the design on as many different configurations as possible. Thus, last week after launching the new design, I made an open call for screenshots. Graciously, many of you responded with some great screenshots. Thanks to you, I was able to see Perishable ...
Web Host Recommendation: A Small Orange Delivers Superior Service
Perishable Press switched to A Small Orange [ASO] in March of 2007. At the time, I was looking for highly recommended shared hosting with several key features: Solid customer service and extremely reliable server uptime Unlimited domains with plenty of disk space and bandwidth Unlimited Email accounts, MySQL databases and everything else A Small Orange delivers all of the above in every shared hosting plan. ASO provides hosting plans perfect for any size operation: Plan Space Bandwidth Price Tiny 75 MB 3 GB $25/year Small 400 MB 10 GB $5/month Medium 1000 MB 25 GB $10/month Large 2500 MB 60 GB $20/month Super 4500 MB 100 GB $30/month Plus, ASO will ...
Use PHP to Create Symbolic Links without Shell Access
On Unix systems, a symbolic link refers to a file that points to another file or directory. Symbolic links serve as powerful tools for web designers and developers. Using shell access, creating a symbolic link requires only one line of code: ln -s /home/username/public_html/directory1 /home/username/public_html/directory2 Simple enough. Assuming you have access to the linux shell. Unfortunately, many shared hosting environments deny shell access. Fortunately, creating symbolic links — also called “symlinks” — remains a possibility via the PHP symlink() function. Check it out.. Symbolic Links via PHP: Edit, copy & paste the following line of code ...

Attention: Do NOT follow this link!