Following in the spirit of Hidden Features of Powershell and various others on StackOverflow, what Linux commands or combinations of commands do you find essential in your work?
I am trying to find the word count of a specific word in a collection of documents, in Linux.
I have tried with grep and ack-grep in combination with wc but I can't seem to come up with a valid combination of pipes :)
On Linux there is this feature where you can press the Alt key and drag a window from anywhere and move it. Is there a similar feature for Mac OS X?
Thanks in advance!
I am facing a very strange behavior on my server.
I am using a linux cluster.On fail over server my broadcast application halts after 5 minutes.But it is working fine on Primary server.
My application process listening on port and send broadcast.It is working 5 mins after that it wait on socket for further packets but it didn't receive anything.
Same process is working fine at Primary server.
Plz help me.
Hello Everyone,
I was wondering how I would go about getting the sort of full screen image of a desktop running linux from windows using xming. Basically, I dont just want the console.
Thanks in advance!
I am using WebDAV onLinux box with davfs2 1.4.6. When I copy a file to a mounted WebDAV service, it is goes rather fast, just like a regular local drive operation. And it actually is, because the file is first copied to ~/.davf2/cache directory. But how do I know that uploading is finished and where do I see current progress? Is there a way to know that uploading failed due to lack of space or file size restrictions?
I am searching for a mp3 player for Linux that resembles 1by1 on features: light, free, with no playlists, just selection of files to play using a directory navigator. Any suggestion?
I have an ISO CD image file and want to extract it's contents to a folder.
I know there are ways to mount the image and stuff, but it's complicated.
I'm looking for a GUI tool to open up the contets and extract needed files.
On windows I would use WinRar to do this.
K3B only allows me to burn the stuff, Arch does not work with ISO files :(
Is there a similar tool onLinux, preferably from KDE world?
I used the dialog binary tool to create some msgbox onLinux screen as the following example
dialog –colors –title “test” –msgbox “type <ENTER> 8 50
My question how to kill the dialog process in order to clear the screen without dialog BOX
, there no dialog process , I check with ps –ef ,
I also try to
dialog –clear
this isn’t clear the screen and the dialog box still exist
Please advice?
Possible Duplicate:
How to find web hosting that meets my requirements?
I am a relative beginner when it comes to choosing web servers and hosting plans. I'm about to signup for a hosting plan with GoDaddy. My main requirement is ColdFusion and MySQL. The plans on offer include Linux and Windows based plans.
Which one should I choose, and why? I don't have a lot of requirements other than what I mentioned above. I never used Linux before but I doubt I'll ever need to do anything beyond tampering with my account.
What are the main advantages of one over the other?
Can someone point me to clear directions for a Dual-Boot system using Windows 7 on #1 SSD and Linux Ubuntu on SSD #2? And then configuring 2 HDD's in RAID 1 for Data (NTFS)? Clean Install all around. Or what other set-up would be preferable to achieve a similar goal?
Suppose one is running an SSH session into a GNU/Linux box of a client and he asks to see what you are doing. How can you allow this other party to see what's going on on your session?
The first beta release of the SQL Server ODBC Driver for Linux is available for download! As announced in October , the “Multiplatform Team” (a.k.a. the “MPlat Team”) has released a preview version of a driver that will provide first-class access to SQL Server from applications running onLinux operating systems. The team is looking for feedback on this release to incorporate into their production-ready release, so try it out and let us know what you think. Here are the important...(read more)
I am using Red Hat Linux Enterprise 5. I am always using export command to set environment variable. I am wondering any other ways of setting environment variables and pros/cons of all alternative ways. Any answers or recommended readings?
Thanks in advance!
Hi all
How to define swap (8G usage) on disk partition: /dev/cciss/c0d0p6 ( i have Linux red hat 5.3)
for example:
in my machine I not have swap definition
Swap: 0 0 0
the target is to create the following swap:
swapon -s
Filename Type Size Used Priority
/dev/cciss/c0d0p6 partition 8385888 0 -1
I'm using VMware Server 2.0.1-156745.i386 for Linuxon Ubuntu 8.10.
When I run "vmware", it brings up what is supposed to be the login page in a browser, but it just loads a blank page.
This is the address:
https://127.0.0.1:8333/ui/
Sometimes the login page comes back if you reload it a bunch of times, but this time it won't. Doing this also doesn't help:
/etc/init.d/vmware restart
Does anyone know why this happens, and how to fix it?
On Linux systems I can
watch -n1 tail /var/log/whatever.log
or
watch -n1 grep somestuff /var/log/whatever.log
To show updates to a log every 1 seconds.
On FreeBSD however, the watch command does something else entirely. Who knows a good FreeBSD command for what I'm trying to do? =)
Hi guys,
I'm currently running a Vista machine, but would like to switch over to Linux, Ubuntu in particular. My question is can I switch over to Ubuntu, keep my Windows partition and use VirtualBox to access the pre-existing Windows partition? Or does VirtualBox require me to create a new install for Guest operating systems?
If not, are there any other free alternatives to accomplish this?
Thanks
I'm trying to run LKL (Linux Keyboard Logger) in a Ubuntu 9.04 VirtualBox VM
(VirtualBox 2.2.2 running on a XP host). The package installs
fine, but when I try to run it
lkl -l -k /usr/share/lkl/keymaps/us_km -o ./kbd.log &
it hogs the CPU usage to 50% and never logs a keystroke (in fact the
kbd.log file is never created)
Any clues?
TIA
I am trying to get a simple script to run automatically at startup. A friend told me to do this but it did not work. Could someone take a look to see what it is missing?
*(Also I am brand new to linux, so this is pretty foreign to me)
Here is what I was told to do:
In terminal
sudo nano /etc/init.d/obabp.sh
Then enter this text:
#!/bin/bash
sudo python /home/pi/gits/RPi-OBABP/src/obabp.py
save file and then
$ sudo chmod +x /etc/init.d/obabp.sh
$ sudo shutdown -r now
I am using Red Hat Linux Enterprise 5. I am new to this development environment, and previously worked on Windows.
Could anyone recommend an easy to setup/maintain and free FTP server for my platform? I just need basic features and used by a couple of people only.
Thanks in advance.
Some big news this week was Microsoft released the Hyper-V integration components for Linux source code under the GPL v2.
I just installed Ubuntu Server 9.04 in a Hyper-V VM with a Legacy Network Adapter. How do I install the integration components? Do I have to wait until they are included in the kernel?