OpenSUSE Install :: Which Codes Should Use In Shell To Install Software?
May 31, 2010
I'm using openSUSE 11.1 I have to install downloaded zlib-1.2.5.tar.gz via Shell. First I have to unzip and then instal. Can anyone write here the sorted codes of Shell for installing?
View 1 Replies
ADVERTISEMENT
Aug 15, 2009
how to install media codes at the fedora 11?
View 2 Replies
View Related
Jun 14, 2011
I have installed minecraft on Natty. I just wiped and reinstalled to Maverik and now i cannot get Java to install, which i have to have to play minecraft. Are there other programs or codes to install Java?
View 7 Replies
View Related
Feb 9, 2011
I am learning exploit development and learning some stuff about shellcodes now! The shellcode is absolutely right and have tested it. I am using the following code...(created by me) to run my shellcode..
Code:
// #include<stdio.h> we will not be needing this as we are not using any functions from the C library...Just basic logic of Pointers..
char shellcode[] = "x31xc0xb0x01x31xdbxb3x07xcdx80"; // basic exit shellcode
int main()
{ int *ret; // a simple integer pointer pointing a address
ret = (int *)&ret + 2; // change the address pointed by
(*ret) = (int)shellcode; }
Compiling :-
Code:
aneesh@aneesh-laptop:~/articles/C$ gcc test.c -o test -fno-stack-protector
Compiling gives no errors as expected..
Now the problem I am facing is that As I run the program :-
Code:
aneesh@aneesh-laptop:~/articles/C$ ./test
Segmentation fault
Strace output :-
Code:
aneesh@aneesh-laptop:~/articles/C$ strace ./test
execve("./test", ["./test"], [/* 37 vars */]) = 0 .....
set_thread_area({entry_number:-1 -> 6, base_addr:0xb78016c0, limit:1048575, seg_32bit:1, contents:0, read_exec_only:0, limit_in_pages:1, seg_not_present:0, useable:1}) = 0
mprotect(0xf5e000, 8192, PROT_READ) = 0
mprotect(0x8049000, 4096, PROT_READ) = 0
mprotect(0x15c000, 4096, PROT_READ) = 0
munmap(0xb7802000, 81274) = 0
--- SIGSEGV (Segmentation fault) @ 0 (0) ---
+++ killed by SIGSEGV +++
Segmentation fault
I have some feeling that its because the program has no access to the memory containing the shellcode (May be???)..
View 2 Replies
View Related
Mar 10, 2010
I'm doing my project on shell designing, so can I know the basic shell (any shell in linux) codes using c language with few commands implemented on it.
View 2 Replies
View Related
Sep 13, 2010
im trying to install aircrack and i keep getting this error code. I am completely new at this. I have ubuantu 10.10 or the latest edition.
View 3 Replies
View Related
Feb 27, 2011
I downloaded the 64bit Gnome Live CD to play around with it.. I thought there was a new Gnome shell, new interface etc. Am I missing something?
View 1 Replies
View Related
Feb 15, 2010
I typed
#!/bin/sh
cd /
xx xxx x
[code]....
View 9 Replies
View Related
Feb 22, 2011
I've just installed the latest OpenSUSE 11.3 Gnome 3 Reload [and in so doing, by the way, replaced two other oses one advertised as something else but turned out to be what I regard as a poor imitatian of OpenSUSE 11.3 (and to add insult to injury it even identified itself as OpenSUSE 11.3 after install!) and the other a Linux distro more popular than OpenSUSE but failing to deliver a working Gnome 3 shell].
Which brings me to the subject at hand: Gnome 3 shell. I'm presently using the Gnome 3 panel (which I got after having to select the failsafe option after rebooting). OpenSUSE's Gnome 3 shell display is all jumbled up to the point of being unusable. Although I couldn't make out any legible print in the terminal (most of the Applications icons are recogniseable if rather tattered-looking), I had hoped I could still type in su>enter>password>enter>nvidia-xconfig>enter.
What do I do now to get a screenshot-like Gnome 3 shell display? I realize that this computer is rather resource-shabby, but I figure that if it'll run MintMenu, it should be able to run any other Gnome shell.
View 4 Replies
View Related
Aug 28, 2010
I think I put this in the wrong place
View 1 Replies
View Related
Mar 14, 2011
I installed 11.3 last week and eventually got nvidia drivers working. I was quite happy how most things were progressing, then the temptation to upgrade to 11.4 got too much I upgraded today (online, not dvd) and everything went well. On rebooting the desktop came up as normal and all was good. I installed nvidia and got that working ok. I then installed Gnome-Shell and couldn't figure out how to get it working. I've been using Fedora recently and the Gnome-Shell option is available at Login. I then discovered the gnome-shell --replace terminal command and I tried it. It seemed to load ok, but as I had used the terminal, when I closed the terminal it seems like compiz crashed. I lost all windows borders and nothing was usable. I REISUB'd and started again. On reboot I got a CLI login prompt. After logging in I tried startx, to no avail. I then tried gdm start and got to the desktop again (not gnome-shell). I Alt+F2'd and ran gnome-shell --replace again and all was good - except no network I rebooted again, and got the CLI again. Went through it all again and tried to configure network (wireless) no good. I then connected an ethernet cable and tried again. That worked, but I'm not sure why - I didn't think anything was downloaded. Anyway wireless now works ok - even on reboot. However I'm still getting dumped to the CLI login on restarts.
View 9 Replies
View Related
Oct 13, 2010
I am trying to install OpenSuse 11.3 x64 via EFI. I successfully performed a Windows 7 install and I'm trying to do the same thing with OpenSuse now. My system boots into the EFI shell. I can cd into the /efi/boot/ folder and run bootx64.efi. Immediately after I press enter I am presented with an ELILO boot: prompt which either eventually times out and continues or I can press enter and have it continue. Either way my system resets and just boots back to the EFI shell again.
Running bootx64.efi worked for starting the Windows 7 setup but it doesn't appear to be working with OpenSuse. Is this a broken feature or am I doing something wrong?
View 2 Replies
View Related
Apr 17, 2010
I started another thread about this to get help booting into openSUSE after Fedora rewrote my bootloader and deleted all other entries. I managed to fix it but I never did find out why the following commands caused my system to boot to the grub shell instead of the grub menu.
Code:
grub
root (hd0,3)
setup (hd0)
quit
reboot
Can anyone explain to me why these commands caused my system to boot directly to a grub shell? It's as if there were no /boot/grub/menu.lst files for it to use, but after I got everything back to normal, the files were still there.
If it helps, this is how the drive was setup before and now, except Fedora was on /dev/sda4 and has since been deleted.
Code:
Device Boot Start End Blocks Id System
/dev/sda1 1 262 2104483+ 82 Linux swap / Solaris
/dev/sda2 263 13316 104856255 83 Linux
/dev/sda3 * 13317 14621 10482412+ 83 Linux
View 6 Replies
View Related
Jan 21, 2011
After an update today, my kernel got upgraded to kernel-2.6.34.8-6-default. With this update, my old initrd-2.6.34.7-0.7-default got removed and corresponding grub menu options also got removed. Now after reboot,I am dropped to a shell with the last message being "no job control in this shell". I cannot startx or change to init 5. In fact, the 'boot' partition is not mounted.Even the root partition ( LVM volume ) is not mounted. I guess there was some problem in the initrd creation. I do not know the reason.An earlier post with this title seems to think problem in fstab.But my fstab was not touched by the update. How to get back to normal desktop?
View 2 Replies
View Related
Jan 30, 2011
I tried to install suse 11.3 but every time the system shut down in the install process it never finish
I think that the FAN does not work
I have an Acer Aspire 5720z
View 3 Replies
View Related
Feb 2, 2011
Tried to install Gnome after the minimal server (console based) install.I would like to install a graphical GUI now What to do? wich packages? tried zypper gnome-desktop (or something similar) but it wasn't enough.
View 3 Replies
View Related
Jun 14, 2010
If I install the factory release now, can I easily convert my system to a normal 11.3 point release later, after 11.3 is out? If so, how would I do it? (11.2 has an issue that affects me. It's fixed in 11.3 already, so I have to use 11.3 if I'm going to use openSUSE.)
View 4 Replies
View Related
Jul 18, 2010
In /var/log/warn I can see :Code:Jul 18 19:29:41 Linux1 SuSEfirewall2: Warning: config 'vsftpd' not available I did install vsftpd, but I removed it and install pure-ftpd instead.
View 6 Replies
View Related
Apr 18, 2010
i have a backtrack install that i would like to keep while installing suse for an everyday OS; i start the install process but when it gets to partitioning the hard drive, it doesnt seem to recognize anything already being on there; it just gives me the setup for suse, ie:
sda1 ext3 = OS sda2 or sda5 = swap. do i have to configure a partition scheme? i installed ubuntu on a desktop alongside windows very easily due to grub graphical install/partition; is there not a similar function for suse?
View 6 Replies
View Related
Mar 29, 2010
I ve installed Ubuntu 9.10.I need to work on zsh shell.
Am i new to linux.
I used chsh -l to find out the list of shells installed in ubuntu.
WHen i tried to type zsh and press enter via my default login shell bash,it says
sh:zsh not found.
Zsh is not installed in ,y system?? And if i have to install zsh shell what is the step?
View 2 Replies
View Related
Jun 15, 2010
I am trying to install gnome-shell. It *seems* to work fine for the most part, but in the terminal, I get the following:
Code:
View 1 Replies
View Related
Jul 22, 2010
When trying to install gnome-shell I get this error:
sudo apt-get install gnome-shell
davek@davek-laptop:~$ sudo apt-get install gnome-shell
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
gnome-shell: Depends: libgjs0 but it is not going to be installed
E: Broken packages
davek@davek-laptop:~$
What would be needed to fix broken packages?
I'm running 10.04 32bit
View 6 Replies
View Related
Feb 15, 2010
I have to install a program from a tar.gz file. I have extracted it using fileroller, and it contains an installation "shell script" file.
I have no idea what scripts are, or how they work. I tried sudo make/sudo make install, with no luck. how I install this program using the shell script file?
View 3 Replies
View Related
Mar 10, 2011
I downloaded shc-3.8.7.tgz and tried to install it. but i am getting error that is
make: *** [install] Error 1
I am giving the steps i followed to install shc
1. tar -xzvf shc-3.8.7.tgz
2. cd cd shc-3.8.7
3. make
4. make install
i got the following error.
*** Installing shc and shc.1 on /usr/local
*** �Do you want to continue?
make: *** [install] Error 1
View 9 Replies
View Related
May 30, 2011
So, is there anyway to install Bourne shell in ubuntu? How can we bring Bourne shell to ubuntu?which Linux distro uses Bourne shell.? Is there anyway to use it via VirtualBox?
View 2 Replies
View Related
Aug 4, 2010
After a fresh install of opensuse 11.3 x86_64, using a NET install CD, I noticed that the boot disk layout has overlapping partitions. I've noticed one other post that mentioned this at the very end. Is this a known problem already? Or is there something I'm missing that makes this okay?
View 9 Replies
View Related
Sep 29, 2010
I'm running openSUSE 11.3 and screwed some things up so that I can't install anything, including UNetbootin. So I decided to completely reinstall. I'm limited to using my hard drive as there's no CD/DVD or floppy drives installed on the machine and BIOS does not support booting from USB.
I found these instructions - Install any Linux distro directly from hard disk without burning any DVD - Just Another Linux Lover Blog
From the terminal enter these commands
sudo mkdir /distro
sudo chmod `whoami`:`whoami`
cp MYLINUX.iso /distro/distro.iso
Now extract Linux_kernel & Ram_disk to /distro#
Open /boot/grub/menu.lst
#ADD NEW ENTRY#
title Install Linux
root (hdX,X)
kernel /distro/Linux_kernel
initrd /distro/Ram_disk
Reboot and select "Install Linux" from grub. Blog Widget by LinkWithin
Creating the folder "distro" on root was easy and went smoothly. I can't seem to make the second 'whoami' command work, though. I copied-and-pasted "sudo chmod `whoami`:`whoami`" into the terminal. It asks me for the root password, I enter that and then get
chmod: missing operand after `holly:holly'
Try `chmod --help' for more information.
I didn't see anyone reply in the comments of that page saying they had trouble with it, so I think I'm just being an idiot. One person did suggest adding distro at the end on another page and it gets me
chmod: invalid mode: `holly:holly'
Try `chmod --help' for more information.
View 9 Replies
View Related
Jan 19, 2011
i know if u search a solution in forums u get so much confused information. i hope this little manual will help all with the nvidia driver problem! u dont need to edit or create a xorg.conf or something to run the driver correct and u need no blacklistedit too! if u did the standard opensuse 11.3 install its only about 2 kernel packages and the disabling of the x11noveau driver.
1. after standard installing opensuse 11.3 update and install the opensuse softwareupdates
2. install with the yast software re/installer:
(from Desktop or from the terminal. the terminal text command is: yast2)
[Code]...
u dont need to change the menu.lst after all, only u get many problems. run the midnight commander and delete the nomodeset word and the noveau driver would be normally still active after reboot.
View 6 Replies
View Related
Mar 20, 2010
I'm running Intrepid and so far have failed to come up with anything other than detailed instructions on how to compile/install Gnome-Shell. Has anyone come up with a binary of gnome shell? It seems I once saw a link to a PPA...or maybe I'm just hallucinating
View 3 Replies
View Related
Mar 9, 2011
First off I just want to inform you that I've done a lot of research, used countless of hours on Google trying to figure out how to solve this problem I'm having. I'm installing Ubuntu 10.10 64bit with Wubi on the same partition I have Windows 7. And the error I get is the: "Alert! /dev/sdb1 does not exist."
I'm able to get into Ubuntu after waiting a couple of minutes and writing "exit" in the "initramfs".
This is what I've tried:
- Installing without Wubi, still the same problem
- Adding pci=nocrs
- Adding rootdelay=90 in grub.cfg
- Changing the root location to "/dev/sda1"
- Tried using the uuid
[Code]...
"fdisk -l" shows sda1 and sdb1-3. In the boot selection screen Windows seems to be on the "sdb1" as it says "Windows 7 /dev/sdb1", and I thought as I installed Ubuntu through Wubi on the same exact partition that would be the correct root path, but obviously no. Does anyone have any idea what might cause this problem I'm having? Seems like a lot of people got this out there, and this is making me mad!
View 4 Replies
View Related