General :: Locking The Screen From Login Terminal?

Dec 29, 2010

So I've got this home file server, and I want to display certain stuff using:

top
who
a tcpdump of snort logs, scrolling in real time

I want it to display on the screen using a split terminal screen, so all of the information shows on one display, but I do not want it to be vulnerable to a local attacker. Is there any way I can have these things start up at login, but prevent that user from doing anything other than viewing this information?

View 1 Replies


ADVERTISEMENT

General :: LiveCD - Terminal Like Screen Asking For Local Host Login

May 12, 2010

I have loaded the LiveCd successfully on 3 laptops, now I'm at my daughters new Toshiba & and getting a "Terminal" like screen asking for "Local Host" Login, never had this experience before.

View 6 Replies View Related

General :: Locking Keys Not Screen Or Mouse?

Sep 15, 2010

My wife just moved onto Ubuntu after dumping Vista and she loves it! Only thing is that our 10 month old son adores smashing his hands on the keyboard when attempting to talk to his grandparents over Skype. In Vista, we downloaded a small software that locked the keyboard but not the mouse or screen. This locking could be toggled via a system tray icon.

Is there something similar that is available for Linux, specifically Ubuntu 10.4? If anyone knows of a solution, do let me know.

View 1 Replies View Related

Ubuntu :: Terminal On Login Screen?

Jan 9, 2010

I don't even know where to start.I hit control-alt-f1 OR f2Neither bring up the log in. Just a black screen with a courser

View 9 Replies View Related

General :: Difference Between A Login Terminal & Non-login Terminal?

Jan 17, 2011

difference b/w a login shell and a non-login shell ?

I know that when we use su - <username> we are getting a login shell & when we use su <user-name> we are getting a non-login shell.

Do we get any additional privileges when we have a login shell compared to a non-login shell ?

View 6 Replies View Related

Slackware :: Terminal Server And File Locking?

Apr 14, 2011

The setup is a central PC with XDMCP getting connections from two peripheral PCs. All PCs have normal Slackware installations (12.0 the central one, 13.1 the others). XDMCP works fine and the users login to KDE. The users have a common directory with appropriate permissions for group work.The problem is file locking. More than one users can open and work on the same file in the common directory, eg. foto editing the same jpg with GIMP.

Googling around I found that file locking is advisory in Linux, meaning its up to the applications to honour it. Also that there is a mand (mandatory locking) mount option which seems like the solution, but there are warnings [1], [2]. Other finds point to the use of versioning systems (svn, git) to take care of file locking, or network file systems (cifs, nfs): I'd prefer not to burden casual users with having to come to terms with a versioning system, and the network file systems seem wrong since the users work locally.

Considering Linux is a multiuser OS I am taken aback from this apparent lack of file locking support and tend to think missing something obvious.Has anyoneexperienced/solved a similar setup?A couple of last points. The common directory is on a normal mount (ext3, RAID1), fstab entry:

Code:
/dev/md0 /data ext3 defaults 1 2
And I'm aware of options like TSLP, but I'd rather resolve the issue generically.

[code]....

View 4 Replies View Related

Ubuntu Installation :: Flashing Terminal Screen On Login?

Jan 24, 2010

Just installed Ubuntu 9.10 side by side with XP. When trying to run ubuntu from Grub the terminal screen opens but then starts to flash. This makes it difficult to type and login. When I do eventually login it just goes no further than a terminal prompt.If I use recovery mode the screen does not flash but still cannot get to the desktop

View 2 Replies View Related

Ubuntu :: 8.10 Crashing / Locking Up After Login

May 1, 2010

So is this what I get for not upgrading because the support for 8.10 ends on 4/30? I have 8.10 but it is locking up immediately after logging in. It's a 64 bit system and has worked flawlessly up to this point. Ctrl-alt-BS does not work. Alt-Sys-K does not work. Alt-Sys-R, E, I, S, U, E does not work. Only turning off the power resets the computer. Memtest turned up nothing.

View 1 Replies View Related

General :: System-auth Configuration \ Can't Login And/or Can't Login In The GUI Interface And A Terminal?

Apr 20, 2010

I'm hoping someone can help me out.I made configurations changes to/etc/pam.d/system-auth and /etc/pam.d/login. When these files are configured the way they are, I can't login and/or I can't login in the GUI interface and a terminal. Contents of /etc/pam.d/login

Code:
#%PAM-1.0
#line added per security guide

[code]....

View 2 Replies View Related

OpenSUSE Hardware :: WM Locking On First Login / But Clears After X Restart

Jan 4, 2010

I'm having a minor inconvenient issue with Suse 11.2/KDE4.3.From a cold boot, and then the first login, the desktop and WM [Compiz-Emerald] loads ok, but the plasmoids/icons are not 'clickable', although I can use keyboard, Command Line and 'right click' menus ok.If I restart X, then log in again, everything is ok, and stays ok until the next cold boot.It's as if the plasma desktop is masked [if that makes sense?], but only on the first login, as if there is a boot sequence issue or something.

View 1 Replies View Related

General :: Launch A Terminal By Clicking On The Terminal Icon At The Top Of The Screen

Apr 22, 2010

I have a favorite REXX program called fv2. When I was a Windows user I had an icon for fv2 on the Quick Launch bar. Click that icon, and the program ran. Now, as a Linux (Ubuntu) user it is necessary to go through several steps to run fv2.

1) Launch a terminal by clicking on the terminal icon at the top of the screen. What's that area called? The GNOME panel?
2) Enter: ~/Desktop/RexxScripts
3) Enter: regina fv2

I run fv2 several times per day and would really like to have the convenience of a clickable icon.

View 3 Replies View Related

General :: Terminal Proxy Or Screen Without Terminal Emulation?

May 26, 2010

How can I make terminal applications immune to terminal emulator close, but still able to use all virtual terminal features?

egin{UPDATE}I want my terminal application remain alive and accessible if I accidentally close terminal emulator. This functionality is provided by screen and tmux, but they have issues with colors and they flush screen.Yes,I can run the shell inside screen, but I do not want the shell remain alive unless there is some other program running.

end{UPDATE}I see this must be something like screen, but without VT100 terminal emulation, something which will just apply whatever application does with "terminal proxy"'s terminal (like outputting something to stdout/stderr or using stty to set terminal options) to the terminal this proxy runs in.

// I know about screen and altscreen on, but it makes either this (screen with TERM=screen):

or this (screen with TERM=rxvt-unicode):

while I want this (rxvt-unicode without screen):

I have figured out that everything looks fine if I compile rxvt-unicode with USE=-xterm-color (in fact vim looks like on the second picture even without screen if I add this USE flag) and set TERM=screen-256color, but I do not like this workaround because it actually changes colors and I can't be sure that it will always change them only this way:

View 4 Replies View Related

Ubuntu :: Locking Screen At Startup?

Mar 28, 2010

I looked for this but couldn't find it.

When Gnome starts, I would like to auto-login a user account, but I and the screensaver to lock at boot. I am using the gnome-screensaver.

View 3 Replies View Related

Fedora :: Commands On Shell - Locking The Screen

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

Ubuntu :: Can't Configure Screen Locking In Xubuntu

May 15, 2011

I'm having difficulty disabling the screen lock feature when resuming from suspend in Xubuntu 11.04 x64. The screen lock seems to be implemented in xscreensaver, so I disabled the screen saver in the Settings Manager. This did not work. In the 'Power Manager' section of Settings Manager, I unchecked "lock screen when going for suspend/hibernate' and this did not work. I found a possible workaround in a bug report that seems to describe the problem I'm having: [URL] but the solution offered there (install gconf-editor and disable screen lock from there) did not work. The bug report states that the problem was fixed in xfce4-utils 4.4.2-1ubuntu1, but from what I can tell the version of that package in 11.04 is newer than that. The only thing that seems to work is to completely uninstall xscreensaver

View 1 Replies View Related

Ubuntu :: Disable Screen Locking For Hibernation

Jul 8, 2011

I would like to disable the screen locking for hibernation only, in Kubuntu 11.04.I know that there is an option in the KDE Control Center, but I believe that it disables screen locking for both hibernation and sleep.Does anyone know of a way to do this (I'd be perfectly happy with a hacky solution)?Does anyone know what scripts are run when the "sleep" or "hibernate" buttons are pressed?

View 3 Replies View Related

Ubuntu Installation :: After Logging In The Screen Remains In The Login Splash And A Small Terminal Appears In The Upper Left Corner

Jan 23, 2010

recently had to reinstall ubuntu 9.10....after all the updates & changes i made in synaptic and some restarts, i wanted to proceed in installing my nvidia drivers, so i stopped gdm and attempted to login as root, but it would not let me. it's strange because i created the root account password prior to this.

so, issuing the command to restart gdm brought me to the login window. after logging in, the screen remains in the login splash and a small terminal appears in the upper left corner. can't seem to get gnome started up.

View 2 Replies View Related

General :: 10.10 Booting To Terminal - Black Screen Instead Of The Normal Purple Screen

Dec 8, 2010

i am fairly new to Ubuntu. i was using it fine for a month, but today, when i booted my computer up, it came up with a black screen instead of the normal purple ubuntu screen. the black screen had white text on it, and asked for my username and password. from there, it was a terminal prompt. i have been google searching for a while, and have tried typing "startx", "sudo apt-get install ubuntu-desktop", "sudo gdm", and i have also tryed uninstalling xorg, and reinstalling, and none of these things wanted to do anything for me.

View 4 Replies View Related

Ubuntu Multimedia :: No Sound After Switching User Or Locking Screen?

Oct 30, 2010

My problem started when I updated Ubuntu 10.10 developer release (or whatever it's called ) to Ubuntu 10.10 Final. When I switch user or lock the screen and log back in, my computer makes no sound. I know it's not muted since I can see that in the volume control. The only way I can fix it is by restarting my computer

View 6 Replies View Related

Ubuntu Networking :: Downloading Stops In 10 To 15 Mins Of Locking The Screen?

May 17, 2011

Everyday i initiated a download on my ubuntu pc and lock the screen and leave, i notice that the internet connection gets cut within 10 to 15 mins after i leave. I am connecting to internet via reliance data card - usb modem. what are the odds of my ubuntu responsible for this ?

View 1 Replies View Related

Ubuntu :: Login To Xfce The Screen Goes Black - Flickers A Few Times Then It Brings Back To The Login Screen

Apr 12, 2011

My last setup (years ago) ran fluxbox so because it was familiar I installed it as a secondary to xfce right off the bat. I download a lot of different stuff because I like to try out all the apps I can find but somewhere I broke something. I can still run fluxbox fine, but nither the Xubuntu nor Xfce sessions will run now. Last thing I remember changing was pulse audio(removed it for an experiment I was trying with jack audio), not sure if it is connected but when I try to login to xfce the screen goes black, flickers a few times then it brings me back to the login screen.

I tried failsafe but everytime I do my monitor gives me a "frequency out of range" error. I tried purging and reinstalling xubuntu desktop and xfce settings but I am thinking its my xorg config. My laptop is a Toshiba satellite M305D-s4830 with ATI Radeon 3100 mobile graphics card and I am running Xubuntu 10.10. Unfortunately I also broke the screen, so right now I am stuck with an external monitor till I get a new one.

View 1 Replies View Related

OpenSUSE :: Stopping The Screen Saver And Stopping The Screen Locking?

Jan 23, 2011

In December I finally filled up my root partition and broke Suse 11.1. I therefore resized my partitions and installed Suse 11.3 on /root. I didn't not touch my /home partition.

I notice that when I leave my machine and come back the screen has locked. I have tried to turn off the screensaver, but it hasn't worked. I have Googled, but unfortunately the screen shots don't look like what I have and the instructions to stop this do not seem to match what I am seeing on the screen.

Is there a way to do this via the command line?

View 7 Replies View Related

General :: Change Login Screen And Login Box?

Jun 29, 2011

i'm currently using fedora15 Gnome3...i was just wondering that i have seen many different login box and login screens of users. how do i change my login box and login screen

View 14 Replies View Related

General :: Red Hat 5 - Login - Asking Me For A User Name At The Terminal

Oct 28, 2010

I am using red hat 5. It is asking me for a user name at the terminal. I do not understand what it is asking of me. A user name was never established during installation of the program. it did ask for a root password during installation which i provided. At the terminal i did try typing "root" for the log in and the actual root password for the password. It gave me administrative access.

However, i don't know the correct command that will take me to the desktop. For windows i simply typed in win or exit to go to the main windows desktop. Linux is foreign to me... can anyone help? I would be greatful for the advice. I am a windows junky from way back.

View 6 Replies View Related

Fedora :: Cannot Login Into X Window(screen Turn To Black Before Login Screen)?

Feb 25, 2011

The problem come after i kill the Xorg using the kill command,and the screen turns to black without anything so that i can do nothing. The problem goes on after reboot

View 5 Replies View Related

OpenSUSE Install :: Login Screen Keeps Bouncing Back To Login Screen

Sep 17, 2010

I have installed VirtualBox and setup a Windows Vista host, initially with a .vdi of 10gb. That filled up quickly, so I added another 20gb secondary partition, after first trying to allocate a .vdi to a SCSI controller. Configured the drive in Windows (Computer Management), and all seemed ok. I shutdown VB, and rebooted my Linux host (openSuse 11.3). Now I keep bouncing back to the login screen, and can't login to Linux KDE, but can login to a console.I do have the following info:

/etc/fstab:
/dev/dis/by-id/ata-ST9250410ASG_5VG0B5VS-part5 swap swap defaults 0 0
/dev/dis/by-id/ata-ST9250410ASG_5VG0B5VS-part6 / ext4 acl,user_xattr 1 1

[code]....

I did see a message before, that I don't see anymore, that said it could not start NFS services due to missing entry in fstab. Another I'm seeing now is it couldn't start the avahi-daemon, no space left on device. This is odd, since I have a 200GB drive, with half of it left, only max 30GB set to VB. Here's my df -k output:

/dev/sda6 Use% is 100%
devtmpfs Use% is 1%
tmpfs Use% is 1%
/dev/sda7 Use% is 46%

So root "/" is mounted on /dev/sda6, which looks like it could be a problem, but why would this suddenly be a problem after working with VirtualBox? Could this be a matter of just freeing up space on /dev/sda6? Like the /tmp folder that's under "/"?

View 2 Replies View Related

General :: Change The Login Name On The Left Of The Terminal

Aug 30, 2010

I'd like to change the login thing on the left of the terminal: [james@xxxxxx home]$ But can't figure out what it's called to do a search, so figured I'd ask all in one! What is it called, and how do I customise it in bash_profile ?

View 1 Replies View Related

General :: Automatically Open Terminal At Login Time?

Jun 7, 2011

I am using red hat .I want that when ever the user login in GUI interface the terminal windows automatically open and then the user want to logout it 1st close the terminal and then login. There is a file in #ls -a i.e .bashrc and .bash_logout

View 13 Replies View Related

Ubuntu :: Cant Login Into Hardy...Screen Hangs Up At Login Screen?

Dec 22, 2008

I have a desktop running Hardy and till friday it was running good. Today is monday and I guess it has got monday blues like I get every monday at work.Today I tried to start it as usual but it just refused to go further than login screen. I just can not login. It just hangs it there. I do not know what has gone wrong. I did not change anything since friday and no one else uses it. Theres nothing in logs that could give any idea. It just hangs without any reason and is still on the login screen for ever. It does ask my username and password but then it does not go further.But to my surprise I tried logging in with root and it gave me expected error that system administrator is not allowed to login from gnome.

View 5 Replies View Related

Ubuntu :: Can't Turn On Terminal Bell In Gnome-terminal Using Remote Screen Session With Irssi

Nov 6, 2010

I'm using 10.04, and gnome-terminal GNOME Terminal 2.30.2 . I have irssi running on screen session on remote host. And I've been struggling for quite many days to configure it to produce either visual feedback or ring terminal's bell when I receive a private message or one of those that are highlighted.

My compiz settings window in General tab has 'Audible bell' checked.

My GNOME terminal has 'Terminal bell' checked.

I also added 'set bell-style audible' to my ~/.inputrc

And I also tried to manually load pcspkr module into my kernel.

No of the above helped or at least I haven't been able to notice any difference.

I also used some commands for irssi to produce bell sign.

View 2 Replies View Related







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