Lost Password?


home | tags | Search | Feed
Tag >> Linux

My Recent Shell Scripting

Posted by: John in Linux on

Recently I have been working on some shell scripts to aid in the installation of applications. One of the scripts I have been working on is a LAMP (linux, apache, mysql, and php) installer. For almost two years I ran a local WAMP server (same as LAMP but the operating system is Windows) which was installed by clicking some executable (XAMPP / VertigoServ). However, Linux shows no sympathy for

The Bash Prompt

Posted by: John in Linux on

The Bash Prompt So I have been using Linux as my primary operating system for over a year now. Although I am an avid fan and now despise Windows, Linux does have its annoyances. One of which I have lived with was the bash prompt. The problem I had was, when traversing deep into directories, the bash prompt took up most of the terminal window. For example:
							Comment (2) 
						    Read More...
			


Statistics

Members Today: 220
Members Online: 7
Users Online: 74
Total Users: 15,193
Total Threads: 10,393
Total Posts: 97,556
Newest Member: dorikibirovtop

Tutorials

How do I make a [insert standard program assignmen...
OK, you just got your first hard program to build. Maybe it's part of your final project, maybe your teacher is just sadistic. It's hard to tell. Regardless, this thing is BIG. No, really big! No...


C# Tutorial - How To Open New Forms
OK, this question seems to have popped up quite a lot, and it's really quite simple, so here's some details about how to open secondary forms from a main form. Example We have a main form. The u...


Implementing a Fuzzy Set
Before reading this tutorial, be sure to read and . Now we're going to look at fuzzy sets. The key characteristic of this is that every item of interest contains two values: the quantity of interes...