Showing posts with label troubleshooting. Show all posts
Showing posts with label troubleshooting. Show all posts
Friday, April 27, 2012
Server showing IP address in URL?
To link the domain name to your server the A (address) at the DNS site (eg. namecheap.com) needs to point to your public server IP address. Recently I was having an issue with my site because when I typed baligena.com it went to the site however when I click on a link it would be replace by my IP address in the URL. It's funny when you call for tech support its a waste of time because this shit is too advanced and they won't be able to help you. What I figured out it wasn't the domain name nor the server that was causing this error but Wordpress. Wordpress has an option to specify your site URL.
Thursday, February 23, 2012
Installing/Setup Arduino
The video below shows how to install/setup Arduino on Windows 7. However I have Vista and was able to setup up using the same method.
Tags:
install the drive
Tags:
install the drive
Wednesday, February 22, 2012
Installing Kdiff3 version control mergetool for Git
kdiff3 is a great GUI mergetool for git. However the installation is more tedious in Windows compared to Linux. Below is instruction on how to install it in Windows.
Download and install program:
http://sourceforge.net/projects/kdiff3/
Add kdiff3 as your Git mergetool
From Git Bash, run
$ git config --global merge.tool kdiff3
Open the file repository/.git/config
and paste the code below
tags:
git mergetool kdiff3 windows
kdiff3 mergetool is not available
better than vimdiff
Download and install program:
http://sourceforge.net/projects/kdiff3/
Add kdiff3 as your Git mergetool
From Git Bash, run
$ git config --global merge.tool kdiff3
Open the file repository/.git/config
and paste the code below
[merge]
tool = kdiff3
[mergetool "kdiff3"]
path = C:/Program Files/KDiff3/kdiff3.exe
keepBackup = false
trustExitCode = false
tags:
git mergetool kdiff3 windows
kdiff3 mergetool is not available
better than vimdiff
Tuesday, February 7, 2012
Fixing the internet in Ubuntu using driver BCM4312 802.11b/g LP-PHY
What a pain! I recently reinstalled Ubuntu 11.10 on my Dell Latitude D630 and wireless wasn't working. It wasn't picking up any connections. My driver BCM4312 802.11b/g LP-PHY for some reason wasn't installed and when I went to Ubuntu "System settings->Additional Drives" and tried to activate the Broadcom STA wireless driver I would get an error to check /var/log/ folder that didn't exist.
So I connect to the internet using a wire connection and ran this in the terminal
$ sudo apt-get install b43-fwcutter
rebooted the computer then went back to "System settings->Additional Drives" tried to activate the driver again and it worked.
Resources:
https://help.ubuntu.com/11.10/ubuntu-help/net-wireless-troubleshooting-device-drivers.html
http://askubuntu.com/questions/95852/how-to-fix-bcm4312-driver-problem
https://www.evernote.com/shard/s18/sh/d245d647-45aa-474d-b093-a6346c7e9e27/e56bca9b17d774858fb6900cd302d047
So I connect to the internet using a wire connection and ran this in the terminal
$ sudo apt-get install b43-fwcutter
rebooted the computer then went back to "System settings->Additional Drives" tried to activate the driver again and it worked.
Resources:
https://help.ubuntu.com/11.10/ubuntu-help/net-wireless-troubleshooting-device-drivers.html
http://askubuntu.com/questions/95852/how-to-fix-bcm4312-driver-problem
https://www.evernote.com/shard/s18/sh/d245d647-45aa-474d-b093-a6346c7e9e27/e56bca9b17d774858fb6900cd302d047
Labels:
debugging,
Hardware,
linux ubuntu,
troubleshooting
Saturday, May 28, 2011
How to Fix it. IPhone sound stop working
FYI
If your IPhone or Ipod Touch internal sound stop working, the volume control is non-reponsive and the sound meter does not appear. Below is what you need to do.
On the top of your device there is a small button. Click and hold it, then slide to power off and turn it back on. This reboots your device and the mic will work again.
If your IPhone or Ipod Touch internal sound stop working, the volume control is non-reponsive and the sound meter does not appear. Below is what you need to do.
On the top of your device there is a small button. Click and hold it, then slide to power off and turn it back on. This reboots your device and the mic will work again.
Subscribe to:
Comments (Atom)