I have seen this question, but it's answers are not good enough for me, because I do not have a window manager on my system.
Is there a console tool that can hide windows?
I am using xwininfo to get information about the window. It gives window id, and some additional stuff. This id should be enough to do any operation with the window.
when I use e. g. cat file.txt | grep --color=tty "pattern" I get the pattern I search highlighted. When I want some more context around each hit, grep has the -A, -B and -C parameters. However, I want to display the whole file (or whatever command output) and highlight a certain pattern. Does such a highlight command or tool exist?
Im looking for console tool that will output most detailed information about sound file (particularly mp3). Tried to use different tools (id3, lame, ffmpeg)
I want to control Network manager from the command-line. This worked well enough in Ubuntu 10.04 (with cnetworkmanager, nmcli is another possible choice). Since the upgrade to Ubuntu 10.10 however, a D-Bus exception is raised when I attempt to activate a connection from within a SSH terminal:
org.freedesktop.NetworkManager.PermissionDenied: Not authorized to control networking.
It may have to do with /etc/dbus-1/system.d/NetworkManager.conf; This issue occurs only when I am ssh'd into the machine; in a gnome session I don't get the same issue -- with the same (admin) user account in both cases.
I have a logitech wireless keyboard/mouse, but just lost the tiny usb wireless receiver.
I want to use my laptop as the keyboard for the other machine (Ubuntu 10.10) until I replace the keyboard and mouse.
Is it possible to control the console session's keyboard over ssh? I only want keyboard control, I don't want to use something like VNC because the video is too slow.
EDIT: I'd like to be clear that I want to be able to control gui applications running on the console session, so something like unix screen won't
I installed OpenSuse 11.4 Gnome on my Toshiba laptop. A couple of things i noticed while trying the live CD first is that the file manager recognized my NTFS partitions and after I installed I expected it to do the same. Also, while installing I thought I selected a secure logon with username & password. After installation it boots right into the desktop GUI. I haven't had a lot of time playing with OpenSuse yet and I have browsed through some threads and I couldn't find a way to configure a secure logon and do I have to mount the Windows partitions in the Command Line or is there a tool I can use in the control center?
I want to control Network manager from the command-line. This worked well enough in Ubuntu 10.04 (with cnetworkmanager, nmcli is another possible choice). Since the upgrade to Ubuntu 10.10 however, a DBus exception is raised when I attempt to activate a connection from within a SSH terminal:
Code:
org.freedesktop.NetworkManager.PermissionDenied: Not authorized to control networking.
Today I updated using yum there was a update to something called control- center (2 updates for this) It said it was for changing fonts backgrounds, themes etc... is this just a update for systems settings or tweak tool or a new program? I know I cant change themes in System Settings so what is this...Anyone download this today? I cant find a new application.
I have several local users on a F11 box. I want to keep one of those users from getting to the network. I could upgrade this machine to F12, if it offers a better solution.
I have a friend that tried to change her user password on Windows, and now can't log in to her account. Of course it's the only user account on the computer. Are there system recovery tools on any Linux liveCDs that could change the passwords of Windows user account?
I want to add the bthprops.cpl dll (The bluetooth control panel applet) to my wine install under Ubuntu 10.04 since it is required for Dolphin Emulator. [URL]
I copied the file from my windows install into the System32 folder in .wine and into the folder where the application I am trying to run is, but wine still fails to load it. Is there anything else I need to do to make the dll accessible for wine programs?
How to setup remote control on Ubuntu 9 for use of windows client ?
Just for use in a home network. I've had a computer for media files for a long time and now I changed from Windows 2000 to Ubuntu 9. I the home network there is some Windows W2k and XP Home and I will use VNC or RDP for remote control of this Ubuntu desktop.
I've no experience of Linux at all and I've seen some notes about this with no luck.
I have a Logitech Wireless Gamepad F710 that I'd like to be able to use as a remote control for a media player on my PC. I currently map the gamepad to certain hot-keys for use with VLC, but I can't say it's ideal.Is there a media player out there that's easy to control with a gamepad and supports a wide range of file types?Bonus points if it has an internal video library.
I'm looking for a Linux tool that allows me to transcode videos to a video codec that is highly compatible to the Windows platform. We produce large scientific videos from measurements and would like to show those videos during presentations and submit the videos to journals. We want to be as compatible as possible (we can not influence for example the codes installed on the presentation system or on the journal reviewers system).
Virtualdub suggests one of these codecs: * Radius Cinepak * Intel Indeo R3.2 * Microsoft Video 1
We tried ffmpeg, mencoder and Virtualdub under wine, none of those tools could produce videos encoded with the aforementioned codecs.
I'm using 32 bit ubuntu and from time to time when I boot up every window I open is missing the tool bar up top that contains the minimize, expand and close buttons. usually a reboot or 2 fixes it but it hasn't worked. how do I fix this bug?
every now and then, one of my customers forgets his windows user password, and asks me to reset it. till now i used a small windows app called "Password Renew for NT" from a windows PE bootdisk, but i want to have an alternative that runs on my opensuse 11.4 box, so i can connect the windows hard drive on it and reset the password from suse.
I found and the program "chntpw" in the build service, but it seems on beta status. And most information i found of it is very outdated. Has anyone used it? does it work ok on all modern windows versions (xp, vista and 7)? any other alternatives you can recomend?
I've been supporting Microsoft OS and Apps since 1992. I hold a BSEET and am one test shy of MCSE. I have my own Computer Support business helping Individuals and Small Business keep their M$ PCs running.
I'm also sick of Microsoft. I'm tired of their manipulations, deceptions, and failure to produce Software that serves the needs me and my customers. I've been watching Open Source for 3 years hoping for an Alternative I could recommend to my customers. I'm very excited about Ubuntu 9.10.
There is just one thing missing. I think it can be done, but I need the help of the experienced Users here. What I'd like to do is copy the existing "C:Documents and Settings" folder to a USB Drive, Install Ubuntu using the entire disk (blow Windows away), and finally point the (excellent) Windows Migration Tool in Ubuntu to those Profiles and have it Import them just like it does in a Parallel Install.
I found this:
Code: 1.) Fire up live CD
2.) Open up a terminal
3.) sudo gedit /etc/apt/sources.list and remove all comments (#) in front of the repositories, and save the file.
4.) sudo apt-get ntfs-3g
5.) mkdir /mnt/win
6.) ntfsmount /dev/<disk and partition number here> /mnt/win
7.) mkdir /mnt/win/users
8.) mv /mnt/win/Documents and Settings/<userprofile here> /mnt/win/users/
9.) umount /mnt/win
10.) start ubiquity from the commandline wih the new-partitioner switch like this: ubiquity --new-partitioner
11.) after the setup is done do NOT reboot
12.) mount the disk in step 6 again and move the profiles from step 8 back to the Documents and Settings folder. Else Windows might throw a tantrum not finding profiles.
But it fails at the sudo apt-get ntfs-3g command. I guess that's because this was written for a version that's several years old. update the Process for v9.10?
I have a virtual machine with RedHat. It has a command-line tool X that takes an input file + some control parameters, performs some processing and generates some input files. I have a Windows XP/Server 2003 box where an app Y is running. What I need to do is to control X from Y. That is, given an input file, I have to feed this file from Y to X, have X process the file and then Y collect the results. Y would be running either on the host Windows machine using VM Player or on a separate box. Input files might be quite large. I need a solution that would be of production level quality. What would be the best approach to this? I presume I will need to develop some components both on the Windows side and the Linux side that would communicate with each other, send input and output files etc. What would these components be? The VM has a Redhat Enterprise install, so I have access to gcc, but not sure which other development tools.
When pressing Alt+Tab to switch between applications, I notice that it's actually all open windows that are presented, including tool windows in Gimp. Is there a way I could configure this so only document windows are presented, or better still, only applications like on Mac OS X? Or a third party solution?
It is a sad day indeed, but I need to run a developer's tool that only runs on Windows, and it interfaces with a USB device that doesn't do well through any VMs I've tried. I've resorted to installing XP.
Now, I'm wondering if there will be any problems I'll face installing XP after Ubuntu 10.04 has already been installed? I suspect so, but it's been a while since I dual booted, and I've never worked with Grub2,
I am new to the linux world. i have just started using ubuntu 9.04.though i have installed golden dictionary ,i wanted to ask is there any other tool is also available which may work offline too as we have Cambridge advanced learner's dictionary available in windows?
I've just installed Ubuntu 10.04 alongside Win XP. I can boot into both fine. However, I no longer see the Win XP boot menu that allowed me to go into the Windows Recovery Console if I needed it. Previously with Ubuntu 8 & 9 this was briefly available after selecting the Win XP option from the grub menu, but not any more. How do I get it back?
I just used the repair tool (automatic) after doing a clean install of Suse and my Windows directory has disappeared altogether. Any chance of getting it back?
Here's the readout: Disk /dev/sdb: 500.1 GB, 500107862016 bytes 255 heads, 63 sectors/track, 60801 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes Disk identifier: 0x6eb5ef98
Device Boot Start End Blocks Id System /dev/sdb1 1 31481 252864504 7 HPFS/NTFS /dev/sdb2 * 31482 60482 232950532+ f W95 Ext'd (LBA) /dev/sdb3 60483 60802 2560000 7 HPFS/NTFS /dev/sdb5 31482 31743 2104483+ 82 Linux swap / Solaris /dev/sdb6 31744 34354 20972826 83 Linux /dev/sdb7 34355 60482 209873128+ 83 Linux