Search Results

Search: Posts Made By: binary-ninja
Forum: Linux 06-05-2013
10,254
Posted By binary-ninja
DGPickett, thanks for that but the reason I asked...
DGPickett, thanks for that but the reason I asked on here was because all the clients that I find either haven't been updated to work with Exchange 2007/2010 or just suck. You mention Zimbra, if you...
Forum: Linux 05-31-2013
10,254
Posted By binary-ninja
Exchange Email Client for Linux
About 5 years ago I used to use Evolution for its ability to interact with my companies Exchange 2003 server. I was wondering what Exchange compliant email clients you are actually using with either...
1,521
Posted By binary-ninja
Help with my BASH script with WINE and inotifywait
I'm trying to improve a script that I have running on a Ubuntu desktop that basically runs a powerpoint presentaions with announcements to TV's in diffrent parts of our building. My current script...
Forum: Linux 08-23-2012
9,633
Posted By binary-ninja
I just wanted to let everyone know that I got...
I just wanted to let everyone know that I got Exchange and the GAL working in Thunderbird with the ExQuilla addon for Microsoft Exchange 2007 and 2010


https://exquilla.zendesk.com/home
Forum: Linux 08-16-2012
9,633
Posted By binary-ninja
I installed the Lightning and Exchange 2007/2010...
I installed the Lightning and Exchange 2007/2010 Calendar and Tasks Provider addons and got that working now all that I need is to get access to the GAL.
...
Forum: Linux 08-15-2012
9,633
Posted By binary-ninja
I actually got mine to work for mail but would...
I actually got mine to work for mail but would still be very nifty if we could use the other features that Evolution used to give us like access to the GAL and Calendaring
Forum: Linux 08-15-2012
9,633
Posted By binary-ninja
MS Exchange from linux client
I haven't seen many updates so im here to ask my fellow *nix users if they have found a way or have atleast heard anything about GUI Mail Client that can access mail from a MS Exchange server. I know...
4,967
Posted By binary-ninja
Grab all jpg's from flickr
Hi everyone, i'm trying to download all the jpg's that my school put on flickr and im trying to do this with wget via a bash script.

The pictures that im trying to pull are on this site : and...
2,476
Posted By binary-ninja
Storing output into a variable
My script below seems to be choking because I need the the output of the find command to be stored as a variable that can then be called by used lower in the script.

#!/bin/bash
cd...
2,631
Posted By binary-ninja
Is it safe to assume that if I only want it to...
Is it safe to assume that if I only want it to trigger if its a .doc then I can use the following inotifywait --exclude '(*doc$)' [other options.....
2,631
Posted By binary-ninja
Samba server with notification emails
I'm creating a ubuntu samba server that sends out email notifications when a file a new file is created in the monitored directory.

Currently im using inotifywait to monitor a directory and send...
2,472
Posted By binary-ninja
Script using inotifywait
Is there a way to get my script to only trigger when a .ppt is created?


#!/bin/bash
while inotifywait -e create /ticker/powerpointshare;
do
sleep 30;
sudo chmod -R 777...
2,372
Posted By binary-ninja
No I havent tried it yet. Is it even posssible...
No I havent tried it yet.
Is it even posssible to start the X11 server via CLI? If needed I could always do a su - $user -c "/path/to/script/script.sh
852
Posted By binary-ninja
I tried to get these to start as a upstart...
I tried to get these to start as a upstart service and its still a no go
2,372
Posted By binary-ninja
By full path do you mean that I should try to...
By full path do you mean that I should try to give it the full path to execute wine from the script above?
2,372
Posted By binary-ninja
Any idea why this script wont execute via cron on...
Any idea why this script wont execute via cron on my ubuntu box?
852
Posted By binary-ninja
Help running my script in the backround
Note: I've tried running this on my Ubuntu 10.04 machine with cron with the @reboot switch and it still doesn't run though it does run when I run it manually.


#!/bin/bash

while inotifywait -e...
931
Posted By binary-ninja
Does my script make any sence?
What I plan on doing is have have this script run via a cron job every minute and what its going to do is look at the size of foo.txt and if it has any data then execute start_presentation_mine.sh...
2,372
Posted By binary-ninja
I was thinking of killing the process if it finds...
I was thinking of killing the process if it finds something and regarding the powerpoint its meant to play in a loop until it finds a new powerpoint presentation
1,522
Posted By binary-ninja
Execute script if a file is found
I'm trying to get the following to look for the newest powerpoint presentation and if it finds something then run a shell script named star_presentation.sh and if it doesn't then simply exit.

Any...
2,372
Posted By binary-ninja
Adding a while loop to my script
I have a script below that goes to the given directory and plays the newest powerpoint presentation via powerpoint viewer and wine.
So far it works perfectly but now Id like to add a while statement...
6,004
Posted By binary-ninja
ls output into a read command as a variable
I'm working on a short BASH script on my Ubuntu box that will run powerpoint scripts with MS Powerpoint Viewer 2007 via WINE.

I can run the presentation when I run it manually but what i'd like to...
2,409
Posted By binary-ninja
Sed or awk for batch replace file name
Can you please point me in the correct direction?

I need a line or script to run though a given directory and find all files with "@domain.local" in there names and simple remove that.

For...
1,084
Posted By binary-ninja
add a extention to all files
I'm working on implementing a mail indexer and it currently saves every file with a series of numbers with no extension. ex. 021545545544

I was wondering if someone could point me in the correct...
3,430
Posted By binary-ninja
Is there a way for me to see howlong till a...
Is there a way for me to see howlong till a account expires or even list expired accounts?
Showing results 1 to 25 of 46

 
All times are GMT -4. The time now is 01:23 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy