ZachSchneider [dot] com
  • Facebook
  • Google
  • Twitter
  • Home
  • About Me
  • Terms of Use
  • Archive
  • Sitemap
Home» Posts tagged "Linux"

Setup LAMP on Ubuntu

Posted on September 21, 2009 by Zach in Fun

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 [...]

Apache, Geek, How to..., Linux, MySQL, PHP, Tech, ubuntu

Linux Command-Line Cheat Sheet

Posted on August 23, 2009 by Zach in Fun

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, Linux

Install Gimp 2.6 in Ubuntu 8.04

Posted on August 23, 2009 by Zach in Fun

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, ubuntu

Installing Eclipse with the Palm WebOSdev SDK

Posted on August 5, 2009 by Zach in Linux, Windows

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, WebOS

IE on Ubuntu

Posted on July 17, 2009 by Zach in Fun

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, Windows

DVD Playback for Ubuntu the Jaunty Jackalope

Posted on April 24, 2009 by Zach in Linux

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, Tech

Installing LAMPP on Linux/ Ubuntu

Posted on January 9, 2009 by Zach in Linux

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

Search

Facebook

Tags

Apache Apple bar Beer Bill Gates cheat sheet Chicago Code comic dating Download Day Election 2008 Firefox 3 flash Fun Geek Hackerspace How to... Internet Explorer Life Linux mac Microsoft Movies MySQL Nerd News PHP pickup lines politics quote Software Tech Twitter ubuntu virus vote Web Dev Web Development Windows Wine women Wordpress writings YouTube

Archives

  • December 2011
  • October 2011
  • September 2011
  • July 2011
  • May 2011
  • April 2011
  • January 2011
  • September 2010
  • August 2010
  • June 2010
  • May 2010
  • March 2010
  • November 2009
  • October 2009
  • September 2009
  • August 2009
  • July 2009
  • June 2009
  • May 2009
  • April 2009
  • March 2009
  • February 2009
  • January 2009
  • December 2008
  • November 2008
  • October 2008
  • September 2008
  • August 2008
  • July 2008
  • June 2008
  • May 2008
  • April 2008
  • March 2008
  • February 2008
  • January 2008
  • December 2007
  • November 2007
  • October 2007
  • September 2007
  • August 2007
  • July 2007
  • June 2007
  • May 2007
  • March 2007
  • February 2007

(c) 2012 ZachSchneider [dot] com