0
votes
0answers
5 views

I'm facing problem in upgrading kali linux 1.1.0 version to kali linux 2016 version

My machine is currently running in Kali GNU/Linux 1.0.0 version. when i tried to upgrade from older version to Kali Linux 2016 version, I'm getting the following errors sudo apt-get upgrade the ...
0
votes
0answers
5 views

Read speed from a mounted directory

An application is loaded by mounting its content from a distant machine to a local dir. On some machines there is slow performance and I'd like to check the read speed of the files in the mounted dir. ...
-1
votes
0answers
14 views

Apache 2 - Vhost wrong resolution

i have a problem with the vhost-settings of my apache 2-webservice. One Subdomain, which isn't currently defined in any vhost-settings, has a wrong resolution. This subdomain has once before a vhost-...
0
votes
1answer
15 views

Add space before uppercase letter

I have a strings: AddData TestSomething TellMeWhoYouAre and so on. I want to add space before uppercase letters. How can I do it?
0
votes
2answers
15 views

Bash time subtraction

I have two time variables in bash. I am trying to find a way to get the time difference between the two. Yes, I have read many many many examples on the net, but they do not seem to have a "simple" ...
1
vote
2answers
13 views

Not able to mount drive formatted as NTFS in Windows 10 on LinuxMint

I installed Linux mint alogside windows 10. I was able to mount drives formatted in windows 10. However now I am not able to mount these drives. It generates the following error: Error mounting /...
0
votes
0answers
8 views

Debian XFCE screen locking and session logout

I am using Debian 9, kernel 4.9.0-1 and xfce 4.12.3 and I have a problem that after I lock the screen and close the lid of my laptop and later open the lid I will be prompted with the session login (...
-1
votes
1answer
22 views

Can't Execute Makefile, Even As Root!

I'm trying to compile a c program, but when I try to execute the makefile, I get "Permission denied". This is what I did : root@mycpu:/usr/bin# MakeFile -bash: /usr/bin/MakeFile: Permission denied ...
0
votes
1answer
7 views

Is there a proper term for a physical path accessed through a symbolic link?

I've spent the last hour deliberating on what to name a property which means the total opposite of "resolved, physical realpath". For example, let's assume /foo/bar/ is an ordinary physical path. If ...
0
votes
0answers
10 views

What is the relation between UART and the tty?

When I write programs for my own FPGA, I must select UART to emulate a terminal and for my FPGA design but I don't know exactly what that means. I believe that UART is a basic serial transmission ...
0
votes
0answers
13 views

UNIX rename command, trying to rename some bulk files in a folder

trying to rename some bulk files in a folder mv ~/folder/subfolder/filename.rpt ~/folder/subfolder/filename_sunset.rpt is there any command, to do this to all together?
0
votes
1answer
12 views

Why my mobile phone can't login in wordpress?

The home net structure is simple. Two devices(a pc and an android mobile phone) connected to the wireless router. Wireless router'ip is 192.168.1.1. Pc'ip is 192.168.1.176.(dhcp) Mobile phone'ip is ...
0
votes
0answers
20 views

Move command throws an error in linux?

I tried the following command to move files mv /cad/local/apps/cade/inc/15.20-e183/15.20/* /cad/local/apps/cade/inc/15.20-e183/ but it throws this error: mv: cannot move ‘15.20/bin’ to ‘/cad/local/...
0
votes
0answers
15 views

How to give IFS 2 chars to split based on both not separately in shell scripting?

I use the below bash script to split string: string='/dev/shm: 0%used(0MB/4003MB) /var/spool/site/storage/users: 64%used(64437MB/100760MB) /run/user/1001: 0%used(0MB/801MB) /run: 10%used(165MB/1601MB)...
1
vote
2answers
18 views

grep with sort on column

I have the following test.txt. Using below command its printing output: xvf-9c3683ff. However I need the output xvf-bcb500df. It is based on its last date. cat test.txt | sort -k2 | awk '{print $2}' |...

15 30 50 per page