Video on Trixbox
sip_custom.conf
language=au
videosupport=yes
allow=g729
allow=g723
allow=h261
allow=h263
allow=h263p
useragent = PAP2T
language=au
videosupport=yes
allow=g729
allow=g723
allow=h261
allow=h263
allow=h263p
useragent = PAP2T
UBitMenu is a free tool that can emulate the Office 2003 interface in Office 2007 without any performance loss. It’s basically for anyone who can no longer find the same functions in Office 2007 that were easily findable in Office 2003.
What I like about this program is that it does not actually get rid of the ribbon interface, but instead just adds the classic menu as a new ribbon. So you can continuing using the ribbon interface, but when you want to find something quickly the old way, just go to the classic ribbon.
Click on this download link Michelle HERE
Ok your device must be rooted
follow androidandme.com
then
on the device settings, Applications,
Unknown sources – yes
Development, USB debugging – Yes
then
If your Nexus one is rooted, then
adb-windows.exe pull system/etc/hosts hosts
modify it
adb-windows.exe remount
adb-windows.exe push hosts system/etc/hosts
If its not rooted, then i doubt you will be able modify it.
Thunderbird Labels
o update your labels in Thunderbird follow these simple steps.
Install Stylish in Thunderbird – Go to https://addons.mozilla.org/en-US/firefox/addon/2108 and download the Stylish extension. Open Thunderbird and go to Tools -> Extensions (v1.5) Tools -> Addons -> Extensions (v2) and click the install button. Browse to where you saved Stylish on your computer. Then restart Thunderbird. Note: If using Firefox, make sure to right click on the Stylish install link and choose Save Link As… because we don’t want to install it into Firefox.
Create a New Stylish Style – Open Thunderbird, click on the Stylish icon in the status bar, choose manage styles, click write and in the description field add TwisterMc’s Labels.
Get the Code – Click here and copy the code into the big Stylish input box. Make sure that the Enabled checkbox is checked and hit Save. Then close the Manage Styles window.
Refresh – In order for the labels to appear, close the main inbox window and re-open it, or just restart Thunderbird.
That’s it.
MYSQL on Server 2008 64 bit and Vista 64 bit Problems
63 bit odbc controller found in wow64
c:\windows\syswow64\odbccad32.exe
turnoff User Account Control in “Control Panel\User Accounts\” and reboot the system
you can control System DSN and User DSN but you need to
The Wow64 setting are actually the 32 bit settings. Since
we were running 32 bit apps it was always working correctly. There is a
different file for setting up the Wow64 32 bit DSNs
c:\windows\syswow64\odbccad32.exe
I turned off User Account Control in “Control Panel\User Accounts\” and rebooted the system. This allowed me to do the above,
Thanks in advance.
Sick of being confused about setting up a NTP time server in windows server 2008
Follow this Step by step guide
Step 1:
Net time /setsntp:
W32tm /config /syncfromflags:manual /manualpeerlist:
W32tm /config /reliable:yes
W32tm /config /update
W32tm /resync
Pause
Exit
Step 2:
[HKEY_LOCAL_MACHINE\SYSTEM
Step 3:
Net stop w32time
Net start w32time
Net time
Pause
YOUR DONE :)
NOW IT WILL WORK
I guess you gave upgraded your box to the latest os,
and found your non-genuine Nokia DKU 5 cable no longer works
and you cant find the driver for it anywhere on line.
Most non-genuine DKU 5 cables use the Texas Instrument TUSB3410 RS-232/IR-to-USB converter
so after much work
here are the drivers:
and if you get stuck visit: http://www.multitech.com/en_US/SUPPORT/Updates/Drivers/drivers_by_filename.aspx
search for: Server 2008 64 bit
For usiness purposes Fail2Ban is an excellent solution for protecting at the SIP application layer.
It is worth reading how to set up Fail2Ban for Trixbox
http://www.voip-info.org/wiki/view/Fail2Ban+%28with+iptables%29+And+Asterisk
wget http://downloads.sourceforge.net/project/fail2ban/fail2ban-stable/fail2ban-0.8.4/fail2ban-0.8.4.tar.bz2 -jxf fail2ban*
1)FOP, Default password is again : passw0rd
2) mysql default passwords is “passw0rd”
3) FreePBX web interface has the default user: maint with password ” password”
4) Trixbox main web Interface, access is wide open, meaning that anyone who knows your PBX IP address or sub domain, can access it. a) VoIP installers
passwd
You will be asked to enter your old password and to type in your new password twice.
The default login and password for a newly installed FreePBX (formerly known as AMP) is:
Username: maint
Password: password
To change the default password at the CentOS command prompt type the following command.
passwd-maint
edit /etc/amportal.conf
find FOPPASSWORD=passw0rd and change it for something reasonable
amportal restart
passwd-meetme
It will ask you for your new password twice.
passwd admin
Edit /etc/amportal.conf and change AMPDBUSER=asteriskuser and AMPDBPASS=yourpassword.
Careful, the values at the top of that file are actually commented out (which is idiotic), the real values are at the very bottom of the file.
Edit /etc/asterisk/cdr_mysql.conf and change USER= asteriskuser and PASSWORD=yourpassword.
Edit /etc/astersik/ cbmysql.conf and change DBUSER= asteriskuser and DBPASS=yourpassword.
Lastly, login to the commandline on your TrixBox terminal as root and execute these commands:
amportal stop
mysqladmin -u asteriskuser -p password yourpassword
[then enter your current password for root to confirm the change]
service mysqld restart
amportal start
mysql -u root -p
passw0rd
SET PASSWORD FOR asteriskuser@localhost=PASSWORD(‘newpass‘);
amp111
DO NOT CHANGE DEFUALT PASSWORDS APART FROM MAINT AND FOP
IT IS JUST TOO HARD TO GET THE WHOLE TRIXBOX WORKING AGAIN!!!!!
PEOPLE WHO MADE TRIXBOX BIT SLOPPY IN THE PASSWORD SECURITY FRONT
WOULD NOT BE THAT HARD TO WRITE A SCRIPT THAT CHANGED ALL THE PASSWORDS
AND RELEVANT FILES
Any attempt to install CentOS using text-mode or kick-start will result into 340+ packages and lots of useless services. The only way you can achieve a true minimal CentOS is through a manual install process and using graphics mode.
Please seek more guidance from this manual for topics not covered here.
Checkpoint 1: Start graphics installation by hitting enter on boot prompt.
Checkpoint 2: Pick Customize now during package group selection.
Checkpoint 3: De-select everything (Yes, I repeat it! Deselect everything including base).
If you follow the suggested process, you will get a True Minimal CentOS installation with only 148 packages installed (and very few system services).
OTHER VERSION
For my version of the minimal install I:
1. Boot to CD 1
2. Type in “linux text” to get the text installation setup
3. Proceed normally with the installation until it asks which packages to install
4. I deselect all of the packages and then click on the “customize package selection” check box
5. I then hold down the “-” key, which scrolls through all of the package options, and deselects them all for me
6. I finish the install and I am done
7. Then I do a “yum update” to get latest
8. Then I do a “yum install <package>” for what ever packages I need but didn’t get during installation.
All of this with only CentOS 5 CD 1.
OR ANOTHER
You can do a minimal install that just requires the first CD by performing the following two steps during the installation:
There are reports that more than CD 1 is required in the following case:
When the anaconda installer notes that additional disks will be required, but you desire a one CD install, the quick answer is one or more of the following approaches:
If you want to avoid using more than one CD, but want to install more than just the minimal set of packages, you could also consider doing a network installation. A network installation ISO (called boot.iso) is available from the 5/os/<arch>/images/ directory on CentOS mirrors.
CUSTOM DVD ISO OF CENTOS
http://lingxiang.tang.googlepages.com/createalesssizecentos5
http://www.centos.org/docs/5/html/Installation_Guide-en-US/ch-kickstart2.html
You can use mysqldump to create a simple backup of your database using the following syntax
a) Read Lock??????
b) Then dump all the databases by:
Single Databases
Dump only one database – Structure and Data
mysqldump -u [Username] -p [password] [databasename] > backupfile.sql
Dump only one database – Structure Only
mysqldump -u [Username] -p [password] –no-data [databasename] > structurebackup.sq (remember to remove the []’s)
Multiple Databases
Dump only Select databases – Structure and Data
mysqldump -u [Username] -p [password] – -databases [databasename1] [databasename2] [databasename3] > multibackup.sql
Back up all the databases in the server- Structure and Data
mysqldump -u [Username] -p [password] – -all-databases> alldatabases.sql
Back up all the databases in the server- Structure Only
mysqldump -u [Username] -p [password] – -no-data –databases [databasename1] [databasename2] [databasename3]> allstructurebackup.sql
Ended up using
mysqldump – - all-databases > fulldb.dump
AND NOW only this shit works
mysqldump –all-databases -u root -p –all-databases>sqldumpp.sql
Single Databases
mysql -u [Username] -p [password] [databasename] < databasefile.sql
Multiple Databases
Copyright Open Moon Project