NSFW ads make this site NSFW


 
Thread Tools Search this Thread
Contact Us Post Here to Contact Site Administrators and Moderators NSFW ads make this site NSFW
# 15  
Old 02-19-2010
You can make a video clip with your mobile phone Smilie Video cameras are sooooo 'yesterday'....
Login or Register to Ask a Question

Previous Thread | Next Thread

6 More Discussions You Might Find Interesting

1. IP Networking

IPSec Openswan Site to Site VPN - Big Pain

Hi @all, I try to connect 2 LANs with IPSec/Openswan LAN 1: 192.168.0.0/24 LAN 2: 192.168.1.0/24 This is my Config: conn HomeVPN # # Left security gateway, subnet behind it, nexthop toward right. left=192.168.1.29 ... (1 Reply)
Discussion started by: bahnhasser83
1 Replies

2. IP Networking

Does cisco 1921 router support site to site VPNs using IPSec?

Q: "Does Cisco 1921 router support,, act as an endpoint for, site to site VPNs using IPSec? If so, how many? " A: If you get the Cisco 1921/k9 with the security services bundle then it will have built in security features. Cisco, typically includes IP Sec tunnels I believe as part of that... (0 Replies)
Discussion started by: Ayaerlee
0 Replies

3. IP Networking

How to establish site to site vpn - Linux machine and cisco asa?

Hi, I am trying to establish vpn between my linux server and cisco asa at client side. I installed openswan on my cent os. Linux Server eth0 - 182.2.29.10 Gateway - 182.2.29.1 eth1 - 192.9.200.75 I have simple IPtables Like WAN="eth0" LAN="eth1" (0 Replies)
Discussion started by: ashokvpp
0 Replies

4. What is on Your Mind?

sales ads

Anyone else getting tired of the sales ads? There are so many now. It's getting painful just to poke around the forums. I think that I'm outta here for awhile. :( (4 Replies)
Discussion started by: garskoci
4 Replies

5. Web Development

Flush Ads - Is this code overriding my ads?

I installed a wordpress theme and came across the following code contained in the functions.php (theme functions) file. I am wanting to make sure this code is not over-riding my adsense publisher id and replacing with theirs in the background. I had this happen on another theme and just wanting... (1 Reply)
Discussion started by: blueray1974
1 Replies

6. IP Networking

port access to site to site VPN

Setup a site to site VPN between two cisco routers. One of the site locations is unable to access ports such as https://example.com:9001 How do I let them go into port 9001? They can ssh, ftp, telnet and everything else. Is this a VPN issue or ACL access issue? I put permit ip host... (0 Replies)
Discussion started by: photon
0 Replies
Login or Register to Ask a Question
TERMSAVER(1)															      TERMSAVER(1)

NAME
Termsaver - A simple text-based terminal screensaver SYNTAX
termsaver [SCREEN] [OPTIONS] DESCRIPTION
is a simple alternative for simulating command-line based screensavers right on the terminal, in text-based format. To start the screensaver, execute Termsaver command with proper options as described in detail below, and to close it, just use the stan- dard Ctrl+C to interrupt it (or close the terminal window if you are on a desktop environment and no longer need it). SCREEN
The Termsaver application, to work properly, requires a screen as argument, which represents the name of the screensaver to be loaded. Each in turn, will have its own set of optional arguments, documented in its help option. Here follows a list of currently available screens (note that this information might become outdated if updates are not fully documented here, so always rely on the help option to display all screens available): quotes4all displays recent quotes from quotes4all.net asciiartfarts displays ascii images from asciiartfarts.com (NSFW) rssfeed displays rss feed information clock displays a digital clock on screen randtxt displays word in random places on screen dot displays a random running dot rfc randomly displays RFC contents programmer displays source code in typing animation urlfetcher displays url contents with typing animation jokes4all displays recent jokes from jokes4all.net (NSFW) matrix displays a matrix movie alike screensaver Refer to help option for additional information for each screen usage and example. OPTIONS
This program follow the usual GNU command line syntax, with long options starting with two dashes (`-'). A summary of options is included below. -h, --help Displays this help message -v, --verbose Displays python exception errors (for debugging) EXAMPLES
Check all available screens to use: termsaver --help Run random text screensaver with extra arguments: termsaver randtxt --word HelloWorld --delay 1 SEE ALSO
See more information about this project at: http://termsaver.info COPYRIGHT
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. AUTHORS
Termsaver was written by Bruno Braga <bruno.braga@gmail.com>. BUGS
Report bugs to authors at: http://github.com/brunobraga/termsaver Termsaver 22 March 2012 TERMSAVER(1)