Ubuntu :: Set Certain TTY's To Show Specific Programs Upon Login?
Jul 7, 2010
Can anyone imagine a way to set certain TTY's to show specific programs upon login?
If I were to log in under my normal account, it'd be cool if I could set one up to load top upon authentication, maybe watch tail /var/log/syslog on another, and so on.
I know they require authentication, but would there be a way to say on startup if isTTY and TTYnum=y and if user=x execute script z?
View 1 Replies
ADVERTISEMENT
Jan 9, 2011
Yesterday, I downloaded qt and gcc by using "synaptic package manager" tool.Where does those programs intstalled?Well, in windows the programs are installed in c:Program Files folder. Similarly, is there a specific folder that the newly installed programs are placed?
View 4 Replies
View Related
Sep 4, 2010
Is it possible to find programs that were installed on a specific date or within a specific date range? If so, how?
View 6 Replies
View Related
Nov 11, 2010
My wish is to launch some programs (chromium, pidgin and xchat on the first virtual desktop and the terminal, the file manager and geany on the second one). I also wish them to have the same size and place than they've had the last time I used them (just to keep them always at the same place). My researches haven't been successful for the moment cause the only idea I found was lxsession-edit which doesn't do exactly what I want..
View 5 Replies
View Related
Jun 16, 2011
I am fairly new to Ubuntu and was wondering if anybody knows of a way to open up a number of programs and placing them in specific spots programmatically. Basically, I'm trying to avoid having to open my IDE, multiple terminal windows, browsers, etc... and then having to place them all in the exact position I want when my machine boots up. Ideally, I could say:Program A, is placed on Monitor 1, workspace 1, at position 0, 0, with height and width 600 x 400. Program B, is placed on Monitor 2, workspace 2, at position 600, 500, with height and width 1000 x 600
View 1 Replies
View Related
Jul 31, 2010
how to kill all Programs on a specific X display? In example, I need to kill all Programs on Display :1. How is this possible?
View 2 Replies
View Related
May 23, 2010
I am using 8.04, and I have just installed matlab.I don't know if it is matlab or I never noticed it before, but my windows keep disapeering from bottom panel.Firefox is always there, but matlab keeps leaving. I can still get to it by alt-tab, but it is annoying.
View 1 Replies
View Related
Mar 20, 2011
I accidentally deleted my panel that showed the active programs. I don't know how to get that back. Also, I had another question on top of that one. How do I get it to where the OS doesn't show the desktop when I move the mouse to the bottom left of the screen?
View 2 Replies
View Related
Feb 3, 2011
I have created a text file in Linux, and I only want to show certain users. Here is my text file:
usr user tty Limbo?
11 12:06:13 APW no
12 12:06:13 APW no
[code]...
View 12 Replies
View Related
Feb 22, 2015
Specifically, I've used Synaptic to install both Drupal and gufu. The installation seems successfull, but they never show up on any menu/sub-menu.
View 14 Replies
View Related
Apr 27, 2011
I'm using Opensuse 11.3 with KDE 4.4.4. When using the task switcher, only programs open on the current desktop are visible. I think it would be handy to have the Launch Bar work in the same fashion.
Is it possible to have the Launch Bar only show programs open on the current desktop?
View 2 Replies
View Related
Jan 21, 2011
My question is, why can't Xorg show live previews of minimized X clients? Mac OS X is the only OS that can, and I have no good idea why.
View 4 Replies
View Related
Jun 28, 2010
When I try to login the login screen show it self again after a successful login! I get a typical error if I use wrong password So what can be the issue here?
I have a dell Laptop with Ubuntu 10.04 nVidia drivers installed it worked well for a while but after installing Citrix client and some other apps I shot down my laptop and today I get this problem
I tried different sessions type, and it did not help. I'm using my Wifes MacBook for now.
View 2 Replies
View Related
Jun 17, 2010
I'm working on a kiosk-type system. What it needs to do is boot, auto login as a specific user, display only the Gnome desktop (no icons, etc), and auto start an application.
Is this possible (I'm sure it is)? If so, can this be scripted, i.e. without having to use graphical tools like Sabayon.
View 2 Replies
View Related
Nov 9, 2010
To allow specific IPs login to FTP server I'm using
Code:
<Limit LOGIN>
Deny from all
Allow from xx.xxx.xx.xx
Allow from xx.xxx.xx.xx
(where x there is IP numbers)
and so on, for all IPs I give access to.
But now I have question, is it possible to make something like this but just for specific users? For example there is user 'user1', how to allow login IP 77.77.77.77 to 'user1' account and deny all others ?
View 1 Replies
View Related
Jul 17, 2010
I have a very peculiar issue - I can't log in to KDE as one particular user (andrew, which is my regular account) though all other users including root, mythtv & other family members can log in without any problem. When I try to login as andrew the X server appears to crash as the screen goes blank and I have to press Ctrl+Alt+BkSp to get back to the KDM login screen. The proximate cause seems to have been updating KDE to 4.4.5 using yum - I did this logged in as andrew in a terminal session using su - root, and the black screen problem arose next time I tried to log in.
I can log in OK as andrew using a different desktop manager e.g. Sugar. I am using radeonhd graphics driver; if I change to "vesa" in xorg.conf I can log in OK. If I change the home directory for andrew to that of another test user and change the file ownerships, I can log in OK. Therefore the problem must lie in a config file(s) somewhere in the andrew home directory tree, which is specific to KDE and also radeonhd. I have checked in all the obvious (and unobvious) places but can't find anything. There are no relevant SELinux errors or entries in syslog or Xorg.0.log. The .xsession-errors file from a failed login attempt is here [URL] it isn't significantly different from a normal one, and as the entries are not time-stamped I am not sure which ones arise during the login and which when I restart the X server. I am running F13 (kernel 2.6.33.6-147.fc13.x86_64) without any other significant issues.
View 3 Replies
View Related
Sep 24, 2009
Need to restrict cvs login from specific IPs
in file /etc/security/access.conf
+ : builduser : 10.200.2.1
Do not work
when changed to ALL as below it works
+ : builduser : ALL
View 2 Replies
View Related
Jan 15, 2011
I'd like to limit login attempts for specific user. I've found information in manpages: [URL]but I'm not sure if this '@' is purposly there, so would be that correct?
Code:
aparaho - maxlogins 4
or
Code:
@aparaho - maxlogins 4
Maybe '@' is a group syntax? I'm confused.
What happens after 4 failed loggins? Is it enough to restart system to get another login attempts?
Are there any other values that it is reasonable to limit for safety reasons?
View 4 Replies
View Related
Jun 15, 2010
I was wondering if there was a script that would run on log in telling me the history of when the server was rebooted or such, along with the last user and motd (which is a roflcopter in my case)
View 8 Replies
View Related
Oct 1, 2010
I'm using 10.10 beta. When I start the computer it shows the screen listing all the usernames and the 'other' button to login as a different user. However, when I click any button it does not show the password textbox (or user textbox in the case of the 'other' button). It does show only that username for a second as make the screen smaller just like it is does when it works but the textbox doesn't appear and after half a second it reverts to the list of all the users.
On the other hand, booting into recovery mode, pressing escape, logging in through the terminal there, and using startx loads GNOME just fine. Doing the same with ctrl+alt+f2 on regular boot doesn't work because startx fails since it is already running. After logging in on that terminal and going back to the login screen it shows that I am logged in but again pressing my username does not take me anywhere.
View 2 Replies
View Related
Nov 22, 2010
I'm running a fresh install of Ubuntu 10.10. Sometimes, on attempting to login, the screen resets and I'm brought back to the login screen (though I know I have the right login information). The only way around is to restart. Also, sometimes when I do finally get in, my taskbars won't even appear.The machine is an HP workstation x1100 with Pentium 4 and fairly old graphics card (using AGP). Is the computer just not compatible with linux?
View 1 Replies
View Related
Feb 4, 2011
I'm a beginner with Linux. I'm using the version of Ubuntu 10.10 installed in a notebook HP Pavilion tx 2000 (Turion 64 x2). My Ubuntu is 32 bits.
I'm passing for the following situation:
When I turn on my notebook, if it is running on battery (even with the battery has 100% of charge), a login / password screen does not appear, and the screen goes dark and nothing more I can do (that I knew!). So I re-start the machine.
However, if the notebook is plugged into electrical energy (with or without battery), a login / password appears normally.
If, with the notebook plugged into electrical energy, I log in Ubuntu operating system, then great. After loaded the operating system, I can turn off electrical energy and the notebook works normally (only with battery). In other words, just the login screen that is with this electrical energy problem.
View 4 Replies
View Related
Feb 17, 2010
I have 2 computers with kubuntu 8.10 using vinagre for my remote desktop viewer and x11nc for my server and I am trying to connect remotely through the command line from one computer to login to the startup screen in the other computer. Is this possible, since it looks like my server does not start until after I log in to my desktop screen?
View 8 Replies
View Related
Nov 25, 2009
Can advise if I want to have a alert message when a specific user is login to the system , what can I do ? that mean if a specific is login to system then send me a alert message ( by any way ) to inform me the user is login , what is the method ?
View 7 Replies
View Related
Jun 1, 2011
after removing some programs I'm not able to login (I'm using an other computer now). I'm using opensuse 11.4the boot screen has changed from the normal to a grey one. before login following messages came up:
bluetoothd[1460]: input-headset driver probe failed for device D8:2A:7E:7F:4E:17
kernel [24.446981] vboxdr: fAsync=0
offMin=0x38a offMax=0xdc2
[code]...
View 9 Replies
View Related
Apr 9, 2011
I have openSuSE 11.3 and work on KDE desktop.Before a previous logout I killed two running programs (more specifically,openoffice and firefox). Now, every time I log on my account those twoprograms open automatically
View 1 Replies
View Related
Mar 16, 2010
Every time I start Ubuntu, I set up an ssh session to a server. In order to automate this I made an entry in startup programs like this:/usr/bin/gnome-terminal -e '/usr/bin/ssh name@server.com'Nothing happens when I log in, and I've checked that the command works.
View 2 Replies
View Related
Mar 24, 2010
Ive been using it for a few days and it kept reminding me to update some files. (about 200mb worth) after it finished installing i rebooted but it won't show me a login screen. it only shows me a commmand line. it allows to 'exit' and then it boots windows.
View 9 Replies
View Related
Jun 10, 2010
Is there a way to create a user that will not show up in the GDM login screen? This user also needs to have sudo access
View 6 Replies
View Related
Jun 15, 2010
i wanted to know what script i would put where that would tell me the last 5 times the server rebooted whenever i logged on.
View 9 Replies
View Related