If you use iptables and want to allow tinydns service answer iterative requests:
Note: Tinydns serves from 192.168.1.10 change yours accordingly, and INPUT number may vary for your list of rules.
What is VegaDNS?
VegaDNS is the web based tinydns admin tool for configuring DNS records from a web browser.
It has some good features:
Can be accessed with Admin and User levels
Multiple domains can be imported using AXFR
Has a template engine for separation of PHP from HTML
Configurable Default Records to auto-populate new domains with
It is Free
Requirements:
PHP4 (register_globals and safe_mode must be Off for security), MySQL, djbdns, ucspi-tcp, daemontools, wget must be installed.
URL: http://www.vegadns.org
Tags:
linux,
tinydns administration,
vegadns
| Responses: |
Installing chrome in fedora
For installing chrome vith yum you just have to:
Open a terminal window and type for corresponding cpu architecture:
i386
yum localinstall --nogpgcheck -y https://dl.google.com/linux/direct/google-chrome-stable_current_i386.rpm
x86_64
yum localinstall --nogpgcheck -y https://dl.google.com/linux/direct/google-chrome-stable_current_x86_64.rpm
Tags:
fedora,
google chrome,
linux,
yum install
| Responses: |
Virtualization and Cloud Computing Event from VMware
vForum 2012 - Making the Cloud Work for You. Gain the most advanced technological insights from VMware that are shaping the future of business
Date: 30 - 31 October 2012
Time: 8:00am - 6:00pm
Venue: Grand Hyatt, Mumbai
http://info.vmware.com/content/APAC_IN_vForum?src=em_12Q4VMW_APAC_IN_vForum2012_EM4&elq=5ab44bb7741e4ac5b4d6bd56d4ede84b
Date: 30 - 31 October 2012
Time: 8:00am - 6:00pm
Venue: Grand Hyatt, Mumbai
http://info.vmware.com/content/APAC_IN_vForum?src=em_12Q4VMW_APAC_IN_vForum2012_EM4&elq=5ab44bb7741e4ac5b4d6bd56d4ede84b
gcc compile error on Linux when installing daemontools and djbdns
Following error may be occured when compiling daemontools and djbdns on linux systems.
/usr/bin/ld: errno: TLS definition in /lib64/libc.so.6 section .tbss mismatches non-TLS reference in envdir.o
/lib64/libc.so.6: could not read symbols: Bad value
Tags:
daemontools,
djbdns,
error.h,
gcc compile,
linux
| Responses: |
Zend Server for Red Hat OpenShift
OpenShift is the platform as a service (PaaS) from Redhat. Now the Zend Server for the OpenShift is available. Details are at https://openshift.redhat.com/community/get-started/zend/?sc_cid=70160000000USkcAAG
Tags:
IT news,
openshift,
zend server
| Responses: |
JBoss Application Server is getting a new name
Your Voice Matters! Submit your names here.
When the JBoss Application Server (JBoss AS) project was launched in 1999, no one could have guessed how successful it would become. Today, you will not only find a successful project (JBoss AS), but also a large and vibrant community (the JBoss Community) and a successful product (JBoss Enterprise Application Platform).
Jboss JMX client twiddle
Twiddle is a command line tool that interact with JMX server instance. For linux systems twiddle.sh is under $JBOSS_HOME\bin directory. Usage can be learned typing ./twiddle.sh -h from command line.
./twiddle.sh -h
A JMX client to 'twiddle' with a remote JBoss server.
./twiddle.sh -h
A JMX client to 'twiddle' with a remote JBoss server.
SQL Server Agent 15404 Error
If you encounter in the Sql Server Agent Log "SQLServer Error: 15404, Could not obtain information about Windows NT group/user 'ISTMRKSQLHOST\Administrator', error code 0x534. [SQLSTATE 42000] (ConnIsLoginSysAdmin)" this is related with Sql Server Agent job security.
Open Sql Server Management Studio, go to Object Explorer select Jobs under SQL Server Agent. Find your Maintenance Plan and right click on it, select Properties. On the General Page change Owner to 'sa'. Then execute the maintenance plan again.
Subscribe to:
Posts (Atom)