Ubuntu :: What Files Make Up The Terminal

Feb 1, 2011

I am looking at writing my own distro am and trying to get a hang of the basics. I know linux basics with some more advanced stuff mixed in and currently run the latest version of Ubuntu. My question is what files make up the terminal in Ubuntu?

I would like to take these, get a GRUB together and make a version of Linux. I know this could be insanely complicated but its all part of my learning curve. So back to my original question what files make up the terminal? My first experiment will be a dos-like terminal if I can figure it all out.

View 2 Replies


ADVERTISEMENT

General :: Make Linux Terminal Transparent With Terminal Command?

May 10, 2010

Is it possible to make terminal (xfce4-terminal) transparent from bash script?

Maybe by enabling compostion?

View 1 Replies View Related

Ubuntu :: Make Terminal Look Like The Fallout 3 Terminal?

May 6, 2010

I've been wanting to do this, basically all I need is the image for the terminal and a know how on how to change the text to a lime green.

View 5 Replies View Related

Ubuntu :: Make The Terminal Look Like The Mint Terminal?

Aug 13, 2009

The Linux mint terminal has green and blue for the prompt. How do I make the Ubuntu terminal look like the Linux mint Terminal? I have looked at the color settings under the Terminal profile preferences and I do not see that setting available there.

View 6 Replies View Related

General :: 'make Menuconfig' To Make These Files Modules Rather Than Compiled Elements?

Feb 25, 2011

I need to modify fs/open.c and fs/read_write.c to make my modifications. I cannot find any options in 'make menuconfig' to make these files modules rather than compiled elements. I'm thinking these cannot be modules because the file system won't work without open.c and read_write.c. Is this correct - I cannot compile fs/open.c and fs/read_write.c as modules, only as compiled elements? Or, is there some way for a module to overwrite these routines when the module is installed and re-enable the routines when the module is removed?

View 3 Replies View Related

Ubuntu :: Make A GUI For Terminal Commands?

Feb 27, 2010

Is there any easy way to Make a GUI for terminal commands?

View 2 Replies View Related

Ubuntu :: Any Way To Make Terminal Have Different Resolution?

May 4, 2010

Is there any way I can make the terminal have a different resolution when I start it, so I don't have to resize it all the time? And also, can I make a simple script, that launches the terminal in a certain directory?

View 8 Replies View Related

Ubuntu :: Make A Shortcut To A Terminal (alt+ctrl+t)?

Jun 5, 2010

when I ran std ubuntu, I was able to make a shortcut to a terminal (alt+ctrl+t) .. how do I do the same with xubuntu?

View 1 Replies View Related

Ubuntu :: Make Commands Run On Terminal Start-up

Jul 1, 2010

I added this:

Code:
clear
fortune | cowsay | echo

to the bottom of my .profile expecting a cow to tell me a fun quote whenever i pull up a terminal. It hasn't done anything, however. How do I achieve my desired effect?

View 4 Replies View Related

Ubuntu :: How To Make Variable And Read From Second Terminal

Apr 27, 2011

I have two terminals open and I want to save the current path in a variable and read it from the second terminal that I have open.

Then in the first terminal I type:
Code:
A=$(pwd)
And in the second I type:
Code:
echo $A
that doesn't work though.

I have tried also with
Code:
export A=$(pwd)
and
Code:
alias A=$(pwd)
but nothing seems to work. Is there a way to do this?

View 4 Replies View Related

General :: How To Make My Terminal Look Like

Apr 5, 2011

I ran across this the other day and was instantly amazed.He says he uses a custom Vim colorscheme (easy) and dwm with tmux. I've downloaded tmux and I'm having some issues with it (my CTRL-b hotkey wont work), but I'm confused at how to start designing something similar to what he has done.My idea is to get my terminal to look like this, then remove KDE from my laptop so that all my computer is is this awesome thing.

How should I go about starting modeling something like this? In the picture, what does tmux handle and what does dwm handle? Speaking from someone who has never used any of them.

View 2 Replies View Related

Programming :: Make C++ Run Without The Terminal?

Oct 4, 2010

I've made a C++ program and compiled it and I can run it in the terminal but I would like it to run like a normal application in the application menu or on the desktop but I don't know how. How do I make it run like a program in the application menu?

View 3 Replies View Related

Ubuntu Networking :: Make Terminal As Root By Default?

Mar 7, 2010

For my Project purpose , I need the terminal as root user by default. I dont want to enter the super user password all the time..

View 3 Replies View Related

Ubuntu :: Impossible To Type 'a' Letter In Terminal / Make It Possible?

May 27, 2010

Since 2 days, when I type the lowercase 'a' letter in a terminal, nothing is written (it's not the case for the uppercase 'A' letter).
The matter appears with all terminal's software (guake, Terminal, xterm...).
The only way for me to type the 'a' letter is to type 'Insert' key before.
I tried many solutions but the matter is still here.
Here, there is some clarifications and some solutions I tried:
-If I copy and paste a text, 'a' don't appears. For example, if i try to copy and paste
'sudo apt-get install'
'sudo pt-get instll' will appears
-The matter appears 2 days ago. Before that, I removed the .gconf file
-It's not a fresh installation of ubuntu but an update from karmic to lucid. When i was under karmic, I was using KDE. Then I did an upgrade, then I tried Xubuntu and Lubuntu and finally I moved to Ubuntu. The first week under Ubuntu (Gnome) was without any matter and 2 days ago, this matter appeared.

-I tried this following command line:
xmodmap -pke >fichier.conf
and the file called "fichier.conf" (I'm french) contains this line:
keycode 24 = a A a A ae AE ae AE

-When I type this line:
printf "x61
"
a 'a' appears in my terminal.

-In tty1 and all the other programs, 'a' appears without any trouble

-I tried with other users in my computer but the matter is still the same no matter wich user I use.

-I tried to change fonts of my environment and I also tried to change fonts only for the terminal but whithout success.

-I tried to change the layout of my keyboard.

View 1 Replies View Related

Ubuntu :: Make A Terminal Command Run By Clicking An Icon?

Aug 22, 2010

I have my xbox 360 connected to my laptop running Ubuntu 10.04 using the Ushare program. In order to reset Ushare and have it send any new files I have to the 360, I have to go into the terminal and enter

sudo /etc/init.d/ushare stop
sudo /etc/init.d/ushare start
sudo /etc/init.d/ushare start

Is there a way I can have an icon in my panel/toolbar thing at the top of the screen that will run this command string automatically? I'm getting tired of having to enter the whole thing by hand every time.

View 5 Replies View Related

Ubuntu :: How To Make Rsync Command Open In Terminal

Sep 14, 2010

I have the following rsync command for making some backups:
Code:
rsync -r --progress --delete -H --numeric-ids -a --exclude=.gvfs /source /media/Backup
If I paste that in my Terminal, it will perform a backup of all the files and show me what's going on in the Terminal window. But how can I make that into a launcher? I have made a launcher on my desktop with that code in its Properties, but double-clicking it starts the rsync process (I can see HDD activity) but a Terminal window won't open.

View 6 Replies View Related

Ubuntu :: Can't Enable Terminal Beep Sound / Make It Possible?

Sep 19, 2010

I've been using my girlfriend's Mackbook Pro and really like the beep sound when pressing backspace at a command prompt and really would like to have it on my ubuntu. However, I've checked "Terminal bell" option in the profile settings, but there is still no beep sound. What am I missing here?

View 7 Replies View Related

Ubuntu Installation :: Make A Usb Boot Drive From Terminal?

Jan 4, 2011

I have a eeepc netbook with 4 gig internal flash storage, no hard drive.I broke the GUI. The ONLY way I can access it now is through a terminal.It has barely enough space to get the ubuntu .iso image over to it.I have tried upwards of 10 times with 2 or 3 different distros to make a bootable usb drive with my macintosh. The process appears to complete without errors but the usb sticks are 100% unbootable every time (i.e. the netbook refuses to boot from them, as does my mac).

I get the SAME result using the SAME usb stick that I originally used to install ubuntu on the netbook, so I know it did work once. Regardless, I would like to try as a last hope to start from scratch making the bootable usb stick from my actual netbook.I do NOT have access to a GUI (see above).direct me to instructions to make a bootable usb drive from ubuntu 8.something?

View 5 Replies View Related

Ubuntu :: Make Background Image In Terminal Non-transparent

Jun 6, 2011

Does anyone know how to set the background of a terminal to be an image, and not have it slightly transparent? I've set an image as my Terminal background, but now when I open a terminal over other applications I can see those applications through my Terminal background. Is there any way to stop this from happening?

View 9 Replies View Related

Ubuntu :: How To Make New Process Open New Terminal Window

Dec 2, 2010

when I use the fork() function in C it creates a child process but all the output and input is binded to the same terminal as the father process.my question is, how do i make the new process open a new terminal window in linux?

View 2 Replies View Related

Fedora :: Make Boot To A Terminal Rather Than The GUI?

Mar 13, 2011

I installed Fedora 14 with the KDE desktop. Can I make Fedora boot to a terminal rather than the GUI? I would want to boot to the terminal just 1 time so I don't want to get rid of the GUI permanently.

View 4 Replies View Related

Software :: Terminal Keyboard Mapping - Make Ubuntu More Like Fedora

Sep 24, 2010

After a while away from Linux, I recently installed Ubuntu 10.4 on my home PC. Here is the problem: The terminal STINKS in general. Unfortunately, it appears that nothing has changed in the last 3 years in this particular area. I remember now that the terminal (keyboard mappings, colors) was one of the reasons I went with Fedora for my home PC a few years ago.

Short question: WHY is Ubuntu's so different, and why hasn't it been improved? I have a standard 104-key keyboard, yet when I try to edit with VI, the arrow keys don't map properly. You'd think that user feedback alone would have fixed this over 3 years time. Anyhow, how do I fix it?

The white background, minimal color terminal isn't very good. But I really need help getting the various keys (delete, home, end, arrow keys) to map properly. I went with Ubuntu because it seemed to be more ready "out of the box" and I don't need cutting edge like Fedora offers. I wanted more stability, etc.

View 1 Replies View Related

CentOS 5 :: Make Xterm The Default Terminal?

Mar 20, 2009

I just installed CentOS 5.2, and would like for xterm to be my default terminal instead of the gnome-terminal. I was able to do this on a RHEL4 system and Fedora 9, but I can't figure out how to do it in CentOS.

Here's the output of uname:

Linux 2.6.18-92.1.22.el5 #1 SMP Tue Dec 16 11:57:43 EST 2008 x86_64 x86_64 x86_64 GNU/Linux

View 2 Replies View Related

Debian Multimedia :: How To Make Terminal Start Maximized

Jun 25, 2010

How do I make Terminal start maximized?gnome-terminal --maximizedoesn't work.gnome-terminal --full-screen makes it fullscreen and I don't need that.

View 7 Replies View Related

General :: Mac OS X Terminal: Make The Background Black, Not White?

Jan 25, 2010

All I want to do is make the background for Mac OS X's Terminal Black so that I can run a Perl script with Terminal and have the background black for that.How would I do this for Mac OS X?How would I do this for an average Linux?

View 3 Replies View Related

Ubuntu :: Make The Xterm Fullscreen And Have The Same White/purple Colors As Gnome-terminal In 10.04?

Jun 6, 2010

I wondered if whether there is any way to make the xterm fullscreen and have the same white/purple colors as gnome-terminal in 10.04.I already know how to modify the command for the xterm session, but I want to know what options to give xterm to get the fullscreen white/purple look.

View 4 Replies View Related

General :: Make Gnome Terminal App Support Output Search?

Oct 2, 2010

Using a default terminal and bash, there is no functionality to search the standard output of commands.

One can gain such functionality using other tools, like emacs shell or screen, but I am wondering why such a useful feature is missing, I do remember a simple C-F used to work in terminals.

Is there a way to make the Gnome terminal app support output search? or is there a better terminal app that support searching output natively?

View 5 Replies View Related

General :: Make My Computer Beep Using Terminal Shell Script?

Jul 31, 2010

I have a laptop running Ubuntu 10.04 and i want to make a shell script and I want a beep sound but I can't get one..

I tried this and i didn't hear any beep

View 4 Replies View Related

Ubuntu :: Moving Files In Terminal \ Moving Files That Have Root Permissions?

Mar 4, 2010

I have limited experience in terminal, but let me first explain what I am trying to do to see if there is some easier way to do it. Basically I want to change the skin in aMSN. I downloaded the new skin but am unable to unzip or move it without /root permissions. I don't know how to acquire this without being in terminal. So I figured there had to be some way to go into the terminal and use it to move the unzipped folder from the desktop to the aMSN skins folder.

View 3 Replies View Related

General :: Make Ubuntu's Terminal Program Automatically Copy To Clipboard Selected Text / Paste

Jul 6, 2011

i'm used to using putty on a window's machine.With putty whatever you select is automatically on the clipboard without having to right click and select copy.And right click just pastes.

View 1 Replies View Related







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