Services Plans Sign Up How we work Affiliates Contact us

January 31, 2012

Problem with loading graphics(GUI) with debian and debian based GNU/Linux systems

Filed under: Linux Basics, Technical Articles — admin @ 3:46 am

GNU/Linux provides a tool/command to fix this issue:

‘dpkg-reconfigure xserver-xorg’ is the command for fixing the Xserver loading problem.

Steps:-

First, log in as a super (or root) user from the console.
Then, run dpkg-reconfigure xserver-xorg (if you’re on Ubuntu and can’t log in as root, run sudo dpkg-reconfigure xserver-xorg).
You will see a window/wizard as ‘Configuring xserver-xorg’ , Just accept the default answer and go to the next one.
At the end of the wizard you will be exited from the configuration window/wizard, then just reboot the system your graphics(GUI) loading problem will be fixed.

AddThis Social Bookmark Button

December 28, 2011

How to install Softaculous in cpanel server

Filed under: Linux Basics — admin @ 12:32 am
You can install softaculous in cpanel from WHM and also from command line without having to visit cPanel/WHM.
Before starting the softaculous installation please make sure that the ‘ionCube Loader’is enabled on the server.
To install from WHM
==================
1. Log into server via ssh.
2. cd /usr/local/cpanel/whostmgr/docroot/cgi
3. wget -N http://www.softaculous.com/ins/addon_softaculous.php
4. chmod 755 addon_softaculous.php
5. Then go to WHM –> Plugins–>softaculous– Instant Installs
Install from command cline
==========================
1.Log into server via ssh.
2.cd /usr/local/cpanel/whostmgr/docroot/cgi
3. wget -N http://www.softaculous.com/ins/addon_softaculous.php
4. chmod 755 addon_softaculous.php
5. /usr/local/cpanel/3rdparty/bin/php /usr/local/cpanel/whostmgr/docroot/cgi/addon_softaculous.php

You can install softaculous in cpanel from WHM and also from command line without having to visit cPanel/WHM.

Before starting the softaculous installation please make sure that the ‘ionCube Loader’is enabled on the server.

To install from WHM

=================

1. Log into server via ssh.

2. cd /usr/local/cpanel/whostmgr/docroot/cgi

3. wget -N http://www.softaculous.com/ins/addon_softaculous.php

4. chmod 755 addon_softaculous.php

5. Then go to WHM –> Plugins–>softaculous– Instant Installs

Install from command line

=======================

1.Log into server via ssh.

2.cd /usr/local/cpanel/whostmgr/docroot/cgi

3. wget -N http://www.softaculous.com/ins/addon_softaculous.php

4. chmod 755 addon_softaculous.php

5. /usr/local/cpanel/3rdparty/bin/php /usr/local/cpanel/whostmgr/docroot/cgi/addon_softaculous.php

AddThis Social Bookmark Button

March 29, 2011

To find ports opened on the server

Filed under: Linux Basics — admin @ 10:34 pm


Login to the server:
telnet localhost “portnumber”

netstat command to find open ports
———————————-
netstat –listen

To display open ports and established TCP connections, enter
—————————————————————-
netstat -vatn

To display only open UDP ports try the following command:
————————————————————
netstat -vaun

To display the list of open ports, enter:
———————————————
lsof -i

AddThis Social Bookmark Button

June 23, 2010

Linux command to kill a user

Filed under: Linux Basics — admin @ 2:35 am

skill -STOP -u Username.                 STOP/HALT a user
skill -CONT -u Username                  RESUME already halted user
skill -KILL -u Username                     KILL and LOGOUT user
skill -KILL -v /dev/pts/*                       KILL and LOGOUT all users    

AddThis Social Bookmark Button

June 11, 2010

Copy files from dir1 to dir2 without replacing the existing files on dir2

Filed under: Linux Basics — admin @ 5:18 am

Copy files from dir1 to dir2 without replacing the existing files on dir2

[root@twenty ]# ls

dir1  dir2

[root@twenty ]# ls dir1

a  b  c  d  e  f

[root@twenty ]# ls dir2

a  b  c

(more…)

AddThis Social Bookmark Button
Next Page »

Powered by WordPress