Top new questions this week:
|
I was recently browsing my Fedora's /bin folder and noticed a binary named [.
I did try to search the internet for more information on that, but I couldn't find anything useful. Running it through …
|
It is not quite official but it looks like systemd is coming to Debian and after reading some of the heated mailing list discussion on that decision, I am curious about the polarizing nature of …
|
~$ echo $(ls)
arguments.txt cecho.sh Desktop Documents Downloads example.txt Music Pictures Public
~$ echo $(ls "*.txt")
ls: cannot access *.txt: No such file or directory
Why does the …
|
The DHCP-provided IP on my laptop changes periodically. It runs CentOS 6.5 and uses NetworkManager.
My desktop, running Sabayon, on the same network, does not have this problem.
How can I get …
|
I want to write an automated post-installation script in bash (called post-install.sh, for instance). The script will automatically add and update repositories, install and update packages, edit …
|
On my Debian system, I have my / on separate partition and mounted read-only. Only /home/, /var/ and /tmp/ are writable. I have also created a Pre-Invoke and Post-Invoke apt hook, so that apt can …
|
I have a table URL_Experiment in my database (mySQL database). I have 2 million URL links in this table.
For each URL, I am checking if some particular text is present in the URL and updating the …
|
Greatest hits from previous weeks:
|
I use Vim mainly for quick edits rather than long work sessions. In that sense, I find the keyboard sequence for quitting especially laborious: Esc, Shift + ;, w, q, Enter.
How to quit Vim (possibly …
|
I'd like to do some general disk io monitoring on a debian linux server. What are the tools I should know about that monitor disk io so I can see if a disk's performance is maxed out or spikes at …
|
Can you answer these?
|
I'm trying to run Android as guest OS with LXC containers on Ubuntu 12.04 LTS on the ARM Chromebook, reading this tutorial.
At some point of the tutorial, it says:
Then get the initrd for your …
|
I have a laptop that, obviously, comes with a touchpad and a keyboard. However, I have an USB keyboard with integrated touchpad that better suits my needs. I use Ubuntu 13.10 and I cannot find how to …
|
I'm running Arch linux on my laptop, which is kernel 3.12.9 right now. Something has changed about the way the kernel maps in a dynamically-linked executable and I can't figure it out. Here's the …
|