A bit of light relief...


 
Thread Tools Search this Thread
The Lounge What is on Your Mind? A bit of light relief...
# 8  
Old 02-19-2015
With 30+ servers I do the same thing: colors for my putty windows. Works great. Now, if I ever learn to type and think at the same time, things will be just fine. I hope.
Login or Register to Ask a Question

Previous Thread | Next Thread

6 More Discussions You Might Find Interesting

1. Windows & DOS: Issues & Discussions

Which version of Windows Vista to install with a product key? 32-bit or 64-bit?

Hello everyone. I bought a dell laptop (XPS M1330) online which came without a hard drive. There is a Windows Vista Ultimate OEMAct sticker with product key at the bottom case. I checked dell website (here) for this model and it says this model supports both 32 and 64-bit version of Windows... (4 Replies)
Discussion started by: milhan
4 Replies

2. What is on Your Mind?

A bit of light entertainment. ;oD

;oD I received this snippet on facebook the other day... Enjoy:- (0 Replies)
Discussion started by: wisecracker
0 Replies

3. What is on Your Mind?

A little bit of poetic light entertainment.

Over the years I have written light hearted poems about computers and computing... Hopefully this will put a smile on your face... If you like it I might post another one... My XMAS prezzy. --------------- 'Twas 1982, after the Falklands campaign, Christmas was about to come round once... (5 Replies)
Discussion started by: wisecracker
5 Replies

4. Shell Programming and Scripting

How to handle 64 bit arithmetic operation at 32 bit compiled perl interpreter?H

Hi, Here is the issue. From the program snippet I have Base: 0x1800000000, Size: 0x3FFE7FFFFFFFF which are of 40 and 56 bits. SO I used use bignum to do the math but summing them up I always failed having correct result. perl interpreter info, perl, v5.8.8 built for... (0 Replies)
Discussion started by: rrd1986
0 Replies

5. Programming

copying or concatinating string from 1st bit, leaving 0th bit

Hello, If i have 2 strings str1 and str2, i would like to copy/concatenate str2 to str1, from 1st bit leaving the 0th bit. How do i do it? (2 Replies)
Discussion started by: jazz
2 Replies

6. What is on Your Mind?

What a relief

It is so nice to find a site where you can actually get answers to Unix questions - I've found most of my answers just my searching - but was amazed at the fast response to the nightmare file questions. Thank you again! (1 Reply)
Discussion started by: Barb
1 Replies
Login or Register to Ask a Question
i3lock(1)							   User Manuals 							 i3lock(1)

NAME
i3lock - improved screen locker SYNOPSIS
i3lock [-v] [-n] [-b] [-d] [-i image.png] [-c color] [-t] [-p pointer] [-u] DESCRIPTION
i3lock is a simple screen locker like slock. After starting it, you will see a white screen (you can configure the color/an image). You can return to your screen by entering your password. IMPROVEMENTS
* i3lock forks, so you can combine it with an alias to suspend to RAM (run "i3lock && echo mem > /sys/power/state" to get a locked screen after waking up your computer from suspend to RAM) * You can specify either a background color or a PNG image which will be displayed while your screen is locked. * You can specify whether i3lock should bell upon a wrong password. * i3lock uses PAM and therefore is compatible with LDAP etc. OPTIONS
-v, --version Display the version of your i3lock -n, --nofork Don't fork after starting. -b, --beep Enable beeping. Be sure to not do this when you are about to annoy other people, like when opening your laptop in a boring lecture. -d, --dpms Enable turning off your screen using DPMS. Note that, when you do not specify this option, DPMS will turn off your screen after 15 minutes of inactivity anyways (if you did not disable this in your X server). -u, --no-unlock-indicator Disables the unlock indicator. i3lock will by default show an unlock indicator after pressing keys. This will give feedback for every keypress and it will show you the current PAM state (whether your password is currently being verified or whether it is wrong). -i path, --image=path Display the given PNG image instead of a blank screen. -c rrggbb, --color=rrggbb Turns the screen into the given color instead of white. Color must be given in 6-byte format: rrggbb (i.e. ff0000 is red) -t, --tiling If an image is specified (via -i) it will display the image tiled all over the screen (if it is a multi-monitor setup, the image is visible on all screens). -p win|default, --pointer=win|default If you specify "default", i3lock does not hide your Mousepointer. If you specify "win", i3lock displays a hardcoded Windows-Pointer (thus enabling you to fuck with your friends by using a Screenshot of a Windows-Desktop as a locking-screen). SEE ALSO
xautolock(1) - use i3lock as your screen saver AUTHOR
Michael Stapelberg <michael+i3lock at stapelberg dot de> Jan-Erik Rediger <badboy at archlinux.us> Linux JANUARY 2012 i3lock(1)