March 3rd, 2010
Distribution for NetBook
- Ubuntu Netbook Remix http://www.ubuntu.com
- Jolicloud http://www.jolicloud.com/
- Moblin http://moblin.org
- Crunchee http://www.crunchbanglinux.org
- Slax http://www.slax.org/
- Puppy Linux http://www.puppylinux.org/
- Eeebuntu http://www.eeebuntu.org/
- gOS Cloud http://www.thinkgos.com/
Tags: NetBook
Posted in linux | No Comments »
March 2nd, 2010
Steps to Do
- # Reset the passords of the default users
- # Increase the memory limit to 100 M
- # Change the Asterisk Manager Password
- # Enter email_id for online update checks
- #Download the latest FOP version
- # edit “httpd.conf”
Read the rest of this entry »
Tags: AsteriskNow, FreePBX, PBX
Posted in PBX | No Comments »
March 2nd, 2010
Cronmanager encountered 1 Errors
The following commands failed with the listed error
/var/lib/asterisk/bin/module_admin listonline (255)
Added 12 hours, 56 minutes ago
(cron_manager.EXECFAIL)
Could not reload FOP server
Could not reload the FOP operator panel server using the bounce_op.sh script. Configuration changes may not be reflected in the panel display.
Added 1 hour, 16 minutes ago
(freepbx.reload_fop)
Read the rest of this entry »
Tags: Asterisk, FreePBX, PBX
Posted in PBX, linux | No Comments »
March 2nd, 2010
Source + Dummy: This is a skeleton site and the TYPO3 source itself. Download this if you’re going to build a new site.
Source: This is the source of TYPO3. Download it if you have a running TYPO3 installation and would like to upgrade to a new version.
Dummy: This is just a skeleton site. Download it if you already have the TYPO3 source and just want to set up a new site.
Tags: cms, php, typo3
Posted in linux | No Comments »
February 28th, 2010
I had faced problems in creating a same copy of the VB system .
I tried to do by creating a copy of the hard disk and adding it to the environment. This will not work since the copied will has the same hard disk identification of the source .
I was able to solve this issue using the command “VBoxManage clonevdi ”
you need to give the full path for the files eg
VBoxManage clonevdi /home/itsupport/.VirtualBox/HardDisks/PBX1.vdi /home/itsupport/.VirtualBox/HardDisks/PBX2.vdi
, otherwise it will throw an error
Tags: systemadmin, VirtualBox
Posted in linux | No Comments »
February 24th, 2010
Blocking downloading of files using SQUID
We can use ACL to block the download
Step 1
add following lines in to the ACL ection
acl blockfiles urlpath_regex “/etc/squid/blocks.files.acl”
and to display cusotm error message when users try to download
add
# Deny all blocked extension
deny_info ERR_BLOCKED_FILES blockfiles
http_access deny blockfiles
Step 2
After editing and closing the file . Create custom error message file called “ERR_BLOCKED_FILES” in /etc/squid/error/ directory or /usr/share/squid/errors/English directory.
<HTML>
<HEAD>
<TITLE>ERROR: Blocked file content</TITLE>
</HEAD>
<BODY>
<H1>File is blocked due to new IT policy</H1>
<p>Downloading files causes network trafic</p>
Step 3
nano /etc/squid/blocks.files.acl
add the follwing text
\.[Ee][Xx][Ee]$
\.[Aa][Vv][Ii]$
\.[Mm][Pp][Gg]$
\.[Mm][Pp][Ee][Gg]$
\.[Mm][Pp]3$
A restart of squid will do the trick
Tags: QoS, squid
Posted in linux | No Comments »
February 24th, 2010
Naming method looks like
- “CCC X S O E/B “
- CCC = is the interface type ,
- TDM => PCI
- AEX => PCI Express
It is read as
- X => X is the no of port , it can be 4,8,24
- S => S is the no of extensions or FXS lines
- O => is the no of trunk lines
- E/B can be either E which means hardwre echo cancellation module
- B => Only Base module
My selected card is TDM-808EF
ie PCI card, with 8 port , 8 FXO , with echo cancellation
Tags: digium
Posted in PBX | No Comments »
February 23rd, 2010
- try “gtkwhiteboard” or port “WiiWhite board” to Linux
- Configure LIRC (Linux Infra Red Remote Control)
- Configure anyRemote
- boxeeTV
Tags: anyRemote, gtkwhiteboard, LIRC, WiiWhiteboard
Posted in LIRC, linux | No Comments »
February 21st, 2010
We have
1> IAS server
2> Infra server , which has database server
Read the rest of this entry »
Tags: DataBase, linux, Oracle, Scripts, systemadmin
Posted in Oracle | No Comments »
February 18th, 2010
- Cambridge English for Job-hunting
Tags: Books
Posted in Books | No Comments »