Install Apache To start off we will install Apache. 1. Open up the Terminal (Applications > Accessories > Terminal). 2. Copy/Paste the following line of code into Terminal and then press enter: sudo apt-get install apache2 3. The Terminal will then ask you for you’re password, type it and then press enter. Testing Apache To [...]
Linux Command-Line Cheat Sheet
Moving Around the Filesystem
Commands for moving around the filesystem include the following.
* pwd: The pwd command allows you to know the directory in which you’re located (pwd stands for “print working directory”). For example, pwd in the desktop directory will show ~/Desktop. Note that the GNOME terminal also displays this information in the title bar of its window.
* cd: The cd command allows you to change directories. When you open a terminal, you will be in your home directory. To move around the filesystem, use cd.
• To navigate to your desktop directory, use cd ~/Desktop
• To navigate into the root directory, use cd /
• To navigate to your home directory, use cd
• To navigate up one directory level, use cd ..
• To navigate to the previous directory (or back), use cd -
• To navigate through multiple levels of directories at once, use cd /var/www, for example, which will take you directly to the /www subdirectory of /var.
cheat sheet, LinuxInstall Gimp 2.6 in Ubuntu 8.04
Remove the old version of GIMP from Synaptic or in a terminal: sudo apt-get remove gimp Download and save all five GIMP packages from GetDeb. Double-click on the packages to install them, in this order: libbabl-0.0-0_0.0.22-1~getdeb1_i386.deb libgegl-0.0-0_0.0.18-1~getdeb1_i386.deb libgimp2.0_2.6.1-1~getdeb1_i386.deb gimp-data_2.6.1-1~getdeb1_all.deb gimp_2.6.1-1~getdeb1_i386.deb Now you can start GIMP normally, from Applications->Graphics->GIMP Image Editor.
Gimp, How to..., Linux, ubuntuInstalling Eclipse with the Palm WebOSdev SDK
Installing Eclipse and the Plug-Ins This section describes how to install and update Eclipse. Note: If you are using an earlier version of Eclipse, you must upgrade to Eclipse 3.4 to get the new plug-ins for Palm webOS development. To install Eclipse Download Eclipse 3.4.2, also called Ganymede. Mac: Download Eclipse 3.4.2 and extract into [...]
Eclipse, How to..., Linux, Palm, Web Dev, Web Development, WebOSIE on Ubuntu
Are you a web developer like myself needing to test crossplatform and would really prefer do it all on 1 OS (not Windows) well I have the solution IEs4Linux Type this in a Linux command terminal: =================================================================== wget http://www.tatanka.com.br/ies4linux/downloads/ies4linux-latest.tar.gz tar zxvf ies4linux-latest.tar.gz cd ies4linux-* ./ies4linux ===================================================================
How to..., Linux, ubun, ubuntu, Web Development, WindowsDVD Playback for Ubuntu the Jaunty Jackalope
With appropriate codecs, DVD movies can be played in gxine, Totem movie player, VLC and kaffeine (for Kubuntu). I personally prefer the VLC player as it simply works, without having to do much configuration. First, install the following library: sudo apt-get install ubuntu-restricted-extras This will install most of the codecs for multimedia (audio and video) [...]
Codec, DVD, How to..., Linux, Movies, TechInstalling LAMPP on Linux/ Ubuntu
The acronym LAMP refers to a solution stack of software, usually free and open source software, used to run dynamic Web sites or servers. The original expansion is as follows: Linux, referring to the operating system; Apache, the web server; MySQL, the database management system (or database server); PHP or others, i.e., Perl, Python, the [...]
Apache, LAMP, Linux, MySQL, PHP, ubuntu- 1
- 2