ERROR OCURRED

  • Subscribe to our RSS feed.
  • Twitter
  • StumbleUpon
  • Reddit
  • Facebook
  • Digg

Wednesday, March 30, 2011

Posted on 1:26 AM by Unknown
DNS setup in Redhat 5.5 64bit

when i try to resolve ip it working fine

[root@tc1dns1 internal]# nslookup 10.65.136.137
Server: 10.65.136.143
Address: 10.65.136.143#53

137.136.65.10.in-addr.arpa name = tc1oltpdb2.mydomian.


But when i try to resolve named it showing me below error.


[root@tc1dns1 internal]# nslookup tc1oltpdb2.mydomainf
Server: 10.65.136.143
Address: 10.65.136.143#53

** server can't find tc1oltpdb2.mydomain: NXDOMAIN



Resolution:-

Problem in my named.conf

zone "new.mydomain." IN {
type master;
file "data/internal/mydomain.zone";
allow-update { none; };
};



in zone line i used new.mydomain but in file using just mydomain...so match the same setting save the file ..restart the servcie.


[root@tc1dns1 internal]# /etc/init.d/named restart
Stopping named: [ OK ]
Starting named: [ OK ]
[root@tc1dns1 internal]# nslookup tc1oltpdb2.mydomain
Server: 10.65.136.143
Address: 10.65.136.143#53

Name: tc1oltpdb2.mydomain
Address: 10.65.136.137


working fine.
Read More
Posted in | No comments

Thursday, March 24, 2011

RPM uninstall problem in RedHat

Posted on 12:06 AM by Unknown
Error :-- specifies multiple packages

rpm -e pkg-name
error: "pkg-name" specifies multiple packages


Resolution

rpm -e --allmatches pkg-name
Read More
Posted in | No comments

Wednesday, March 23, 2011

Local yum repository setup under Redhat 5.5

Posted on 9:08 PM by Unknown
RedHat 5.5 64bit local yum repo repository

1st of all copy all media under httpd dir..here in my example i copied under

/var/www/html/ with the name redhatdvd dir.

After that run your web service httpd. check on your local browser you able to browse dir on not...or you can use command tool for url testing.

#links 10.65.136.183/redhatdvd === must reslove


After that go to any client machine whcih you want to update from this local yum repo.

login on system with root user.Then create a file with following entry.

vi /etc/yum.repos.d/local.repo

[dir1]
name=Redhat
baseurl=http://10.65.136.183/redhatdvd/Server
enabled=1
gpgcheck=0

[dir2]
name=Redhat
baseurl=http://10.65.136.183/redhatdvd/VT
enabled=1
gpgcheck=0
[dir3]
name=Redhat
baseurl=http://10.65.136.183/redhatdvd/Cluster
enabled=1
gpgcheck=0
[dir4]
name=Redhat
baseurl=http://10.65.136.183/redhatdvd/ClusterStorage
enabled=1
gpgcheck=0


Save the file.

And clean everything.

[root@tc1bas1 ~]# yum clean all
Loaded plugins: rhnplugin, security
Cleaning up Everything


After that you can add,search any packages through YUM with complete dependencies resolve.

[root@tc1bas1 ~]# yum search libvirt
Loaded plugins: rhnplugin, security
This system is not registered with RHN.
RHN support will be disabled.
dir1 | 1.3 kB 00:00
dir1/primary | 868 kB 00:00
dir1 3116/3116
dir2 | 1.3 kB 00:00
dir2/primary | 19 kB 00:00
dir2 71/71
dir3 | 1.3 kB 00:00
dir3/primary | 6.1 kB 00:00
dir3 32/32
dir4 | 1.3 kB 00:00
dir4/primary | 8.9 kB 00:00
dir4 39/39
============================== Matched: libvirt ===============================
libcmpiutil.i386 : CMPI Utility Library
libcmpiutil.x86_64 : CMPI Utility Library
libcmpiutil-devel.i386 : Libraries, includes, etc. to use the CMPI utility
: library
libcmpiutil-devel.x86_64 : Libraries, includes, etc. to use the CMPI utility
: library




IMP:-- Some time you face problem with web-server not able to resolve URL.
the killer is IPTABLES...so make sure your firewall turn off or allow the traffic.
Read More
Posted in | No comments

Monday, March 21, 2011

Installing OpenWRT on WZR-HP-G300NH with DD-WRT

Posted on 11:51 PM by Unknown
After many tries with tftp ..finally decided with DD-WRT.

So here are the steps which i follow.

Go this this link and download new firware specifically for this router &can be flashed from the GUI
http://dd-wrt.com/site/support/router-database

and download buffalo_to_ddwrt_webflash-MULTI.bin approx size 13MB


After that open firefox to launch 192.168.11.1 web based Interface (default ip address for Buffalo WZR-HP-G300NH) to update firware.


default login root without any password.

After that go under Setup here you can see update firmware option upload here the download firware and apply..it takes 5-10 min to finish upload.


Now change your system ip 192.168.11.** to 192.168.1.** , after that you must able to reach 192.168.1.1

Now open GUI interfacae with 192.168.1.1 and set root password here and enable telnet Session.

Once telnet session open, go to command prompt and telent 192.168.1.1 like this

[raman@inf1sysadm1 ~]$ telnet 192.168.1.1
Trying 192.168.1.1...
Connected to 192.168.1.1.
Escape character is '^]'.

DD-WRT v24-sp2 std (c) 2010 NewMedia-NET GmbH
Release: 08/07/10 (SVN revision: 14896)

DD-WRT login: root
Password:
==========================================================

____ ___ __ ______ _____ ____ _ _
| _ \| _ \ \ \ / / _ \_ _| __ _|___ \| || |
|| | || ||____\ \ /\ / /| |_) || | \ \ / / __) | || |_
||_| ||_||_____\ V V / | _ < | | \ V / / __/|__ _|
|___/|___/ \_/\_/ |_| \_\|_| \_/ |_____| |_|

DD-WRT v24-sp2
http://www.dd-wrt.com

==========================================================


BusyBox v1.13.4 (2010-08-07 02:52:32 CEST) built-in shell (ash)
Enter 'help' for a list of built-in commands.

root@DD-WRT:~#


After that make sure Internet working on your router, enable WAN setting.

root@DD-WRT:~# ping yahoo.com
PING yahoo.com (69.147.125.65): 56 data bytes
64 bytes from 69.147.125.65: seq=0 ttl=45 time=274.427 ms


Now change dir to tmp and download new firmware

root@DD-WRT:/tmp# wget http://downloads.openwrt.org/backfire/10.03.1-rc4/ar71xx/
openwrt-ar71xx-wzr-hp-g300nh-jffs2-tftp.bin
Connecting to downloads.openwrt.org (78.24.191.177:80)
openwrt-ar71xx-wzr-h 100% |*******************************| 4736k 00:00:00 ETA
root@DD-WRT:/tmp#


After that run below command, to convert ***.bin to .trx to use with mtd.

root@DD-WRT:/tmp# dd if=/tmp/openwrt-ar71xx-wzr-hp-g300nh-jffs2-tftp.bin of=firmware.trx bs=32 skip=1

151552+0 records in
151552+0 records out


Run mtd utility to writes the given file to flash.

root@DD-WRT:/tmp# mtd -r write firmware.trx linux
Unlocking linux ...
Writing from firmware.trx to linux ... [w]
Connection closed by foreign host.


Then wait for router reboot it takes 5-10 min .once done you able to browse new interface with 192.168.1.1

Imp :-

[raman@inf1sysadm1 ~]$ telnet 192.168.1.1
Trying 192.168.1.1...
Connected to 192.168.1.1.
Escape character is '^]'.
=== IMPORTANT ============================
Use 'passwd' to set your login password
this will disable telnet and enable SSH
------------------------------------------

here use passwd command to set new password after that telent disable and ssh enable.


After that ssh to router

[raman@inf1sysadm1 ~]$ ssh 192.168.1.1 -l root
The authenticity of host '192.168.1.1 (192.168.1.1)' can't be established.
RSA key fingerprint is c2:7f:d8:06:91:df:6b:19:4b:4b:07:75:97:0d:4f:42.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added '192.168.1.1' (RSA) to the list of known hosts.
root@192.168.1.1's password:
root@OpenWrt:/etc/config#


Some command which run

root@OpenWrt:/tmp/opkg-lists# opkg update
root@OpenWrt:/tmp/opkg-lists# opkg install openswan

you can use web interface as well 192.168.1.1

useful link:-

http://wiki.openwrt.org/toh/buffalo/wzr-hp-g300h#problem.with.japanese.version.locked.u-boot
http://dd-wrt.com/wiki/index.php/Buffalo_WZR-HP-G300NH
Read More
Posted in | No comments

Monday, March 7, 2011

Download Winamp best skins collection, Winamp tutorial

Posted on 12:00 PM by Unknown




Airtech Productions bring you free best 90 Winamp skins collection which you can download free and enjoy !


 About :
 Winamp was first released in 1997, when Justin Frankel and Dmitry Boldyrev integrated their Windows user interface with the "Advanced Multimedia Products" "AMP" MP3 file playback engine.
The minimalist WinAMP 0.20a was released as freeware on 21 April 1997. Its windowless menubar-only interface showed only play (open), stop, pause, and unpause functions. A file specified on the command line or dropped onto its icon would be played. MP3 decoding was performed by the AMP decoding engine by Tomislav Uzelac, which was free for non-commercial use.
WinAMP 0.92 was released as a freeware in May 1997. Within the standard Windows frame and menubar, it had the beginnings of the "classic" Winamp GUI: dark gray rectangle with silver 3D-effect transport buttons, a red/green volume slider, time displayed in a green LED font, with trackname, MP3 bitrate and "mixrate" in green. There was no position bar, and a blank space where the spectrum analyzer and waveform analyzer would later appear. Multiple files on the command line or dropped onto its icon were enqueued in the playlist.




Winamp is a media player for Windows-based PCs and Android devices, written by Nullsoft, now a subsidiary of AOL. It is proprietary freeware/shareware, multi-format, extensible with plug-ins and skins, and is noted for its graphical sound visualization, playlist, and media library features. Winamp was released by Justin Frankel in 1997, and its popularity grew quickly, along with the developing trend of MP3 file-sharing.
Winamp supports music playback using MP3, MIDI, MOD, MPEG-1 audio layers 1 and 2, AAC, M4A, FLAC, WAV and WMA. Winamp was one of the first common music players on Windows to support playback of Ogg Vorbis by default. It supports gapless playback for MP3 and AAC, and Replay Gain for volume leveling across tracks. CD support includes playing and import music from audio CDs, optionally with CD-Text, and burning music to CDs. The standard version limits maximum burn speed and datarate; the "Pro" version removes these limitations.
Winamp supports playback of Windows Media Video and Nullsoft Streaming Video. For MPEG Video, AVI and other unsupported video types, Winamp uses Microsoft's DirectShow API for playback, allowing playback of most of the video formats supported by Windows Media Player. 5.1 Surround sound is supported where formats and decoders allow.
Skins are bitmap files which alter the aesthetic design of the Winamp graphical user interface (GUI) and can add functionality, with scripting. Winamp published documentation on skin creation in 1998 with the release of Winamp 2, and invited Winamp users to publish skins on Winamp.com. As of 2000 there were nearly 3000 Winamp skins available. The ability to use skins contributed to Winamp's popularity early in MP3 development. With the increasing number of available skins, genres or categories of skins developed, such as 'Stereo,' 'Anime,' and 'Ugly'. Online communities of skin designers such as 1001Skins.com and Skinz.org have contributed thousands of designs.Designers see skins as an opportunity to be creative: nontraditional examples have included Klingon, iPod, and Etch-a-sketch designs.
The Winamp skin format is the most popular, the most commonly adopted by other media player software, and is usable across platforms. One example is the XMMS player for Linux and Unix systems, which can use unmodified Winamp 2 skin files.
Winamp 5 supports two types of skins "classic" skins designed to Winamp 2 specifications (static collections of bitmap images), and more flexible, freeform "modern" skins per the Winamp 3 specification. Modern skins support true alpha channel transparency, scripting control, a docked toolbar, and other innovations to the user interface.



Download free AIRTECH Winamp skins collection HERE !
For requesting a tutorial about your favourite program / application just leave me a message in comment section ! 
Thank you and dont forget to subscribe to my channel for the latest tutorials !


Tweet
Read More
Posted in Players | No comments
Newer Posts Older Posts Home
Subscribe to: Comments (Atom)

Popular Posts

  • No package 'lua5.1' found
    hecking for LUA51... no checking for LUA51... configure: error: Package requirements (lua5.1 >= 5.1) were not met: No package 'lua5.1...
  • response to SOA query was unsuccessful: solved
    check your zone file [root@inf1sysadm1 data]# pwd /var/named/data # cat ind.raman.com.zone $ORIGIN . $TTL 3600 ; 1 hour ind.raman.com IN SO...
  • can't locate your x11 installation Fedora
    While install Conky, system through this error. Solution:- You need to install X11 Software Dev Package. Login on system with root user ...
  • Qmail Installation & Configuration step by step
    Tested under CentOS 5.8  64bit machine. 1)Packges which i installed for Qmail. httpd-2.2.3-76 php-5.1.6-39 perl-5.8.8 -38 gcc-4.1.2 mysql-5....
  • Dell MD3200 SAS Cabling With Diagram
    I have 2 MD3200 with SAS Ports + 2 Power Edge720. Task to connect Both DAS with Both server and make sure Both server showing  all DAS Parti...
  • It is safe to clean windows prefetch folder and registry folder ?
     It is safe to clean windows prefetch folder and registry folder ? Will this boost Windows operating system capabilities ? Many of you hav...
  • Windows 7 & Windows 8 fail to start
    Windows 7 fail to boot, what should I do? Is Windows 7 failing to boot after you installed the loader or after you just installed a fresh ne...
  • Steps how to change VolStatus in Bacula through bonsole.
    In my example MediaId=4 or Volumename=000018L4 shows volstatus is Purged. *list volumes Pool: Default +---------+------------+-----------+--...
  • Adobe Photoshop CS5 Error 16 , Adobe Photoshop CS5 Error 7
    When you install Adobe Photoshop CS5 you might get some errors. In case you get one you will see a code and a little description. Is very im...
  • X connection to localhost:10.0 broken (explicit kill or server shutdown).
    Solution:- With Xhost, you can solve this issue.

Categories

  • Adobe
  • Players
  • Reviews
  • Windows

Blog Archive

  • ►  2013 (27)
    • ►  October (3)
    • ►  August (1)
    • ►  June (1)
    • ►  April (3)
    • ►  February (10)
    • ►  January (9)
  • ►  2012 (29)
    • ►  December (2)
    • ►  November (7)
    • ►  October (10)
    • ►  September (4)
    • ►  August (1)
    • ►  June (2)
    • ►  April (1)
    • ►  March (1)
    • ►  January (1)
  • ▼  2011 (36)
    • ►  December (3)
    • ►  November (3)
    • ►  October (1)
    • ►  September (5)
    • ►  August (4)
    • ►  May (2)
    • ►  April (4)
    • ▼  March (5)
      • DNS setup in Redhat 5.5 64bit when i try to resol...
      • RPM uninstall problem in RedHat
      • Local yum repository setup under Redhat 5.5
      • Installing OpenWRT on WZR-HP-G300NH with DD-WRT
      • Download Winamp best skins collection, Winamp tut...
    • ►  February (2)
    • ►  January (7)
  • ►  2010 (24)
    • ►  December (1)
    • ►  November (1)
    • ►  October (4)
    • ►  August (1)
    • ►  May (1)
    • ►  April (1)
    • ►  March (2)
    • ►  February (5)
    • ►  January (8)
  • ►  2009 (18)
    • ►  December (6)
    • ►  November (3)
    • ►  August (1)
    • ►  July (2)
    • ►  June (1)
    • ►  May (1)
    • ►  April (1)
    • ►  March (1)
    • ►  February (1)
    • ►  January (1)
  • ►  2008 (16)
    • ►  December (1)
    • ►  October (1)
    • ►  August (1)
    • ►  July (5)
    • ►  April (2)
    • ►  February (1)
    • ►  January (5)
  • ►  2007 (4)
    • ►  July (3)
    • ►  June (1)
Powered by Blogger.

About Me

Unknown
View my complete profile