viccuad 2017-03-03 11:52:13
nacc: thanks for the debugging :) (can't believe that my non-tech friend was able to dpkg --remove)
ppf 2017-03-03 11:56:52
k1l: looks like i'm giving up again, another night without chrome on arm ;)
avatar__ 2017-03-03 11:58:47
hello
ppf 2017-03-03 12:00:10
hello
avatar__ 2017-03-03 12:01:33
how use DAT streamer under linux? mt and tar? and will be possible to read files under windows?
foowalksintoabar 2017-03-03 12:15:44
Hi!
foowalksintoabar 2017-03-03 12:16:04
I'm having the same problem as this folk: https://www.behnke.io/fedora-17-on-an-aspire-v5-571-reboot-on-shutdown/ but on Xubuntu
foowalksintoabar 2017-03-03 12:17:11
Does anybody know how can I make a similar script to activate my usb ports on shutdown?
laptop 2017-03-03 12:25:36
67
mikeymop 2017-03-03 12:29:38
I'm getting so frustrated with wordpress
mikeymop 2017-03-03 12:29:49
I chmod -R 655 ./wordpress
mikeymop 2017-03-03 12:29:54
i cd in, permission denied?
mikeymop 2017-03-03 12:29:58
i own it with my user
k1l 2017-03-03 12:30:54
mikeymop: you need to execute a folder to be able to cd into it
mikeymop 2017-03-03 12:31:19
would apache need 7 to write to that dir?
mikeymop 2017-03-03 12:31:24
or is it fine with 5
max3 2017-03-03 12:31:39
can someone help me sendmail - why am i not receiving this email http://pastebin.com/kskn7Jsa
max3 2017-03-03 12:31:53
bob.alice@gmail.com is my obfuscated actual email address
k1l 2017-03-03 12:32:52
mikeymop: folders need +x to be opened. so either 1, 5 or 7
k1l 2017-03-03 12:33:19
mikeymop: and chmod -R is bad since it doesnt make it different for folders or files
max3 2017-03-03 12:33:30
for example echo "Subject: test" | /usr/lib/sendmail -v bob.alice@gmail.com Example does work
mikeymop 2017-03-03 12:33:41
k1l: i 777'd everything to diagnose and i get forbidden
mikeymop 2017-03-03 12:33:44
when browsing to the page
mikeymop 2017-03-03 12:33:53
i'll keep that in mind though thanks
k1l 2017-03-03 12:34:06
mikeymop: this is the best way to ruin your setup
mikeymop 2017-03-03 12:34:17
it started ruined anyway
k1l 2017-03-03 12:34:29
mikeymop: the webbrowsers user is www-data, not your own user
mikeymop 2017-03-03 12:34:35
i undestand that
mikeymop 2017-03-03 12:34:41
ps aux | grep apache shows my user though
k1l 2017-03-03 12:35:04
mikeymop: and giving the webbrowser 777 is a big security issue
mikeymop 2017-03-03 12:35:12
its localhost
mikeymop 2017-03-03 12:35:24
i understand the risk, i'm just tryign to get a dev env up for this and have been failing
tetramaster 2017-03-03 12:38:11
how write data on tape using linux os?
cfhowlett 2017-03-03 12:38:37
tetramaster, use the google to find such articles
tetramaster 2017-03-03 12:39:02
cfhowlett, i know, that i can use mt and tar
tetramaster 2017-03-03 12:39:23
but i also want, read data under windows os
tetramaster 2017-03-03 12:40:05
so i want find universal solution
tetramaster 2017-03-03 12:43:06
maybe is there any multi-os backup software with tape drives support?
OerHeks 2017-03-03 12:43:39
Bacula backup perhaps