Loading
Home ›
Schedule Notifications With Libnotify and At
Sep 04, 2009 By Shawn Powers
Using the Tech Tip from Kristofer Occhipinti yesterday, Shawn shows us how to make quick reminder pop-ups.
Trending Topics
| You Need A Budget | Feb 10, 2012 |
| The Linux powered LAN Gaming House | Feb 08, 2012 |
| Creating a vDSO: the Colonel's Other Chicken | Feb 06, 2012 |
| Your CMS Is Not Your Web Site | Feb 01, 2012 |
| Casper, the Friendly (and Persistent) Ghost | Jan 31, 2012 |
| Razor-qt 0.4 - Qt based Desktop Environment | Jan 30, 2012 |
- Linux-Based X Terminals with XDMCP
- Readers' Choice Awards 2011
- 100% disappointed with the decision to go all digital.
- You Need A Budget
- Parallel Programming with NVIDIA CUDA
- Validate an E-Mail Address with PHP, the Right Way
- The Linux powered LAN Gaming House
- The Linux RAID-1, 4, 5 Code
- Python for Android
- RSS Feeds
- I didn't knew this thing by
4 hours 58 min ago - Author's reply
8 hours 22 min ago - Link to modlys
9 hours 29 min ago - I use YNAB because of the
9 hours 41 min ago - Search
14 hours 44 min ago - Question
15 hours 7 min ago - for the record
15 hours 9 min ago - That's disappointing. Thanks
17 hours 33 min ago - Well spotted. I've corrected
19 hours 2 min ago - This is a great program. We
22 hours 2 min ago





Comments
" at> <EOT>" ?
Hi! Thank you for this tip.
But i don't comprehend how type thid command:
"at> EOT"
EOT stand for "End Of Text" ?
Thanks.
Ctrl D
Use Control-D, the at command then echos back <EOT>. Control-D is used to signal end-of-file. As I recall, EOT means End-Of-Tape. I've also seen it used for End-Of-Transmission.
Mitch Frazier is an Associate Editor for Linux Journal.
I like how Shawn avoids
I like how Shawn avoids saying my last name, haha :)
I'm glade Shawn used my tip in a video.
I hope it helps people.
Ha!
Caught that, eh? :)
I was hoping phonetically at least your first name sounded like "Christopher" -- but I likely butchered that too. :)
Thanks for the tip, I'm thrilled it works with the at scheduler, even though it is a GUI app. Often cron/at don't interact well with Xwindows, but in this case it worked great.
Shawn Powers is an Associate Editor for Linux Journal. You might find him chatting on the IRC channel, or Twitter
set Display
I was surprised it worked that way too.
But, if you do want to use "at" with a GUI app you just need to set the DISPLAY first.
If you do this it will run xterm in the background:
at 12:55
at> xterm
But, if you do this the windows will appear to the user:
at 12:55
at> DISPLAY=:0.0 xterm