How To Access OpenVPN using Windows, Linux, MAC OS X and Windows Mobile for Pocket PC

Posted by cikul | Posted in Free Stuff, Freeware, Linux, technology, Tips, Windows | Posted on 10-11-2010-05-2008

0

The purpose of this document is to lead the users to configure theirs OpenVPN clients to access to a VPN server. We will see how to install and configure the most used OpenVPN’s GUI for Microsoft Windows, Linux, Mac OS X and Windows Mobile for Pocket PC. At the end of the document we will learn to use the OpenVPN’s command line interface. This last possibility is useful, because the openvpn command, which you can execute by using the prompt (Unix Shell or Windows Prompt) accepts the same parameters and has the same behavior regardless from which Operating System you use. In addition, you could use the openvpn command in a script to automatically start the VPN connection.

Read the rest of this entry »

Incoming search terms:

 using windows to access openvpn|  disable autoconfiguration ipv4 address windows 7|  openvpn zeroshell|  openvpn configuration|  zeroshell port openvpn|  openvpn yellow|  openvpn windows mobile|  openvpn windows certificate services blog|  openVPN windows authenticate command line|  OpenVPN window build

Get CentOS Linux Version

Posted by cikul | Posted in Linux, Tips | Posted on 08-02-2010-05-2008

2

To get CentOS Linux Version you can do this commant :

[code=""]
[root@sin2 ~]# cat /etc/redhat-release
CentOS release 4.6 (Final)
[/code]

Hope this Works..

Incoming search terms:

 versi linux di centos

How To Optimizing MySQL server

Posted by cikul | Posted in internet, Linux, web | Posted on 20-04-2009-05-2008

11

mysqlFor the web server that using mysql as a database engine. Sometimes the process in mysql need a large resource, especially if server has a high traffic. According to my experience, to the high traffic server, the MySQL process itself can spend more than 30% of server resources. So, I will give you tips for optimizing mysql on the server that has high traffic.

Mysql configuration located in the my.cnf file, usually this file is in the /etc directory, but can also in other folders. For more safe, you can search my.cnf file to make sure the location of the file. Read the rest of this entry »

Incoming search terms:

 optimize mysql server|  how to optimize mysql server|  optimize mysql|  how to optimize mysql|  optimizing mysql server|  optimizing mysql|  mysql tuner cpanel|  mysqltuner cpanel|  mysql server optimize|  my cnf high traffic

How to know CPU support HT (Hyper-Threading) or not in Linux

Posted by cikul | Posted in Linux | Posted on 20-04-2009-05-2008

1

180px-ht-pentium4Hyper-threading is Intel’s technology that enables multiprocessor servers to act as if they had twice as many processors installed. its simultaneous multithreading implementation in their Pentium 4, Atom, and Core i7 CPUs. A processor with hyper-threading enabled is treated by the operating system as two processors instead of one. In essence, HT Technology converts a single physical processor into two virtual processors. For more details see Intel’s site.

Read the rest of this entry »

Incoming search terms:

 linux cpu hyperthreading|  linux see if processor supports hyperthreading|  pentium 4 ht|  hyperthreading linux|  hyperthreading linux flag|  hyperthreading processor|  hyper threading linux|  hyper threading ita|  linux cpu flags ht|  linux cpu flags hyper trading

Backup cpanel account from SSH

Posted by cikul | Posted in Linux | Posted on 12-02-2009-05-2008

5

Sometimes there is a need to backup a CPanel account without logging into CPanel. we can backed up cpanel account via SSH.

pkgacct

from the /scripts folder on your server.

Read the rest of this entry »

Incoming search terms:

 backup file using ssh|  ssh account|  cpanel backup ssh|  restore account backup cpanel|  account ssh|  SSH backup CPanel|  SSH backup restore cpanel|  ssh cpanel|  ssh cpanel backup|  generate backup via ssh in cpanel

How to change CentOS IP Address

Posted by cikul | Posted in Linux | Posted on 19-08-2008-05-2008

7

To change centOS IP Address, you must know what network interface used with your linux installation, to check network interface, you can use this command : Read the rest of this entry »

Incoming search terms:

 centos ip address|  centos ip configuration|  centos change ip|  centos ip|  centos change ip address|  change ip centos|  centos ip config|  ip address centos|  change ip address centos|  ip centos

Repair Internal Server Error Cpanel account

Posted by cikul | Posted in Linux | Posted on 19-08-2008-05-2008

2

If you have cpanel server, and have phpsuexec or suphp installed and you get “Internal Server Error” message while accessing account on your server, you must see permission in users directory. If PHP runs with phpsuexec or suphp, all files under accounts must have correct ownership. If you see that your directory/account ownership still nobody, you must change it manually or you can use cpanel included scripts to repair permission for all accounts.

First, you must log into SSH, and then you can run this script :

root@server [/]# /scripts/chownpublichtmls

hope this helps

Incoming search terms:

 internal server error cpanel|  cpanel internal server error|  suphp Internal Server Error|  cpanel ownership error|  reapir Internal Server Error|  Internal Server Error di cpanel|  internal server error cpanel permission|  fixed cpanel Internal Server Error|  cpanel repair|  cpanel error

Securing your VPS /tmp

Posted by cikul | Posted in Linux | Posted on 26-07-2008-05-2008

0

tmp can be secured to be noexec in 1 minute, no reboot required. Nothing can execute there – /var/tmp remains a risk – unless that is mounted separately also:

/dev/VolGroup00/LogVol02 /tmp ext3 defaults,nosuid,noexec 1 2

edit the /etc/fstab file, then do a mount -o remount and it will remount /tmp and you are set – just don’t be in /tmp when remounting.

Incoming search terms:

 vps /tmp