Sponsored Content
Full Discussion: UNIX without GUI
Top Forums UNIX for Dummies Questions & Answers UNIX without GUI Post 302761803 by jlliagre on Sunday 27th of January 2013 04:33:19 AM
Old 01-27-2013
What do you want to do with these OSes ?
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

GUI on UNIX

Dear friends; I have Hp9000 series of Unix servers with s800 11.0 range Can i make it GUI? I heard that if you have xinit installed on the servers you can make the servers Graphical User Interface. Is it possible to make this possible? Plz. help me out... Thanx in advance... (6 Replies)
Discussion started by: nileshjoshi
6 Replies

2. UNIX Desktop Questions & Answers

Unix GUI rendering

Does anyone know why Fonts and most Graphics in KDE and Gnome are rendered rather badly. There are some text editors in KDE where the font is just horrible as far as legible. Any links or knowledge on this topic would be grealy appreciated. A Huge Unix/Linux Fan Gregg (2 Replies)
Discussion started by: gdboling
2 Replies

3. UNIX for Advanced & Expert Users

Rp-7410 + Unix 11.0i + Gui(oracle)

I am running the above compination ..my server is HP rp7410 my operating system Unix 11.0I and my DB oracle.. my problem i cant print through GUI or any application only i can print through command line and text only ... where my problem to not print graphics is thier special config ot... (1 Reply)
Discussion started by: khalid99
1 Replies

4. UNIX Desktop Questions & Answers

GUI for UNIX

Help a newbie! Just wodnering if there is an application (emulator, etc...) that will be able to read UNIX commands and bring back responses on the screen in Windows-like environment. I am looking for an app that will reside on a workstation (PC) and will querry the AIX server. If anyone can help,... (1 Reply)
Discussion started by: leok
1 Replies

5. UNIX for Dummies Questions & Answers

If a is windows gui ( client), b is a unix gui ( Server for a) and c is a shell scrip

Hello all, 1) I want to have a GUI application that will call Unix shell scripts, 2) that GUI application should be able to reside on windows ( if possible) and then call Unix shell script either directly or through a server residing on unix. That is for example. If a is windows gui (... (1 Reply)
Discussion started by: hchivukula
1 Replies

6. Solaris

Unix autostart in GUI mode

hi, i'm a newbie in UNIX. i have a disk crash and re-install the unix. But the new installation does not boot the server automatically. Then i set the auto-boot to true, and it's ok. But now the system is booting in text mode. Before this, when i type boot, the system is booting in GUI mode.... (2 Replies)
Discussion started by: lwll
2 Replies

7. UNIX for Dummies Questions & Answers

GUI For UNIX

I have used FreeBSD for sometime now and i find it great lest its ACPI support My Question is for a recent laptop AMD TURION X2 2GHZ TL-60 Tyler 3GB RAM 8400M G Are there any other GUIs that is great with these specs I have been using GNOME lite I hate KDE because of the K What will i lose... (1 Reply)
Discussion started by: weinter
1 Replies

8. Shell Programming and Scripting

GUI for Unix

Hey guys Do u guyz have any idea how to create a simple GUI for unix/awk/ scripts along with facilities of input files and output files. I'm using new Macbook 10.6 macosx. I tried Xcode3(basically c++ based aslo can use python n ruby n bash) by importing shell scripts to it and connecting... (2 Replies)
Discussion started by: repinementer
2 Replies

9. UNIX for Advanced & Expert Users

UNIX with GUI

Dear Experts, My application is running on linux, which makes me connect to lot of different servers manually through putty, and execute the commands. Is there a way, i can create a GUI, or something, where click on few buttons can be translated in to predefined commands at BE and i need... (2 Replies)
Discussion started by: Prateek007
2 Replies

10. Programming

Python gui or C++ gui or java gui?

python gui or c++ gui or java gui? and when to use etch one? (1 Reply)
Discussion started by: kaja
1 Replies
dotlock(1)							Mail Avenger 0.8.3							dotlock(1)

NAME
dotlock - execute a command with a lock on a mailbox SYNOPSIS
dotlock [-LPW] mbox-file command [arg ...] DESCRIPTION
dotlock acquires a lock on the mailbox file mbox-file using both flock and a lock file, then executes command with any arguments specified. When command exits, dotlock releases the lock. dotlock attempts to clean up stale lockfiles. If it succeeds in locking an mbox-file with flock, and roughly 30 seconds elapse without there being any changes to mbox-file or the lockfile, then dotlock will delete the lockfile and try again. While it holds a lock, lockfile will keep updating the modification time of the lockfile every 15 seconds, to prevent the lock from getting cleaned up in the event that command is slow. OPTION --noflock (-L) Ordinarily, dotlock uses both flock and dotfile locking. (It uses flock first, but releases that lock in the even that dotfile locking fails, so as to avoid deadlocking with applications that proceed in the reverse order.) The -L option disables flock locking, so that dotlock only uses dotfile locking. This is primarily useful as a wrapper around an application that already does flock locking, but to which you want to add dotfile locking. (Even if your mail delivery system doesn't use flock, flock actually improves the efficiency of dotlock, so there is no reason to disable it.) --fcntl (-P) This option enables fcntl (a.k.a. POSIX) file locking of mail spools, in addition to flock and dotfile locking. The advantage of fcntl locking is that it may do the right thing over NFS. However, if either the NFS client or server does not properly support fcntl locking, or if the file system is not mounted with the appropriate options, fcntl locking can fail in one of several ways. It can allow different processes to lock the same file concurrently--even on the same machine. It can simply hang when trying to acquire a lock, even if no other process holds a lock on the file. Also, on some OSes it can interact badly with flock locking, because those OSes actually implement flock in terms of fcntl. --nowait (-W) With this option, dotlock simply exits non-zero and does not run command if it cannot immediately acquire the lock. SEE ALSO
avenger(1), deliver(1), avenger.local(8) The Mail Avenger home page: <http://www.mailavenger.org/>. BUGS
dotlock does not perform fcntl/lockf-style locking by default. Thus, if your mail reader exclusively uses fcntl for locking, there will be race conditions unless you specify the --fcntl option. flock does not work over network file systems. Thus, because of dotlock's mechanism for cleaning stale lock files, there is a possibility that a network outage could lead to a race condition where the lockfile is cleared before command finishes executing. If lockfile detects that the lock has been stolen, it prints a message to standard error, but does not do anything else (like try to kill command). AUTHOR
David Mazieres Mail Avenger 0.8.3 2012-04-05 dotlock(1)
All times are GMT -4. The time now is 09:10 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy