Search Results

Search: Posts Made By: milhan
Forum: Hardware 01-29-2020
6,112
Posted By milhan
Hi, Looks like the problem was the mobo. Got...
Hi,

Looks like the problem was the mobo. Got a new motherboard off of eBay and now the new mobo detects the optical drive fine.

Thanks for the help.
12,971
Posted By milhan
do you mean the count of matching lines? If so,...
do you mean the count of matching lines? If so, then -c option will do it. From man page on a NetBSD system:

-c, --count
Suppress normal output; instead print a count of matching...
Forum: Hardware 12-10-2019
6,112
Posted By milhan
Dell XPS M1330 doesn't detect optical drive
I have a Dell XPS M1330 laptop. The OS is Windows 10. I had to replace the motherboard because it was bad. After replacing the motherboard I noticed the optical (DVD/CD) drive is neither detected in...
18,828
Posted By milhan
It would be nice to see what you have so far!
It would be nice to see what you have so far!
6,288
Posted By milhan
you were pretty close. Try this:sed '/0$/d' file
you were pretty close. Try this:sed '/0$/d' file
Forum: SCO 02-22-2019
10,775
Posted By milhan
I am not sure if I understand the question...
I am not sure if I understand the question correctly, but you could use ctrl-u to erase everything you typed in on the line so far and enter the new command rather than pressing the backspace...
1,537
Posted By milhan
mmmmm 2> error.txt >&2 will send both the...
mmmmm 2> error.txt >&2
will send both the stderr and stdout to the file error.txt
538
Posted By milhan
in your .bash_profile (or .profile) you could do:...
in your .bash_profile (or .profile) you could do:
HISTFILESIZE=
HISTSIZE=
to make your bash history unlimited; this way they won't be overwritten.
Forum: Programming 12-06-2018
1,612
Posted By milhan
makes sense. Thanks for the help.
makes sense. Thanks for the help.
Forum: Programming 12-06-2018
1,612
Posted By milhan
I changed the member function like this: ...
I changed the member function like this:
myString operator=(const myString& rside)
and return rside at the end.
Forum: Programming 12-06-2018
1,612
Posted By milhan
void operator=(const myString& rside);
void operator=(const myString& rside);
Forum: Programming 12-06-2018
1,612
Posted By milhan
C++ operator overloading error
hi,
I defined my own String class and overloaded the output operator with

friend ostream& operator<<(ostream& os, const myString& str);
//overloads the << operator so it can be used to output...
1,947
Posted By milhan
<table> <tr> <th>Job</th> ...
<table>
<tr>
<th>Job</th>
<th>Name</th>
<th>Age</th>
</tr>
<tr>
<td>IT</td>
<td>Sid</td>
<td>32</td>
</tr>
<tr>
<td>Doctor</td>
<td>John</td>
...
Forum: Programming 09-13-2018
3,585
Posted By milhan
#include <stdio.h> const char *str =...
#include <stdio.h>

const char *str = "andrew";

int main()
{
printf("Hello World! %s\n", str);
return 0;
}
Forum: Fedora 09-10-2018
13,704
Posted By milhan
As far as I understand, Photorec tries to recover...
As far as I understand, Photorec tries to recover everything it can. It is telling me it needs another about 34 hours to complete. It has been nearly 6 hours since I started it already.
Forum: Fedora 09-09-2018
13,704
Posted By milhan
Segmentation fault while trying to recover file with extundelete
hello,

I accidentally removed a directory with its contents with rm -r and I don't have a backup. I got to know about extundelete utility on linux and downloaded on my Linux Fedora 28 notebook PC....
7,622
Posted By milhan
Yes, sir. Thank you.
Yes, sir. Thank you.
7,622
Posted By milhan
I tried that already. That changes the title of...
I tried that already. That changes the title of the first post only. The title of the thread remains the same.
7,622
Posted By milhan
Change title of a thread after it is created
hi,
how do we change the title of a thread after it is created?

Thanks
Forum: BSD 03-19-2018
8,705
Posted By milhan
it looks like I can't ping to that OpenBSD system...
it looks like I can't ping to that OpenBSD system from some other systems. Here is the output from my linux fedora:
~ ping -c 4 grex.org
PING grex.org (75.61.90.157) 56(84) bytes of data.

---...
Forum: BSD 03-06-2018
8,705
Posted By milhan
This has never worked. I was thinking I wasn't...
This has never worked. I was thinking I wasn't allowed to use outbound ssh, but looks like that wasn't the case.

As I tried to explain it before, I can not ssh out from the server which runs...
Forum: BSD 03-04-2018
8,705
Posted By milhan
~ ssh -vvv sdf.org ...
~ ssh -vvv sdf.org
OpenSSH_7.5, LibreSSL 2.5.2
debug1: Reading configuration data /etc/ssh/ssh_config
debug2:...
Forum: BSD 03-04-2018
8,705
Posted By milhan
I can't ssh to any hosts from this OpenBSD server...
I can't ssh to any hosts from this OpenBSD server at all. But I can ssh to all these other hosts from my Linux machine or other BSD or windows machines.~ pfctl -sr
pfctl: /dev/pf: Permission denied
Forum: BSD 03-03-2018
8,705
Posted By milhan
I was told by the sysadmin it is not the firewall.
I was told by the sysadmin it is not the firewall.
Forum: BSD 03-03-2018
8,705
Posted By milhan
Can't establish outbound ssh connection on an OpenBSD system
I am getting the below error when I try to make outbound ssh from an OpenBSD system. I can't ssh to any host except the localhost. I can ping the hosts which I can't ssh, though.~ uname -rs
OpenBSD...
Showing results 1 to 25 of 202

 
All times are GMT -4. The time now is 06:41 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy