Hello Friends This time around I will provide some details on setting up the PS3 Media Server software on your Linux/Ubuntu install. This time the steps have been simplified. So please follow my steps and you should be up and running in no time at all. Step 1. – Install Ubuntu Server or Desktop (I […]
Category: Technical
There has been a few times I have seen this message. Each time it had to do with my moving files in and out of a mounted network share from my Linux box. Tonight while moving files around and doing some scanning. I found myself with the error above. After rebooting my Windows 7 host […]
This is a quick how-to on installing Windows 7, Server 2008/R2, Windows 8 and Server 2010 using a USB flash drive. The reason I do this is because of the speed and not having to use, or be bothered with burning a DVD. I will give you the steps I have taken along with some of […]
I have been using 7zip to backup files on my system and recently wanted to exclude unwanted file types from my backups. File types such as Thumbs.db and .tmp files to be precise. With the command line you’d use the “-x!” parameter. For example: C:Program Files7-Zip7z.exe a -t7z F:Backup.7z F:MyFiles*.* -r -x!*.db -x!*.tmp Here is […]
Ubuntu: My day-to-day Linux commands
And now a bit of the day-to-day Linux commands I use in Ubuntu ls -l This the most common command that all *nix users use to show the file(s) in list format. rm -rf <filename(s)> To delete a file, use this command. Be careful, no retrieval will help you to get your file. /etc/init.d/networking restart I […]
Microsoft has released a hotfix for Skype which addresses two known issues in the Windows version of the software. The hotfix addresses a crash during a Skype IM session, as well as file sending bugs. The hotfix addresses these two issues: Instant Messaging – Skype client crashes during a Skype IM session, which may in […]