Quick LAMP installs using Ubuntu Server 6.06LTS
In this tutorial, I will walk you through the process of installing ubuntu server and making it easy to use for development. For this tutorial, you will need: approx 450Meg of bandwidth for the cd image, 20Meg of bandwidth for the additional packages, a spare pc with the ability to boot from cd, at least […]
UnixByte.com has changed hosts.
UnixByte.com is now back online with 250gig bw. Special thanks go to Mike at technomonk.com and Kristian at KFWebs.com.
scp primer
scp (secure copy) is a remote file copy program that comes with ssh. With sshd and ssh client installed on two computers that are connected, you can securely copy files and directories from one computer to another. This post gives you the basics of using scp for file transfer.
Using cut and paste in X-Windows
Using Cut and Paste can really save time on the keyboard. However, in the X-Windows system, the methods are not very intuitive. This post shows you how to use cut and paste with both terminals and graphical applications.
Deleting a User in MySQL
From time to time you need to delete a user from MySQL. The task can be completed two ways depending on what version of MySQL you are using. The following describes both methods for deleting a user and their respective versions.