PUBLIC   marks

PUBLIC MARKS with search host

Sponsorised links

September 2009

Dell PowerEdge T710 Tower Server Overview

by danijelzi (via)
The Dell PowerEdge T710 is the company’s new dual-socket tower server. The virtualization oriented T710 is based on the Intel 5520 chipset and supports up to two quad-core or dual-core Intel Xeon 5500 series processors. It has 18 DIMM slots for up to 144GB of ECC DDR3 memory and supports 16 2.5-inch or 8 3.5-inch hot-plug hard drives, depending on customer’s choice. The 5U chassis, mountable in 19″ racks, also includes two media bays for optical drives or tape backup units, and two power supplies with optional redundancy. Integrated storage controller choices include SAS 6/iR or PERC 6/i SAS RAID, but there’s also a variety of additional HDD controllers. Customers can also choose between various host bus controller, management card, and network adapter options. Dell’s T710 has 6 PCI Express 2.0 slots and the integrated Matrox G200 video chip, and offers an interactive LCD on the front of the server for system health monitoring, alerts and control of basic management configuration. Regarding software, the PowerEdge T710 ships without OS or with one of Windows Sever, SUSE Linux, or Red Hat Linux editions, with VMware or Citrix virtualization software, and with various optional management and backup applications. The Dell PowerEdge T710 currently starts at $1,199 at the official Dell Small Business website.

BBM

by mozkart
Social Networking, blogging, ID Hub, content management and an aggregation engine are all available in source code form or we'll host it for you - via a SaaS deal. We can customize to your needs, whether it be a stand alone network or by - "bringing social to software" - into your existing legacy app or web site

VTC (Video Training Course): Ubuntu Linux | Ebookee Free eBooks Download!

by tadeufilippini (via)
VTC (Video Training Course): Ubuntu Linux VTC (Video Training Course) Ubuntu Linux Author: Charles Griffin | SKU: 33743 | ISBN: 1-933736-68-2 | Release Date: 2007-02-22 | Duration: 5.5 hrs / 63 lessons | 235 Mb Ubuntu Linux is a free, general-purpose operating system for the PC desktop that often rivals Microsoft Windows and Macintosh OS for ease of use, security, and freedom from restrictions. Since its founding a few years ago, Ubuntu Linux has become extremely popular and has helped popularize free and open source software. This step-by-step beginner's course to Ubuntu Linux is designed to guide a user with no previous linux experience. This course, presented by VTC author Chess Griffin, also the host of "Linux Reality," a popular podcast for new Linux users, starts at the absolute beginning. Including an explanation of what Linux is, how to obtain a free copy of Ubuntu Linux, and how to boot the "live" CD to test Ubuntu Linux. You will learn configuration, customization, adding software to the system, and working with the desktop environment. As well as the many included programs and features of Ubuntu Linux

Who is Cassandra (Elvira) Peterson - Mistress of the Dark

by access2
Cassandra Peterson is better known as her alter ego "Elvira, Mistress of the Dark," The hostess of KHJ-TVs Movie Macabre in the 1980s, which became the first nationally syndicated horror host show. The Queen of Halloween has been a pop culture icon ever since, branching out into feature films, calendars, books, music, and, of course, tassel dancing. (If you haven't seen Elvira, Mistress of the Dark, you really do need to get out more!) Her sarcastic wit and double-entendré humor are two more things that make it a comedy classic in it's own right.

6 Tools to Help You Analyze a Web Host

by jakamos
6 Tools to Help You Analyze a Web Host

Isimtescil.net

by jakamos
Domain tescili,Web Hosting,Host,Sunucu Kiralama,Co-Location,SSL,Web Tasarımı

Sponsorised links

August 2009

Supportez Free Tools - Hébergement professionnel.| Webmaster - Ressources et outils gratuits pour votre site internet - Free Tools| Free Tools, Le meilleur des outils gratuits pour webmaster

by parmentierf
Avec FT Host, j’ouvre une partie de mes serveurs aux webmasters aussi bien “amateurs” que “professionnels” avec la même rigueur et le même soucis de qualité de service que mes confrères hébergeurs.

VnTutor: Ubuntu Linux Ebook - Download free

by tadeufilippini
Beginning Ubuntu Linux: From Novice to Professional This book is the best-selling guide to the hottest new Linux distribution. Within its 600 in-depth pages, you'll learn how to become a pro-level Linux user. The book starts by introducing you to the world of Linux. Then it outlines Ubuntu installation in illustrated steps, after which you'll learn how to configure every piece of everyday tech hardware such as your Internet connection, printers, 3D graphics cards, Bluetooth devices, and much more. Then you'll learn fun tasks such as listening to audio CDs and MP3s, watching movies, performing office tasks, and even image editing. Additionally, there's a series of comprehensive tutorials on Linux internals and the command-line prompt--essential for any Linux expert--and the book includes special sections on optimization, security, and system maintenance. You can download it from RapidShare. VnTutor do not own or host this book. So, VnTutor don't guarantee that these links are active forever. Free download Ubuntu Linux books Moving to Ubuntu Linux 6 comments 1. Anonymous // 7/26/07 8:54 AM thankyou for your efforts. downloads much appreciated.

VnTutor: Wiley Ubuntu Linux Bible - Jan 2007

by tadeufilippini (via)
It's the fastest-growing, coolest Linux distribution out there, and now you can join the excitement with this information-packed guide. Want to edit graphics? Create a spreadsheet? Manage groups? Set up an NFS server? You'll learn it all and more with the expert guidance, tips, and techniques in this first-ever soup-to-nuts book on Ubuntu. From the basics for newcomers to enterprise management for system administrators, it's what you need to succeed with Ubuntu. * Master the fundamentals for desktop and networks * Send e-mail, share files, edit text, and print * Download music, watch DVDs, and play games * Use Ubuntu on laptops, go wireless, or synch it with your PDA * Set up Web, mail, print, DNS, DHCP, and other servers * Manage groups and secure your network You can download it from Rapid Share. VnTutor do not own or host this book. So, VnTutor don't guarantee that these links are active forever. You can download other Ubuntu Linux books here. It's free. + Moving to Ubuntu Linux + Beginning Ubuntu Linux + The official Ubuntu Book + Ubuntu Hacks + Ubuntu Unleashed Or read good tutorials about Linux on the Net ...

Pinoys in Bahamas lift Ms. Philippines

by alamat (via)
The Philippine representative to the Miss Universe pageant received a warm welcome from Filipinos based in the Bahamas, the host nation.

DryDrop

by karlcow

It is simple. Let's say you have GitHub repo containing static web site and you want to host it on App Engine. DryDrop is an application ready to be uploaded as your App Engine project. When you upload it first time, you should setup post-receive hook in your GitHub repo to point to your App Engine project, so every change you push to GitHub can be reflected on your App Engine site immediately.

Let's say someone visits your App Engine site. DryDrop has a simple cache. If requested page is not in the cache, DryDrop will try to fetch it from GitHub, store it in the cache and then serve it. Next time the same URL is requested, it will be served directly from DryDrop cache.

Let's say you did some changes to your files. In the moment you push file changes into GitHub, post-receive hook will ping DryDrop and that invalidates modified files in the cache. Next request will trigger downloading of fresh files from GitHub.

Blocking Unwanted Parasites with a Hosts File

by karlcow & 6 others

The Hosts file contains the mappings of IP addresses to host names. This file is loaded into memory (cache) at startup, then Windows checks the Hosts file before it queries any DNS servers, which enables it to override addresses in the DNS.

July 2009

Memup Mediagate NX HD : lecteur multimédia - AVCesar.com

by decembre
Passerelle multimédia (audio, photo et vidéo) avec port Ethernet offrant l’accès au contenu d’un disque dur Nas ou d’un ordinateur partagé sur le réseau domestique. Mais c’est aussi un lecteur multimédia permettant d’afficher directement sur un téléviseur, ou par l’intermédiaire d’un système Home Cinéma, musiques, vidéos et photos numériques stockées sur un disque dur ou une clé USB. Pour cela, le Memup Mediagate NX HD propose une sortie HDMI 1.2 avec Upcaling 1 080p, une Composite, une audio optique, une coaxiale et un port USB Host bien sûr. Les formats gérés par le Memup Mediagate NX HD comptent le Mpeg/Mpeg2/Mpeg4, le DivX, le AVC/H.264, le WMV et le VC‑1 pour la vidéo ; le MP3, le WMA, le Flac, l’AAC, l’Ogg pour l’audio ; et le Jpeg pour la photo. Vendu avec une télécommande, un câble USB, un câble réseau, un câble Composite (RCA), le Memup Mediagate NX HD est déjà disponible au prix indicatif de 99,90 euros.

Memup Mediagate HD : le chaînon manquant - AVCesar.com

by decembre
La société française, après l’annonce du Memup Mediagate NX HD, présente le Memup Mediagate HD, un lecteur multimédia qui fait le lien entre un téléviseur ou un système Home Cinéma et toutes sortes de périphériques de stockage. Équipé d’un lecteur de carte SD/MMC/MS et d’un port USB Host, il permet d’accéder au contenu audio, vidéo ou musical stocké sur une clé USB, un disque dur (Fat32 ou NTFS) ou une carte mémoire. Il suffit ensuite de le raccorder à un écran ou à un amplificateur audio-vidéo via la sortie HDMI 1.2 dotée de la fonction Upscaling 1 080i ou Composite, pour en profiter sur un écran. Il accepte les formats Mpeg2, Mpeg4 et XviD pour la vidéo ; MP3, WMA, AAC, Ogg pour l’audio ; Jpeg pour la photo. Vendu avec câble Composite, câble USB, télécommande et adaptateur péritel, il est disponible au prix indicatif de 59,99 euros.

Open Anzo

by parmentierf
Anzo includes both an open source enterprise-featured RDF quad store and a sophisticated service oriented, semantic middleware platform that provides support for multiple users, distributed clients, offline work, real-time notification, named-graph modularization, versioning, access controls, and transactions. Developers will discover a host of features we believe are necessary for the creation of sophisticated applications based on W3C semantic technology standards like OWL, RDF and SPARQL.

June 2009

SVI-wiki: Scp Batch Mode

by eaque
done with a regular (with password) ssh connection, and accepting the host as known. Then, the host name should be the same as the one

Using a custom domain name | Tumblr

by sbrothier
Custom domains let you host your tumblelog with a URL like "www.mywebsite.com". This can be tricky to set up, and is only recommended for advanced users. Really — our staff isn't able to support many of the issues that may crop up when setting up a domain name. So please ask a friend who's done this before if you're uncomfortable with any of the instructions.

Curiosity is bliss: XMLHttpRequest - Security Bypass

by decembre
While trying to help Dare make his MovieFinder page run in Firefox, I ran into an issue that can make developing AJAX applications a pain: when testing your pages, you need to host them in the same domain as your services. I explain the details of the problem and how the "XMLHttpRequest - Bypass Security" Greasemonkey user script solves it. Note: this script is meant for development only, as it gives the page access to a potentially dangerous API. The default @include is "file:///*", but feel free to restrict it even further to the path for the pages you're trying to tweak. You should never have to @include an http ur

May 2009

Introducing Typekit « The Typekit Blog

by Spone & 3 others
We’ve been working with foundries to develop a consistent web-only font linking license. We’ve built a technology platform that lets us to host both free and commercial fonts in a way that is incredibly fast, smoothes out differences in how browsers handle type, and offers the level of protection that type designers need without resorting to annoying and ineffective DRM. As a Typekit user, you’ll have access to our library of high-quality fonts. Just add a line of JavaScript to your markup, tell us what fonts you want to use, and then craft your pages the way you always have. Except now you’ll be able to use real fonts. This really is going to change web design. We’ll be launching this summer with a great collection of beautiful and hardworking typefaces. We’ll offer a free version of the service to get you started, and a low-cost way to grow from there. A truly scalable professional version will follow soon after.

Ajaxian » JSPlacemaker - Geo data extraction in pure JavaScript

by karlcow

a small wrapper in JavaScript that allows JS access to the Placemaker service called JS-Placemaker. I am not hosting a proxy for you, all you need to do is get your own application ID for Placemaker and use the JavaScript which you can host yourself if you wanted to.

Typefaces we can all share : Open Font Library

by srcmax & 12 others
Link in to Web Fonts! We host font files that you can directly link to from your sites.

WordPress › Business Directory « WordPress Plugins

by delavigne
Business Directory The Business Directory plugin for Wordpress is an easy way to host a free directory page for your readers, affiliates, advertisers, community or club members. Invite them to submit a simple advertisement listing for themselves on your blog. Listings include company name, a short description, and contact information including a live URL. The plugin includes an admin tab that allows you to approve of listings before they appear live on the site. You can also edit and delete listings.

April 2009

Mozilla Labs Concept Series - Project ‘Chocolate Factory’ | finette.co.uk » blog

by karlcow

The basic idea is to replace the current Concept Series forum with a tool which allows users to post ideas/mockups/prototypes; discuss, rate & collaborate on them and move them forward through the process. Further the tool aggregates content from the wider web to allow users to host their concepts on their own blogs and sites such as flickr.

PUBLIC TAGS

ajax   apple   art   audio   blog   blogging   blogs   book   bookmarks   books   business   car   community   computer   css   culture   design   download   dvd   education   email   finance   firefox   flash   flickr   food   forum   free   fun   funny   game   games   google   guide   health   history   home   hosting   html   humor   image   images   information   internet   ipod   java   javascript   life   links   linux   mac   magazine   marketing   media   microsoft   mobile   money   movie   movies   mp3   music   news   online   phone   photo   photography   photos   photoshop   php   podcast   programming   radio   reference   rss   science   search   security   seo   service   shopping   site   social   software   sports   technology   tips   tool   tools   travel   tutorial   tv   video   videos   web   web2.0   webdesign   wiki   windows   wordpress   yahoo  

Sponsorised links