Hi all, I have been quietly working on the ttlug's website in the background (not constantly but when I have free time). There is still plenty work to be done....
Default Drupal theme should be fine. I do think that we should port over some of the old stuff (not all) and start by putting up new stuff. Downloadable...
Richard Jobity
RichardJ@...
Dec 2, 2008 3:40 pm
18432
I am out of the office until 12/09/2008. Please contact Anthony Ifill at 227-1360 or 243-6014 . You can also reach him via email -->...
Hi Derick, This sounds like a good idea but we will have to work fast. We will have to register Trinidad as a site. The venue can be the DMCS lab (once UWICS...
The Trinidad and Tobago Computer Society will be having a pizzalime on THURSDAY December 11th, 2008 from 6pm at Pizza Hut, Roxy Roundabout. Come join us as we...
Dev Anand Teelucksingh
dave@...
Dec 8, 2008 4:27 am
18436
I recently installed ipcop on my work network. Does anyone know of a tool that can work with ipcop's logs and present summary info, or highlight events that...
Hi All, I have a friend here who is fixated on Windows and will not even attempted to even look at Ubuntu as a replacement (even thought the applications on ...
There are skins and window decorations. The EEE pc has a theme that looks like windows. The start button wont have the windows logo though. ... -- Reporter:...
If he likes Windows, and it works for him, leff him there. If they do not want to change, leave them alone. Just get paid when he/she has to fix his machine....
He said it's his friend. He wants whats best for his friend even if his friend doesn't see it that way. ... [Non-text portions of this message have been...
Love the photo: http://eeepc.simplis.org/ScreenShots/so.simplis.3.00.desktop.png /Stephen ... when ... that looks ... attempted ... applications on ... talking...
The solution for easing people is is actually Kubuntu I had them using it before they realize what they were doing :). Just take some time and tweak the...
Hi All, I have a small problem and hopefully someone on the list can help out. I am logging into a linux server via SSH. I need to copy (not move) a very big...
If the issue is with the ssh session timing out you can start a screen session and do the copy in there. Then you can safely disconnect from the screen session...
If you're doing this more than once then it's better to script it and use cron to execute. You can use rsync, md5sum and diff in a script. If you have...
why not just do a symbolic link??? ... -- Psssst! Schon vom neuen GMX MultiMessenger gehört? Der kann`s mit allen: http://www.gmx.net/de/go/multimessenger...
An excerpt from an email written by an angry teacher to a company that focuses on "Bringing Linux and Technology To Kids Who Need It Most." ..."observed one of...
... The man page for nohup says this: nohup - run a command immune to hangups, with output to a non-tty What is a non-tty? If i read your command correctly, it...
Yes you can. nohup will keep the command running. I think "non-tty" refers to the fact that commands run with noup never send output to a terminal (try "nohup...
Actually the best way to copy it would be to use rsync. From: TTLUG@yahoogroups.com [mailto:TTLUG@yahoogroups.com] On Behalf Of Ravi Ramkissoon Sent:...
For a remote copy or a local copy where the directory was partially copied already , rsync is definitely the best way to go . For a new copy of a local...
i use tar inside of a screen session for large copies screen -t largecopy go to to the source directory tar cf - * | ( cd /media/external; tar xfp - ) where...
... You can get rsync to do the heavy lifting after the copy: rsync -vrc -n a/ b/ Will generate a recursive listing of the differences between directory a/...