Go to advanced search

by femindharamshi10
Tue Mar 22, 2016 9:14 am
Forum: General discussion
Topic: Hosting a website
Replies: 8
Views: 2080

Hosting a website

i wanna host a website on my raspberry pi, but what i want to do is, i wanna setup my tp link wlan card such that it creates a wifi hotspot and whoever connects to that wifi, can access the website hosted on the rpi on its address. How do i do it ? (basically i dont want to connect the rpi to router...
by femindharamshi10
Wed Mar 02, 2016 4:24 pm
Forum: General discussion
Topic: only APK in pi1
Replies: 1
Views: 395

only APK in pi1

i have a raspberry pi 1 b+ and i want to run a .apk file on it 24/7, i dont want android OS on it, i dont care which os i need, i just want to run that apk, the sole purpose to keep the raspi running is to keep that app running, is that possible ? can you explain the steps if it is possible ? THANK ...
by femindharamshi10
Wed Mar 02, 2016 3:23 pm
Forum: Raspberry Pi OS
Topic: Chromium 22 + extensions = ?
Replies: 3
Views: 2019

Re: Chromium 22 + extensions = ?

LeM12 wrote:I managed to install a newer version of Chromium with the help of this instruction and then installed Adblock. Now everithing works well.
if i convert a .apk to chrome package which normally runs on chrome in mac/windows, will it also run on rpi - chromium ?
by femindharamshi10
Sun Feb 21, 2016 6:12 pm
Forum: Media centres
Topic: MusicBox & wifi - Solved!
Replies: 15
Views: 15772

Re: MusicBox & wifi - Solved!

[quote="DougieLawson"][/quote] i wanna setup a pimusicbox from pimusicbox.com but i have no access to my router and so i cant use a ethernetnet cable, i can only use a tp-link wn822n to connect to my wifi but what should i do so that the wifi is automatically connected on the first boot and i can ac...
by femindharamshi10
Sun Feb 21, 2016 1:25 pm
Forum: General discussion
Topic: pimusicbox android stream
Replies: 0
Views: 316

pimusicbox android stream

i wanna install pimusicbox (pimusicbox.com) to my rpi but the main reason to do that is, i wanna play songs (.mp3) on my android phone in the raspberry pi ( so that wirelessly i can play on my audio system) is that possible ? and if it is then pleeeeasseee tell me howwww? which software do i have to...
by femindharamshi10
Sun Feb 21, 2016 8:55 am
Forum: General discussion
Topic: runeaudio on the go
Replies: 0
Views: 395

runeaudio on the go

okay so i have setup runeaudio on my raspberry pi B+ using a tp link tl-wn822n and connect to my home network but what i want to do is using the wn822n i wanna setup a hotspot so i can connect my phone to it and control runeaudio thereby using runeaudio where ever i go, so i would not need a router ...
by femindharamshi10
Sun Feb 21, 2016 6:17 am
Forum: General discussion
Topic: runeaudio wifi
Replies: 2
Views: 3560

Re: runeaudio wifi

I have setup runeaudio on my pi (i am a total noob) i just plugged in my sd card and boom... but this is just on ethernet i have a tplink wn822n which i would like to use to connect my pi to the router and not ethernet. How do i do ? i dont know to access ssh to runeaudio and i guess runeauido does...
by femindharamshi10
Sat Feb 20, 2016 4:59 pm
Forum: General discussion
Topic: runeaudio wifi
Replies: 2
Views: 3560

runeaudio wifi

I have setup runeaudio on my pi (i am a total noob) i just plugged in my sd card and boom... but this is just on ethernet i have a tplink wn822n which i would like to use to connect my pi to the router and not ethernet. How do i do ? i dont know to access ssh to runeaudio and i guess runeauido does ...
by femindharamshi10
Sat Feb 20, 2016 1:13 pm
Forum: General discussion
Topic: MPD
Replies: 4
Views: 4341

Re: MPD

Are you sure your conf file is read without errors. At line 234 a section audio_output { But is never closed (no '}' anywhere after that. Try the bind to address with "any" or the IP address of your Pi. Also check for any messages in the mpd log file (/var/log/mpd/mpd.log) Other than that I really ...
by femindharamshi10
Sat Feb 20, 2016 12:44 pm
Forum: General discussion
Topic: Cannot connect using MPDroid
Replies: 7
Views: 8136

Re: Cannot connect using MPDroid

My '/etc/mpd.conf' file is unchanged, i.e. as loaded initially by "apt-get install mpd". The line, "bind_to_address" is uncommented, i.e. it is active. I am a newbie in Linux, so I do not understand what that line means. If this means, your '/etc/mpd.conf' contains a line like bind_to_address "loca...
by femindharamshi10
Sat Feb 20, 2016 11:21 am
Forum: General discussion
Topic: remote mp3player
Replies: 5
Views: 1784

Re: remote mp3player

elatllat wrote:One step at a time
its one step only i guess :o
okay so basically i wanna play music through a web page
by femindharamshi10
Sat Feb 20, 2016 11:21 am
Forum: General discussion
Topic: MPD
Replies: 4
Views: 4341

Re: MPD

There is a line bind_to_address "127.0.01" AIUI this will only allow access from the local host (your Pi). This seems to be confirmed by the error message failed: ECONNREFUSED (connection refused)) I think the default is to allow connections from all addresses, so try commenting out that line and s...
by femindharamshi10
Sat Feb 20, 2016 9:34 am
Forum: General discussion
Topic: MPD
Replies: 4
Views: 4341

MPD

i installed MPD on my raspberry pi using sudo apt-get install mpd then i did sudo nano /etc/mpd.conf and edited the file as follows : # An example configuration file for MPD. # Read the user manual for documentation: http://www.musicpd.org/doc/user/ # or /usr/share/doc/mpd/user-manual.html # Files a...
by femindharamshi10
Sat Feb 20, 2016 6:33 am
Forum: General discussion
Topic: remote mp3player
Replies: 5
Views: 1784

remote mp3player

i wanna create a html page on my such that
it should display all files in /media/musicPD
and for example from the displayed file names i click on
123.mp3 it should play that mp3 on local headphone jack (maybe using omxplayer)
how should i do this?
by femindharamshi10
Mon Feb 15, 2016 10:52 am
Forum: General discussion
Topic: html javascript
Replies: 2
Views: 602

Re: html javascript

elatllat wrote:document.getElementsByName(name)[0].value;


Use the web browser developer tools and it will tell you this sort of thing.
okay sure... anyways thank you
by femindharamshi10
Sun Feb 14, 2016 9:33 am
Forum: General discussion
Topic: html javascript
Replies: 2
Views: 602

html javascript

i tried putting this code on my pi but it doesnt work : <html> <head> </head> <body> <script> function calc(id,id2) { var name="t" + id; var name2="t" + id2; var b=document.getElementsByName(name).value; var c=document.getElementsByName(name2).value; b = b.replace(/[^0-9\.]+/g, ""); c = c.replace(/[...
by femindharamshi10
Sun Feb 14, 2016 8:23 am
Forum: General discussion
Topic: storage full then mysql
Replies: 9
Views: 1116

Re: storage full then mysql

Before moving anything you should shut down the MySQL server, otherwise it will get confused when files suddenly vanish from under it. Then you should move everything that is in the old datadir to the new datadir, make the changes to the config file and start the server again. basedir is the top le...
by femindharamshi10
Sun Feb 14, 2016 7:54 am
Forum: General discussion
Topic: storage full then mysql
Replies: 9
Views: 1116

Re: storage full then mysql

Have a look in the file /etc/mysql/my.cnf There you will see an options like: basedir = /usr datadir = /var/lib/mysql tmpdir = /tmp lc-messages-dir = /usr/share/mysql I might guess that "datadir" is where it keeps it's data files. Try tweaking with that. If you did not understand anything I would s...
by femindharamshi10
Sat Feb 13, 2016 7:34 pm
Forum: General discussion
Topic: storage full then mysql
Replies: 9
Views: 1116

Re: storage full then mysql

Heater wrote:I'm pretty sure a good read of the mysql documentation will reveal how to configure the location of it's database files.

A google search will probably help. MySql has been around for ages and many people must have done this before.
I tried a google search but i dint understand anything
by femindharamshi10
Sat Feb 13, 2016 7:21 pm
Forum: General discussion
Topic: storage full then mysql
Replies: 9
Views: 1116

Re: storage full then mysql

Heater wrote:Sure. Why not?
Can you explain how ? I am a noob
by femindharamshi10
Sat Feb 13, 2016 6:35 pm
Forum: General discussion
Topic: storage full then mysql
Replies: 9
Views: 1116

storage full then mysql

Hi,
Imagine if my raspberry internal storage is full then where will mysql store its data ?
can i install it on a external drive from first only ?
by femindharamshi10
Tue Feb 09, 2016 2:22 pm
Forum: General discussion
Topic: Trouble setting up an FTP server
Replies: 10
Views: 4586

Re: Trouble setting up an FTP server

Strange, on my setup the line is: Subsystem sftp /usr/lib/openssh/sftp-server When I changed it to your suggestion: Subsystem sftp /usr/libexec/openssh/sftp-server -u 0002 FileZilla fails to connect (connection is closed by the server and an exit code of 127) however if I just add the -u 0002 onto ...
by femindharamshi10
Tue Feb 09, 2016 2:15 pm
Forum: Networking and servers
Topic: PHP file help
Replies: 6
Views: 26289

Re: PHP file help

DirkS wrote:
femindharamshi10 wrote:how to access php.ini file on raspi ?
Why oh why did you necro a 3 year old topic?
becuase i found it relating to my question.
btw i found it.
by femindharamshi10
Tue Feb 09, 2016 11:55 am
Forum: General discussion
Topic: apache2 vs nginx
Replies: 3
Views: 2780

apache2 vs nginx

i wanna make a server to host file (rather a internal server) and it wud host latest website
(all the latest languages should work)

so which is better apache2 or nginx and why ?
by femindharamshi10
Tue Feb 09, 2016 11:42 am
Forum: Networking and servers
Topic: PHP file help
Replies: 6
Views: 26289

Re: PHP file help

how to access php.ini file on raspi ?

Go to advanced search