#linux
11 posts tagged linux. Clear filter
-
Using sendmail to send mail on ubuntu box
I normally install postfix for my MTA. However, I've never really used sendmail so I'd decide to give it a whirl for a new application I'm working on. I don't use it for anything but handling the...
-
OpenSSL Certificate Generation Information for Certificate Authority to Serve Traffic Over Https
You'll be prompted to enter a password (don't forget it!) as well as fill in company identity information. The most important part is the common name, which is actually the domain you are...
-
Install Sphinx on Ubuntu
It's a pretty straightforward process. Download the source and compile it. There isn't a package for it so here are the commands. When it's done nothing fancy happens. You'll need to test it out w/...
-
Chunk an FLV File into Multiple Parts
The format is as follows http://www.surfthedream.com.au/blog/Archives/november-2008/how-to-split-a-movie-file-into-multiple-parts
-
Joining Technorati
yuw3dqxzp2
-
How to Get Your User's SHELL and PATH Information
How to find your user SHELL and PATH on Linux Which will print the paths to the screen
-
Recursively Zip a Directory and Files on Linux
It's Short and sweet! Just remember that the finished zip filename is the first argument and the directory you wish to recursively zip comes after. zip -r nameofyourdirectory.zip...
-
Add User Directories to Apache2 Web Server
You can either link up the modules yourself like this: Or you can use the Apache utility Just remember to restart the server with Also, keep in mind that by default, the home directory for your...
-
Add Users to a Group on Ubuntu
To create a new user on Ubuntu (Heron8) adduser johndoe To create a new group groupadd barleyfarmers Add johndoe to the barleyfarmers group adduser johndoe barleyfarmers The adduser command, when...
-
Rails, SSL, Ubuntu, Apache2 with Phusion on Ubuntu
Here are all the commands for setting up your Rails application to server requests over SSL -on Ubuntu, of course. There are great resources and tutorials at these websites....
-
Setting up a new ubuntu server with apache2, php, ruby on rails, rubygems, mysql, and git
Here are a list of commands to get up and running with Apache2 with Phussion Passenger for Rails, PHP5, MySQL5, Ruby on Rails with Gems, and the source control software Git. I think that this is a...