Go to advanced search

by QuietZone
Thu Dec 31, 2015 2:27 pm
Forum: General discussion
Topic: Operating System Suggestions?
Replies: 15
Views: 2582

Re: Operating System Suggestions?

Two things:

1) You know what I mean. You can pretend otherwise, but it doesn't change anything.

2) It is not about fault. It is about OP's perceptions and intentions.
by QuietZone
Thu Dec 31, 2015 12:44 pm
Forum: General discussion
Topic: Operating System Suggestions?
Replies: 15
Views: 2582

Re: Operating System Suggestions?

How is Raspbian not a full "fledged Linux distribution"? I think you've done an admirable job of answering your own question (given your list of all the limitations that the Pi/Raspbian suffer from). Also, the fact that it is an "image" - as in, we've already cooked it for you, seasoned it, and put...
by QuietZone
Thu Dec 31, 2015 1:54 am
Forum: Troubleshooting
Topic: Startx problems
Replies: 19
Views: 2072

Re: Startx problems

Wouldn't it be easier to just re-install (i.e., start over) at this point?
by QuietZone
Thu Dec 31, 2015 1:06 am
Forum: General discussion
Topic: Total Refresh
Replies: 33
Views: 4878

Re: Total Refresh

I have a question for the OP. Your dialect fascinates me. It's obviously not English, but I'm uncertain as to its origin. Do you speak (type) that way on purpose in order to sound like a hip, cool SMS kid, or did it come from some country of which I am unaware. I'm really curious, and would really a...
by QuietZone
Wed Dec 30, 2015 3:54 pm
Forum: Raspberry Pi OS
Topic: STICKY: Jessie (now defunct and replaced with Stretch) Q&A
Replies: 396
Views: 234822

Re: Jessie Q&A

This is not true of the UART port (the one on the GPIO pins).

It is shipped, ready to go.
by QuietZone
Tue Dec 29, 2015 10:17 pm
Forum: General discussion
Topic: Combining commands in bash script
Replies: 11
Views: 1552

Re: Combining commands in bash script

The underlying point to this is that rc.local (and similar) gets executed via "/bin/sh", which is actually bash masquerading as "old/standard" sh. The brace expansion trick only works in bash (and some other shells, having originally appeared as part of csh). When bash is running in "sh mode", it do...
by QuietZone
Mon Dec 28, 2015 11:36 pm
Forum: General discussion
Topic: ~/.bash_profile runs only thru SSH (not GUI)
Replies: 5
Views: 1850

Re: ~/.bash_profile runs only thru SSH (not GUI)

You need to keep in mind that this is all working as designed. When you open a terminal from within the GUI, you aren't logging in. You've already logged in (a long time ago). Opening a terminal from within the GUI is like "shelling out" from an application (in fact, it is exactly that). And when yo...
by QuietZone
Mon Dec 28, 2015 11:30 pm
Forum: General discussion
Topic: Restart python script from crontab when it crash or killed
Replies: 11
Views: 6157

Re: Restart python script from crontab when it crash or kill

alexeames wrote:don't you need to include the full path to python in your cron job?
Nope.
cron can be exceedingly fussy
Yes, but this isn't one of them.
by QuietZone
Sun Dec 27, 2015 3:32 am
Forum: General discussion
Topic: SD card partition
Replies: 9
Views: 1965

Re: SD card partition

Note that this is Rpi FAQ #00001.
by QuietZone
Thu Dec 24, 2015 3:50 pm
Forum: Troubleshooting
Topic: Software shut down
Replies: 12
Views: 2013

Re: Software shut down

Epiphany has had a chequered history and it's not unusual for it to crash. +1 Epiphany is fast and sleek, but with that comes a little instability. If you leave it running all the time (as I do), then it will, every so often (not frequently, usually after many days of uptime), just disappear. Which...
by QuietZone
Thu Dec 17, 2015 10:04 pm
Forum: Beginners
Topic: VLC player for Raspberry PI 2
Replies: 13
Views: 5513

Re: VLC player for Raspberry PI 2

Use omxplayer.
is certainly the correct answer in the "is" world.

But not in the "ought" world.
by QuietZone
Thu Dec 17, 2015 10:35 am
Forum: Beginners
Topic: VLC player for Raspberry PI 2
Replies: 13
Views: 5513

Re: VLC player for Raspberry PI 2

NPlayer wrote:
mahjongg wrote:I already did, use the PI specific re-compiled and modified VLC.
Hi! Where is this "specific re-compiled and modified VLC"?
Aye, there's the rub!
by QuietZone
Fri Dec 11, 2015 12:30 pm
Forum: Beginners
Topic: installing Raspbian .img onto SD?
Replies: 11
Views: 2922

Re: installing Raspbian .img onto SD?

Sorry, I think of both as "image" files. As they contain a byte by byte picture of the disk, which would have a filesystem and structure encoded within it, as opposed to a logical copy of the files themselves. I suppose that since both cats & dogs are kept as pets, it doesn't really mattter if you ...
by QuietZone
Tue Dec 08, 2015 5:38 pm
Forum: Beginners
Topic: Date in .sh file
Replies: 8
Views: 1170

Re: Date in .sh file

If you leave out the "-u", it should "just work". I.e., use your local timezone.

Go to advanced search