-
as seen on Super User
- Search for 'Super User'
Greetings,
I am running PSPad (a Windows programming editor) on OSX/Snow Leopard using Wine 1.1.35
I want to associate various file extensions (.php, .js, .html) with PSPad.exe
OSX Finder does not allow this association -- I can only associate file types with $.app items in Applications.
How do…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I have a web endpoint that displays an image of a string... When the following code is run (in tomcat) it spawns a java icon in the taskbar on OSX. Not sure if it is a problem, or whats going on. Looking for some sort of explination
@RequestMapping("/text/{text}")
public void textImage(HttpServletResponse…
>>> More
-
as seen on Super User
- Search for 'Super User'
I have a FAT32 partition on my HDD. When using OSX, it is mounted to /Volumes/MEDIA. After a recent upgrade to Mavericks, spotlight is having trouble indexing it, eating up almost all of my system resources, and I cannot get the indexing to stop:
[jay-mba-osx ~]% sudo mdutil -v -a -i off
/:
Indexing…
>>> More
-
as seen on Super User
- Search for 'Super User'
Hi,
I've run into some problems with how I've got user home directories set up on our system here.
Our server is an XServe, using Open Directory to manage the user accounts.
The majority of our workstations are OSX, but there are a few running Linux (Centos 5.3), and, as time goes on, we expect…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I'm trying to connect to a webserver that's running on my mac OSX 1.6. I'm able to connect to it locally using http://127.0.0.1:8888/myapp but when I attempt to connect to it using my machine's local IP address (http://192.168.1.15:8888/myapp IP shown below) from the same machine (or another on the…
>>> More
-
as seen on Super User
- Search for 'Super User'
I am trying to create a hardlink on my C drive that points to a file on my D drive. I open up a terminal with Administrator privileges and try the following:
C:\Users\sandro>mklink /H _vimrc D:\sandro-desktop\.vimrc
The error that I get is: The system cannot move the file to a different disk…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
I need to "bind" one directory to many chrooted places. I know that I can do "mount -o bind", but this requires special processing on startup each time (run the mount).
Is there a way to do it on the filesystem directly? My fs is ext4 and it seems not to support hardlinks to directories. Hardlinking…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
I created a hardlink of a file as follows:
ln /path/to/source/file1 /path/to/target/file2
Using md5sum, the two files are identical. After a while, the source file has been modified by another program. The target file does not get "updated". The md5sums are now different. The files are on…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I have two directory entries, a and b.
Before, a and b point to different inodes.
Afterwards, I want b to point to the same inode as a does.
I want this to be safe - by which I mean if I fail somewhere, b either points to its original inode or the a inode. most especially I don't want to end up with…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I was looking for a way to create hard links under Windows and I found this page: http://technet.microsoft.com/en-us/library/cc788097.aspx
To try it out, I created a file (1.txt) on the root of my C: drive with 100 lines of the following content:
C:\1.txt (2.598 bytes):
test test test test test
Then…
>>> More