327 reputation
8
bio website
location
age
visits member for 11 months
seen 5 hours ago
stats profile views 35

1d
comment gedit preferences grayed out
please do $su root -c 'gedit' show there output in terminal when you try to change options
1d
answered gedit preferences grayed out
1d
comment Add Ubuntu to list of Grub boot options
why do not use a liveCD iso install? the the most linux distribution adopt old grub setting you should see this option
May
4
answered Get network information through Ubuntu Terminal
May
4
awarded  Teacher
May
4
comment How to auto-sync with a plugged-in USB mass storage device?
I've just installed dirsync and found that it is a good solution sourceforge.net/projects/directorysync/?source=dlp
May
4
answered How to auto-sync with a plugged-in USB mass storage device?
May
3
comment Transfer a Fedora system to another computer
Good idea do not copy system entirely but probe a new fedora install, i should try it
May
3
revised Transfer a Fedora system to another computer
added 42 characters in body
May
3
comment Transfer a Fedora system to another computer
if the business is to complex may be a virtualization is a good solution?
May
3
comment Transfer a Fedora system to another computer
Yes, this is my case, i would like a boot option
May
3
asked Transfer a Fedora system to another computer
Apr
27
awarded  Popular Question
Apr
21
revised set up local mail delivery to user from cron script
Q is solved
Apr
21
comment set up local mail delivery to user from cron script
SOLVED after alanpinnt.com/2011/08/31/… and postfix.org/BASIC_CONFIGURATION_README.html#syntax
Apr
21
comment set up local mail delivery to user from cron script
Finnaly, i solved problem. the wanted trick was to change from ssmtp * 1 /usr/sbin/sendmail.ssmtp + 2 /usr/sbin/sendmail.postfix with help of alternatives --config mta thanks for proposal about Postfix
Apr
21
comment set up local mail delivery to user from cron script
I defined a in /etc/postfix/main.cf $myhost as localhost.localdomain and $mydestination as localhost.localdomain but still unable to leave a smtp message rcpt to:root@localhost 451 4.3.0 <*>: Temporary lookup failure
Apr
21
comment set up local mail delivery to user from cron script
i have installed postfix, now postfix daemon is listening on 25 port and i get other sort message after mailx -s "test" - Temporary lookup failure instead of Cannot open mail:25. I should read postfix man further
Apr
21
accepted set up local mail delivery to user from cron script
Apr
21
comment Execute multiple bash commands on the output of find
thanks, this works as a script !