Blog posts from TildeHost blog

27 blog posts:

Cron Job Log Page Improvements
Dec 29, 2014
clash of clans hack and cheatclash of clans hack tool clash of clan cheat tool This recent Cronless update brings the following improvements to the log pages of cron jobs: Both free and premium members can now view all the logs without any restrictions. The export feature (available to premium members) now exports up to […] Related posts: Increased Cron Job Error Tolerance Count Cronless Bug Fixes & Tweaks
Cron Job Log Page Improvements
Dec 29, 2014
This recent Cronless update brings the following improvements to the log pages of cron jobs: Both free and premium members can now view all the logs without any restrictions. The export feature (available to premium members) now exports up to 100,000 records. The export feature (available to premium members) now exports to JSON file format. […] Related posts: Increased Cron Job Error Tolerance Count Cronless Bug Fixes & Tweaks
Cronless Bug Fixes & Tweaks
May 05, 2014
Pay for Exclusive Essay on https://instantwritings.com/ Pay less and get unique custom essay, proficient research paper and sophisticated dissertation written by academic experts. Todays updates include a few bug fixes and UI changes: Bug Fixes The cron jobs user-agent field (available to Power and Pro members) now works as expected with all major web servers. […] Related posts: Minor Interface Tweaks to Cronless
Cronless Bug Fixes & Tweaks
May 05, 2014
Today’s updates include a few bug fixes and UI changes: Bug Fixes The cron job’s user-agent field (available to Power and Pro members) now works as expected with all major web servers. The Zendesk integration pages were updated to use their new API. UI Changes The Settings page now includes the notifications settings too and […] Related posts: Minor Interface Tweaks to Cronless
Increased Cron Job Error Tolerance Count
Apr 17, 2014
The error tolerance of cron jobs in Cronless, the web-based cron job and port monitoring service, is now increased for all membership types. Error tolerance is the number of consecutive failures a cron job returns before it is automatically disabled. The changes are: Free memberships increased from 5 to 10. Premium memberships increased from 10 […] Related posts: Cron Job Log Page Improvements
Increased Cron Job Error Tolerance Count
Apr 17, 2014
The error tolerance of cron jobs in Cronless, the web-based cron job and port monitoring service, is now increased for all membership types. Error tolerance is the number of consecutive failures a cron job returns before it is automatically disabled. The changes are: Free memberships increased from 5 to 10. Premium memberships increased from 10 […] Related posts: Cron Job Log Page Improvements
Paging in MySQL Command-Line Client
Feb 04, 2014
By default MySQL command-line client wraps lines in a SELECT query result and has no paging. You can solve both these problems by using the less command available in Unix/Linux systems. Entering the following command in MySQL command-line client will do the trick: The pager command lets you select a program to use as a […] Related posts: Importing and Exporting MySQL Databases Navigating MySQL Databases and Tables Backup MySQL Databases to Amazon S3 Using PHP
Paging in MySQL Command-Line Client
Feb 04, 2014
By default MySQL command-line client wraps lines in a SELECT query result and has no paging. You can solve both these problems by using the less command available in Unix/Linux systems. Entering the following command in MySQL command-line client will do the trick: The pager command lets you select a program to use as a […] Related posts: Importing and Exporting MySQL Databases Navigating MySQL Databases and Tables Backup MySQL Databases to Amazon S3 Using PHP
Importance of Correct and Valid Html
Jan 29, 2014
HTML is the foundation of the web! HTML defines the structure and presentation of the website. Therefore, it needs to be clean, correct and validated. HTML document validation is an automated process. Just like the Spell-Check feature in MS Word enables you to identify and correct spelling and grammar mistakes in the document, there are […] Related posts: Common Website Mistakes The SEO Importance of Website Architecture 404 and 403 Error Pages in ASP.NET
Importance of Correct and Valid Html
Jan 29, 2014
HTML is the foundation of the web! HTML defines the structure and presentation of the website. Therefore, it needs to be clean, correct and validated. HTML document validation is an automated process. Just like the Spell-Check feature in MS Word enables you to identify and correct spelling and grammar mistakes in the document, there are […] Related posts: Common Website Mistakes The SEO Importance of Website Architecture 404 and 403 Error Pages in ASP.NET
Checking gzip Compressed tar Files
Jan 22, 2014
I wrote this very simple bash script to check the gzip compressed tar files generated by cPanel’s backup. It attempts to extract each file individually to /dev/null and emails a list of the ones that were not extracted successfully. Lines 8 through 17 loops through the files in the current directory with a .gz extension […] Related posts: Backup MySQL Databases to Amazon S3 Using PHP Shortcut Keys for Bash 404 and 403 Error Pages in ASP.NET
Checking gzip Compressed tar Files
Jan 22, 2014
I wrote this very simple bash script to check the gzip compressed tar files generated by cPanel’s backup. It attempts to extract each file individually to /dev/null and emails a list of the ones that were not extracted successfully. Lines 8 through 17 loops through the files in the current directory with a .gz extension […] Related posts: Backup MySQL Databases to Amazon S3 Using PHP Shortcut Keys for Bash 404 and 403 Error Pages in ASP.NET
SnipsManager Is Now Free And Open Source
Jan 13, 2014
SnipsManager, the PHP script for sharing source code and plain text, is now free and open source. It is now published under the Revised BSD License and is available on GitHub. Some of the features SnipsManager offers are: Syntax highlighting for 27 programming and scripting languages, protecting snippets with passwords and/or CAPTCHA, and downloading the […] Related posts: SnipsManager Version 2.3 Released SnipsManager Version 2.2 Released An Open Source Website Screen Capture Program
SnipsManager Is Now Free And Open Source
Jan 13, 2014
SnipsManager, the PHP script for sharing source code and plain text, is now free and open source. It is now published under the Revised BSD License and is available on GitHub. Some of the features SnipsManager offers are: Syntax highlighting for 27 programming and scripting languages, protecting snippets with passwords and/or CAPTCHA, and downloading the […] Related posts: SnipsManager Version 2.3 Released SnipsManager Version 2.2 Released An Open Source Website Screen Capture Program
60 Web-Based Lorem Ipsum Generators
Dec 17, 2013
When I considered writing a blog post listing web-based Lorem Ipsum generators I didn’t know I’ll find so many. So I listed all I found: RandomText Cupcake Ipsum HTML-Ipsum Fillerama Catnipsum Lorem 2 PDX Ipsum Any Ipsum Hipster Ipsum Veggie Ipsum Bogan Ipsum Fillerati Skate Ipsum Tuna Ipsum Web 2.0 Ipsum Samuel L Ipsum Beer […] Related posts: Strategic Advantages of Web Based Applications
60 Web-Based Lorem Ipsum Generators
Dec 17, 2013
When I considered writing a blog post listing web-based Lorem Ipsum generators I didn’t know I’ll find so many. So I listed all I found: RandomText Cupcake Ipsum HTML-Ipsum Fillerama Catnipsum Lorem 2 PDX Ipsum Any Ipsum Hipster Ipsum Veggie Ipsum Bogan Ipsum Fillerati Skate Ipsum Tuna Ipsum Web 2.0 Ipsum Samuel L Ipsum Beer […] Related posts: Strategic Advantages of Web Based Applications
How to Get the Title of a Webpage in Windows Forms
Nov 18, 2013
I’ve been working on a Windows Forms application that needs to, among other things, get the title of a webpage. I thought I might share it here in case someone else needs it. The function uses System.Net.WebClient to download the HTML source of the page into a string variable. Then using the regular expressions class […] Related posts: Dictionaries of HTML Codes How to Download a Web Page in WinForms Get a Movie’s Details From IMDb
How to Get the Title of a Webpage in Windows Forms
Nov 18, 2013
I’ve been working on a Windows Forms application that needs to, among other things, get the title of a webpage. I thought I might share it here in case someone else needs it. The function uses System.Net.WebClient to download the HTML source of the page into a string variable. Then using the regular expressions class […] Related posts: Dictionaries of HTML Codes How to Download a Web Page in WinForms Get a Movie’s Details From IMDb
Patience is SEO’s Middle Name
Nov 14, 2013
When beginning an SEO campaign, it is very important to have patience and work with the SEO professionals in a team effort. Great SEO campaigns do not happen overnight, nor do they happen by themselves. Everyday, SEO professionals come across as enthusiastic people who are looking to get their website optimized for the search engines […] Related posts: How to Build Backlinks to Increase Your Bottom Line Top 4 Reasons To Prefer Slow, Steady And Balanced Link Building How To Optimize a Blog for Search Engines
Patience is SEO’s Middle Name
Nov 14, 2013
When beginning an SEO campaign, it is very important to have patience and work with the SEO professionals in a team effort. Great SEO campaigns do not happen overnight, nor do they happen by themselves. Everyday, SEO professionals come across as enthusiastic people who are looking to get their website optimized for the search engines […] Related posts: How to Build Backlinks to Increase Your Bottom Line Top 4 Reasons To Prefer Slow, Steady And Balanced Link Building How To Optimize a Blog for Search Engines
SSL Certificates Now Available
Nov 21, 2011
We are excited to announce that we now offer SSL certificates from Comodo, GeoTrust and Symantec. Depending on your needs you can choose a domain, organization or extended validated certificate. Following is a brief description of each: Domain Validation: Validates the domain is registered and that someone with admin rights is aware of and approves...
Added New OpenVZ Templates
Oct 24, 2011
We added 3 more OpenVZ OS templates: Ubuntu 11.04 32bit Fedora 15 32bit CentOS 6 32bit
Added New OpenVZ Templates
Aug 31, 2011
We added 3 more OpenVZ OS templates: Arch Linux 2010.05 32bit Slackware 13.1 32bit openSUSE 11.4 32bit
Using Netcat as a Port Scanner
Jul 22, 2010
Netcat can also be used as a port scanner by using the -z option and specifying a host and port range instead of a single port. This option checks the ports in range if there is a daemon listening. The following example will scan the ports 20 through 25 of 192.168.1.10 and list the open...
Using The Netcat Command to Transfer Files
Jul 20, 2010
You can use nc (Netcat) to transfer files from one machine to the other. To do so just follow these steps: On the receiving machine start an nc session in listening mode using the -l option followed by the port number and redirect the output to a file: nc -l 12345 > output1.dat This command...
Using netcat as a Simple Chat Program
Jul 09, 2010
As the man page of nc, the Linux/UNIX Netcat command, says “The nc utility is used for just about anything under the sun involving TCP or UDP”. This includes using it as a basic chat program. To try it start nc on one of the machines listening on a port (port 12345 in this example):...
Detect if you are Running a Virtual Machine
Jun 12, 2010
Would you like to know if your server’s OS is running on bare-metal or on a virtual machine. imvirt and virt-what are two Linux scripts that allow you to do so easily. Both are open source and can be downloaded for free from their respective websites as well as Ubuntu’s Synaptic Package Manager. imvirt imvirt...