Skip to content
Advertisement

A command to download a file other than Wget [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers. This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question

How to build the same Linux Kernel twice sources and get the same checksum

I’m searching if it’s possible to build the same Linux Kerneltwice (same sources, same environment, same options, same compiler) and get the same checksum. Anybody knows how to do so? Answer The date of build is included in the version, see init version.c : and UTS_VERSION is defined in include/linux/compile.h : compile.h is generated by scripts/mkcompile_h, where you find the

Sorting a tab delimited file

I have a data with the following format: Now I tried to sort the file based on the last field decreasingly. I tried the following commands but it wasn’t sorted as we expected. What’s the right way to do it? Here is the sample data. Answer Using bash, this will do the trick: Notice the dollar sign in front of

Authenticate linux based user in java

I have a username and password for a particular user in Linux i need to verify that if the user is valid or not using java? Abdul Khaliq Answer The Java way to do this would be JAAS, but you’ll still need a LoginModule that works with Linux. Here’s a beta implementation that claims to work.

re-initialize / reconnect a terminal after network interruption

I have what is probably a very simple terminal related question. I’m running Ubuntu 8.10 Intrepid Ibex, using Gnome, and I often open a terminal-based ssh session only to have it dropped at some point later on. Once the session is dropped the terminal becomes unusable, obviously because the network connection has been dropped. Is there a way to re-initialize

What is the best free SQL GUI for Linux for various DBMS systems [closed]

Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it’s on-topic for Stack Overflow. Closed 10 years ago. Improve this question As I make the full switch from Windows to Linux (CentOS 5) I’m in search of the best free GUI SQL Client tool for MSSQL, MySQL, Oracle, etc…

Advertisement