Apr28

We’ve put together some of the more frequently used SSH commands or linux shell commands, and organized them by name so you can easily find a command, their description and how to use it. This guide will continue to be updated and should not be considered a complete list of SSH commands or linux shell commands, but commands, we found, often used. If you would like to add to this guide, please email us and let us know.

Common SSH Commands or Linux Shell Commands,
ls : list files/directories in a directory, comparable to dir in windows/dos.
ls -al : shows all files (including ones that start with a period), directories, and details attributes for each file.

Continue reading »

\\ tags: ,

Apr28

SSH Commands ( Part II )

1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading ... Loading ...
NetworksNo Comments | 587 views | Email This Post | Stumble it!

Red IP Addresses/Sites Do Not Work Off Primary Shared IP (cPanel/WHM)

If you go to “Show or Delete Current IP Addresses” in WHM and you see red IP addresses, the ipaliases service has failed or been forced to stop. This happens sometimes and their isn’t a feature in WHM to restart it. You need to restart it via SSH:

service ipaliases restart

OR

/etc/init.d/ipaliases restart

Easy way to find php.ini path

The easiest way to find the php.ini file (the file where all the general php settings are stored), short of not knowing it off the top of your head; you can use a combination of commands.

Do note execute these commands yet! You can use the command:

php -i

This prints out all the php information as seen via a web browser when the phpinfo(); command is used. Within all this information is the path to the php.ini file. So we’re simply going to grep the information. You can use this command to find the path to the php.ini file:

Continue reading »

\\ tags: ,

Apr28

SSH Commands ( Part I )

1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading ... Loading ...
NetworksNo Comments | 481 views | Email This Post | Stumble it!

What’s The Deal?

SSH Commands started off as a dump for linux commands by the author, having a bad memory and sometimes went through long periods of time without having to work in servers so the information was pushed out. The commands used in SSH normally don’t allow for much error so its good to have them on reference some where. From there SSH Commands was born.

Our aim now is to be a place beginners can turn to when they need help with basic SSH Commands, or that little reminder free of charge.

What is SSH?

SSH is secure shell, a tool used to connect and talk to linux servers. These commands aren’t SSH commands as such, but more so commands that can be used in SSH whilst talking to the linux server.

Most of these commands presented are based around a Red Hat/CentOS operating systems. We don’t warrant the accuracy or compatibility of the information provided here, instead provide information as a possible channel for new users, resolution seekers and more research.

Continue reading »

Mar06

If you are looking for a free and easy way to create a VPN(Virtual Private Network) connection to another computer, share files, remote control or share screens between computers? Gbridge helps you to manage your multiple PCs, and collaborate works with close friends. In addition, you will be able to use it when you want to privately exchange large media files with your friends. Gbridge is a free tool which you can use to sync folders, share files, control another computer, share your desktop, or chat. It connects two computers directly and securely.

After downloading Gbridge’s Windows client, installing is relatively straightforward. Once you are done with the installation, you’ll be asked for your Gmail/Google account information, and to give a host name in the login screen as below.

login

Continue reading »

\\ tags:

Page 1 of 11