Re: [Discuss] Ubuntu USB Drives appending _ to folder

2012-06-20 Thread Nuno Sucena Almeida
On 06/20/2012 09:52 AM, John Abreau wrote:
> Whenever this happens, the old directories will be on the root filesystem.
> I suppose your script could check for that.
> 
> mount | grep ' on /media/Nagios_Backup' | cut -d' ' -f3
> 
> will return the directory with the prefix "Nagios_Backup" that is actually
> in use as a mount point.

A few additions:
the command 'mountpoint -q' to check the mount mount might be useful
(On ubuntu 12.04 it's on the initscripts package). A lazy umount can
also help (umount -rl).
I would setup a fixed mount point, instead of relying on automount,
using the UUID= or LABEL= on the fstab, see the blkid command.
I have something like the following to backup the whole system to
another raid disk system. You can improve it by using rsnapshot instead.
Regards,
Nuno

fstab, change where needed:
UUID=put_here_the_blkid_uuid_for_the_usb_drive /backup/system ext4
noauto,relatime,errors=remount-ro0   2


simple script:
#!/usr/bin/env bash

BACKUP=/backup/system

function cleanup {
# lazy umount, remount read-only if fails
umount -rl ${BACKUP}
}

trap "cleanup" exit

echo "* begin $(date)"
mountpoint -q ${BACKUP} || mount ${BACKUP}
rsync -axhhS --stats / ${BACKUP}
rsync -axhhS --stats /boot/ ${BACKUP}/boot/
echo "* end $(date)"


-- 
http://aeminium.org/nuno/
___
Discuss mailing list
Discuss@blu.org
http://lists.blu.org/mailman/listinfo/discuss


Re: [Discuss] Mentor Graphics

2012-06-21 Thread Nuno Sucena Almeida
On 06/21/2012 12:02 PM, Drew Van Zandt wrote:
> Does anyone on the list work for Mentor Graphics, or have a contact who
> does?  I'm interested in teaching a real PCB design tool at the Artisan's
> Asylum.

I have a friend that worked for Mentor Graphics for 3 years, but left a
year ago. I'll contact him and let you know if he's still in touch with
someone.
Cheers,
Nuno

-- 
http://aeminium.org/nuno/
___
Discuss mailing list
Discuss@blu.org
http://lists.blu.org/mailman/listinfo/discuss


Re: [Discuss] No Wav or Video sound on Fedora 17

2012-07-04 Thread Nuno Sucena Almeida
On 07/04/2012 10:05 AM, Jerry Feldman wrote:
> I installed fedora 17 a while ago and I am not getting sound from
> YouTube, Movie Player (wav), or VLC.
> However I do get sound from some applications as well as from Google talk.
> 
> Googling for a fix has not achieved any results. It is
> 

Since it seems you are using pulseaudio, install pavucontrol and check
if you are sending the stream to the correct hardware output. Also see
if any of the outputs is muted.
Cheers,
Nuno


-- 
http://aeminium.org/nuno/


___
Discuss mailing list
Discuss@blu.org
http://lists.blu.org/mailman/listinfo/discuss


Re: [Discuss] No Wav or Video sound on Fedora 17

2012-07-05 Thread Nuno Sucena Almeida
On 07/05/2012 07:18 AM, Jerry Feldman wrote:
> No outputs are muted. The earphones were shown at 100%. I removed the
> earphones to use internal speakers, and no output.

After you start vlc, do you see its stream within pavucontrol and does
the VU meter bounce when there's audio being played?
From the vlc Audio settings you can set the output module, which one do
you have? I can choose between default,alsa,pulseaudio,oss and others, I
have it currently set at "Default", but you can try pulseaudio to see if
it works for you.

Nuno

-- 
http://aeminium.org/nuno/


___
Discuss mailing list
Discuss@blu.org
http://lists.blu.org/mailman/listinfo/discuss


Re: [Discuss] No Wav or Video sound on Fedora 17 Solved

2012-07-06 Thread Nuno Sucena Almeida
On 07/05/2012 07:52 PM, Jerry Feldman wrote:
> The issue was that the sound configuration was not set. Something stupid
> and simple. VLC worked fine when I manually set the output device.

Jerry,
That's great that you got it to work for you. I wasn't a fan of
pulseaudio either, but when I started using a usb headset for
voip(ekiga) and skype I realized how convenient it is to be able to
switch the individual application in/out stream to specific devices,
using a GUI configuration tool.
Unfortunately with so many configuration settings (application audio
in/out settings, stream volume, stream hardware output/input, hardware
volume, hardware mute, etc) it can be a bit daunting to understand how
everything works together, coming from the oss/alsa simpler world.
Cheers,
Nuno

-- 
http://aeminium.org/nuno/


___
Discuss mailing list
Discuss@blu.org
http://lists.blu.org/mailman/listinfo/discuss


Re: [Discuss] Moving servers from NIS to LDAP

2012-07-11 Thread Nuno Sucena Almeida
On 07/11/2012 02:57 PM, Bill Bogstad wrote:
> That sounds like a lot of extra latency for looking up simple things
> (i.e UID -> username mappings i.e. "ls -l").  I don't know if local
> caching is included the standard LDAP/NSS setup, but I would check
> myself to be sure.
> 
> Good Luck,
> Bill Bogstad

You can setup a local ldap slave replication server, which would also be
convenient if the external network goes down. For the migration, a
mapping file and script to update uids/guids would probably work just fine.
Cheers,
Nuno

-- 
http://aeminium.org/nuno/


___
Discuss mailing list
Discuss@blu.org
http://lists.blu.org/mailman/listinfo/discuss


Re: [Discuss] hosts.equiv

2012-09-15 Thread Nuno Sucena Almeida

On 09/14/2012 09:51 AM, Dan Ritter wrote:

When you run rsync, pass it "-e ssh -i/home/jdm/.ssh/rsync.key"


Or setup your .ssh/config with something like:

Host remotehostnickname
HostName remotehostname
User remoteusername
IdentityFile ~/.ssh/rsync_id_rsa

Nuno

--
http://aeminium.org/nuno/
___
Discuss mailing list
Discuss@blu.org
http://lists.blu.org/mailman/listinfo/discuss


Re: [Discuss] [Slightly OT] Streaming video services?

2012-11-30 Thread Nuno Sucena Almeida
On Thu, Nov 29, 2012 at 12:15:06PM -0500, Shirley M?rquez D?lcey wrote:
> One downside of Amazon is that they don't support high definition
> streaming to PCs; only to the Kindle Fire and to supported media
> streaming boxes. And annoyingly, they don't support streaming to
> non-Kindle Android devices at all, though they offer it to the iPad

I have a HP TP running cyanogen (android 4.x) and can watch Amazon
prime with no problem at all.

Nuno

-- 
http://aeminium.org/nuno/
___
Discuss mailing list
Discuss@blu.org
http://lists.blu.org/mailman/listinfo/discuss


Re: [Discuss] [Slightly OT] Streaming video services?

2012-11-30 Thread Nuno Sucena Almeida

On 11/30/2012 03:01 PM, Shirley Márquez Dúlcey wrote:

web version with Flash?


Yes, I'm using the web version.

Nuno

--
http://aeminium.org/nuno/
___
Discuss mailing list
Discuss@blu.org
http://lists.blu.org/mailman/listinfo/discuss


Re: [Discuss] Returned to the NVIDIA fold

2013-01-10 Thread Nuno Sucena Almeida
On Wed, Jan 09, 2013 at 11:33:50PM -0800, Rich Braun wrote:
> electric power: I'm measuring 29 watts idle, 33 watts during TV playback.  If
> only one could make the Shuttle product work (with the D2700's internal GPU),

Did you check the nvidia settings for the GPU clock ? Usually you can
choose between 'adaptative' and 'maximum performance'. In your case,
the former might be more appropriate, since it will reduce GPU speed
and by consequence power consumption when not needed.

regards,
Nuno

-- 
http://aeminium.org/nuno/
___
Discuss mailing list
Discuss@blu.org
http://lists.blu.org/mailman/listinfo/discuss


Re: [Discuss] Ripping Audio Cd then copying to Android

2013-01-12 Thread Nuno Sucena Almeida
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 01/12/2013 11:08 AM, John Abreau wrote:
> I've always used Grip to rip my CDs to WAV files, mainly because it

Why use WAV when FLAC is lossless, open-format and takes less space?

cheers,
Nuno


- -- 
http://aeminium.org/nuno/
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)

iQIcBAEBAgAGBQJQ8ZiIAAoJEPIY6fuKMkz5vAUQAJVV2BBDiurxJd8Nc/pmeYXA
ni8lp9qYQymCInrc+j6LTBad9EjN3RZa0Hb8VtmQncCCBLiKgLDl724mcdsmwBJA
XLv882iPYrunU7m0FEV/mJ9CSaD/nEDQvUdeH9MifsHs37XkVyjLQtOxg8ZuBf8I
64V6mW0Kmsw5l7wsaEC/rDTNdMmqx+5s2WXKUlXT+0ZjKcJSg6kk7hb1vlLUlk9u
XRXbIO3OAL+IHNOx4mIIDv+DaVvM5IJ/7lSU/CqpN8QVRDi3TB6SK/X1uDI8l0qR
Phrq8SWd+0FLHty1U3MJJx4qZqqqm0Tb2e0a/fKVr6/tDHpQ+ZXOiJn695Le2OmZ
Qz2bdKv6riGxi8GW9tXcyORk3sTZU4pdDmz+I6q/AmpA/Tlemy8dQY++0bka2jZg
SJr9LC4Rj+JSHp7foOu5KFx4p/sjvWzfIWTnrspETsCIo5sBqliPP0k5zffv9HC7
aCN/xIZxPTIBqHyljmTYKxv7MC9wnF8vjNpPFr3w/KtCudz6rJSwUtj3O6vIR29D
HXlAbAJUfexCKLe3jmZ9qPep0Qzy5Mn8DnS+5USmyi+ZqatjC3+SglHznJcisWK7
9WKjN2m6HI7rIxmbJ3URQh1Fxq45qWuCohte5k4W/ZiDqwczxr36LNlSe+vnXFYt
1blhKb7BbJ9D9mNAnEou
=6+04
-END PGP SIGNATURE-
___
Discuss mailing list
Discuss@blu.org
http://lists.blu.org/mailman/listinfo/discuss


Re: [Discuss] Ripping Audio Cd then copying to Android

2013-01-12 Thread Nuno Sucena Almeida
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 01/12/2013 02:05 PM, John Abreau wrote:
> Because FLAC is not the intermediate file format that Grip writes to during 
> the first phase of ripping a CD. Why does it matter that the temporary files 
> which I delete after transcoding to FLAC are not themselves FLAC files?

- From your post it seemed that you permanently stored the WAV files, to
later convert to flac,ogg,etc only when needed, not as a temporary file
format, hence the question.

Cheers,
Nuno

- -- 
http://aeminium.org/nuno/
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)

iQIcBAEBAgAGBQJQ8g0dAAoJEPIY6fuKMkz5ki0P/R0DZuCbNkYQUQbPX3QulBup
ROgAbKz2oBtM6wpovgXfloIEe+R6xIyaUVnbn4ZckTO+3z1picEklJFA981SMhXd
0JBHUE9QeUVVvsaR9NWDSAKTUE3aN6mq1DiNZ0tCIGTVYM9gG6BS/gCIiKvywRJc
RE8Z4xqWAGWokQHEvpingIXcaicuU+RCf5eDarQMdidF4rXamgVzkwEzVEvthxj9
MZLQx2FrTj/iFzjJo/ujLHg95e4qpwbyW10EbdjbWKCZXB2EJiYpZCAiqMWmxG8V
8a9hpbHQsiusmwAqS0IUpTzd0GcWvW+mD32+qdM8gFfi4eD1eDMYQcpqfVnId39p
ULagF/addBOfJH9DYSaa1H4Hn9E8SzEbWw9iU5jz0NtSnQxaNwX+IlIMySchm98b
oYI8arHHVl80kusyA+lVz1tZRj7dDYpSYXN3F1vffPZDcgehqTevsEKbOdgsIKXr
JkLMXU2MevOarLmG1RMbkQ+jihcSezgd8/Wa6c6Gy+ppeXjzfisQI4jMjASIjfVT
Y/wJiinGVPS7Lk+JrS78ZpU0WDYa2uvP9HCfCROPc6K71Cc+pd/5YfzCTld4OlYm
fsKmk86JMfzlOmVg8MEnI3cpvL5llUzoZu1lzbegw/4IZQeX3aJpAOd4bMsAjtxX
/Dp/p/8zpieC8eaLu10A
=qWUK
-END PGP SIGNATURE-
___
Discuss mailing list
Discuss@blu.org
http://lists.blu.org/mailman/listinfo/discuss


Re: [Discuss] ftdi chipset and linux

2013-01-17 Thread Nuno Sucena Almeida
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 01/17/2013 07:52 AM, Scott Ehrlich wrote:
> From a chipset compatibility standpoint, what do people know about
> ftdi and linux?   I know I could always visit the ftdi page, but
> anyone with practical knowledge here would be great.

I've seen ftdi devices being uses for make different projects and never
heard of drivers issues:

http://www.ftdichip.com/Drivers/VCP.htm
"All FTDI devices now supported in Ubuntu 11.10, kernel 3.0.0-19
Refer to TN-101 if you need a custom VCP VID/PID in Linux"

http://www.ftdichip.com/Drivers/D2XX.htm
http://www.ftdichip.com/Drivers/D2XX/Linux/ReadMe-linux.txt
"
FTDI do not release the source code for libftd2xx.  If you prefer to
work with source code and are starting a project from scratch, consider
using the open-source libFTDI.
"

http://www.intra2net.com/en/developer/libftdi/
"
libFTDI is an open source library to talk to FTDI chips: FT232BM,
FT245BM, FT2232C, FT2232D, FT245R and FT232H including the popular
bitbang mode. The library is linked with your program in userspace, no
kernel driver required.

libFTDI works perfectly with Linux, Windows, MacOS X and BSD variants
thanks to libusb.
"

regards,
Nuno

- -- 
http://aeminium.org/nuno/
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)

iQIcBAEBAgAGBQJQ+AteAAoJEPIY6fuKMkz5tSYP/iaBiYS9HP2QcUt15ztkupe0
Bx5Q/hUCsdaj7OEElW9rXAcRQg4pUxuvI6eqQ/DWgvctexJTyNm8LJZ7AmFe1ir4
MhfILdwmdZUpLxzLDuryONy5C6F/ZTVaJ0gOx09LKHLK7jmKozNCVacaV+cHfVBx
9vCbp/+TegAsLuv264h1jYuXQQ01c6BlgjO1M+mLXMTsOBMZLJMhliBlX7CnH3Qa
fgp0qQOMsCqezIXchk3iDQSmaFfbYG37qSo0ZysRxZCU/U9O0XLZpCK28pqnpsLo
poGAcc2yOkgfKYJJpaFjo84owAcE6YpBkJNEhPD0KAkA9Ckj1Iy2p03tZmdRQ92u
xvI5OEnyfBk+2Eab/pE4eJcO5dCiMgdAVopHlW1iLng6+rvwwd2VNWARx7CJbdK9
zPa3JLCCjcHgrbOHbu0CVOWMxq5QzEVviA6S3ZXDQFQZsG/j21krJetis8TB/O7A
9oCF99ls8Cxxlr6GnqEx3NSk3Zkv02ngx2XHd71TU36VYh6Z2AsYHSepQb2cgF8h
MvDRfUGpdCSvXUnu4cn93+v6WqRWD21IOQiuqm3ZNxTs72no6VA0FThl1SeVMWic
GqDvxwdjgW5cye5bwka9leqpgA57AOml4o7iNXnwQgxoXwzfEmXmjq7g+qlp8pfH
mUU1V6kqzbBGyV+IRdFE
=GY3m
-END PGP SIGNATURE-
___
Discuss mailing list
Discuss@blu.org
http://lists.blu.org/mailman/listinfo/discuss


Re: [Discuss] Suse sed question

2013-08-28 Thread Nuno Sucena Almeida
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 08/28/2013 05:23 PM, David Kramer wrote:
> files as binary.  Its taking all the input files, which are in DOS format,
> and converting them to POSIX line endings, which is causing our source

Don't know about that particular case, but maybe you could use the
todos/fromdos tools instead?

regards,
Nuno

- -- 
http://aeminium.org/nuno/
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iQIcBAEBAgAGBQJSHq29AAoJEPIY6fuKMkz5MAYP/3Vr6DDJxftf96Np6YLeadYH
33siliJy0giCKS/1NimihA/hZdQt4UzuDSsDuu4S8ELPqwbcsYVGXnG0PGGA4AcY
nWNIRuZkWRoM5J8lr19iZphTkyP7bqp07SwefoOUq4JfIqzW/L4CJDfL2pDYV+ps
qbH576Rq5dZtlAUs5doZKPgipR6Fr1TfFr4ANPpljeyT+8ARGBrDIcC3BlgvZGnC
ub7zLr2OVQI8axP5LF2pEpgDYPmj5YjWpQ7gWJTsyOru+aoJQc/fjRBSn69KXgTq
gRy16tyIrSHm9OlIWF8N+79dR3L6wjng1S1HIIIJLZ3bLeYG9xUsAySyKIAj3HlQ
l5EUQpo6zei0XwbMZysGkyMPVU4DzDZDOfYFwb24TMHNUVymZiXUVixavsdbMW23
ilk9zmQgVoVlU4MUXnV4tt0PdffUNRS39Q7BtAXOEqhOnbKViCFPInt5vGCSBg6n
LTsgLPe3e8OklVVp6r7aYCGa3QE4wfCe4A84DPxauEna5awa0s5H/GI3Ssjmcq8i
8CYciR6AgmFruE8vQXYYqrYlIzK6xhmkKSZGBcdIMd5C0wx4/PHpbLj7gAUc66KR
5CDSYGRlgdXCJ5btnUGzL/gnLKX8GKKMFpiQ18ED2EE3FW2u5IV49X5wbPIqX5RQ
xe6O9vaUiTBeFXfEWaIT
=iu04
-END PGP SIGNATURE-
___
Discuss mailing list
Discuss@blu.org
http://lists.blu.org/mailman/listinfo/discuss


Re: [Discuss] NVidia 2 screen problem

2013-09-15 Thread Nuno Sucena Almeida
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 09/10/2013 10:40 PM, David Kramer wrote:
> - Switching desktops switched both screens, so if I was watching
> mythfrontend on the TV and wanted to switch to another desktop on my
> monitor, the TV would switch away from mythfrontend too.  In order to
> fix that, I then had to configure mythfrontend to run in a window
> slightly smaller than the screen so I could get window decorations so I
> could then tell it to appear on all desktops, but it looked like crap
> not being full screen, and it was a lot of work to set that up each time

I'm using twinview with 2 monitors and an nvidia card. Using the xfce4
window manager, and running vlc on the left monitor, I can set the vlc
window to 'always visible on workspace', which will make it visible in
all workspaces when I switch to them . I tried to put vlc in fullscreen
(pressing f) which will remove all decorations and it still worked, ie,
would move when switching workspaces.

> - When I would launch new windows on my monitor, they would often appear
> on the TV.  This is especially true of new Chrome windows.  The problem
> here is when I'm not watching mythfrontend. my TV is usually turned off,
> so I don't see those windows.  I could not find a way to tell the app or
> X to stay on the one screen.

You can make your desired monitor as the primary monitor using the
nvidia configuration tool. The other is to configure your window manager
to open new windows on the screen that has the mouse, which also works
for me. Just tried with chrome too...

regards,
Nuno

- -- 
http://aeminium.org/nuno/
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iQIcBAEBAgAGBQJSNayoAAoJEPIY6fuKMkz55fsP/3NM2Tb+w+C2nNiHWo1JdwIX
J8j6JfVlMlcXyyKRhlyHMmm0bPyNynR5S7w2e4XxiEFzBr+/8U4GoooggyrGkjnF
Oi+G617q7A0wCi88d/PBwChsVqwajWQu5Wf0CAuLFEP2uUZu1U2psjO4aGF0RBD4
39A40/+tqKWMqHeOtyW9zeQNIbarHUWe5vyze8NPMLnok5i3oOTljuyS/xtp3v47
R9+TgAzt/7A0EbK1YDv0R1TCxOmP05HLXPpMn8wWy9mZgOaM2ClvXH3oG+Z6f6OJ
5ZW6ijVa57PME88sXrWXpibNhV7RT2mQvkhrCJ1rPRrE/O6Ey9mo/1vBGxt/b3aO
BH7qauuycyKFDgK9tpoJI7jhTuPQtSCbrx6mWPjHgtv/wcppLGczYq8VLVqCZ0SP
H1gnKC9royM3Zni4+SLMi9yK4EXicGPqtqZsHwPMKTcnTOMRNvKc9da6CrbnNt+k
BUMkvbZA2yQE1sLEKN+nIh5MGpaYxHe1s9jTSkghNbyKUWrY5AXRAGtoaujoYftb
D4z9MUE99pkD1gUFKtDU5DnDc09hSS7yGi4XLx5PBXyUjG0Zmb/+sQv+z6S9rJPC
DhYvqrtvexYWrno7alUscTktpL5FIHlWw72yezL/ITQCCMx5eXxTEPauT7HYWLRN
JbKX1UvSgBl/IqZ8FRLH
=2w/Y
-END PGP SIGNATURE-
___
Discuss mailing list
Discuss@blu.org
http://lists.blu.org/mailman/listinfo/discuss


Re: [Discuss] NVidia 2 screen problem

2013-09-15 Thread Nuno Sucena Almeida
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 09/15/2013 08:48 AM, Nuno Sucena Almeida wrote:
> all workspaces when I switch to them . I tried to put vlc in fullscreen
> (pressing f) which will remove all decorations and it still worked, ie,
> would move when switching workspaces.

f works with vlc, since it's an internal shortcut, but alt-f11 (from
xfce4) works with any application.

- -- 
http://aeminium.org/nuno/
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iQIcBAEBAgAGBQJSNa4YAAoJEPIY6fuKMkz5M9oP+wWfuGV+xmMExxiUdBtQj/0L
hzHJVGHx30qL2LYzwPOl+hzqi5t7+0pcOlxJfsVfYt60+9ftJJwRcmDrBhoWexAQ
XcVZOb3va3gx+3GIHJawPEtbfrxqXXIT/r5ZiwcMblHmiJw6Bv2/wvEOxNbXEQTX
jiLUzQkNoeEe2AumNTXLVA5+wmU+zykXCXgG9eIh4NhuWGIOkd/3jHln3IpTDmQD
3g3YGFj0gosST0RWYFDx5k+pP3mKumyJfE8kCpwANOmj85yaO+BtWKnkdf4cZXJs
PSUkhEHa4fDBSWjF9UZlrA5S2fN0q/uIQV71UwyaMROHFGsXG5bcxGSIK5iTKltK
U6MXyQzwvYdl1LYIWheruiOogHHf92q06EyPYQ1ncKZEu+XTuAichKKAWQWxcFNv
AuR4dt3VnlwBgi1i3sI5fl5O++7j7jKQJuQHLqqmOTHIst1gkiEUBEZV+hIqlRXz
r8nDKgWyyn/zr/BYWtVjTmyS2NDucFV3a2dYU/5+MdbeacUUqw7soTNzUelOC83F
obx1rYhw4nLK8NdXb/dcvGP22OCT3qWFSsm8jY2K/Zhwhmz1S8lA3akmZWJXU2C1
4lwLt7ekJJt4aW96h19IEyJekSSa1o/+f7HqL/w1uhRIGjQyRFzHgAtUxqYkn3qN
HdhXKM5ey8fHsDQg6nt+
=B2qj
-END PGP SIGNATURE-
___
Discuss mailing list
Discuss@blu.org
http://lists.blu.org/mailman/listinfo/discuss


Re: [Discuss] ssd's in linux

2013-11-08 Thread Nuno Sucena Almeida
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 11/08/2013 06:15 AM, Stephen Adler wrote:
> I'm thinking of upgrading my linux system by adding an SSD drive to use
> as my system disk. Has anyone done this? Any pros and cons regarings
> using SSD's? I'm more intrested in the cons. I'm worried about the life

I've been using a SSD for operating system and a HDD for /home for about
a year on a desktop computer. Running latest linux distribution and
didn't run into any issues (yet). The speed improvements are amazing. I
make regular backups of /home , reinstalling the o.s. is not a big deal
if the SSD fails for any reason.

I mount my / with
ext4relatime,discard,errors=remount-ro

hdparm reports it as:
Model=M4-CT128M4SSD2

regards,
Nuno

- -- 
http://aeminium.org/nuno/
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iQIcBAEBAgAGBQJSfN5BAAoJEPIY6fuKMkz5pYsP/09IRPF4ZciAbmc/0sOwUzSi
2wpCOSwx1OwYLrliHn5azZbHvrKr+yJAAXpzsCaPdriEm11x+JrS+DR3A8j6zz0O
GENJNYFyLabM+qjqf3JFELwi0Zcxysetem+3zW5At1zefJPk8aTdOcGGMDexehsr
BBEICHIjmnmSXUpra0acElDwPk6WOvaFgZSxbmGJk/qnojmURXX4Oce5sBoxn8Sw
gXq5gV/jo6a3Buxqli9oHKFvPrbw5yKXw5XKJHrNSfH5aqYEn5Ni1LSf4eg9JnsJ
TBoA0Ob2a9Yvn+DjGwKzKXXfW3H5Ap99aQsCdX0H/vG35TtWBYqo9mY+MJ+7fckt
Adopz3mZHjte/Fl0YTmLEgydOFt4ri/ZvA3eH5WJOj8BeewHZwOTD2+a3sVkIX3C
cycLJbv0c56U7YvhP1RERUTVm2k6YbEQgexwBN9vrdsHWg7/dmgC53s/yBkIw2hO
vB24Sbo4/PS+AujBla67xWlsIgtF5CWM5rEEMLyPwdBlISKSxAL0SI5YtzzrcM4y
uh51hv2IzqI4VFkHr7J/ZLdU21f5l45IkLzRrE/CcyfvQLN7acT5gP7uBPqQ/brA
6vvSgpH9WGvxO8fe5+SSLsswdj2+pw7wtWzHqJWGh2S65MllMyPJhaRbsLAPtggs
9vl43wYajWHw01pM+py6
=z1Yt
-END PGP SIGNATURE-
___
Discuss mailing list
Discuss@blu.org
http://lists.blu.org/mailman/listinfo/discuss


Re: [Discuss] ssd's in linux

2013-11-08 Thread Nuno Sucena Almeida
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 11/08/2013 07:51 AM, Nuno Sucena Almeida wrote:
> a year on a desktop computer. Running latest linux distribution
> and didn't run into any issues (yet). The speed improvements are
> amazing. I

forgot to mention. I don't have any disk swap.

- -- 
http://aeminium.org/nuno/
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iQIcBAEBAgAGBQJSfN8LAAoJEPIY6fuKMkz5j1gQAJPyFw7A2m91h/Jiz1yq7b+M
Q+xhh+3QjbT6BlrEgfte//vqzxHLMO2XUB2osLyJ0xE6EJ4ytw/wjptGIVHXv9/i
CNGsc/IhBnfqetpaRi5aanuZGMlAz4/x1c7QgqQN8/QZ1ZHKBADuOWqC2DoUvFxj
BxBzXwUiRsjL+O0vIk/rYU5MYqpDO6UKO3uYka0IojlxXprtBDsZZwtJHRUQ/zgT
79nEc4wsSkFD/ymUy3UDWh1xNBZez6GQePFDY4461s7yFxJEC4WzLAOtBBPGt62R
PgcjASgQ3RpSXp7rPITmBLMWJn4RoscGUv/ZlPis7gTxRMTqOL0jOi4KnU193SGO
g+kbIwxaGlkuX4vx9Ui5skChUBlGdX46kkeX00B27oHEjqh8JBKjO0n69hNB/3/K
YY5Z/fEpj2BR6rmERvDok73hA8n1vfvB2j/zcCgRXUZaUTij0Ye3ZyE0WulgJNEA
SDuCv4tLSeEbE4lcqwl49RkBoLbZxeL8E3HbATsgNk7WJEyvlzS86HxPno5kAFqh
MPZAmHaxYWUh6M2iLx3vR1BqOdVRcfqreX/9NgpDMU8KDCe95kjvJKGTFPLfkobk
wF21MExYf/KD/kgFhY4NaGUcb08/O3GLPqkxkG5dZpA7jEt1fUgPgtM3yg60wPnz
YxvPIs/kw17nC6kL1QxG
=q7lK
-END PGP SIGNATURE-
___
Discuss mailing list
Discuss@blu.org
http://lists.blu.org/mailman/listinfo/discuss


Re: [Discuss] Mail loop advice?

2013-11-13 Thread Nuno Sucena Almeida
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 11/13/2013 08:08 AM, Daniel Barrett wrote:
> Limitations: I don't have root access to my (shared) server: it's a
> cpanel-based account. My ISP is not willing to change its global email
> setup (say, to autodelete all email matching a pattern I provide) for
> fear of impacting its other customers.
> 

Probably it's overkill: get a host somewhere, say your home if your ISP
doesn't block port 25 (or something like EC2 , linode, prgmr, etc),
setup a minimal email system there with no message size limitations and
configure your DNS to point your domain and MX over there.

regards,
Nuno

- -- 
http://aeminium.org/nuno/
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iQIcBAEBAgAGBQJSg4geAAoJEPIY6fuKMkz56wQP/1UAHcsCYIjHLk1z4Oj3To+B
cgV2LsQ1mdxURKUpUXB2QkL2e3wFhRB/LaXEaFmfXWzxGtskw8XRG2PCoyMKyMXt
MFfPYx/RMGWPW1gKaFkQCPBn6aV5NDu7AiTD1mq6UIGwybcyzPSqnSBWCCdNlZ7y
AOKFPL3QI0Ah5Tjkgmp7HZvAi1kGWZkSYBK6jEyPXxjCWIJKHcsyy35NMcc8EbQf
q3+S6IZhlsJR0Oo+tPSa3s+In30Sx88xBisg82dqq8desFypd4suyyWVUsT/zRaQ
zWfDcfeP2N6+tSm5WnRj8BfJmpqbEKL3Xkcua255TvU3+fR+5lDNkjFXUklBY3l3
AeP2QDN8CPDPWBgJMfjF8py1li5ifuwFXLu3JR8ZK5VL4hdFT3sfdoCwQ+00yK7k
hlbJx7eAZRNeh8cUJO9wd0NPwQcoI0ytm42gd/u+QSIESZ0YC7OWU3H2DYwgNrSY
CSu34kMN6nR7xqorO16xcujgQNTWjNGc+kjOihsunsPSf8xx2e7ODuXa03htyaKg
/I/mrQvCyZcGbUg591cuS1OpzhnIudbd4B7YjK7PG3heiT7NNzoVK2bfF99tV6Af
nzEugvBDFe1u8kZy3W+IC1MYuG33nP0GXNgicSfLGmKE0f6n8VsuPhPLTLUqfoFY
iAt/gNcQ345MvnXwY90I
=u4nM
-END PGP SIGNATURE-
___
Discuss mailing list
Discuss@blu.org
http://lists.blu.org/mailman/listinfo/discuss


Re: [Discuss] Hello. and AMD loan?

2014-01-12 Thread Nuno Sucena Almeida
On 01/12/2014 11:54 AM, Stuart Conner wrote:
> I'm getting tired of "distribution
> upgrades" breaking things.

If you stick with debian stable / ubuntu LTS , it shouldn't break things
when you upgrade. arch/gentoo on the other hand, with continuous
updates, I don't recommend those if you want stability.

regards,
Nuno

-- 
http://aeminium.org/nuno/
___
Discuss mailing list
Discuss@blu.org
http://lists.blu.org/mailman/listinfo/discuss


Re: [Discuss] Time Daemons

2014-01-12 Thread Nuno Sucena Almeida
On 01/12/2014 01:18 PM, jbk wrote:
> So I've noticed on my latest install of Fedora 20 that it uses 'chrony'
> for time synchronization. Is there any need to use NTP?

>From http://chrony.tuxfamily.org/introduction.html it seems its major
feature is that it deals better with intermittent connections to
upstream ntp servers.

cheers,
Nuno

-- 
http://aeminium.org/nuno/
___
Discuss mailing list
Discuss@blu.org
http://lists.blu.org/mailman/listinfo/discuss


Re: [Discuss] first time build of GIT server

2014-01-30 Thread Nuno Sucena Almeida
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 01/30/2014 11:23 AM, John Malloy wrote:
> What site should I use for the  git clone   ?

I think that if you are asking these kind of questions, a
more thorough reading about git is in need, unless you want to have
frustrated developers/users down the line.

I recommend the Pro Git book , available online , ebook
and print at:

http://git-scm.com/book

For hosting, I also recommend gitlab, already mentioned
by someone else in this thread:

http://gitlab.org/

For my personal projects/docs/etc I've been using
gitolite + gitweb for a few years, having migrated from
svn and before that cvs. It's fairly straightforward to
setup, but even the gitlab guys moved away from it.
I'll eventually move to gitlab when I have the time.

cheers,
Nuno

- -- 
http://aeminium.org/nuno/
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iQIcBAEBAgAGBQJS6pfBAAoJEPIY6fuKMkz5zVwQAJlmnCic9AAeS7W5Ay+sYUlw
vnamCACAwz4paV0mp7+wZf4U3mRcjswcU6GEzsgmWCimiI2ADe092QwOtv0YPTiR
81mX6CNW9S7HWtzOv7fxZEaoENfJp70kDqczzSXBIjRfHKMjl6VZDQgJE9So4J+X
X27K+fQqa8VDgbaSfEWW9WBhACgsDTXTvKh1oSuVp9+VnDAS7y8pKE66h0foJOMc
dmIymlyT/uqXNTs9s8y0GbdxZ2F15EGxkALtSGsAQFXIE/RpHTaEP90T+Tdu90e9
C6tmQu+zpo7jxWObiQVV8PUr647+Nkb8n7FIabN0XJcQHsBk3ArhRnmriDM+0+6a
h/uixhi4XARKNuxOcsQiWUoPXgcJ73G5GCh77BB0Jzkizh2ktigm6wm7CBfKmHr3
WrTfiG6/uB/nioW84xJBbRK+MVnG2sWKCiU7Eg7IQLvr3x0are+X8qZ+SKdWCN8Y
Ihmkc45WsLtD4m5pbegmJXEspVZRlH6Qc77Hb9J81FOCeR5/D6mE4R7gbfYQN2YY
yc42iXaEqT/V5wR0p+bjpgBc0URHnzGwZWKUvgZszUWMJ7gGfy4iXsUdc5ax7pC4
wr82LWTz1LVkX9nrBSa3vW/nAC5a1g3UI06XeVlS3Yr5O2BUJT7zNokxSpt5UPJ2
/LBXcPfPzTPnNQNlwlDl
=ebRe
-END PGP SIGNATURE-
___
Discuss mailing list
Discuss@blu.org
http://lists.blu.org/mailman/listinfo/discuss


Re: [Discuss] Discuss Digest, Vol 32, Issue 36

2014-01-31 Thread Nuno Sucena Almeida
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 01/31/2014 12:26 PM, Stuart Conner wrote:
> If you're handy, You could try to recover by transplanting the platters
> into a similar HDD chassis and reading an image with a tool like dd.
> This is what the pros do usually.

You probably want to do that in a clean room and copy the EEPROM
calibration information though. Even if you go that way, you might also
want to use something like https://www.gnu.org/software/ddrescue/ . I
remember there was a conversation thread about this in the past...

cheers,
Nuno

- -- 
http://aeminium.org/nuno/
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iQIcBAEBAgAGBQJS6/DQAAoJEPIY6fuKMkz5awoP/iQy33zfHrxC60jxVadteL8A
TIGDjy8/35Tk8WQVVlA/Ig4tm2m0KEqLNUuRL+a5NW60Lr5W4+4JZMMDww6Xfsit
WXECb2Qa4nhfEqNtYeEYxP6pMxP0kEPGzYEw4PtKdQ/MnMO6FsfrHQdlHWydGTON
dX/kn/hUmgoDKGa7Sb7HmIKZgAE/kDr7sMlJcJtM6YO7ZO9zLydPTFU7UtnkfG03
C2vqA/xSd+LjuK0XtYpaZ7NnTbkWGa5zkcytOumQ4rFzPLlZQEZX/wnExv1y6tgy
kdLH92zH37QAdBSvnh31fNmV8A+xOINSDJmot1YDox9P4sC3sAk7E7/eSLyS0aAk
HhSVx5Jyx1ZImqBLldGC0XSM8TqYgq1cgK0jOuFZCBknmKNTSskVA9DOUhT0Wv38
/Yg3gVG1lG0ZyDXI5ugFARhPtYG8mWqFVDu+I9pIcWPU+iw89+XejQmgBO6hjifJ
AlBhEAPLYhsPz0iUqbkQd0GU85wa84LaHD6vy4PdOxPqCZPmGovCBGD7UHg3q+VB
CD1OdOohbGa77DxQCt9mQYeXkSuwCt4t6SdrF1DFheuEWZMrEx/6L+faeJCxy569
lTQrMRL9oDoIfjoPnGY3VMs9mX/Y3ooVVlOvV4hNYGME9ioJYbUiOrbUHhWiQhXM
Pa6N3qdm13nCUeC8n9p9
=dkBz
-END PGP SIGNATURE-
___
Discuss mailing list
Discuss@blu.org
http://lists.blu.org/mailman/listinfo/discuss


Re: [Discuss] bluetooth epilogue

2014-02-19 Thread Nuno Sucena Almeida
On 02/17/2014 12:36 PM, Stephen Adler wrote:
> I hope this info is of use to the blu community... :)
> 
> Cheers. Steve.

I got the bluetooth adapter in the link below a few months ago and have
been running it on linux with no issues. The audio quality is also very
good, but I'm no audiophile. It has two modes, one where the mic is
activated and the other for hi-fi listening, which can be set using
pavucontrol for example. The range depends on the quality of the antenna
of the bluetooth adapter on your desktop/laptop.

regards,
Nuno

http://dx.com/p/s1-bluetooth-v3-0-stereo-audio-receiver-239067


-- 
http://aeminium.org/nuno/
___
Discuss mailing list
Discuss@blu.org
http://lists.blu.org/mailman/listinfo/discuss


Re: [Discuss] network issue

2014-03-14 Thread Nuno Sucena Almeida
I'll add a few things:

- if using mixed gigabit/megabit switches or network cards, make sure
the ethernet cable is in good condition and that the computer/switch is
able to negotiate the speed. I've seen issues with this in the past, use
the already mentioned ethtool and look for out of place values and link
status.

- if it's a cheap router/switch, some models share two ethernet jacks
between the wan and lan for the same port: when the wan port is
connected, the lan or even both jacks won't work anymore. Testing that
same port and cable with another computer and knowing the router/switch
model would be helpful.

- also mentioned, use 'tcpdump -n -A -XX -i eth0' to look for bootpc
requests.

regards,
Nuno


On 03/14/2014 09:24 AM, Kevin D. Clark wrote:
> 
> [dhcp problems]
> 
> How about typing:
> 
>   date
>  
>   ifconfig eth0
> 
>   sudo ethtool eth0
>   (or perhaps "sudo mii-tool eth0")
> 
>   ethtool -i eth0
> 
>   ps -elf | grep dhcp
> 
>   sudo tcpdump -v -i eth0 \
>   'arp or icmp or udp port 67 or udp port 68' \
>   >/tmp/capture.txt &
> 
>   ifdown eth0
> 
>   ifup eth0
> 
>   ifconfig
> 
>   ps -elf | grep dhcp
> 
>   ls -l /etc/resolv.conf
> 
>   cat /etc/resolv.conf
> 
>   sudo ping -b 255.255.255.255
> (press control-c after ~5 seconds...)
> 
>   ping www.google.com
> 
>   fg
> 
>   cat /tmp/capture.txt
> 
> 
> Regards,
> 
> --kevin
> 


-- 
http://aeminium.org/nuno/
___
Discuss mailing list
Discuss@blu.org
http://lists.blu.org/mailman/listinfo/discuss


Re: [Discuss] Quick question regarding Linux interpreter.

2014-03-28 Thread Nuno Sucena Almeida
On 03/27/2014 02:08 PM, Jerry Feldman wrote:
> I have a number of Python scripts that need Python 2.6.2 on RHEL 5. So,
> I point the script to a version of Python I have installed on our

I thought that virtualenv was supposed to address these dependencies issues?

http://www.virtualenv.org/en/latest/

regards,
Nuno

-- 
http://aeminium.org/nuno/
___
Discuss mailing list
Discuss@blu.org
http://lists.blu.org/mailman/listinfo/discuss


Re: [Discuss] Linux file systems

2014-03-28 Thread Nuno Sucena Almeida
On 03/28/2014 07:16 AM, Jerry Feldman wrote:
> I'm a fan of btree file systems going back to the 1970s. IBM used it on
> their mainframes (VSAM) back then.

It seems that btrfs is now good enough for a famous social platform:

http://beta.slashdot.org/story/199975

regards,
Nuno

-- 
http://aeminium.org/nuno/
___
Discuss mailing list
Discuss@blu.org
http://lists.blu.org/mailman/listinfo/discuss


Re: [Discuss] Upgraded to Ubuntu 14.04...can't connect to wifi with rtl8723ae driver

2014-04-27 Thread Nuno Sucena Almeida
On 04/26/2014 05:27 PM, Randy Cole wrote:
> Anybody got any ideas?

Increasing the module logging level (if possible) and showing the kernel
log messages (e.g. dmesg) would be helpful.

cheers,
Nuno

-- 
http://aeminium.org/nuno/
___
Discuss mailing list
Discuss@blu.org
http://lists.blu.org/mailman/listinfo/discuss


Re: [Discuss] Yahoo and Exim4 configuraiton

2014-05-17 Thread Nuno Sucena Almeida
On 05/16/2014 11:53 AM, Richard Pieri wrote:
> Not a misconfiguration per se. exim4's TLS key exchange wants at least
> 1024 bits of prime number by default but Yahoo is using fewer bits than
> that. You can change this in your local exim4 config with the
> TLS_DH_MIN_BITS setting (a value of 512 should work for Yahoo).

Unfortunately it's not only yahoo, a few (ton?) of other providers have
the same issue, since I ran into this same problem some time ago. Add to
that the crappy cryptos that yahoo, google et al fall back to, it almost
seems that the email encryption is just for show...

Nuno

-- 
http://aeminium.org/nuno/
___
Discuss mailing list
Discuss@blu.org
http://lists.blu.org/mailman/listinfo/discuss


Re: [Discuss] Qemu PPC with Virt-Manager

2014-06-23 Thread Nuno Sucena Almeida
On 06/23/2014 08:20 AM, Anthony Gabrielson wrote:
> Error: Cirrus VGA not available 

Don't if it helps, but you can try to run with another graphics card
emulation ?

qemu -vga std

(and others, see qemu man page)

regards,
Nuno
-- 
http://aeminium.org/nuno/
___
Discuss mailing list
Discuss@blu.org
http://lists.blu.org/mailman/listinfo/discuss


Re: [Discuss] vnc

2014-08-25 Thread Nuno Sucena Almeida
On 08/24/2014 01:09 PM, Richard Pieri wrote:
> Right tool for the job and all that.
> 
> That said, I'd avoid using OpenVPN. I don't like X.509. I want X.509 to
> die in a fire. I want it to die painfully and permanently and never
> bother anyone ever again. For Linux to Linux I'd use Layer 3 tunneling
> over SSH using sshuttle to handle the heavy lifting.

I use sshuttle for a very particular situation, but the way it works,
with a few hacks, looks much less cleaner than OpenVPN. I've been using
OpenVPN for many years without trouble, either at Layer 2 or Layer 3,
and the network configuration is much more clear than the magic that
sshuttle does. Why the dislike of X.509 ?

Coming back to the topic, if not using XDMCP, one can use x11vnc to
direct to the login screen, by passing the auth parameter, something
like this:

sudo x11vnc -ncache 10 -auth /var/run/lightdm/root/:0

The auth parameter argument can be found by looking at the running X:

ps ax | fgrep -- -auth

regards,
Nuno

-- 
http://aeminium.org/nuno/
___
Discuss mailing list
Discuss@blu.org
http://lists.blu.org/mailman/listinfo/discuss


[Discuss] Debian Commercial Support ?

2014-09-10 Thread Nuno Sucena Almeida
Hi,
which company do you recommend that would provide support for Debian ?
This is to be used in (single/dual) server (x86_64), development
desktops (x86_64) and product embedded systems (x86 / x86_64 / ARM) for
a multi-national (my employer) with HQ in the US.
The only thing I seem to find is the
 webpage.
We have preference for debian based systems and are considering a few
distributions (ubuntu,rhel,suse,wind river,etc), but would need some
kind of guaranteed and lasting commercial support.

thank you!,
Nuno

-- 
http://aeminium.org/nuno/
___
Discuss mailing list
Discuss@blu.org
http://lists.blu.org/mailman/listinfo/discuss


Re: [Discuss] nginx reporting

2014-10-27 Thread Nuno Sucena Almeida
On 10/26/2014 02:54 PM, Robert La Ferla wrote:
> What’s an easy to setup reporting tool for nginx that shows page views, 
> errors, where users are coming from, browser version, etc… ?
> 
> Thanks,
> Robert

Hi,
depending what you need, awstats might do.

http://www.awstats.org/

regards,
Nuno

-- 
http://aeminium.org/nuno/
___
Discuss mailing list
Discuss@blu.org
http://lists.blu.org/mailman/listinfo/discuss


Re: [Discuss] Linux project - WX

2015-02-10 Thread Nuno Sucena Almeida
On 02/10/2015 02:10 AM, Rich Braun wrote:
> aviation software. But it actually comes from the days of telegraph machines:
> in Morse code it is .-- -..-

-. .. -.-. .  --- .-- - --- , thank you!

As you mention, weather stations hardware is still a bit on the
expensive side, so for now I make do with temperature+humidity DHT22 and
the barometric pressure sensor BMP180.

cheers,
Nuno

-- 
http://aeminium.org/nuno/
___
Discuss mailing list
Discuss@blu.org
http://lists.blu.org/mailman/listinfo/discuss


Re: [Discuss] pulse files in /tmp on RHEL 6

2015-03-13 Thread Nuno Sucena Almeida
On 03/11/2015 03:18 PM, John Abreau wrote:
> find /tmp -type d -name pulse\* -newer foo -print0 | xargs -0 rm -rf

find bla -exec command {} +;

find bla -delete

Nuno

-- 
https://aeminium.org/nuno/
___
Discuss mailing list
Discuss@blu.org
http://lists.blu.org/mailman/listinfo/discuss


Re: [Discuss] Mythbuntu on VMWare slow

2015-03-20 Thread Nuno Sucena Almeida
On 03/20/2015 07:14 AM, Edward Ned Harvey (blu) wrote:
> Did you go into BIOS and enable the virtualization tech, such as vt-x, and 
> vt-d? 

Suggest to also start from here, from what I've seen, most computers
come with these settings disabled.

Nuno

--
___
Discuss mailing list
Discuss@blu.org
http://lists.blu.org/mailman/listinfo/discuss


Re: [Discuss] RTOS- Real Time Operating System in Automotive such as QNX Neutrino and VxWorks®

2015-04-20 Thread Nuno Sucena Almeida
On 04/19/2015 03:18 PM, sikou jackson wrote:
> QNX Neutrino

For QNX 6.6.0 you can register for a 30-day trial and download BSPs for
your hardware. The documentation is also available online.

Trial:
http://www.qnx.com/products/evaluation/

BSPs:
http://community.qnx.com/sf/sfmain/do/viewProject/projects.bsp

Documentation:
http://www.qnx.com/developers/docs/660/index.jsp

regards,
Nuno

-- 
https://aeminium.org/nuno/
___
Discuss mailing list
Discuss@blu.org
http://lists.blu.org/mailman/listinfo/discuss


Re: [Discuss] all Debian package source files browsable online

2015-04-26 Thread Nuno Sucena Almeida
On 04/26/2015 12:41 PM, Tom Metro wrote:
> full source code can be browsed
> online

great to know!

Nuno

-- 
https://aeminium.org/nuno/
___
Discuss mailing list
Discuss@blu.org
http://lists.blu.org/mailman/listinfo/discuss


Re: Google topper: Linux robotics

2011-02-14 Thread Nuno Sucena Almeida
On Saturday, February 12, 2011 09:44:09 am Mark Woodward wrote:
> This morning, I googled for "linux robotics" and my site,
> www.linuxpcrobot.org was at the top of the results. Now, I do have an
> amount of pride in it, for what its worth, but come on now, you'd think
> Amazon or IBM would be ranked higher.
> 
> Anyway. Cool.

I missed your presentation, but your website looks very good. When do 
you plan to put the video online? 
Thanks,
Nuno
-- 
http://aeminium.org/slug/
___
Discuss mailing list
Discuss@blu.org
http://lists.blu.org/mailman/listinfo/discuss


Re: Ubuntu CPU scaling ignoring me more than my daughter does

2011-03-09 Thread Nuno Sucena Almeida
On Sunday, March 06, 2011 11:42:58 PM David Kramer wrote:
> What else can I try?

As a temporary measure you can try to disable power saving from the computer 
BIOS ?
I did a quick search and found the following bug


and from comment #12 onwards:


"
To see if you have the same problem, do a:
$ cat /sys/devices/system/cpu/cpu0/cpufreq/bios_limit
In my case, anything less than 240 means the workaround is necessary. To 
implement it, just add "processor.ignore_ppc=1" to the 
GRUB_CMDLINE_LINUX_DEFAULT paramenter in /etc/default/grub, and then run:
$ sudo update-grub
Reboot.
"

regards,
Nuno

-- 
http://aeminium.org/slug/
___
Discuss mailing list
Discuss@blu.org
http://lists.blu.org/mailman/listinfo/discuss


Re: Android Tablet

2011-04-06 Thread Nuno Sucena Almeida
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 04/06/2011 12:41 PM, Hsuan-Yeh Chang wrote:
> Do you think this may be a feasible idea?  Thanks!

If you want to try something like that, go to http://boot.kernel.org/ .

You can also test it by using qemu to run the dsk in a VM

regards,
Nuno

- -- 
http://aeminium.org/slug/
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)

iEYEARECAAYFAk2crh8ACgkQITc0Ueav4lpLdACcCAy7yEvpbSakhkjgHq24bNET
UnUAmwV4LflkHto/ej+4EZ4aoDwVCgDu
=kJRQ
-END PGP SIGNATURE-
___
Discuss mailing list
Discuss@blu.org
http://lists.blu.org/mailman/listinfo/discuss


Re: ubuntu 11.04 problems

2011-05-05 Thread Nuno Sucena Almeida
On 05/05/2011 11:12 AM, dan moylan wrote:
> as root i did an adduser mem (wife) and rebooted.  again
> trying moylan, i was returned to the loging screen.  trying
> mem, it went off into never never land.  rebooted and went
> back in as root, all ok.

Is your home partition full or do you have quotas set up and it's
full/grace period expired? Sometimes that can be the reason for these
"strange" errors, as you can't write to the disk. One other thing to
check is if the uid/guid are correct.

btw, hi neighbor, I'm on 35 :)

Nuno

-- 
http://aeminium.org/slug/
___
Discuss mailing list
Discuss@blu.org
http://lists.blu.org/mailman/listinfo/discuss


Re: [Discuss] To catch a thief

2011-07-28 Thread Nuno Sucena Almeida
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 07/28/2011 07:48 AM, Doug wrote:
> Has anyone setup a motion detection
> camera for the home?

I don't recommend honey pot, but you can try the 'motion' webcam
application.

It has motion detection, save to image/video, upload to remote server
and other goodies. It works fairly well. Debian/ubuntu comes with it
(apt-get install motion)

http://motion.sourceforge.net/

regards,
Nuno
- -- 
http://aeminium.org/slug/
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)

iEUEARECAAYFAk4xZ4MACgkQITc0Ueav4lqVewCXXJIihMKyTIvqltEvZaDMrfTf
CQCfT3pjkthZo12DcxCspTHPcv9RZ2o=
=7XJp
-END PGP SIGNATURE-
___
Discuss mailing list
Discuss@blu.org
http://blu.org/mailman/listinfo/discuss


Re: [Discuss] sed and ANSI sequences

2011-10-13 Thread Nuno Sucena Almeida
On Thu, Oct 13, 2011 at 03:00:04PM -0400, David Kramer wrote:
| PS: I did see one working example at
| 
http://travelingfrontiers.wordpress.com/2010/08/22/how-to-add-colors-to-linux-command-line-output/
| sed ''/crit/s//$(printf "\033[31mCRITICAL\033[0m")/g''
| 
| However, it relies on the printf command, which means (1)launching another 
process and 2) not
| using sed's buffers, so I can't have a series of sed operations in one 
command.

I use something similar to this, also running an external command (echo). 
Here's an example, using the -e
sed command argument

function getinfo()
{
DEV="$1"
WHAT="$2"
REGEXP="s,.*${WHAT}:\([0-9.]\+\).*,\1,p"
ifconfig ${DEV} | sed -n -e "$(echo ${REGEXP})"
}

AFAIR I went through the same issues and apparently you cannot directly pass
variables to sed. If you feel thank you can do the same with (g)awk
instead, you can pass variables to it.
___
Discuss mailing list
Discuss@blu.org
http://lists.blu.org/mailman/listinfo/discuss


Re: [Discuss] Virtual hosting provider

2011-10-28 Thread Nuno Sucena Almeida
On 10/27/2011 12:43 PM, Dave Peters wrote:
> Any suggestion for virtual hosting server provider? blueHost? Hostmonster, 
> Godaddy, inmotion or networksolutions?

I've been using http://prgmr.com/xen/ for about a year and have been
happy with it. It's a small operation, the owner is the author of "The
Book of Xen" and it's in CA. At some point I think they were co-lo at
he.net, but I'm not sure that's still the case.
Nuno

-- 
http://aeminium.org/slug/
___
Discuss mailing list
Discuss@blu.org
http://lists.blu.org/mailman/listinfo/discuss


Re: [Discuss] OT: what is this cable for?

2011-11-02 Thread Nuno Sucena Almeida
On 11/01/2011 09:27 PM, Dan Kressin wrote:
> Anybody recognize this cable configuration?  Male DB15 (two rows - 8/7) to 
> 50pin Centronics.  Ribbon cable w/ two (the name escapes me ..) "ring things" 
> to usually used to fight inductance..  The only DB15 connectors I'm familiar 
> with are for old Mac monitors, PC joysticks, and.. well I guess that's it.  
> Serial would have been 9 or 25..



Seems to be a Nortel Nortel Network Cable - 50 Pin Mini-Centronics (M) -
DB-15 (M)

Nuno

-- 
http://aeminium.org/slug/
___
Discuss mailing list
Discuss@blu.org
http://lists.blu.org/mailman/listinfo/discuss


Re: [Discuss] 4-Bay NAS

2012-02-03 Thread Nuno Sucena Almeida
On 02/02/2012 08:38 PM, Richard Pieri wrote:
> I'm shortly going to be in the market for a 4-bay NAS box for my home storage.

I got a intel ss4200-e a few years ago and I'm happy with it, it has 4
sata bays, gigabit ethernet, many usb ports, serial console, eSata and a
IDE for a booting device. I installed ubuntu 11.10 server edition and it
runs quite fast and quiet, although I have it most of the time in sleep
mode to save energy, waking daily up with a bios clock (RTC) interrupt
to rsync/rsnapshot or Wake-On-LAN (WOL) when I need to access it from
other computers.



It's out of production and the current price is a bit steep but if you
can find a cheap used one I can recommend it.
I wouldn't buy it for more that $150 since nowadays you can build a
better and more powerful machine for less, as Mark recommended.

regards,
Nuno

-- 
http://slug.aeminium.org/
___
Discuss mailing list
Discuss@blu.org
http://lists.blu.org/mailman/listinfo/discuss


Re: [Discuss] Raspberry Pi launch imminent

2012-02-28 Thread Nuno Sucena Almeida
On 02/27/2012 12:07 PM, Kurt Keville wrote:
> sold out in a day if their servers can handle it

I think it will be sold out in an hour, with the same caveat :) $25/$35
for a linux computer with gpio , usb , ethernet , video output and other
goodies is too good to let it pass.
The partially closed firmware is a slight issue, but nobody really owns
the firmware/microcode of their other gadgets/chips anyway.
As long I can run gcc and poke at the hardware the rasperry seems to be
a nice contender to other HW platforms.

Nuno

-- 
http://slug.aeminium.org/
___
Discuss mailing list
Discuss@blu.org
http://lists.blu.org/mailman/listinfo/discuss


Re: [Discuss] web file download

2012-02-28 Thread Nuno Sucena Almeida
On 02/28/2012 07:09 PM, Stephen Adler wrote:
> under the surface

Just a quick suggestion, that can be used for any protocol, is for you
to use tcpdump to capture the traffic from another application and then
use wireshark to analyze it.
It comes with many high-level protocol analysis, including handshaking,
etc. It's fairly trivial to capture and analyze http traffic that way.
You can also check the http RFC.

Cheers,
Nuno

-- 
http://slug.aeminium.org/
___
Discuss mailing list
Discuss@blu.org
http://lists.blu.org/mailman/listinfo/discuss


Re: [Discuss] text-screen login?

2012-04-18 Thread Nuno Sucena Almeida
On 04/18/2012 10:30 AM, R. Luoma wrote:
> For some for the recent distros (e.g. ubuntu)
> I am having difficulty figuring out how to kill
> the GUI login and have the old-fashion
> text-terminal-like login screen.
> 
> Does anyone have helpful advice
> on how to set up a freshly installed
> linux-based system to start with
> a text-screen login
> 
> Thanks,

Quick googling:
http://www.techienote.com/2012/01/disable-gui-boot-in-ubuntu-11-10.html

Basically you need to use update-rc.d to remove the 'lightdm' (for new
ubuntu distributions) graphical login links from the system startup.
All the rest from that tutorial is to disable the ubuntu graphical
splash at boot.
Which distribution are you using, do you know which gui login interface
is installed?

Nuno
-- 
http://aeminium.org/nuno/
___
Discuss mailing list
Discuss@blu.org
http://lists.blu.org/mailman/listinfo/discuss


Re: [Discuss] [kind of off topic] noise canceling headphones

2015-10-30 Thread Nuno Sucena Almeida
On 10/30/2015 11:31 AM, Rich Pieri wrote:
> Beyerdynamic DT770 Pro, KRK KNS-8400, and Brainwavz HM5 with Shure
> SRH1540 earpads

Hi Rich, how would you compare these 3 ? Right now my solution to block
human speech at work is to have in-ear earmuffs + bose qc15. I also
tried Peltor h10 and they seem to work better blocking general noise and
voice, but after a few hours they start being uncomfortable.

thanks,
Nuno

-- 
___
Discuss mailing list
Discuss@blu.org
http://lists.blu.org/mailman/listinfo/discuss


Re: [Discuss] Experiences virtualizing: Linux hosted in Windows vs Windows hosted in Linux

2015-11-13 Thread Nuno Sucena Almeida
On 11/13/2015 07:10 PM, John Abreau wrote:
> When I do need to run Windows, its performance in a VM is abysmal, so I
> stick with dual-booting for performance reasons.

I run linux guest on linux host and sometimes windows guest on linux
host and don't see much performance difference, I usually assign 8GB RAM
for desktop guests. Make sure you have (intel) VT-x and optionally VT-d
enabled on your bios. I use both linux kvm (qemu) and virtualbox. More
of the former for servers and the latter for desktops.

Nuno

--
___
Discuss mailing list
Discuss@blu.org
http://lists.blu.org/mailman/listinfo/discuss


Re: [Discuss] Experiences virtualizing: Linux hosted in Windows vs Windows hosted in Linux

2015-11-14 Thread Nuno Sucena Almeida
On 11/14/2015 03:17 AM, John Abreau wrote:
> My laptop's BIOS doesn't provide any hardware virtualization options.

If that's the case, it probably doesn't have hardware virtualization
support and would explain the performance issues. There's a few ways you
can check for their availability...What CPU does it have ? What year is
the model. Check the output of /proc/cpuinfo, kvm-ok, etc.

regards,
Nuno

--
___
Discuss mailing list
Discuss@blu.org
http://lists.blu.org/mailman/listinfo/discuss


Re: [Discuss] Delivering mail to folders

2016-01-31 Thread Nuno Sucena Almeida
On 01/31/2016 04:35 PM, David Kramer wrote:
> like Dovecot wasn't showing my "inbox" from /var/mail/

I would recommend you to use Maildir instead of mbox and dovecot + sieve
as LDA.

regards,
Nuno

--
___
Discuss mailing list
Discuss@blu.org
http://lists.blu.org/mailman/listinfo/discuss


[Discuss] blu dns misconfiguration ?

2016-03-26 Thread Nuno Sucena Almeida
Hi,

it seems there's some DNS misconfiguration on a BLU server:

~$ host 216.235.254.231
231.254.235.216.in-addr.arpa domain name pointer minerva.blu.org.

~$ host minerva.blu.org
Host minerva.blu.org not found: 3(NXDOMAIN)

This is the hostname being used for mailing list SMTP deliveries.

regards,
Nuno

-- 
https://aeminium.org/nuno/
___
Discuss mailing list
Discuss@blu.org
http://lists.blu.org/mailman/listinfo/discuss


Re: [Discuss] blu dns misconfiguration ?

2016-03-28 Thread Nuno Sucena Almeida
On 03/26/2016 09:29 AM, Jerry Feldman wrote:
> minerva was an old host that was replaced. The PTR still has that. I
> thought that JABR added a minerva cname

John,

could you take a look at this (add cname) or change the smtp delivery
hostname ? In the current state it gets blu emails refused if the smtp
mta checks for reverse dns.

thanks,
Nuno

-- 
___
Discuss mailing list
Discuss@blu.org
http://lists.blu.org/mailman/listinfo/discuss


Re: [Discuss] blu dns misconfiguration ?

2016-04-01 Thread Nuno Sucena Almeida
On 03/29/2016 02:24 AM, John Abreau wrote:
> I added the CNAME several days ago. It should have propagated globally
> by now.

Hi, it's working now, thanks,

Nuno

-- 

___
Discuss mailing list
Discuss@blu.org
http://lists.blu.org/mailman/listinfo/discuss


Re: [Discuss] Simplest HTML hosting for a 9-year-old engineer?

2016-04-10 Thread Nuno Sucena Almeida
On 04/10/2016 01:53 PM, Daniel Barrett wrote:
> I also have a separate shared hosting account with ~20 of my domains,
> but if I gave him a SFTP login there, he'd have write access to all of
> my files, not just his own little web site.

You can create a chrooted sftp account that only has access to its own
web corner. Also, use ssh keys to keep it more secure, not passwords.

regards,
Nuno

-- 
___
Discuss mailing list
Discuss@blu.org
http://lists.blu.org/mailman/listinfo/discuss