-
Content Count
5599 -
Joined
-
Last visited
-
Days Won
6
Content Type
Profiles
Forums
Calendar
Everything posted by paul
-
Hi all, long time no chat. Just informing everyone, server was upgraded to Debian Buster today, and software was upgraded to latest version And just for shits and giggles here's something from a long time ago: Did I ever actually look like that ? :O
-
Looks better ?
-
yes can enable rewrite :) I'll have a go today
-
So you may have noticed the forum software has upgraded !!! A few things that have changed. We no longer have community blogs (was never really used) We no longer have a portal page. We can discuss this, and decide whether it is needed (It costs money)
-
aptitude safe-upgrade :)
-
I don't know owncloud, but my first guess is apache Directory directive example: <Directory "/home/owncloud/data/"> Options Indexes FollowSymLinks MultiViews AllowOverride All Order allow,deny allow from all </Directory> it's the allow from all that's the important bit. apache needs to own the directory AND be told that requests can be made to that directory.
-
sorry, this code is not owned by us, you will need to directly contact the easyurpmi team.
-
strictly a vi guy me I have used an "app" for web development in .. sheesh .. since about 1999 maybe ? as ian mentions, you can get the code directly from joomla, if you wrap it with a package manager, crazy stuff can happen come update time. I'm not a joomla fan, more of a wordpress guy .. but they're all muich of a muchness nowadays . .each with their own quirks
-
I can't imagine it would be a routing problem. More likely to be a proxy problem, or a browser based problem
-
I install nullmailer, and user localhost as smtp (that way I can also use it to send system emails like logwatch, back up notifications etc) then configure nullmailer to use whatever smtp service cat /etc/nullmailer/remotes mail.domain.nz smtp --user=smtp@domain.nz --pass=mysecretpassword
-
How to write a password-entering ssh script?
paul replied to prost's topic in Command Line, Kernel and Programming
man expect wrap your ssh connection in expect ... expect can enter a password for you -
are you talking PCIe ? if so yes .. easy if you're talking PCI, good luck finding one. the only dependency is your motherboard. If your motherboard has AGP and PCIe then your can swap find.
-
don't suppose you're using lvm on top of that raid set are you? lvmextend would do the trick
-
I have an svn server for files (important stuff) Have an iPad mainly for watching videos in bed nowadays :) I bought "air share" for iOS and have an air share server running on my media box which is under my TV (which runs ubuntu and xbmc) Have an android phone for my daily social network whoring :) and email etc
-
you should always make frequent backups :P
-
mmm hadn't thought of this you could keep of your "purchases" here: https://market.android.com You can in face do all your installs from the market place website
-
ah .. thanks for the reminder. Easyurmpi has now been updated. P.
-
mmm all things have changed now that grub2 is common, having trouble myself, having to read manuals :(
-
mmmm s/^*[0-9]{6,9}[a-zA-Z][a-zA-Z]* match from the beginning anything followed by 0-9 a minimum of 6 but a maximum of 9 times, then match an alpha character, then another alpha character, then match anything a replace might look like this: s/^*[0-9]{6,9}[a-zA-Z][a-zA-Z]*/mytext/ something like that perhaps?
-
mmm been at the pub tonight .. too many pints to think straight .. but the is definitely a sed and regex thing. shall call back here tomorrow
-
How to get total size of directory in shell?
paul replied to fuzzylizard's topic in Command Line, Kernel and Programming
du -sh `ls directory/` ? -
Heavy Disk Traffic After Bootup
paul replied to banjo's topic in Command Line, Kernel and Programming
ghosts !!!