General :: Using Putty To Find Ioncube Loader For Dreamhost Account?

Mar 5, 2010

All my statements are prefixed with an * ----before my text.*re's the story so far.....I've got a third party software that I'd like to upload to my dreamhost account. It prevents people stealing your download links, and it demands an IonCube loaderfor it to work.*---I'm new to all this and I don't understand when to write what commands in Shell tget an IonCube loader in my dreamhost account.

1. Which operating system you are using?
=>Linux
2. Which PHP version you are using?

[code]...

View 1 Replies


ADVERTISEMENT

General :: Find Out Exact Kernel Parameters When Corrupt Boot Loader?

Feb 8, 2010

How do i find out the exact kernel parameters (from the grub config file) when the boot loader is corrupt. Seems like a catch 22 that I need the exact boot parameters when I cant get to a prompt to read the grub.conf file to being with.

View 2 Replies View Related

General :: How To Find Expired Account

Oct 22, 2010

how to find expired account

View 6 Replies View Related

General :: Using RHEL 4.0 To Find Expired Account?

Oct 22, 2010

me know how to find expired account in linux. I am using RHEL 4.0

View 1 Replies View Related

General :: Disable - Non-root Shell Command To Find If A User Account Is Enabled Or Not?

Aug 10, 2011

Is there a non-root shell command that can tell me if a user's account is disabled or not? note that there is a fine distinction between LOCKING and DISABLED:

LOCKING is where you prepend ! or * or !! to the password field of the /etc/passwd file. On Linux systems that shadow the passwords, this marker flag may be placed in /etc/shadow instead of /etc/passwd. Password locking can be done (at a shell prompt) via password -l username (as root) to lock the account of username, and the use of the option -u will unlock it.

DISABLING an account is done by setting the expiration time of the user account to some point in the past. This can be done with chage -E 0 username, which sets the expiration date to 0 days after the Unix epoch. Setting it to -1 will disable the use of the expiration date.

The effect of locking to to prevent the login process from using a supplied password to hash correctly against the saved hash (by virtue of the fact that the pre-pended marker character(s) are not valid output character(s) for the hash, thus no possible input can ever be used to generate a hash that would match it). The effect of disabling is to prevent any process from using an account because the expiration date of the account has already passed.For my situation, the use of locking is not sufficient because a user might still be able to login, e.g. using ssh authentication tokens, and processes under that user can still spawn other processes. Thus, we have accounts that are enabled or disabled, not just locked. We already know how to disable and enable the account - it requires root access and the use of chage, as shown above.To repeat my question: is there a shell command which can be run without root privileges which can output the status of this account expiration info for a given user? this is intended for use on a Red Hat Enterprise 5.4 system.The output is being returned to a java process which can then parse the output as needed, or make use of the return code.

View 2 Replies View Related

Ubuntu :: How To Install The Ioncube

Sep 8, 2010

How to Install Ioncube In Ubuntu ?I have files that require Ioncube and have folder of ioncube but this files appears as blank page,

View 1 Replies View Related

Fedora :: How To Use Ioncube To Secure Php Code

Mar 8, 2010

wel thanx 4that... can any one tell me how to use ioncube on fedora to secure my php code?

View 3 Replies View Related

Ubuntu :: Setup A Putty Session To Putty From One Machine To Another?

May 15, 2010

I am trying to setup a putty session to putty from one Ubuntu machine to another. I know how to setup to connect to the machine from Windows and I am using the same settings for the one I am trying on the Ubuntu machine but it fails to connect. It fails immediately so I believe that putty is not able to find ssh. Is there some configuring that I need to do.

View 7 Replies View Related

General :: Windows 7 - Make A Boot Loader Load The Existing Boot Loader From The First Partition?

Jun 14, 2010

I installed ubuntu using wubi and then I tried installing grub 2 but it failed. I need a way to reinstall the mbr sp it will load the windows 7 loader from the first partition.

View 1 Replies View Related

Ubuntu :: Can't Find Boot Loader On Logical Partition

Oct 27, 2010

My disk partitions are as following:

Disk /dev/sda: 60.0 GB, 60011642880 bytes
255 heads, 63 sectors/track, 7296 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x58b258b2

[Code]....

There already exist an os XP before my installing of ubuntu.When I installed my ubuntu 9.10, I selected to install grub2 on the logical partition sda7. But when I typed command sudo dd if=/dev/sda7 of=mbr bs=512 count=1, I found that the file mbr was eerily full of zero bytes. How does this happen? Or grub2 can't be installed on a logical partition? But it works very well along with win7 rather than XP.

View 9 Replies View Related

Fedora Installation :: Can't Find A F11 Entry In Grub Boot Loader?

Jun 10, 2009

I successfully installed Fedora 11 from the DVD iso. At the end, the installation program prompts me to reboot the system. But when the boot loader appears after rebooting, there are only the old entries.

I have 2 IDE disks and one sata disk. The first IDE disk is hd0, the second IDE is hd1. The SATA disk is hd2. In the setup, I selected hd0 to install grub. Fedora 11 was installed on the SATA disk (hd2).[edit] I forgot to say, that Fedora 10 is on /dev/sda and Fedora 9 on /dev/sdb

View 7 Replies View Related

Ubuntu Installation :: Grub Can't Find Windows Loader After Update?

Nov 29, 2010

I am running Ubuntu 10.10. Normally when I boot, I get the choice to run Ubuntu or the Windows loader, where I choose between 7 or XP. I have just noticed that when I boot now, I do not have the choice of going into windows. This has happened on two of my PC's just in the last few days. I assume one of the updates has overwritten the grub configuration file as I still get the grub menu but not the windows option. I have tried sudo update-grub but this did not solve the problem.

View 9 Replies View Related

Ubuntu :: Can't Find Any Boot Loader. Screen Black When Booting

May 7, 2011

I recently installed Win 7 in a 4 partition hardrive. sda1 was some recovery partition. sda2 said "System Reserved". sda3 was my ext4 ubuntu partition. sda4 was my win7 partition. When I installed win7 I could only boot to win7 so I got onto ubuntu's tut for recovering grub and I attempted to recover it and I think I failed. When I boot I just go to a black screen. I since then deleted my sda1 & sda2 partitions (I really hope system reserved was not needed.) I'm still not 100% sure how the bios knows to boot straight to grub when it boots. What is the first thing on the hard drive that a bios looks for?? Anyways, the only access I have to a functioning comp is through a 10.04 live cd.

View 2 Replies View Related

Programming :: Find Login User With The Largest Account?

Dec 13, 2010

I'm looking for a script that can do two things: (1) determine the shortname of the user with the largest account in /Users and (2) look up their full/long name. I'm going to use this script to help identify who the user on a computer and while I know that's possible that a sometime-user may have a larger account than the normal-user on any given computer, the results of a script should be sufficient in most cases for my needs.I'm not sure the best way to around this. I know that can use "du -m -d1 /Users" as root:

root on torchwood
[ ~ ]$ du -m -d1 /Users
157 /Users/admin

[code]...

View 1 Replies View Related

Ubuntu One :: Cannot Find Way To Modify Account Settings For Client Software

Mar 14, 2010

When I first installed Karmic, I created a dummy Ubuntu1 account to play around with and have long since forgotten everything about it. Now I am attempting to setup a real account and I cannot find a way to modify the account settings for the client software. Is there a way or do I have to purge it?

View 6 Replies View Related

Ubuntu :: Evolution Does Not Find Configured Email Account Anymore

Oct 18, 2010

I had configured a gmail account in evolution and used it successfully until recently when after a restart evolution asks me again to configure an email (Evolution setup assistant wizard) again.I already have my email configured but something must be preventing evolution to find my email account. What can I do to recover all that?My .evolution/mail folder still has all the data for example (got there some hundreds MB still). and I also have there other folders: addressbook, calendar..etc

View 8 Replies View Related

General :: Set PuTTY's Appearance In Windows

Feb 26, 2010

Is it possible to configure PuTTY to have me some nice colour scheme like vim's desert?

I'm an PuTTY user under Windows and my login shell is tcsh. The current PuTTY theme setting is a very boring "black background and white character" user interface.

If it is possible, could you illustrate a little bit about how it works?

I've goolged this issue, but it seem both client side and server side settings are involved in changing PuTTY's appearance, which makes me quite confused.

View 3 Replies View Related

General :: Windows 7 - How To Use X11 Forwarding With Putty

Mar 14, 2010

I have a VM with RHEL 5 without an X server. My host has Windows 7.

I need to connect to the VM and redirect the X11 output of the commands to my host.

I know that if my host were a GNU/Linux machine it would be as easy as ssh -X .

I'm ussing PuTTy to connect by SSH to the VM, I tried enabling X11 forward option in PuTTy config, but nothing happened.

View 1 Replies View Related

General :: Connecting Linux Box Using Putty

Jul 16, 2011

I have a problem in connecting a new Linux box using putty.I have recently set up a new virtual machine using oracle virtual box , and in the virtual box i installed Cent OS 4.8 . I gave NAT connection.When i try to connect the Linux box using putty , i get Network connection Timed out message . When i try to ping from the host OS i get request timed out.

View 4 Replies View Related

General :: Connecting Vmware Through Putty

Aug 9, 2010

I am using windows 7 OS. I want to make client server setup & trying to connect putty with Vmware from windows 7. I had installed redhat linux 5in Vmware & set the ipaddress as well but I am not able to connect vmware through this ip address.Do I need to set some configuration in ssh as well?

View 9 Replies View Related

General :: Putty Ssh To Ubuntu Server 9.10

Apr 2, 2010

I can't figure out why I keep getting kicked out of the ssh session almost immediately after login to an ubuntu 9.10 server (32bit).See the screenshot. I just installed this server and didn't make any ssh config options. I thought it would work right away.When I ping that server I get sporadic responses where some packets are lost. It's an old Dell poweredge 1400.where should I start troubleshooting? Authentication? Hardware?

View 4 Replies View Related

General :: Use Putty To Download File?

Mar 2, 2011

I want to use Putty to login to my linux system , I use Reflection before , it works fine to download file , but it can not download file by using the same method , can advise what protocol that Putty that support ?

View 7 Replies View Related

General :: Vps With Putty Closing, Or Freezing?

Apr 30, 2011

I recently purchased a dedicated server and have been having trouble with putty. I have been using the server to try and host the game called minecraft. Hosting the server is not a problem however. What is the problem is being able to exit putty without stopping the server. I looked this up, and it sayed to create a screen. I did that after installing screen. I then created a screen, ran the server, then tried to disconnect using the ctr-a-d.However only two things happen when i push the buttons. The majority of the time the window just closes, along with my server stopping. The other thing that happens is putty just stops. I cant type in anything, but I am still notified when I try to close putty.

View 3 Replies View Related

General :: Set Default Screen Colours In Putty / Ssh?

Dec 6, 2010

I use putty to ssh to linux box. By default I get black screen background with white foreground.
To change colours, I go to change settings -> Window/colours and then I set background colours as white and foreground colours as black. This is more easy on my eyes. But I can't seem to be able to set this colour setting as default and each time I login, I have to set colours.
Could someone please suggest a solution?

View 1 Replies View Related

General :: Track The Command Fired On A Putty?

Jul 16, 2011

Is there any utility which will monitor all commands on SSH SHELL fired by any user who logs in using putty or any other client? If this record is saved somewhere,

View 1 Replies View Related

General :: Using Putty To Connect To A Forum's Server?

Nov 5, 2010

I've been allowed to work on the server of a forum. I was given the username and password, and with them logged in successfully on the server using PuTTY, but now I'm not sure what command I use to do anything to the users on the forum For example how would I change someone's username or password, etc.

View 3 Replies View Related

General :: Batch File To Login To Putty?

Feb 2, 2011

I've created a .bat file with this line: start C:USERSPuttyputty.exe -ssh user@server.com -pw password

That opens a putty session and logged in it with the user and password i've already specified. But now, I want to enter a simple command like "ls -l" for example.. How can I do that?

I've also tried plink...The line in that case is this one:

start C:USERSPuttyplink.exe -v -ssh user@server.com -pw password -m UNIX_commands.txt

and in that file "UNIX_commands.txt" I've added the following lines:

cd /projects/test
ls -l

all works fine (the commands are executed) but i can't see the putty session... all i can see is the verbose in my DOS windows of the last line "ls -l"...

The putty session vanishes away. How can I have the session opened and list the mentioned directory.

View 1 Replies View Related

General :: Dynamic SOCKS Proxy Using PuTTY?

Apr 22, 2010

I have a problem with dynamic socks:

My VPS having this output of /sbin/ifconfig:

Code:

eth0 Link encap:Ethernet HWaddr 00:19:B9:B6:D2:3D
inet addr:x.y.114.13 Bcast:x.y.114.255 Mask:255.255.255.0
inet6 addr: abcd::xyz:fghj:ffgh:d23d/64 Scope:Link

[code]....

How can i use [x.y.101.1-3] address as proxy with putty?

View 1 Replies View Related

General :: Retain Server On When Putty Is Closed

Jun 11, 2011

I have a server program in ubuntu which i run using putty remotely. My problem is that when i closes my putty window, my server automatically closes and stop working.
I want that once i start my server it remains on when i closed my putty window.

View 14 Replies View Related

General :: Inserting Mysql Database Using Shh Putty?

Jul 24, 2010

I've down loaded mysql database file and now I'm looking at adding it into a new dedicated server. Should I upload that sql file to the root folder I created for the domain and insert it with shh like that? If not where should I upload this mysql file to insert it to the new database. It's rather large so I have to use SHH Fir example if this is the code,

Code:

mysql -uUSERNAME -pPASSWORD DATABASENAME < MYDATABASE.sql
where is that actual location of MYDATABASE.sql

View 8 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved