Created
February 3, 2010 22:44
-
-
Save christianrojas/294127 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sshLast login: Wed Feb 3 16:43:57 on ttys001 | |
SystemikCode: [~] | |
$ > ssh [email protected] | |
[email protected]'s password: | |
Last login: Wed Feb 3 16:46:33 2010 from 190.67.31.132 | |
############################################################ | |
(mt) shortcuts | |
############################################################ | |
To see your Plesk password, type: p | |
To rebuild your Apache/Web Server configuration, type: web | |
To rebuild your Qmail/Mail Server configuration, type: mchk | |
To see your Qmail/Mail Server queue, type: q | |
To completely restart your Qmail/Mail server, type: r | |
To connect to your MySQL server as admin, type: my | |
To get rid of these messages/aliases, edit your /root/.bash_profile | |
[root@carmary ~]# clear | |
[root@carmary ~]# rpm -Uvh http://mirror.centos.org/centos/5/os/i386/CentOS/python-iniparse-0.2.3-4.el5.noarch.rpm | |
Retrieving http://mirror.centos.org/centos/5/os/i386/CentOS/python-iniparse-0.2.3-4.el5.noarch.rpm | |
warning: /var/tmp/rpm-xfer.EUCR65: Header V3 DSA signature: NOKEY, key ID e8562897 | |
Preparing... ########################################### [100%] | |
1:python-iniparse ########################################### [100%] | |
[root@carmary ~]# rpm -Uvh http://mirror.centos.org/centos/5/os/i386/CentOS/yum-3.2.22-20.el5.centos.noarch.rpm http://mirror.centos.org/centos/5/os/i386/CentOS/yum-fastestmirror-1.1.16-13.el5.centos.noarch.rpm | |
Retrieving http://mirror.centos.org/centos/5/os/i386/CentOS/yum-3.2.22-20.el5.centos.noarch.rpm | |
Retrieving http://mirror.centos.org/centos/5/os/i386/CentOS/yum-fastestmirror-1.1.16-13.el5.centos.noarch.rpm | |
warning: /var/tmp/rpm-xfer.f0qDJb: Header V3 DSA signature: NOKEY, key ID e8562897 | |
Preparing... ########################################### [100%] | |
1:yum-fastestmirror ########################################### [ 50%] | |
2:yum ########################################### [100%] | |
[root@carmary ~]# wget -q -O - http://www.atomicorp.com/installers/atomic.sh | sh | |
Atomic Archive installer, version 1.1 | |
Configuring the [atomic] yum archive for this system | |
Installing the Atomic GPG key: OK | |
Downloading atomic-release-1.0-11.el5.art.noarch.rpm: OK | |
The Atomic Rocket Turtle archive has now been installed and configured for your system | |
The following channels are available: | |
atomic - [ACTIVATED] - contains the stable tree of ART packages | |
atomic-testing - [DISABLED] - contains the testing tree of ART packages | |
atomic-bleeding - [DISABLED] - contains the development tree of ART packages | |
[root@carmary ~]# wget http://www.atomicrocketturtle.com/RPM-GPG-KEY.art.txt | |
--17:41:18-- http://www.atomicrocketturtle.com/RPM-GPG-KEY.art.txt | |
Resolving www.atomicrocketturtle.com... 74.208.97.167 | |
Connecting to www.atomicrocketturtle.com|74.208.97.167|:80... connected. | |
HTTP request sent, awaiting response... 200 OK | |
Length: 1344 (1.3K) [text/plain] | |
Saving to: `RPM-GPG-KEY.art.txt.1' | |
100%[===============================================================================>] 1,344 --.-K/s in 0s | |
17:41:19 (67.5 MB/s) - `RPM-GPG-KEY.art.txt.1' saved [1344/1344] | |
[root@carmary ~]# rpm --import RPM-GPG-KEY.art.txt | |
[root@carmary ~]# yum remove sb-publish | |
Loaded plugins: fastestmirror | |
Setting up Remove Process | |
Resolving Dependencies | |
--> Running transaction check | |
---> Package sb-publish.noarch 0:3.0.1-200705230939 set to be erased | |
--> Finished Dependency Resolution | |
Dependencies Resolved | |
======================================================================================================================== | |
Package Arch Version Repository Size | |
======================================================================================================================== | |
Removing: | |
sb-publish noarch 3.0.1-200705230939 installed 0.0 | |
Transaction Summary | |
======================================================================================================================== | |
Install 0 Package(s) | |
Update 0 Package(s) | |
Remove 1 Package(s) | |
Is this ok [y/N]: y | |
Downloading Packages: | |
Running rpm_check_debug | |
Running Transaction Test | |
Finished Transaction Test | |
Transaction Test Succeeded | |
Running Transaction | |
Erasing : sb-publish 1/1 | |
Removed: | |
sb-publish.noarch 0:3.0.1-200705230939 | |
Complete! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment