Showing posts with label linux. Show all posts
Showing posts with label linux. Show all posts
The captive portal feature of Pfsense which provides the security to the network by means of username and password entered on the portal, in our case it was the captive portal vouchers which provided the access to the internet, some of the boxes were allowed to bypass the portal by means of Pass-thru MAC was not behaving in the way it was suppose to i.e by simply logging on to the network the boxes(allowed using Pass thru MAC) will be able to access the network, instead it was asking for voucher.

Reason
Even though the deployment was meant for small network which included various wifi routers acting only as access point. One of the access point namely universal WiFi Internet adapter (WNCE2001) which inturn was connected to a switch was giving out its MAC address to the pfsense router instead of each machine's MAC id connected to the switch

The screenshot of the Netgear web interface showing the ip address and the MAC id of the device

Screenshot of the PFSense where the machines namely ranjit-build and NPRIYA1 are connected via switch to netgear which inturn gets connected to the router. One can see that the MAC id is same so the Pass thru MAC is not working in PFsense



Latest driver for HP Deskjet F4488



The default hplip 2.8.2 on ubuntu 8.04 was not recognizing the deskjet_F4400 printer so the latest driver (hplip-3.10.6.tar.gz) at the HP was installed from src.
Almost all the steps are specified in hplipopensource.
If the default hplip is installed, remove it.

Download the src from http://hplipopensource.com/hplip-web/downloads.html

extract the tar.gz file

./configure --with-hpppddir=/usr/share/ppd/HP --prefix=/usr --enable-qt4 --enable-doc-build --enable-cups-ppd-install --disable-foomatic-drv-install --disable-foomatic-ppd-install --disable-hpijs-install --disable-policykit --disable-cups-drv-install --enable-hpcups-install --enable-network-build --enable-dbus-build --enable-scan-build --enable-fax-build

make
and
sudo make install

add username to the lp group
sudo usermod -a -G lp $USER

now connect the usb printer and power on the printer... if not done this way the hplip will not detect the device

su hp-setup 
will activate qt4 based config dialog... follow the instruction as specified and by opting for test prn page the following will be printed out..




All the features of the all in one printer has not been used on my box
In my case the cups daemon was disabled... to enable it use
sudo sysv-rc-conf

and start the service using
/etc/init.d/cupsys start 


[u-21-11-2011]

I have been using the scanner of F4488 without any problem whatsoever for quite some time now on ubuntu 8.04 and the application used is Xsane Image Scanner(v-0.995). It working fine for me. Some of the screen shots of the application in action.
 


[/u-21-11-2011]

QEmu and samba / QtEmu installation[updated]


Who doesn't want to access the content from host to guest or vice versa..
where the guest OS is Windows
One of the solution is samba(Server Message Block).
though lots of helps have been provided by the linux enthusiast..
well this is what worked for me.


install samba
using apt-get install samba (or) any other way u could possible figure out

edit /etc/samba/smb.conf

[qemu]
comment = user sharable directory
browseable = yes
path = /home/sample/share
writable = yes
guest ok = yes
read only = no
create mask = 0666
directory mask = 0777
public = yes

restart the service
//not needed
//entered in c:\windows\system32\drivers\etc
//10.0.2.4 smbserver

in run dialog box enter \\10.0.2.2\qemu


[update: 5/5/11]
At the time of installing OS using QtEmu the process is pretty direct
1. creating the hard disk img which of course allots space
eg:- /home/ranjit/MyMachines/Ubuntu-9.04/Ubuntu-9.04.img
2. Select the valid CD-ROM image or physical device in my case it was CDROM
/dev/scd0
boot from CDROM
3. If necessary enable the network.
Now just click the start button. This will boot the image from CDROM
After installation
point the Image or device for this virtual device of CDROM option to
/home/ranjit/MyMachines/Ubuntu-9.04/Ubuntu-9.04.img

now the machine is ready to boot from the installed img on harddisk

Internet radio streaming..........

There are many gui based app for radio streaming online amarok, mplayer and many others but with gst-launch we can stream it from terminal .

eg:-

gst-launch-0.10 playbin uri=http://mp3uplink.duplexfx.com:9000/

some other radio streaming urls are

http://87.98.216.140:80
http://91.121.50.147:443
http://213.251.194.163:8000 == jpn

80's lite
http://mp3uplink.duplexfx.com:8040/
R&B
http://mp3uplink.duplexfx.com:8042/
Dance hits
http://mp3uplink.duplexfx.com:9000/
urban hiphop
http://mp3uplink.duplexfx.com:8024/
70, 80, pop, love
http://mp3uplink.duplexfx.com:8006/
country
http://mp3uplink.duplexfx.com:6034/
country bluegrass amer
http://mp3uplink.duplexfx.com:6016/
smooth jazzzz
http://mp3uplink.duplexfx.com:6004/
Happy Listening


[u-26-02-2011] http://sc-rly.181.fm:80/stream/1075 ---> country  [/u-26-02-2011]
[u-01-09-2012]http://somafm.com/indiepop.pls[/u-01-09-2012]

[u-27-09-2012]
Hard Rock
http://uplink.duplexfx.com:8064/
Classic Rock
http://uplink.duplexfx.com:8030/
Rock 40
http://uplink.duplexfx.com:8028/


Active Rock
http://mp3uplink.duplexfx.com:8008/
Classic Alternative Rock

http://mp3uplink.duplexfx.com:8038/
[/u-27-09-2012]




[u-15-05-2014]

Few of the error generated when using gst-launch
ranjit@ranjit-laptop:~$ gst-launch-0.10 playbin uri=http://mp3uplink.duplexfx.com:8042/
Setting pipeline to PAUSED ...
Pipeline is PREROLLING ...
** Message: don't know how to handle audio/mpeg, mpegversion=(int)1, layer=(int)3
ERROR: from element /GstPlayBin:playbin0: You do not have a decoder installed to handle this file. You might need to install the necessary plugins.
Additional debug info:
gstplaybasebin.c(2327): prepare_output (): /GstPlayBin:playbin0
ERROR: pipeline doesn't want to preroll.
Setting pipeline to NULL ...
Freeing pipeline ...
ranjit@ranjit-laptop:~$

ranjit@ranjit-laptop:~$ gst-launch-0.10 playbin uri=http://mp3uplink.duplexfx.com:9000/
Setting pipeline to PAUSED ...
Pipeline is PREROLLING ...
** Message: don't know how to handle audio/mpeg, framed=(boolean)false, mpegversion=(int)2, stream-type=(string)adts
ERROR: from element /GstPlayBin:playbin0: You do not have a decoder installed to handle this file. You might need to install the necessary plugins.
Additional debug info:
gstplaybasebin.c(2327): prepare_output (): /GstPlayBin:playbin0
ERROR: pipeline doesn't want to preroll.
Setting pipeline to NULL ...
Freeing pipeline ...
ranjit@ranjit-laptop:~$


To resolve the error simply install the following gstreamer plugin
gstreamer0.10-plugins-base
gstreamer0.10-plugins-good
gstreamer0.10-plugins-bad
gstreamer0.10-plugins-ugly
[/u-15-05-2014]

[u-01-09-2016]

To list installed gstreamer plugins
dpkg -l | grep gstreamer0.10
To list gstreamer plugins
apt-cache search gstreamer0.10
rp@rp-HP-EliteBook-2170p:~$ gst-launch-0.10 playbin uri=http://uplink.duplexfx.com:8064/
Setting pipeline to PAUSED ...
Pipeline is PREROLLING ...
** Message: don't know how to handle audio/mpeg, mpegversion=(int)1, mpegaudioversion=(int)1, layer=(int)3, rate=(int)44100, channels=(int)2, parsed=(boolean)true
Missing element: MPEG-1 Layer 3 (MP3) decoder
ERROR: from element /GstPlayBin:playbin0: You do not have a decoder installed to handle this file. You might need to install the necessary plugins.
Additional debug info:
gstplaybasebin.c(2323): prepare_output (): /GstPlayBin:playbin0
ERROR: pipeline doesn't want to preroll.
Setting pipeline to NULL ...
Freeing pipeline ...
rp@rp-HP-EliteBook-2170p:
rp@rp-HP-EliteBook-2170p:~$ sudo apt-get install gstreamer0.10-plugins-ugly
Reading package lists... Done
Building dependency tree      
Reading state information... Done
The following extra packages will be installed:
  liba52-0.7.4 libmad0 libmpeg2-4 libopencore-amrnb0 libopencore-amrwb0
  libsidplay1 libtwolame0
rp@rp-HP-EliteBook-2170p:~$ sudo apt-get install gstreamer0.10-plugins-bad
[sudo] password for rp:
Reading package lists... Done
Building dependency tree      
Reading state information... Done
The following extra packages will be installed:
  freepats libass4 libcdaudio1 libdc1394-22 libdca0 libdirac-encoder0
  libdirectfb-1.2-9 libdvdnav4 libdvdread4 libenca0 libfaad2 libfftw3-double3
  libflite1 libgme0 libgstreamer-plugins-bad0.10-0 libkate1 libmimic0 libmms0
  libmodplug1 libmpcdec6 libofa0 libopenal-data libopenal1 libslv2-9
  libsoundtouch0 libspandsp2 libts-0.0-0 libvo-aacenc0 libvo-amrwbenc0
  libwildmidi-config libwildmidi1 libzbar0 libzvbi-common libzvbi0 tsconf
Suggested packages:
  frei0r-plugins libdvdcss2 build-essential debhelper fakeroot libfftw3-bin
  libfftw3-dev libroar-compat2 slv2-jack
The following NEW packages will be installed:
  freepats gstreamer0.10-plugins-bad libass4 libcdaudio1 libdc1394-22 libdca0
  libdirac-encoder0 libdirectfb-1.2-9 libdvdnav4 libdvdread4 libenca0 libfaad2
  libfftw3-double3 libflite1 libgme0 libgstreamer-plugins-bad0.10-0 libkate1
  libmimic0 libmms0 libmodplug1 libmpcdec6 libofa0 libopenal-data libopenal1
  libslv2-9 libsoundtouch0 libspandsp2 libts-0.0-0 libvo-aacenc0
  libvo-amrwbenc0 libwildmidi-config libwildmidi1 libzbar0 libzvbi-common
  libzvbi0 tsconf
0 to upgrade, 36 to newly install, 0 to remove and 187 

[/u-01-09-2016]
Atrribute:- https://gist.github.com/sweiz/38fc55bec6c34e46b31489989a6e4f02
# Radio Stream URLs

Right click a stream link, copy address, open VLC, *File*->*Open network stream*, paste
- - -
[**Third Rock Radio**](http://thirdrockradio.rfcmedia.com/):
  [MP3](http://rfcmedia2.streamguys1.com/thirdrock.mp3)
  [AAC](http://rfcmedia2.streamguys1.com/thirdrock.aac)
  [FLV](http://rfcmedia2.streamguys1.com/thirdrock.aac?type=.flv)  
**Double J**:
  [HLS](http://abcradiolivehls-lh.akamaihd.net/i/doublejnsw_1@327293/master.m3u8)
  [HDS](http://abcradiolivehds-lh.akamaihd.net/z/doublejnsw_1@327251/manifest.f4m)
  [AAC](http://live-radio01.mediahubaustralia.com/DJDW/aac/;*.mp3)
  [MP3](http://live-radio01.mediahubaustralia.com/DJDW/mp3/;*.mp3)  
**ABC Classic 2**:
  [HLS](http://abcradiolivehls-lh.akamaihd.net/i/classic2_1@327291/master.m3u8)
  [HDS](http://abcradiolivehds-lh.akamaihd.net/z/classic2_1@327249/manifest.f4m)
  [MP3](http://live-radio01.mediahubaustralia.com/FM2W/mp3/;*.mp3)
  [AAC](http://live-radio01.mediahubaustralia.com/FM2W/aac/;*.mp3)  
**triple j**:
  [HLS](http://abcradiolivehls-lh.akamaihd.net/i/triplejnsw_1@327300/master.m3u8)
  [HDS](http://abcradiolivehds-lh.akamaihd.net/z/triplejnsw_1@327258/manifest.f4m)
  [AAC](http://live-radio01.mediahubaustralia.com/2TJW/aac/;*.mp3)
  [MP3](http://live-radio01.mediahubaustralia.com/2TJW/mp3/;*.mp3)  
**ABC NewsRadio**:
  [HLS](http://abcradiolivehls-lh.akamaihd.net/i/newsradio_1@327297/master.m3u8)
  [HDS](http://abcradiolivehds-lh.akamaihd.net/z/newsradio_1@327255/manifest.f4m)
  [AAC](http://live-radio01.mediahubaustralia.com/PBW/aac/;*.mp3)
  [MP3](http://live-radio01.mediahubaustralia.com/PBW/mp3/;*.mp3)  
**RN**:
  [HLS](http://abcradiolivehls-lh.akamaihd.net/i/rnnsw_1@327290/master.m3u8)
  [HDS](http://abcradiolivehds-lh.akamaihd.net/z/rnnsw_1@327248/manifest.f4m)
  [AAC](http://live-radio01.mediahubaustralia.com/2RNW/aac/;*.mp3)
  [MP3](http://live-radio01.mediahubaustralia.com/2RNW/mp3/;*.mp3)  
**ABC Classic FM**:
  [HLS](http://abcradiolivehls-lh.akamaihd.net/i/classicfmnsw_1@327292/master.m3u8)
  [HDS](http://abcradiolivehds-lh.akamaihd.net/z/classicfmnsw_1@327250/manifest.f4m)
  [AAC](http://live-radio01.mediahubaustralia.com/2FMW/aac/;*.mp3)
  [MP3](http://live-radio01.mediahubaustralia.com/2FMW/mp3/;*.mp3)  
**triple j Unearthed**:
  [HLS](http://abcradiolivehls-lh.akamaihd.net/i/triplejunearthed_1@327301/master.m3u8)
  [HDS](http://abcradiolivehds-lh.akamaihd.net/z/triplejunearthed_1@327259/manifest.f4m)
  [MP3](http://live-radio01.mediahubaustralia.com/UNEW/mp3/;*.mp3)
  [AAC](http://live-radio01.mediahubaustralia.com/UNEW/aac/;*.mp3)  
**ABC Jazz**:
  [HLS](http://abcradiolivehls-lh.akamaihd.net/i/abcjazz_1@327288/master.m3u8)
  [HDS](http://abcradiolivehds-lh.akamaihd.net/z/abcjazz_1@327247/manifest.f4m)
  [AAC](http://live-radio01.mediahubaustralia.com/JAZW/aac/;*.mp3)
  [MP3](http://live-radio01.mediahubaustralia.com/JAZW/mp3/;*.mp3)  
**ABC Country**:
  [HLS](http://abcradiolivehls-lh.akamaihd.net/i/abccountry_1@327276/master.m3u8)
  [HDS](http://abcradiolivehds-lh.akamaihd.net/z/abccountry_1@327221/manifest.f4m)
  [MP3](http://live-radio01.mediahubaustralia.com/CTRW/mp3/;*.mp3)
  [AAC](http://live-radio01.mediahubaustralia.com/CTRW/aac/;*.mp3)  
**ABC Grandstand**:
  [HLS](http://abcradiolivehls-lh.akamaihd.net/i/abcgrandstand_1@327284/master.m3u8)
  [HDS](http://abcradiolivehds-lh.akamaihd.net/z/abcgrandstand_1@327246/manifest.f4m)
  [AAC](http://live-radio01.mediahubaustralia.com/GSDW/aac/;*.mp3)
  [MP3](http://live-radio01.mediahubaustralia.com/GSDW/mp3/;*.mp3)  
**891 ABC Adelaide**:
  [HLS](http://abcradiolivehls-lh.akamaihd.net/i/localadelaide_1@327267/master.m3u8)
  [HDS](http://abcradiolivehds-lh.akamaihd.net/z/localadelaide_1@327218/manifest.f4m)
  [MP3](http://live-radio01.mediahubaustralia.com/5LRW/aac/;*.mp3)  
**612 ABC Brisbane**:
  [HLS](http://abcradiolivehls-lh.akamaihd.net/i/localbrisbane_1@327262/master.m3u8)
  [HDS](http://abcradiolivehds-lh.akamaihd.net/z/localbrisbane_1@327213/manifest.f4m)
  [AAC](http://live-radio01.mediahubaustralia.com/4LRW/aac/;*.mp3)
  [MP3](http://live-radio01.mediahubaustralia.com/4LRW/mp3/;*.mp3)  
**666 ABC Canberra**:
  [HLS](http://abcradiolivehls-lh.akamaihd.net/i/localcanberra_1@327263/master.m3u8)
  [HDS](http://abcradiolivehds-lh.akamaihd.net/z/localcanberra_1@327214/manifest.f4m)
  [MP3](http://live-radio01.mediahubaustralia.com/1LRW/mp3/;*.mp3)
  [AAC](http://live-radio01.mediahubaustralia.com/1LRW/aac/;*.mp3)  
**91.7 ABC Gold Coast**:
  [HLS](http://abcradiolivehls-lh.akamaihd.net/i/localgoldcoast_1@327271/master.m3u8)
  [HDS](http://abcradiolivehds-lh.akamaihd.net/z/localgoldcoast_1@327219/manifest.f4m)
  [AAC](http://live-radio01.mediahubaustralia.com/4GLDW/aac/;*.mp3)
  [MP3](http://live-radio01.mediahubaustralia.com/4GLDW/mp3/;*.mp3)  
**105.7 ABC Darwin**:
  [HLS](http://abcradiolivehls-lh.akamaihd.net/i/localdarwin_1@327260/master.m3u8)
  [HDS](http://abcradiolivehds-lh.akamaihd.net/z/localdarwin_1@327211/manifest.f4m)
  [AAC](http://live-radio01.mediahubaustralia.com/8LRW/aac/;*.mp3)
  [MP3](http://live-radio01.mediahubaustralia.com/8LRW/mp3/;*.mp3)  
**936 ABC Hobart**:
  [HLS](http://abcradiolivehls-lh.akamaihd.net/i/localhobart_1@327274/master.m3u8)
  [HDS](http://abcradiolivehds-lh.akamaihd.net/z/localhobart_1@327220/manifest.f4m)
  [AAC](http://live-radio01.mediahubaustralia.com/7LRW/aac/;*.mp3)
  [MP3](http://live-radio01.mediahubaustralia.com/7LRW/mp3/;*.mp3)  
**774 ABC Melbourne**:
  [HLS](http://abcradiolivehls-lh.akamaihd.net/i/localmelbourne_1@327266/master.m3u8)
  [HDS](http://abcradiolivehds-lh.akamaihd.net/z/localmelbourne_1@327217/manifest.f4m)
  [AAC](http://live-radio01.mediahubaustralia.com/3LRW/aac/;*.mp3)
  [MP3](http://live-radio01.mediahubaustralia.com/3LRW/mp3/;*.mp3)  
**1233 ABC Newcastle**:
  [HLS](http://abcradiolivehls-lh.akamaihd.net/i/localnewcastle_1@327261/master.m3u8)
  [HDS](http://abcradiolivehds-lh.akamaihd.net/z/localnewcastle_1@327212/manifest.f4m)
  [AAC](http://live-radio01.mediahubaustralia.com/2NEWW/aac/;*.mp3)
  [MP3](http://live-radio01.mediahubaustralia.com/2NEWW/mp3/;*.mp3)  
**720 ABC Perth**:
  [HLS](http://abcradiolivehls-lh.akamaihd.net/i/localperth_1@327265/master.m3u8)
  [HDS](http://abcradiolivehds-lh.akamaihd.net/z/localperth_1@327216/manifest.f4m)
  [AAC](http://live-radio01.mediahubaustralia.com/6LRW/aac/;*.mp3)
  [MP3](http://live-radio01.mediahubaustralia.com/6LRW/mp3/;*.mp3)  
**702 ABC Sydney**:
  [HLS](http://abcradiolivehls-lh.akamaihd.net/i/localsydney_1@327264/master.m3u8)
  [HDS](http://abcradiolivehds-lh.akamaihd.net/z/localsydney_1@327215/manifest.f4m)
  [AAC](http://live-radio01.mediahubaustralia.com/2LRW/aac/;*.mp3)
  [MP3](http://live-radio01.mediahubaustralia.com/2LRW/mp3/;*.mp3)  
**ABC Western Plains**:
  [HLS](http://abcradiolivehls-lh.akamaihd.net/i/localdubbo_1@326229/master.m3u8)
  [HDS](http://abcradiolivehds-lh.akamaihd.net/z/localdubbo_1@326249/manifest.f4m)
  [AAC](http://live-radio.mediahub.tv:7060/)
  [MP3](http://live-radio.mediahub.tv:8060/)  
**ABC Gippsland**:
  [HLS](http://abcradiolivehls-lh.akamaihd.net/i/localsale_1@326640/master.m3u8)
  [HDS](http://abcradiolivehds-lh.akamaihd.net/z/localsale_1@326625/manifest.f4m)
  [AAC](http://live-radio.mediahub.tv:7078/)
  [MP3](http://live-radio.mediahub.tv:8078/)  
**ABC Goulburn Murray**:
  [HLS](http://abcradiolivehls-lh.akamaihd.net/i/localwodonga_1@326238/master.m3u8)
  [HDS](http://abcradiolivehds-lh.akamaihd.net/z/localwodonga_1@326257/manifest.f4m)
  [MP3](http://live-radio.mediahub.tv:8076/)
  [AAC](http://live-radio.mediahub.tv:7076/)  
**ABC Northern Tasmania**:
  [HLS](http://abcradiolivehls-lh.akamaihd.net/i/locallaunceston_1@326232/master.m3u8)
  [HDS](http://abcradiolivehds-lh.akamaihd.net/z/locallaunceston_1@326252/manifest.f4m)
  [AAC](http://live-radio.mediahub.tv:7066/)
  [MP3](http://live-radio.mediahub.tv:8066/)  
**ABC Far North**:
  [HLS](http://abcradiolivehls-lh.akamaihd.net/i/localcairns_1@326228/master.m3u8)
  [HDS](http://abcradiolivehds-lh.akamaihd.net/z/localcairns_1@326248/manifest.f4m)
  [AAC](http://live-radio.mediahub.tv:7058/)
  [MP3](http://live-radio.mediahub.tv:8058/)  
**ABC North West Queensland**:
  [HDS](http://abcradiolivehds-lh.akamaihd.net/z/localmtisa_1@326254/manifest.f4m)
  [AAC](http://live-radio.mediahub.tv:7070/)
  [MP3](http://live-radio.mediahub.tv:8070/)
  [HLS](http://abcradiolivehls-lh.akamaihd.net/i/localmtisa_1@326234/master.m3u8)  
**ABC Southern Queensland**:
  [HLS](http://abcradiolivehls-lh.akamaihd.net/i/localtoowoomba_1@326237/master.m3u8)
  [HDS](http://abcradiolivehds-lh.akamaihd.net/z/localtoowoomba_1@326256/manifest.f4m)
  [AAC](http://live-radio.mediahub.tv:7074/)
  [MP3](http://live-radio.mediahub.tv:8074/)  
**ABC Western Queensland**:
  [HLS](http://abcradiolivehls-lh.akamaihd.net/i/locallongreach_1@326233/master.m3u8)
  [HDS](http://abcradiolivehds-lh.akamaihd.net/z/locallongreach_1@326253/manifest.f4m)
  [AAC](http://live-radio.mediahub.tv:7068/)
  [MP3](http://live-radio.mediahub.tv:8068/)  
**ABC North and West**:
  [HLS](http://abcradiolivehls-lh.akamaihd.net/i/localportpirie_1@326236/master.m3u8)
  [HDS](http://abcradiolivehds-lh.akamaihd.net/z/localportpirie_1@326255/manifest.f4m)
  [AAC](http://live-radio.mediahub.tv:7072/)
  [MP3](http://live-radio.mediahub.tv:8072/)  
**ABC Alice Springs**:
  [HLS](http://abcradiolivehls-lh.akamaihd.net/i/localalicesprings_1@326226/master.m3u8)
  [HDS](http://abcradiolivehds-lh.akamaihd.net/z/localalicesprings_1@326245/manifest.f4m)
  [MP3](http://live-radio.mediahub.tv:8052/)
  [AAC](http://live-radio.mediahub.tv:7052/)  
**ABC Goldfields**:
  [HLS](http://abcradiolivehls-lh.akamaihd.net/i/localkalgoorlie_1@326230/master.m3u8)
  [HDS](http://abcradiolivehds-lh.akamaihd.net/z/localkalgoorlie_1@326250/manifest.f4m)
  [AAC](http://live-radio.mediahub.tv:7062/)
  [MP3](http://live-radio.mediahub.tv:8062/)  
**ABC Kimberley**:
  [HLS](http://abcradiolivehls-lh.akamaihd.net/i/localbroome_1@325516/master.m3u8)
  [HDS](http://abcradiolivehds-lh.akamaihd.net/z/localbroome_1@326246/manifest.f4m)
  [AAC](http://live-radio.mediahub.tv:7054/)
  [MP3](http://live-radio.mediahub.tv:8054/)  
**ABC North West WA**:
  [HLS](http://abcradiolivehls-lh.akamaihd.net/i/localkarratha_1@326231/master.m3u8)
  [HDS](http://abcradiolivehds-lh.akamaihd.net/z/localkarratha_1@326251/manifest.f4m)
  [AAC](http://live-radio.mediahub.tv:7064/)
  [MP3](http://live-radio.mediahub.tv:8064/)  
**ABC South West WA**:
  [HLS](http://abcradiolivehls-lh.akamaihd.net/i/localbunbury_1@326227/master.m3u8)
  [HDS](http://abcradiolivehds-lh.akamaihd.net/z/localbunbury_1@326247/manifest.f4m)
  [AAC](http://live-radio.mediahub.tv:7056/)
  [MP3](http://live-radio.mediahub.tv:8056/)  
**ABC Extra**:
  [HLS](http://abcradiolivehls-lh.akamaihd.net/i/abcextra_1@327281/master.m3u8)
  [HDS](http://abcradiolivehds-lh.akamaihd.net/z/abcextra_1@327245/manifest.f4m)
  [AAC](http://live-radio01.mediahubaustralia.com/XTDW/aac/;*.mp3)
  [MP3](http://live-radio01.mediahubaustralia.com/XTDW/mp3/;*.mp3)  
**Special ABC Radio Stream**:
  [HLS](http://abcradiolivehls-lh.akamaihd.net/i/itinerantone_1@327294/master.m3u8)
  [HDS](http://abcradiolivehds-lh.akamaihd.net/z/itinerantone_1@327252/manifest.f4m)
  [AAC](http://live-radio01.mediahubaustralia.com/IT1W/aac/;*.mp3)
  [MP3](http://live-radio01.mediahubaustralia.com/IT1W/mp3/;*.mp3)  
**ABC Grandstand NRL Live**:
  [HLS](http://abcradiolivehls-lh.akamaihd.net/i/itineranttwo_1@327295/master.m3u8)
  [HDS](http://abcradiolivehds-lh.akamaihd.net/z/itineranttwo_1@327253/manifest.f4m)
  [AAC](http://live-radio01.mediahubaustralia.com/IT2W/aac/;*.mp3)
  [MP3](http://live-radio01.mediahubaustralia.com/IT2W/mp3/;*.mp3)  
**Special ABC Radio Stream**:
  [HLS](http://abcradiolivehls-lh.akamaihd.net/i/itinerantthree_1@327296/master.m3u8)
  [HDS](http://abcradiolivehds-lh.akamaihd.net/z/itinerantthree_1@327254/manifest.f4m)
  [AAC](http://live-radio01.mediahubaustralia.com/IT3W/aac/;*.mp3)
  [MP3](http://www.abc.net.au/res/streaming/audio-live/shout-mp3/itinerant3.pl)
[u-16-08-2021]



[/u-16-08-2021]


Somehow I figured out the way to newly install windows XP home edition along with ubuntu.

Problematic scenario
------------------------------------
Had ubuntu intrepid along with winXp but at the time of newly installing windows screen went blank at "Setup is inspecting your computer's hardware configuration" and there was no response atall besides that the "press any key to boot from cd...." never use to come.. क्या हो रहा है

fdisk -l (o/p)

/dev/sda1 1 1147 fat32
/dev/sda2 1148 14593 Ext
/dev/sda5 2295 2306 linux
/dev/sda6 2307 8385 linux
/dev/sda7 8386 8871 swap
/dev/sda8 8872 14593 linux
/dev/sda9 1147 2294 fat32

Solved:- जैसे मन में आया
-----------------------------------
Using ubuntu live CD deleted the Win partition and newly installed ubuntu keeping the home partion intact (since intrepid was giving me some trouble related to network - static/dynamic). Now I was able to get over the problem and was able to create partitions using win partitioner, but at the time of instation it would again enter into the "Setup is inspecting your computer's hardware configuration" and would start again॥ soo i did the the ubuntu installation again which got the windows entry in the bootloader and selected the wind option now enter the win boot cd and continue with the installation.. Remember to remove the win boot cd at the time of restarting..

कारन :- I am not even able to fix the MBR using windows cd.. I ll post some images related to this event

obexftp - Object Excahnge protocol and Nokia


Connecting nokia mobile using USB cable to ubuntu intrepid

It's nice to have a multi user tool at our disposal - Nokia smartphones

sudo obexftp -u

Found 2 USB OBEX interfaces
Interface 0:
Manufacturer: Nokia
Product: Nokia N72
Interface description: SYNCML-SYNC
Interface 1:
Manufacturer: Nokia
Product: Nokia N72
Interface description: PC Suite Services
Use '-u interface_number' to connect


sudo obexftp -u 1 -l

sudo obexftp -u 1 -l
Connecting...done
Receiving "(null)"...
done
Disconnecting...done

sudo obexftp -u 1 -c e:/ -l
(or)
sudo obexftp -u 1 -c e: -l

Connecting...done
Sending "e:"... done
Receiving "(null)"...
done
Disconnecting...done

sudo obexftp -u 1 -c e:/images/200904 -g 20042009206.jpg
Connecting...done
Sending "e:"... Sending "images"... Sending "200904"... done
Receiving "20042009206.jpg"...|done
Disconnecting...done

linux world.. cute little humungous world

World has enough for all. What matters is in which part you would like to be, needy or greedy.

linux-0.11 - for a starter
top