June 5, 2008

CSS Editors for Linux

by @ 10:47 am. Filed under Web Development, Linux Hosting

By default there are not many editors on Linux which are CSS friendly, for better syntax highlighting and cleaner look, you basically need a text editor which perform smoothly in your web development environment. Here are some of great CSS editors available for Linux;

* Quanta+ - It provide maximal user extensibility, best editor for efficient and natural use, You can effectively manage editor contents and visually create dialogs for your scripts.

* CSSED - Best editor in open source for auto completion, syntax highlighting and syntax validation that make CSS editing easy. CSSED also features MDI notebook based interface, quick CSS properties and values insertion, auto-completion and dialog-based insertion of CSS complex values.

* Gedit - It is general purpose text editor,the official text editor for GNOME. A simple and efficient editor with flexible plugin system for CSS/HTML editing, and does syntax highlighting.

* SciTE - Another great editor for development, SCIntilla based Text Editor runs on both Linux & Windows. Apart from the standard syntax highlighting and code folding features - it also understands error messages from compilers/interpreters.

* jEdit - jEdit is Written in Java works on Unix, Windows, Mac OS and others. Great editor for CSS and other languages.

* BlueFish - A powerful editor with many great features. Supports editing of PHP, Javascript, HTML, CSS and so many others.

* Screem - A tool for web development environment which increase productivity, it provide quick access to commonly used features and provide versatile XML editing package, perfect for use as a general purpose structured data editing environment.

* Kate - Another web development editor on KDE with Sessions handling applications, it Supports most languages.

* Nvu - A complete Web Authoring System for Linux desktop users as well as Microsoft Windows and Macintosh users, you can handle it even without technical expertise or knowledge of HTML.

* Cream / Vim - Cream is a version of Vim which is easy-to-use configuration run on vim, It nicely highlights CSS syntax, HTML. It also provides a simpler learning step to vim.

To be Continued in next Post..

« Previous entries

June 3, 2008

Virtuozzo - Virtual Private Server

by @ 5:55 am. Filed under Micfo Web Hosting, Linux VPS

Virtuozzo has some unique capabilities, the website which use virtuozzo technology get the following incredible features for automation and effective management of a website;

# Isolation- Virtuozzo provides isolation between each VPS and each client and eliminate downtime and issue between other clients sharing the server.

# Plesk Support- The integration with plesk help you to use the system resource smoothly and expand system density.

# Self Management- The Web based interface allows user to backup, restore, manage and reinstall a VPS without much technical knowledge.

# Flexible Resource- Virtuozzo has competence of limiting the resources of each VPS and expand using available resources on the server. It provide you flexibility and unmatched control.

# Administration Tools- The feature of administrative level control in virtuozoo include command line, GUI and  web-based access, the administration tools in virtualized servers take you at any skill level, and you can manage Linux and Windows servers from the same interface.

# Migration - The capability of Virtuozoo to Move VPS to other physical servers minimize the impact of server issues, upgrades or maintenance.

# Easy Upgrade- Upgrading an existing customer to a new Virtuozzo service is just simple, also changing the resources, the configuration and migration to a new server can be done in real-time without any interruption. Also the self-administered incremental and scheduled backup capability of virtuozzo make you worry less.

* Security - In VPS Hosting, virtualized server is secured like a dedicated server. The underlying architecture changes access points and prevents attacks such as DOS possibility.

« Previous entries

March 25, 2008

Dedicated Server Hosting for Media Content

by @ 12:14 pm. Filed under Micfo Web Hosting, Dedicated Server Hosting, Linux Hosting

Media streaming grown to be chiefly a powerful vehicle for audio-video broadcasting, teleconferencing, group chat, radio & weather relay station and moreover extended to different level of services. If you’re planning to build  a website for streaming services for broadcasting audio-video media over the internet, you will need a level headed web hosting services who are capable to offer you shoutcast dedicated server and provide you  direct, fast and secure access to your users without any interruption.

If you wish to install shoutcast on linux here is the process to install in easy step;

SHOUTcast consists of a client-server model hence you should not run it as root because it can create security issue, instead you should create a shoutcast user:

Follow these steps;
1.) Login to root through SSH on the server.
2.) adduser shoutcast
3.) passwd shoutcast
Login as the new shoutcast user, or you can su to the user.

su shoutcast

Download shoutcast from nullsoft:
1. http://www.shoutcast.com/downloads/sc1-9-2/shoutcast-1-9-2-linux-glibc6.tar.gz
Lets extract shoutcast:
2. tar -zxvf shoutcast-1-9-2-linux-glibc6.tar.gz
Lets tidy up the directory:
3. rm -rf shoutcast-1-9-2-linux-glibc6.tar.gz
mv shoutcast-1-9-2-linux-glibc6 shoutcast
cd shoutcast
Shoutcast has now been installed!

configure shoutcast on following step;

Now edit the configuration file.
pico sc_serv.conf
or you can use vi which I prefer, a bit more advanced to use.
vi sc_serv.conf
You can set some important configureation options. Change these settings in the file:
MaxUser
Password
PortBase
uncomment AdminPassword and set an admin password.

Now going through the settings, you can change them to what you want or you can save and start shoutcast and it will work now.
to save crtl+x (if using pico) or :wq if using vi
Now you can start shoutcast here;

./sc_serv sc_serv.conf

« Previous entries

March 26, 2007

Name server setup for new VPS or Dedicated server

by @ 4:15 pm. Filed under cPanel Hosting, Micfo Web Hosting, Web Hosting Articles, Linux Hosting
Greetings,
If you have a new VPS or a dedicated server with cpanel and are looking for some document on guidance how to set the name server for it the here is the step by step to do it.
1. First you will have to decide what nameserver you want to set on your VPS. If you have the domain “mydomain.com” then you can make the nameservers ns1.domain.com and ns2.domain.com.
2. http://IP/whm >> show ip address usage >> Check free IP there or choose your primary and secondary IP Address.
You will need to register nameservers first from registrar end. Login to your registrar’s domain control panel and register the name server or ask them to register the private name server for your domain.

-ns1.domain.com - the Default IP Of your server
-ns2.domain.com - Secondary IP or free IP

Exception : In case if you have just one domain and you have set that name server for your other server and you want to use ns3.domain.com and ns4.domain.com name server for this server then you will have to set the dns for it from the dns zone file of domain.com if you have WHM then you can go to the server where this domain is resolving then open WHM >> Edit a DNS zone >> select domain from the list >> Edit at the end just add this line
ns3 In A First_IP
ns4 In A Second_IP

or if you are using shell then you can simply append following lines there in

# vi /var/named/domain.com.db
ns3 IN A First_IP
ns4 IN A Second_IP

save file.

# service named reload

# rndc reload domain.com

3. http://IP/whm >> Basic cPanel/WHM Setup

Primary Nameserver ns1.domain.com >>
Click on “Assign IP address” and then “Add an A entry for this name server”

Secondary Nameserver ns2.domain.com
Click on “Assign IP address ” and then “Add an A entry for this name server”

4. Once all done you can check if your nameservers have started resolving or not from
http://www.dnsstuff.com/tools/lookup.ch?name=ns1.domain.com&type=A
Once you see the assigned IP address there then it means that the name server for your server are set.

Create new account from your WHM and now you will just need to point your site from your registrar end to these nameservers ns1.domain.com and ns2.domain.com if you want to resolve your site from this server.

You are done with the name server set-up…
Cheers ..!!

Jason.

« Previous entries

February 6, 2007

Linux Kernel 2.6.20 Released

by @ 9:38 am. Filed under Linux Hosting, News & current Release

Linux 2.6.20 has been released after two month continuous development phase. The current release includes two different virtualization implementations: KVM: full-virtualization capabilities using Intel/AMD virtualization extensions and a paravirtualization implementation usable by different hypervisors.

Short overview;

2.6.20 makes linux join to the virtualization trends. This release adds two virtualization implementations: A full-virtualization implementation that uses Intel/AMD hardware virtualization capabilities called KVM (http://kvm.sourceforge.net) and a paravirtualization implementation (http://lwn.net/Articles/194543) that can be used by different hypervisors (Rusty’s lguest; Xen and Vmware in the future, etc),. But this release also adds initial Sony Playstation 3 support, a fault injection debugging feature (http://lwn.net/Articles/209257), UDP-lite support, better per-process IO accounting, relative atime, support for using swap files for suspend users, relocatable x86 kernel support for kdump users, small microoptimizations in x86 (sleazy FPU, regparm, support for the Processor Data Area, optimizations for the Core 2 platform), a generic HID layer, DEEPNAP power savings for PPC970, lockless radix-tree readside, shared pagetables for hugetbl, ARM support for the AT91 and iop13xx processors, full NAT for nf_conntrack and many other things.
Read the list of changes in more details.

« Previous entries

January 27, 2007

Ubantu Studio Announced for April Release

by @ 12:50 am. Filed under Linux Hosting

Ubantu is coming with their ambitious project “ubantu Studio“, they have set up a page for the April release which will be ‘multimedia editing flavor of Ubuntu for the Linux audio, video, and graphic enthusiast those who are already familiar with the Ubuntu-Gnome environment. They’ve set up an Ubuntu Studios Wiki for this project for details,their stated goal is to have a the package ready for use in time from April.

« Previous entries

RESELLER HOSTING | DEDICATED SERVER | PREMIUM HOSTING | VPS HOSTING

Micfo International LLC Leading the hosting Industry with Cheap and Affordable Linux Web Hosting Packages.

internal links:

categories:

archives:

Services:

Micfo, delivering the best cpanel web hosting with maximum reliability is our exclusive focus.
Micfo International LLC

search blog:

TOP 10 POSTS:

Pages:

General Links:

Syndicate

  • Add to MyMSN
  • Add to MyYahoo
  • Add to Google Reader
  • Add to Bloglines
  • Add to Newsgator
  • Add to NewsIsFree

other:

39 queries. 0.135 seconds