General :: Freeze The Clock For A Specific Task?
Dec 27, 2010
For example,
# clock-pause
# touch a
# touch b
# convert -draw `date` text_draw.gif
# clock-resume
Or, simply
# freeze-exec sh -c 'touch a; touch b; convert -draw `date` text_draw.gif'
The expected result is the timestamps of a and b, and the text drawn to the image, are exactly the same.
View 3 Replies
ADVERTISEMENT
Aug 2, 2011
Just curious as to if it is possible to have the clock in the center of the task bar centered clock in Ubuntu 11.04?
View 1 Replies
View Related
Jul 21, 2010
How do I set the Task Manager clock from 12 to 24 hrs in KDE?
View 5 Replies
View Related
Jul 14, 2009
Okay, I have been all over the web... all over JustLinux and pretty much spent several months trying to find one simple answer. How do I easily map two applications to my trackball?I have a Kensington Expert Mouse Model K64325. It has a scroll wheel, and 4 mouse buttons. I have used xev to figure out which button is which. The upper left = 2 and the upper right = 8. I want the upper left to open Firefox when I click it. I want the upper right to open REALBasic when I click it.I know this can be done (really easily too!) in Windows. I want to do it in Linux. Especially since I have several systems like this. Also I can then take what I learn from my own experience and start mapping OTHER people that are total Linux newbs, mice for them.
The mouse works great all I want are the two feature/options I just listed and I cannot find a single answer anywhere on the web that seem to address my question. SO I am hoping someone here will have a laymans answer.
View 2 Replies
View Related
Feb 10, 2011
How do you launch a task from a terminal command line interface and it not be kill'ed if you close the terminal window. Like if I run jedit I type jedit & which launches jedit as a backgorund task. But, if I close terminal window, jedit dies to. How do I laucnch jedit and completely divorce it from the terminal task?
View 6 Replies
View Related
May 19, 2011
I have my task list in evolution (mainly so it can sync with my phone and online task list) but I always forget to look at the task list. Is there an application or plugin which periodically displays the contents of the tasklist or even better, it briefly displays the most urgent/important tasks when I login? Or anything else which automatically displays the most important tasks. Currently I have to open the task list and look at them (which I usually forget). I do not mean some kind of alarm when the task is due but more a daily reminder of what to do.
View 3 Replies
View Related
Jun 26, 2011
Anybody knows how to fix overlapping tasks in KDE system taskbar?Here System Monitor overlaps with digiKamWorkaround to rearrange icons - start any new task.Sorry for taking real photo of the screen. When I do PrintScreen KSnapShot task appears in the list and makes all task to rearrange. The resulting screenshot contains already fixed view.
View 5 Replies
View Related
May 29, 2011
After upgrading from 10.10 to 11.04 all of a sudden, the task manager or task bar, keeps changing length. The individual window "buttons" themselves keep changing size - flashing even, and the space between them also changes. It is driving me nuts! The little system tray(?) icons no longer appear in the system tray, but all stacked on top of each other in the top left corner.
View 1 Replies
View Related
Dec 2, 2010
for example
else {
for fileDOC in $location/*.doc
do
[code]...
View 12 Replies
View Related
May 27, 2011
I'm using a very simple conky script to diplay the date and time on my desktop. I've noticed that he conky clock is a few seconds early compared to the time displayed in the right hand side of the top panel (Natty). I guess both displays are based on the same "internal" time, so I'm left wondering how this could happen, and how to sync back the clocks.
It seems that Conky is in sync with the system date, while the panel clock is 2 seconds late (on my system). Checked with while true; do date; sleep 0.1; done
View 2 Replies
View Related
May 2, 2011
Does anyone know of an interface to a quartz clock that can be used for a TOD clock?? I want to interface it to an Arduino board. Can be GPIO or USB.
View 1 Replies
View Related
Sep 2, 2011
I had cloned a centos 5.6 installation from virtualbox virtual machine to physical box. Everything work fine. However, the time showing in os using date command differs from bios time by roughly 4 hours. I am running ntp services which sync the time with another centos server on the network. It appears that some services are using virtual clock and some use physical clock. How do I get rid of virtual clock and only use physical clock?
View 1 Replies
View Related
Jun 4, 2010
I have a Ubuntu 10.04 fresh installation on my HP laptop. Installation successful and boot OK. But the desktop randomly freeze. During freeze(about 15s each time), all programs are not responsive. Sometimes I can switch program by click, but program seems locked. How can I know which module cause the freeze?
View 4 Replies
View Related
May 18, 2010
I want to record an internet radio station starting at 2:00am tomorrow morning. The specific program on the radio station lasts until 6:00am. The command I need to run to record the station is: Code:mplayer http://wjcu.jcu.edu:8001/listen.pls -ao pcm:file=indie_heat_of_the_night.wav -vc dummy -vo nullI'd use cron, but 1. I'm not sure how to and 2. it seems unnecessarily complicated for something that I only want to run once. If cron is the only/easiest solution, I guess I'll just have to resort to that, but I'd rather not.
View 12 Replies
View Related
Jul 29, 2010
For a certain task, everytime I have to open 10 bash terminals and write different commands on them. Any way to automate this? I am running Fedora linux.
View 2 Replies
View Related
Apr 16, 2011
I upgraded my Centos 5.5 to 5.6 and now my task bar is missing even the time is not visibal. What could have gone wrong?
View 3 Replies
View Related
May 2, 2010
I need to schedule for a repeated task on my Linux, as the followings:
-) Telnet to a remote node
-) Issue a command
-) Capture the output in a log
-) Logout from Telnet
-) Wait for a prescribed time interval
-) Then redo , but append the subsequent output in just on file
know which options do we have to write such a task?
View 7 Replies
View Related
Sep 17, 2010
I am using Kernel 2.6.35.4 on an Intel Core2Duo based system.
1) I have to find on which core a particular task is running on .
OR
2) I have to just log whenever my task is scheduled on any of the cores with the cpu core number & timestamp info. I am ready to modify the kernel to do printk or some logging . I guess there used to be 2 fields called 'processor' and 'last_processor' in task_struct in older kernels which probably had this information .
So what do I do to find out on which core a particular task is running on ?
Or ,
Are there any utilities that are simple-to-use and can display the tasks that are running on each of the cores , including the cpu core info ? top , mpstat etc do not tell you on which cpu core a task is running on .
View 2 Replies
View Related
Nov 2, 2010
I have been doing this for quite sometime now, yet lately I wonder if this is what everybody does...I have a task that will run for hours. In order to not to interrupt that task when I logoff for the day, I issued the command:
Code:
at now 'sh ~/a-long-task'
Is this what everybody else does?
View 2 Replies
View Related
Jun 26, 2010
How would i place a task in sleep mode then restart it?
View 1 Replies
View Related
Mar 25, 2011
I was trying to pull up the task manager and hit Ctrl+Alt+Esc.
A white X came up, and now my desktop is a big black screen. How do I revert back??
View 4 Replies
View Related
Oct 26, 2009
just to make it easier i am a complete linux newbie i have an aspire one running linux lite the task bar does not show on my screen ,i am not sure how to bring it back.i have tried to use the alt+f2 but this does not bring up anything
View 1 Replies
View Related
Jan 22, 2011
I am in the process of learning Mint, but need help with a missing Menu and task bar. I have obviously deleted something, but have no idea what.Terminal is a problem, as it does not appear correctly but enlarged and incomplete.I do have a dock, with a number of icons and an application icon.
View 2 Replies
View Related
Nov 13, 2009
i have missing icons for the computer icon and mozilla icon and the start menu and and task bar are gone as well. i tried running the kicker and plasma command but will not execute type the command after pressing alt + f2. im running kde 4.3.
View 4 Replies
View Related
Aug 24, 2010
Am have a little problem with my ubuntu 10.04 which restarts as i do some task for example..as i am copying...playing music..and any operation task.
View 1 Replies
View Related
Sep 21, 2010
1.) I have several versions of ubuntu installed on my computer. Technically, all but one are incomplete installs which I would like to delete if possible?
2.) I would like to access my files from the Windows partition, but it doesn't show up under "system." Is it for some reason impossible to access Windows files?
3.) My computer's performance has dipped substantially in the last two days. I am trying to figure out why this is, if there is a task manager or the like or a performance diagnosis tool. Also, my computer does not have an anti-virus program, that might also be the cause of the poor system performance.
View 6 Replies
View Related
May 21, 2011
i have a hp laptop with a cracked screen so i'm using and external monitor. It is an HP vs15c. Now it was working fine.. perfect even.. until i was working on a second virus infect pc in bed with the keyboard connection to this pc next to me. What happened next is a bit embarrassing and also why i have no idea what i did or how to fix it. Well i found the virus in the laptop i was repairing (god i hate vista.) when i wiggled in excitement .. only the keyboard slide under my breast and the next thing i know my screen looks stretched and i have no bars. i can move my mouse beyond the right and the bottom edges of the screen and i can't change anything cause i can't get any option.. or least i don't know how to get them without the bars.. i can't even reboot if i wanted to cause my task bar is GONE. the bottom active bar is there.. off screen where i can see it but if i drag my mouse down far enough it is there to click on things. However the top bar that i need is gone. I am NOT good with terminal.. nor do i know how to open it without the top task bar. Right now i'm cursing a storm and being very angry about being a woman.
View 14 Replies
View Related
Mar 27, 2010
My task bar is quite broad. so when ever i open more than 6 windows at a time then the task bar adjusts the tabs in two row. how can explicitly specify the width for those tabs. so that they all fit in one line.
View 1 Replies
View Related
Feb 12, 2011
I am running Slackware -current and am using kde as my desktop environment. I'm not sure if this is a feature that I turned on my accident or a bug but its really annoying. When I start any program on the computer and it goes into the Task manager bar. If I click the bar to maximize the program or window it goes to the kde log on window. I am running KDE version 4.5.4.
View 3 Replies
View Related
Apr 7, 2010
I am using Ubuntu 9.10, I removed the task bar at the bottom of the screen and replaced it with a new one. The problem is when I click on Fire Fox and by default Fire Fox would drop to the bottom of the screen, now it just disappears. Is there any way of putting back the original settings.
View 1 Replies
View Related