Fedora :: Installing From Shell Script?
Jul 7, 2010
I've successfully installed several packages, using either yum, the add/remove programs applet, or from rpm files.
I'm trying to install software which came as a shell script. (It's truecrypt, an open source encryption program). That is, the download is a tar ball which when unpacked contains this 2.5 mb shell script--that's how it's descritbed in File Browser. It appears to be a binary file (gedit complains when I try to open it). I can run it, in which case it displays some options + license agreement and then prompts for my password--and then complains since I don't have necessary privileges. I tried opening a command shell, typing "su" and the admin password, browsing to the download folder, and then typing the name of the install script, hoping that it would run the script as administrator. It always says 'file not found", even though a 'ls' command shows the file. In case it's relevant, the ls command displays the filename in green.
View 3 Replies
ADVERTISEMENT
Mar 14, 2010
I want to change my default shell to tcsh. I used
Code:
usermod -s /bin/tcsh username
command as given at url
But if I open a new shell, it is still a bash shell.
How do I make my default shell as tcsh?
View 6 Replies
View Related
Jan 6, 2011
How can i make a shell script that will install any font it finds in a directory? For example 2 true type fonts downloaded from internet and kept in a single directory, how to install them into the system font directory by a shell script?
View 8 Replies
View Related
Nov 6, 2010
I have a shell script on my computer that will download and install Mono 2.8 on Ubuntu. I'm just wondering if it's safe to use.
Why do I want to do this? To use C# and ASP.NET 4.0.
Here's the contents of the script:
Code:
#!/bin/bash
TOPDIR=$(pwd)
BUILDDIR=$TOPDIR/build
DLDDIR=$TOPDIR/downloads
[Code]....
View 3 Replies
View Related
Dec 18, 2010
I decided to try out gnome shell, and went through all the steps listed here for the installation: [URL] ...ity_and_Status. Well, 45 minutes later, its still installing, and its only on step 8 of 33... is that right? its kinda worrying me that its taking so long, but I am afraid to stop it and screw something up.
View 2 Replies
View Related
Mar 30, 2010
I'm trying to install debian on an Intel sever chassis SR1500 that does not boot (try to boot from the network card but wrong settings do not allow to load the OS). The server has no CD/DVD drive. Since it has different USB entries, i decided to install debian from a USB key (and took all the necessary files from : [URL]). But the BIOS does not allow me to boot from the USB key. What are the right commands in EFI shell to install the OS?
View 4 Replies
View Related
Jun 16, 2010
I'm looking to put together a script, called by a cron job on a daily (or weekly) basis, to automatically have apt-get pull down and install all updates, followed by a re-boot.
View 2 Replies
View Related
Jan 27, 2016
I've just installed debian testing on my computer (netinst AKA basic shell version). Now, how do I do a minimal gnome install? Minimal means, I don't need libreoffice or any extra bloat. However, I do want nautilus, gnome-settings-daemon and networkmanager (and of course, firefox!).
Also, is audio included or not in gnome-shell?
If I just install the gnome-shell package (with --no-install-recommends package), will it pull in gdm, Xorg, etc. or do I have to install them separately? Also, need to confirm whether my sources.list is properly set or not:
Code: Select alldeb http://ftp.security.debian.org/debian/ stretch main non-free contrib
deb http://security.debian.org/debian-security stretch/updates main
View 4 Replies
View Related
Feb 3, 2010
This is my problem:I installed gnome-shell, it worked, I was impressed, I stopped using it When I stop using it, I found that it changed my system, for the worse These are the changes it made to my system:Startup services do not run, I have to run programs manually I cannot lock my screen, either by hotkey or the normal menu applet Totem no longer prevents the screen from going blank while playing
Its like some sort of system service is not starting, I'm sure there are other symptoms that I have forgotten. All of these problems are livable, but inconvenient. I should have known better than to mess with my system, but I wish I knew how to reverse it. Naturally I uninstalled gnome-shell but it did nothing.
View 4 Replies
View Related
Jun 15, 2011
MACHINE: HP Proliant DL260G5OS: SLES 11 SP1kernel: Linux xserver 2.6.32.12-0.7-default #1 SMP 2010-05-20 11:14:20 +0200 x86_64 x86_64 x86_64 GNU/LinuxIt is used as remote xserver in a LAN.I have configured /usr/lib/restricted/bin/.rbashrc with some environment variables but when the users logon in the system finally is executed $HOME/.bashrc and some environment vars are overwritten.
View 2 Replies
View Related
Jul 26, 2010
I am using ubuntu10.04-server 64bit AMD with fluxbox. After I ran Matlab in a shell (without GUI) the shell does not display characters anymore, but will execute any command, I just can't see the characters that I'm typing.. I use aterm and xterm, does anybody know why that is, am I missing a package?
View 1 Replies
View Related
Apr 14, 2011
Is there any way I can switch my desktop shell from unity to, say, gnome-shell? I can switch using other console shell I like (bash, csh, fish, etc.). Assume that there is a stable alternative desktop shell, I should be able to choose, too.
(For console shell, we goes to /etc/passwd. But for desktop, I can't find the way to config.)
View 2 Replies
View Related
May 21, 2009
Is there a way to export a variable to parent shell in shell scripting ?
View 3 Replies
View Related
Jun 5, 2011
I am trying to create a shell script similar to ls, but which only lists directories. I have the first half working (no argument version), but trying to make it accept an argument, I am failing. My logic is sound I think, but I'm missing something on the syntax.
Code:
if [ $# -eq 0 ] ; then
d=`pwd`
for i in * ; do
if test -d $d/$i ; then
echo "$i:"
code....
View 10 Replies
View Related
Jan 13, 2010
I download F11 x86_64.ISO and burn it into a DVD, but when I boot my machine with EFI to EFI SHELL, I can't find entry to install F11. Who know how to install F11 in EFI shell and on a GPT partition disk? Is there any guide to do this? BTW, I can successfully install win7 x64 from the EFI shell and install win7 on a GPT disk. but there are some problems when I install F11.
View 9 Replies
View Related
Apr 27, 2011
I would like know when it is necessary or advisable to write a shell script instead of shell function ?
View 3 Replies
View Related
Jun 25, 2010
Is there some type of functional way to read things in the Python shell interpreter similar to less or more in the bash (and other) command line shells?
Example:
Code:
>>> import subprocess
>>> help(subprocess)
...
[pages of stuff to read]
...
I'm hoping so as I hate scrolling and love how less works with simple keystrokes for page-up/page-down/searching etc.
View 4 Replies
View Related
Jan 18, 2011
I am wondering if I can open a shell or new terminal thing from within the terminal in a unix/linux enviroment. Particularly a commandline only one where there is no GUI. Is this doable? how do I do it?
View 3 Replies
View Related
Nov 10, 2009
I have a Network Time server provided by my Smoothwall firewall and I can get all the computers on my Lan barring my F11 one, to sync with it.Using SSH I can connect into the F11 PC, what command do I need to run to force it to update?
View 4 Replies
View Related
May 9, 2010
I have Fc6 and Ubuntu Jaunty. on two different partitions. I used Fedora for a while and then tried Ububtu which I liked better. I was trying to upgrade to K, and in the process messed up. Long story short, when I turn on my computer, it goes directly to a grub shell ( I think I messed up the grub menu file). I do not know what to enter to make it boot up Fedora which is on the 2nd partition of the hard drive. For some reason I cannot boot from any of my installation cd's or dvd's
View 8 Replies
View Related
May 21, 2010
I'm running Fedora 12 XFCE on an old Acer Aspire One netbook. During some wi-fi testing, I "by mistake" disabled wi-fi by using the physical wi-fi switch. Now the wi-fi can't be re-enabled using the switch (the switch does nothing).If I right click on the Network icon in the XFCE panel, the "Enable Wireless" is greyed out, so I cant enable it using the GUI?
View 3 Replies
View Related
Jun 8, 2011
#!/bin/bash
str3=""
if [ -z $str3 ] ; then
echo " $? = $? "
fi
[code]....
output:-
$? = 0
$? = 0
why we get 0 for both conditions? I am using FC15.
View 1 Replies
View Related
Jun 29, 2011
Is there any easy way to do that in gnome shell with a key shortcut or setting it up like in gnome2 days with a hotspot?
ctrl + alt + d - should minimise all windows and focus the desktop - but it's not working for me?
View 1 Replies
View Related
Jul 10, 2011
I overwrote this laptop from an Ubuntu installation to Fedora 15 (Gnome 3 doesn't work, in fallback mode) and unfortunately the theme is messed up. Using Gnome-Tweak tool I cannot change the shell theme, instead I get the message Quote:Could not list shell extensionsAny way to bypass or clear out so it returns to default?---------- Post added at 10:36 PM ---------- Previous post was at 07:12 PM ----------After reboot I had kernel crashes and the system would not boot up anymore. So I re-installed over the previous one, and modified the .gconf, .gconfd, .gnome2 and .gnome2_private before connecting my /home directory to the folder
View 2 Replies
View Related
Jul 26, 2011
I'm using F15 and I have big problem. Sometimes GNOME-Shell is taking too much CPU, and my computer is slowing down. This is "top".
Code:
[kuba@Kuba-fedora ~]$ top
top - 16:08:18 up 2:05, 2 users, load average: 0.45, 0.49, 0.43
Tasks: 159 total, 3 running, 156 sleeping, 0 stopped, 0 zombie
Cpu(s): 29.2%us, 2.8%sy, 0.0%ni, 67.1%id, 0.5%wa, 0.0%hi, 0.4%si, 0.0%st
[Code].....
View 1 Replies
View Related
May 18, 2011
shell scripting in Fedora14I want a script"Find in curent folder for files, and it copy first file he find with name gived by user, if name already exist then echo error message and finish"command usage " bash scriptname copyASname"
smthing like Code: #!/bin/bash
for files in /home/user/*
do
[code]....
View 1 Replies
View Related
Nov 24, 2009
how to install and use tcshell instead of bash shell...
I run this command but it still dosent work
# yum install tcsh
after installing I use this command to setting it as a default login
$ which csh
but it not work yet...
View 5 Replies
View Related
Nov 26, 2009
what is the command for:
locking the screen
creating a new folder
log out
on the shell?
View 3 Replies
View Related
May 8, 2010
About apache security. How to protect web-server from programms like phpshell [url]?
View 8 Replies
View Related
Jun 3, 2010
I feel like this is a RTFM question, so if anyone wants to just direct me to the right manual, that's fine.
I just installed gnome-shell and i cant seem to find anyway to customize anything, esp. the task bar, the clock, et cetera
is there a preferences gui or something that I cant find? I feel like i'm trying to use a mac....
It seems pretty sweet, but, i dont know how to get used to not having a window list... i dont wanna pull up the "activities window" or alt tab every time i want switch windows (esp when my hand is used to just moving to the top of the screen and clicking on the right window...
There's this autohide taskbar at the bottom of the screen, but i cant for the life of me figure out what it's for, or how to put things on it....
View 8 Replies
View Related