Archive for July, 2010
Java has intimidated me for years mostly because all you have to do to just create a "Hello World", now I come to share about Java and a few tips so it doesn't seem so intimidating[ READ MORE ]
Reduce all that typing, use the * and ~ command. As most of you know * is a wildcard, the cool thing is it can be applied virtually anywhere in the Linux Shell. It’s great for being lazy when you don’t want to complete a whole file name. sudo nano /etc/apache2/sites-enabled/* That command would edit [ READ MORE ]