In this next video of our command line series, we will look at permissions and ownership of files and folders. It covers the following commands:
- chmod
- chown
- chgrp
- sudo
In this next video of our command line series, we will look at permissions and ownership of files and folders. It covers the following commands:
The next video covering command line basics, this one covers common commands for dealing with files:
Fair warning: I say the word "stuff" way too many times in this video. Please just bear with it.
read more
Get new Lullabot videos early and get 'em cheap!
After spending a while trying to figure out the best way to offer discounts to our past customers on new video releases, I came to a realization: why not just give a discount to everyone who buys the videos early? Lullabot fans can more easily complete their collection, and new customers will have an incentive to find out what all the hubbub is about.
This is the first video in a series that shows basic command line usage for *nix systems, such as Linux, Mac OS X, and on Windows, using applications like Cygwin. This video shows the following commands and spends the most time explaining how to move around your file structure from the command line:
In case you're not on the Lullabot mailing list and you haven't seen the post on DoItWithDrupal.com, I just wanted to post a quick note to let everyone know that based on the popularity of last year's Do It With Drupal Seminar, we've decided to Do It again!
Memcached is a service that allows entire database tables to be stored in memory, drastically speeding up queries to those tables and alleviating database load. In Drupal, the Memcached module allows you to store all cache tables in memory.
Another DrupalCon is just around the corner, and I plan on doing another round of Drupal Voices interviews. I'll be roaming around the hallways again grabbing different members of the Drupal community to do short 10-15 minute interviews.
I was able to do almost 50 interviews over the course of a few days in DrupalCon DC, and before I go back and do it again in Paris, I just wanted to get some feedback and some topic suggestions on what people would be interested in hearing more about.
This is a basic comparison between PHP and JavaScript. It's intended for users familiar with PHP and looking for JavaScript equivalents.
JavaScript and PHP Comparisons:
If you want to get screenshots of a web page, what do you do? You might want them to illustrate a new theme or to display in a gallery of your work.
Now that I've switched to using a Mac I was exploring Mac alternatives for this. One great one was Skitch, which lets you easily grab screen shots and mark them up. But what if you want to show more than you can see in your window, like to display a fairly tall web page?
While at Drupalcamp Copenhagen I got into a few conversations about Drupal aha! moments, particularly around theming. After trying to talk in abstract about the things that finally "clicked" for me when I was learning Drupal, I offered to write it up with some specifics. So, for my Danish buddies and any other curious Drupalers, these are my two biggest aha! moments that accelerated my Drupal theming ninja skills: "getting" the theme system and working with forms.