Subscribe to RSS Feed

Categories

Archives

Archive for the 'Linux' category

Using Linux for Web Design and Development (Ubuntu)

Quanta Plus and NVU both have WYSIWYG editing features. I highly recommend writing your HTML by hand though. WYSIWYG editing is not a good way to make web sites. Quanta Plus probably has the most features of any visual HTML editor on Linux.

Read the article

Ubuntu Installation eRRoR

Got error during the “Configuring the Apt - 43% scanning the mirror”. There’s a quick fix to this issue, disable your network devices and it will time out within 30secounds and proceed with the install. Just enable your network after that and everything should be fine.

Read the article

ConfigServer Firewall (csf)

We have developed an SPI iptables firewall that is straight-forward, easy and flexible to configure and secure with extra checks to ensure smooth operation. It is preconfigured to work on a cPanel server with all the standard cPanel ports open. It also auto-configures your SSH port if it’s non-standard on
installation. csf can be used on [...]

Read the article

Ubuntu Counter

The Ubuntu Counter Project is like a miniature version of The Linux Counter. It aims to catalogue the number of registered machines using the numerous varients of the Ubuntu Linux distribution.
Why? Because, quite simply, Ubuntu rocks.
To register your Ubuntu machines, simply register yourself as a user, and add your machines to your account.
Once registered, you [...]

Read the article

Preventing Spam with Antivirus.exim

Cpanel servers have a nice little file called antivirus.exim. Most of you probably have never of this magic little gem. It’s a central filter for the exim mail server that lets you setup all kinds of wonderful filters to help stop spam from coming in and going out of your server.

Read the article

Stop PHP Nobody Spammer

PHP and Apache has a history of not being able to track which users are sending out mail through the PHP mail function from the nobody user causing leaks in formmail scripts and malicious users to spam from your server without you knowing who or where.

Read the article

Howto Find Phishing

057I Message-Id: <E1EoTZ1-0001Xj-39@host2.mydomain.com>
cat /var/log/exim_mainlog |grep E1EoTZ1-0001Xj-39

Read the article

Edit Repository Ubuntu

Sedangkan pada Ubuntu file source repository terletak pada
/etc/apt/source.list

Read the article

Search for Install Packages at Ubuntu

When you are trying to install software on Ubuntu or Debian linux using the apt-get package system, quite often you’ll forget the exact name of the package you are trying to install. Here’s how you can get a little help figuring out what the name is.

Read the article

Edit Mirror Repository

Demi penghematan bandwidth (baca: koneksi yang lemot), jadi bisa diakalin dengan merubah mirror repos ke mirror local (terdekat). Untuk mengubahnya cukup dengan mengedit :
# vi /etc/yum.repos.d/CentOS-Base.repo

Read the article