October 15th, 2009 by KingTarquin No comments » VN:F [1.8.4_1055]
Rating: 0.0/10 (0 votes cast)

I got bored of looking at the same terminal screen day in, day out. The standard output’s are boring, and are the same on most distributions. The image on the right shows how they should look, boring and not very exciting. After some tweeking and some minor editing, oh, and a lot of reading, Using the following bash script, I have created something unique, and something I like.
# If id command returns zero, you’ve root access.
if [ $(id -u) -eq 0 ];
then # you are root, set red colour prompt
PS1="\e[35;1m(\d \t\e[31;1m \u@\h:\w ) $\e[0m \n "
else # normal
PS1="\e[35;1m(\d \t\e[34;1m \u@\h:\w ) $\e[0m \n "
fi
All that differs between the two outputs, is the colour of the user’s terminal. Just to help me see quickly if I am putting a command into the root terminal. After appending this script to /etc/bashrc, I had found what I liked..

September 19th, 2009 by KingTarquin 1 comment » VN:F [1.8.4_1055]
Rating: 0.0/10 (0 votes cast)
Finally, my new webserver is stable enough to begin the lengthy transfer of domains from one server to the new one. It will take time, and I am hoping that its not going to take too long.
Also, some data may be purged to save time… oh well 
EDIT: Monday 21st September @ 22:24
Had I known the migration was going to be such a ball ache… I wouldn’t have bothered. Its so laborious, having to do individual database dumps for every project 
September 13th, 2009 by KingTarquin 2 comments » VN:F [1.8.4_1055]
Rating: 0.0/10 (0 votes cast)
Everyone wants a professional looking website that works, but there are only a few designers that pass the mark. After looking around a few website’s that free-lance designers have coded for sites based in Preston, I have come to the conclusion that people fail to meet the ever increasing standards of modern websites.
What I intend to do, is work with the client right from the start, from conception of design, to implementation of features, to publishing and maintenance. I plan to offer a whole range of website packages from single-page info-sites, to dynamic-content based management systems, while using a whole range of web-design skills.
Obviously, this will mean investing in some new servers. I will more than likely use old-faithful Linode as they are a VPS provider I can trust. I am hoping to have just a dedicated webserver just for customers, which I can also move my sites over to, while making my existing webserver a dedicated services server, providing things such as MySQL and Billing.
This is just in the planning stage at the moment, and the idea’s are sketchy. As time progresses I plan to enforce these idea’s in a solid structure, and bring around a proper business plan.
August 29th, 2009 by KingTarquin 4 comments » VN:F [1.8.4_1055]
Rating: 9.0/10 (1 vote cast)
As you may have noticed, a few changes have been going on around here:
- Site Theme – I got bored of the fixed-width, extra-narrow, plain and boring theme. So I went for something a bit wider, something that handles thumbnailing better, and something that’s more aesthetically pleasing.
- Tag-Globe – I have tweaked a few settings in the tag-cloud, which optimises its load time, and also makes some of the text easier to read.
- Social Linking – I have installed a plugin which allows you to link an article to Digg, Facebook, Stumbleupon and more. I am hoping this plugin makes my blog more known about, and extends to the deepest, darkest depths of the Internet.
- SEO Settings – I have edited some Search Engine Optimisation settings to allow sites like Google, MSN and Yahoo to index my site better.
I am also contemplating removing the comment rating system from the blog, as its just not really doing anything. Hopefully your comments will assist me in making this decision. Your feedback will be appreciated.
August 26th, 2009 by KingTarquin 2 comments » VN:F [1.8.4_1055]
Rating: 0.0/10 (0 votes cast)
It has officially been 7 days since my last cigarette, and I feel great! “Experts” claim that the first 3 days are the hardest, and quitting without patches/replacement nicotine delivery systems makes it 10 times harder.
Utter bollocks. I went cold turkey last wednesday, from smoking roughly 15 a day, to 0 a day. As we all know, going cold turkey is usually the worst method of quitting something, but its the best way. Starving your body of its cravings for nicotine is better than slowly reducing the amount of nicotine you intake through patches. Going cold-turkey means your body is forced to realise what it’s like without nicotine, and that it doesn’t need nicotine to survive.
The hardest part now, is just waiting to see how long it is possible to go for without even thinking of having a smoke.