Top new questions this week:
|
I just formatted stuff. One disk I format as ext2. The other I want to format as ext4. I want to test how they perform.
Now, how do I know the kind of file system in a partition?
|
I know a bit about *NIX text editors (currently migrating from nano to vim), and, after looking around a bit on the Unix & Linux SE, have noticed that a fair about of question use vi instead of …
|
I don't own a 286 nor do I intend to run Linux on one. However since the 286 has protected mode, why is it frequently stated that Linux requires a 386 CPU or higher?
From …
|
I have been tasked with running Linux as an operating system on an embedded device.
The target has an x86 processor and has 8 GB CompactFlash device for storage.
I have managed to use buildroot to …
|
Is there a default program where I can check if my audio devices are in silent?
Edit: By silence, I mean that if there is something playing on that (not just activated or opened)
Something like …
|
Say I have a directory /hello.
Then I do mv /hello /hello2.
Am I moving /hello into /hello2/hello?
Or am I moving /hello to /hello2?
It seems that when I do something like this, I get inconsistent …
|
I'm a software developer and I have a new laptop with Ubuntu.
I plan to set up this laptop as a development workstation where I'll do my professional work (for my company) and also I'll develop some …
|
Greatest hits from previous weeks:
|
I've always wondered why cd isn't a program, but never managed to find the answer.
Anyone know why this is the case?
|
Alright, here is the setup:
One apple tv 3 in the living room, connected to the network (wired).
One pc running Linux (Arch Linux x64, AMD), containing all music, movies and series (wired).
Now I …
|
Can you answer these?
|
I want to start a process and measure the cpu time (user+sys) it needs until it terminates.
I know I can use the wait4 system call, which returns a struct with user and system time (I use the sum of …
|
I want to run a .msi file on Fedora 17. After installing Wine Windows Program Loader on my Linux machine, it failed to run the file. A check on /var/log/messages shows the following line:
Jan 11 …
|
My keyboard switch for ejecting the CDROM does not work though it displays an eject button on the screen. I need to make it work. I know ejecting a cdrom using system call is as simple as
…
|