A linked file is a file that contains a reference to another file or directory. There are two types on linkes soft and hard. A hard link can not access folders on a diffrent volume, where as soft links can. Heres how to create soft link files. ln -s source_file link_name ln -s /media/Gama Gama [...]
Install conky from your package manager. The package is called conky. su -c ‘yum install conky’ sudo apt-get install conky Once that’s installed you can run conky from the command line. When you first run conky it dosent have a very nice look to it, we’ll fix that later. Now that we know conky works, [...]
I have finally fixed the error after moving wordpress out of a “wordpress” folder and into my root directory. Because all the posts that I had made with images went like this “nationpigeon.com/wordpress/bla.png” and after I moved all the files the images could not be found. So a simple hack that I did was create [...]
Prototyping is a good way to find out if what you have is what the users are looking for. It’s useful to get user feedback on the project and useful for evaluation Prototyping can be done throughout the project and at any time. There are many different types of prototyping, which range from pieces of [...]
