JQuery Tutorials -JQuery Wildcard Selectors 1

JQuery Tutorials -JQuery Wildcard Selectors

So for wildcards this can be done.

Update: I’ve discovered that is not usable in some cases. In case you are really in trouble, you can use

This will work in any of these “Ellement1″,”Ellement2″,”EllementSomething” cases.[/crayon]

How to setup SSH - Install SSH server and client 2

How to setup SSH – Install SSH server and client

This entry is part 1 of 3 in the series SSH Best Practices

What is SSH? Secure Shell or SSH is a network protocol that allows data to be exchanged using a secure channel between two networked devices. SSH was designed as a replacement for Telnet and other insecure remote shells, which send information, notably passwords, in plaintext, rendering them susceptible to packet analysis. The encryption used by […]

Data Recovery - Recover Files or Partitions with TestDisk from a damaged Hard Drive 3

Data Recovery – Recover Files or Partitions with TestDisk from a damaged Hard Drive

Fix partition table, recover deleted partition Recover FAT32 boot sector from its backup Rebuild FAT12/FAT16/FAT32 boot sector Fix FAT tables Rebuild NTFS boot sector Recover NTFS boot sector from its backup Fix MFT using MFT mirror Locate ext2/ext3/ext4 Backup SuperBlock Undelete files from FAT, NTFS and ext2 filesystem Copy files from deleted FAT, NTFS […]

How to Setup a free Webradio Server - Install a Shoutcast Server on Linux 4

How to Setup a free Webradio Server – Install a Shoutcast Server on Linux

In this tutorial you’ll learn how to setup your own free shoutcast server with shoutcast server software from shoutcast.com 1. login to your server via ssh (ssh tutorial) to get a remote command line or just fire-up the keyboard right in front of your server! ;p 2. create a folder where you want to download […]

Google Gmail – How to change gmail default font settings

HowTo update to lastest Firefox via PPA on Ubuntu Linux

2. update your packages

3. finally, an upgrade and you’re done!

Enjoy your new, stable, firefox! Best Regards, Specktator.[/crayon]

How To solve – ERROR 2002 (HY000): Can’t connect to local MySQL server through socket ‘/var/run/mysqld/mysqld.sock’ (2)

Something like: ERROR 2002 (HY000): Can’t connect to local MySQL server through socket ‘/var/run/mysqld/mysqld.sock’ (2) Ok this was tough enough to find. :PThree simple things. the number inside parenthesis indicates the error number we want to think about firstly. The number two means that mysql daemon cannot find that file. So, to solve this, try […]

deluge

HowTo – Set up Deluge torrent server (aka seedbox) headless with Ubuntu

This entry is part 1 of 2 in the series Deluge SeedBox Series

Deluge is a bit torrent protocol client, designed in client server model and has the ability to run in multiple and various interfaces. Client, web interface and console. So lets’s say you have an ubuntu server installed somewhere or an ubuntu desktop which you want to load, with all the damn work of downloading huge […]

JQuery Tutorials – Use JQuery to protect/rewrite emails from spam bots

This entry is part 1 of 3 in the series Spambot Protection

This jquery snippet protects your published email addresses from being obtained from spam bots. Keep in mind that your (html)code must be in form Peter_[at]_example.com and the emails must be inside an ellement with mail class in order to let javascript replace the correct characters. Of course you can modify it as you wish ;) […]

Configure SSMTP on Linux – How to send mail from linux system with Gmail (as smarthost)

SSMTP is a simple MTA(Message Transfer Agent) to send off mail from a Linux system to a mailhub. For a mailhub will use a Gmail account. SSMTP can send emails by itself or you can install mutt (it’s another simple MTA). Always it’s a good idea to configure your server to notify you with some […]