I am interested in a utility or process for monitoring disk IO per file on CentOS.
On Win2008, the resmon utility allows this type of drilldown, but none of the Linux utilities I have found do this (iostat, iotop, dstat, nmon).
My interest in monitoring IO bottlenecks on database servers. With MSSQL, I have found it an informative diagnostic to know which files / filespaces are getting hit the hardest.
Is there a script or batch file to automate the log-on process from the XP Welcome screen? As all details are the same Username, Password, and Domain in a room of 30 machines.
The reason I don't use Windows AutoAdminLogon is I only want to logon temporary at different times as a user to run such things as online test for a class of high school students without the students logging on individually first, also it would be useful for admin tasks if I can change/specify the user details.
In many Windows programs when I open a file, the GUI dialogue that starts with "Look in:" and provides a list of directories and files to open has a thin panel on the left-hand side with the following 5 icons:
Recent Places
Desktop
Libraries
Computer
Network
Is there a Registry Hack available for adding my own icons to this? I wish to add three for various folders related to the work that I do, and I haven't been able to find a way to customize this.
Thanks in advance.
I've got a word document I'm trying to save to an uneditable, unselectable PDF file. Essentially, I'd like it to look like a JPEG, but in PDF format. I'm trying to avoid "printing to tiff, THEN printing to PDF." I'd prefer to go directly from Word to PDF.
Additionally, I don't want to add a Password or anything.
Does an option exist for this? Thanks!
My iTunes likes to periodically delete all my applications. I caught it 'syncing' my apps again today. Only a few apps were deleted, but I'd like to know which ones. Does iTunes store sync changes in a log file?
In my Mac OS X 10.5, it has set all my *.patch files to open with 'Notepad in Windows via Parallel'.
I have tried to change it by
click 'Open With..'
select 'TextEdit'
check the 'Always Open With' box
But still when I get new *.patch file, it will set to open 'Nodepad in Windows' by default.
Can you please tell me how can I change that for good?
I just transfered my domain from a third party which hosted Horde as my mail client to Google Apps. I need to import all of my mail from the mbox files I exported from Horde into Gmail now.
I tried GML but it chokes on the mbox file saying that it is not well formatted. I have tried exporting multiple times from Horde and from multiple accounts. I get the same error on all of the mbox files.
Any ideas?
if the svn repo is exposed through say : http://svn to the users, and there's a file called
script.sh
Is there a way one can get the latest revision number of script.sh by means of just http access?
Something along the lines of http://svn/rev?script.sh ?!
Thank you.
I have an EC2 instance that just went offline (cannot even be pinged) but is still reflected as operational. In an effort to retrieve data stored on an attached EBS, I did a forced detach of the mounted volume, launched a new instance, and tried attaching the EBS volume.
However, I keep getting an error -
mount: Stale NFS file handle
whenever I do so. Did I just lose all my files?
I'm compiling a program on my 64bit machine, but I'm not sure if it produces 32-bit or 64-bit output.. How can I check if a file is 32bit or 64bit on Windows?
I'm looking for some way to run a batch file (.bat) without anything visible to the user (no window, no taskbar name, .etc..).
I don't want to use some program to do that, I'm looking for something cleaner. I've found a solution that uses VBScript, but I don't really like using VBS, either.
When I try to select a file or directory which has a space in its path in the Windows Explorer, it selects a completely different directory:
explorer.exe "/select,C:\Program Files\foobar"
I've tried it from Java with
Runtime.getRuntime().exec(new String[] {
"explorer.exe",
"/select," + filePath
});
and with the above command line. In both cases, the same result. What can I do to solve the problem?
Hello.
I have a text file which was with nice linebreaks. By mistake my customer opened it in wordpad an saved it. All line breaks are now gone.
Is there a way to restore the line breaks again?
I place the following into an admin file called noask
mail=
instance=overwrite
partial=nocheck
runlevel=nocheck
idepend=nocheck
rdepend=nocheck
space=nocheck
setuid=nocheck
conflict=nocheck
action=nocheck
basedir=default
Then run pkgadd -a noask -d sed-4.1.5-sol10-x86-local - yet am still queried for:
'Select package(s) you wish to process'
Is there a way around the questioning without doing an "echo yes" at the front?
Thank you
I have quite a few of these in Apache logs piling up every day:
[Mon Jun 09 20:42:58 2014] [error] [client 180.153.214.181] File does not exist: /home/user/public_html/ajax.googleapis.com, referer: http://www.mysite.com//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js
I have over 200k visitors per day but a few of them like a dozen or so are generating the above error. I can't figure out what may be causing it. Checked the html code and it's all good so I ran out of ideas.
When I install Fedora 19 with a kickstart file and via network, the generated ifcfg-eth0 file is genorated by the kickstart:
# Generated by parse-kickstart
However if I use the same kickstart file and install via a USB stick, the ifcfg file is generated by initrd.
# Generated by dracut initrd
The line in the kickstart file to set the network settings is as follows:
network --device=eth0 --bootproto=dhcp --hostname=SOMEHOSTNAME
Is there away to keep network device settings set in the kickstart file when not installing via network?
I remember hearing of some software that would take a screen print every 15 minutes and store it in a file. They mentioned it can be used to keep track of the amount of time you spent on a project.
I know of SnagIt. http://www.techsmith.com/screen-capture.asp
What are some of the other packages out there?
Greetings,
I am looking for an fast online/offline free solution to change the page order of a pdf file, such as changing the 5th page of a pdf with 3rd.
Thanks
I currently use Foxit's PDF reader, and I recently downloaded an image from the Internet, but it is inside a PDF file. How do I extract this image, in a high-quality, jpeg format? Operating system is Windows 7. Thanks!
Is there a command that can be used from the command line to output a list of the printers installed and their location, if mapped, to a text file? Or perhaps a program that I can run from the command line that would do this?
(Windows XP, Vista, 7)
Hello.
I am using the beta 2010 Office Outlook. When I try receive or send, i get the following error "outlook data file cannot be accessed."
Repair/reinstall office and try to use any different outlook data files is not take any effect.
On the one hand I have a lot of tar files created with gnu format, and on the other hand I have a tool that only supports pax (aka posix) format. I am looking for an easy way to convert the existing tar files to pax format - without extracting them to the file system and re-create the archives.
GNU tar supports both formats. However, I haven't found an easy way to the conversion.
How can I convert the existing gnu tar files to pax?