0
votes
Change IP address via shellscript on Slackware
In one line, e.g.: ifconfig eth0 192.168.10.12 netmask 255.255.255.0
…
0
votes
bash: get list of commands starting with a given string
What is listed when you hit are the binary files in your PATH that start with that string. So, if your PATH variable contains:
PATH=/usr/local/bin:/usr/bin:/bin:/usr/games:/usr/lib/java/bin:/usr/ …
0
votes
Populate a MS Access database in Linux
Take a look here:
http://menkou.homelinux.net/serendipity/inde …
0
votes
How do I start a command from terminal so that terminal is not the parent?
Run: example-command
Press: Control-Z
Run: bg
…
0
votes
Lightweight persistent message queue for Linux?
I've installed and used ActiveMQ. Definitely a great choice!
…
