Sort Text File

Hi
I want sort below text similar picture.
how we can doing that with command on Linux?

please see the attached.



sort.txt


Similar Content



How Do I Use My AMD 280X To Render Game Graphics?

So total Linux noob here, so I apologize for poor wording or not being able to understand anything!

So I want to love Linux (mint, btw) I really do, but my one problem is that I can't run games because, despite having the HDMI cord running through the graphics card, Linux is for some reason using the Intel integrated graphics as a renderer. Now, I have no tools to totally confirm this (I primarily use MSI Afterburner on windows) other than noticing that any linux games I have run sort of poorly (none of the games I have for linux other than Witcher 2 are demanding enough to be obvious). So how do I (or can I even) use my AMD card as a renderer? After looking around for solutions, I've picked up that AMD/Linux support is sort of poor, but is it really excluding me from using my card at all?! Thanks!

Omit A Part Of Text File

Hi
please see the file attached.
then how we can omit these parts with command on linux ?




thank you.

[Kali Linux] How Do I Split A 15.7GB Text File Into 3 Parts Also...

On kali, how do i split a 15.7gb text file into 3 parts ? Also when i split the text file i don't want words to be incomplete from the split. Please help on how to exactly do it. Writing the exact commands to my specific situation would help me out a lot. Thanks in advance.

Bash: Javac: Command Not Found???

I'm new to linux but I use linux a little at school and by connecting through a shell at home. Anyways, I just installed linux a little while ago and I opened a shell and tried to compile some java code by going to the directory of the code and typing "javac someCode.java" like I do at school but it says the command is not found.

I previously had installed the java runtime environment and I just went to go and try to install the java development kit but it says it was already installed.

Is there some sort of path I need to set for the shell to look for the java compiler? Thanks in advance.

Edit:
I have added aliases to my .cshrc file at school and I just found a bashrc file and csh.cshrc file in the /etc folder. Sorry, I'm really new to all of this. Anyways, I'm geussing I have to edit the bash file? Can anyone point me to a good tutorial of scripting for these files???

Getting And Installing Python 3.5 Help

One week user of Ubuntu v15 and I have tried to install the file Python-3.5.0a1.tar gz but without success. The following points have arisen.
1). The file was downloaded. OK
2). The file was extracted to the Desktop as Python-3.5.0a1
3). Using sudu apt-get install Python-3.5.0a1, the message 'file not found'. Why not!
4). Looking into the extracted files it seems that this is a source package and therefore cannot be installed as is?
5). Finally, using the bash command 'find' it could not find the above file either.
Can someone kindly sort this out for me.
Thanks.

File Copy With Netcat Missing

Hi everyone

long story short

i copied a file using netcat from one server to another but the file is not in the location it should be.

Curently i have a "find" command running in order to get the file but the disk is 3Tb and will take ages till it finds it.

Is there any other way i could figure out where this file is?

Can i repeat the copy procedure with netcat and while the copy is in progress to find out where the file is? maybe with some sort of "lsof"

Maybe verbosing netcat?

Thanks

Fun Kali Linux Exploits?

I was just wondering if anybody could help me with searching for some sort of remote connection exploit besides reverse_tcp? I am quite bored right now and am looking to learn more.

Help Modifying Text With User Input

Hello,

I apologize in advance for my limited UNIX scripting knowledge. I am new to it and really want to learn.

I am trying to write a bash script that updates a config file based on user input.

What is the best method for accomplishing this? I need it to prompt the user for two variables, find the location in the config file, and insert new text with the two variables.

I was thinking I could use sed to find the text in the config file where the new text must be inserted before and replace it with the new text, two variables, and same ending text as before. Example:

echo "1st variable?"
read variable1

echo "2nd variable?"
read variable2

sed -e "s|<the spot in the config file that needs new config>|sometext...$variable2_somemoretext...$variable1\n<the spot in the config file that needs new config>|g" config > config2


This works except variable2 is not inserted into the replace string, only variable1 is. This is the result in config2:

sometext..._somemoretext...$variable1
<the spot in the config file that needs new config>


If anyone can tell me why variable2 isn't working in the sed replace string, or if there's a much better way for accomplishing what I'm after, I'd appreciate any help I can get.

Konqueror Drag & Drop Results In Bad Text File Encoding

Ladies & Gents

So in the process of coping some text out of html files in konqueror into kwrite I discovered that it will drag and drop the text after it is selected. The problem is that when I try to open the file saved in kwrite it is in a strange encoding that is not readable. There are a lot of these files that are now corrupt. Does anybody know how to re-encode the files so I don't have to regenerate them

Thanks

Exim4 Configuration

hello , can any one know about passwd.client which is in /etc/exim4/passwd.client file. in this file there are two fields
email and password as plain text eamil as a plain text is ok but password as a plain text not okey .
I want to know how to encrypt that pasword or hide like ***** in pasword field ..does anybody can help me with this ...i am new to this