Displaying 20 results from an estimated 50000 matches similar to: "question"
2010 Dec 06
4
http request, which command is good for testing
Hi all
I just know there are curl / lwp-request, lynx and elinks
Which command is good for http testing?
Thank you
2009 Dec 28
9
mkdir this "." directory
Hi
I have this . folder under tmp
1/ How they can make it this folder?
2/ How can I remove it?
Thank you
Send instant messages to your online friends http://uk.messenger.yahoo.com
2010 Jan 22
3
mail program question
Hi
ls postfi same as sendmail / exim ?
any mail program better to configure/manage
Thank you so much
Send instant messages to your online friends http://uk.messenger.yahoo.com
2009 Jan 27
3
DNS
Hi all
I am setting dns and trying to ping my domain
the 1st reply is ok and solve the ip address
but 2nd line to end, it reponses to my upstream info
instead of www.mydomain.com
What wrong of my dns?
Thank you
linux ~ # ping www.mydomain.com
PING www.mydomain.com (171.203.20.173) 56(84) bytes of
data.
64 bytes from 171203020173.upstream.com
(171.203.20.173): icmp_seq=1 ttl=43 time=291 ms
64
2005 Dec 30
2
x window can't start. monitor out of range
Hi all
I change the monitor to LG LCD
but x window couldn't start because of the "out of
range" signal in the monitor
How can I fix this problem
Thank you
2008 Dec 23
3
network interface
Hi all
How can I bring up eth0:2 only
"ifconfig eth0:2 up" is not working
I have to use service network restart
But it restarts all network interfaces that I don't
want
Thank you
Send instant messages to your online friends http://uk.messenger.yahoo.com
2010 Feb 04
2
pls help about changing network card but assign to another ethx
Hi
I change eth1 from realtek to dlink but the centos is showing eth2 instead of eth1
In another version of linux, I can change 70-persistent-net.rules but
I check /etc/udev/rules.d/70-persistent-net.rules but it doesn't have the file 70-persistent-net.rules
please help
Thank you
Send instant messages to your online friends http://uk.messenger.yahoo.com
2010 Mar 14
2
https question
Hi
I have question about https
I am using mozila to access gmail as https://mail.google.com/mail
Why mozilla prompts me the alert box?
"You have requested an encrypted page that contains some unencrypted information. Information that you see or enter on this page could easily be read by a third party."
How mozilla knows I have data not encrypted?
ls https secured?
Thank you
Send
2010 Jan 07
3
tar exclude command
Hi
I have problem in tar command
Can you help?
tar -cv --exclude /var/named/chroot/proc/* -zf backup.tar.gz /var/named
/var/named/chroot/proc/net/route
/var/named/chroot/proc/net/udp
/var/named/chroot/proc/net/tcp
tar: Error exit delayed from previous errors
Thank you
Send instant messages to your online friends http://uk.messenger.yahoo.com
2010 Mar 25
2
generate certiciate help
Hi
I try to use "cd /etc/pki/tls/certs; make sendmail.pem" or cd /usr/share/ssl/certs; make sendmail.pem
to make certificate
but I don't have this path /usr/share/ssl/
I check I have openssl rpm installed
How can I do it?
Thank you
Send instant messages to your online friends http://uk.messenger.yahoo.com
2010 Feb 05
2
directory and file permission help
Hi
I move a zip file from window to linux
but all permission of folder and files are kept in 700
How can I change it one time? I don't need to change directory under directory to change as
folder as 755
and
files as 644
Thank you for your help
Send instant messages to your online friends http://uk.messenger.yahoo.com
2018 Jan 25
2
llvm::UpgradeDebugInfo does a full verification
Op 24-1-2018 om 18:26 schreef Adrian Prantl:
>
>
>> On Jan 23, 2018, at 11:01 PM, Carlo Kok via llvm-dev <llvm-dev at lists.llvm.org> wrote:
>>
>> Hi,
>>
>> I noticed that since recently UpgradeDebugInfo (Which is called for loading any bitcode from disk/memory) does a full bitcode verification. Is this on purpose or is this a mistake? Seems to have a
2017 Sep 18
5
Interleaved debug info on arm
When compiling code with lld -O0 --lto-O0 --eh-frame-hdr I get strange interleaved line info all
over the place:
...
0x00000000000595ac 22 11 1 0 0 is_stmt
0x00000000000595bc 25 7 1 0 0 is_stmt <<<
0x00000000000595c0 22 11 1 0 0 is_stmt
0x00000000000595c4 25 7 1 0 0 is_stmt <<<
0x00000000000595c8 26 7 1 0 0 is_stmt
but the code only has 1 reference to line 25 and the
2017 Sep 19
1
Interleaved debug info on arm
> On Sep 18, 2017, at 10:13 PM, Carlo Kok <ck at remobjects.com> wrote:
>
> September 18, 2017 8:17 PM, "Adrian Prantl" <aprantl at apple.com> wrote:
>
>> Have you tried looking at the --dump-after-all output to see which pass (if any) is adding the
>> extra line table entries?
>> -- adrian
>
>
> You mean --print-after-all ? I
2010 Apr 30
3
need help: about remove space
Hi all
I have big file as below
and would like to know how many line eg: wc -l file
but can't figure out how to know
If I type wc -l file, I only get the 1023 but it includes the space
When I use cat file | tr -d "\r \n". it gives me "adrian alice......"
I need it as fileB and then wc -l fileB.
Thank you so much
file
====
adrian
alice
Patrick
file B
======
2010 Sep 30
3
ls this bandwidth package availblale in Centos
Hi
ls the if top package availblale in Centos?
http://www.ex-parrot.com/~pdw/iftop/
Thank you
2018 Jan 25
0
llvm::UpgradeDebugInfo does a full verification
> On Jan 24, 2018, at 10:47 PM, Carlo Kok <ck at remobjects.com> wrote:
>
>
>
> Op 24-1-2018 om 18:26 schreef Adrian Prantl:
>>> On Jan 23, 2018, at 11:01 PM, Carlo Kok via llvm-dev <llvm-dev at lists.llvm.org> wrote:
>>>
>>> Hi,
>>>
>>> I noticed that since recently UpgradeDebugInfo (Which is called for loading any
2017 Sep 19
0
Interleaved debug info on arm
September 18, 2017 8:17 PM, "Adrian Prantl" <aprantl at apple.com> wrote:
> Have you tried looking at the --dump-after-all output to see which pass (if any) is adding the
> extra line table entries?
> -- adrian
You mean --print-after-all ? I don't see any way to pass that to lld; The debug info is fine when using llc.
Carlo Kok
RemObjects Software
2012 Mar 09
2
iotop :: OSError: Netlink error: Invalid argument (22)
Hi! i have a problem with iotop :
root at alien: ~ # iotop
Traceback (most recent call last):
File "/usr/bin/iotop", line 16, in ?
main()
File "/usr/lib/python2.4/site-packages/iotop/ui.py", line 567, in main
main_loop()
File "/usr/lib/python2.4/site-packages/iotop/ui.py", line 557, in <lambda>
main_loop = lambda: run_iotop(options)
File
2016 Dec 22
0
debug info "ref" parameter
I think probably the simplest answer is that dbg.declare documents that it
must point to an alloca ("This intrinsic provides information about a local
element (e.g., variable). The first argument is metadata holding the alloca
for the variable. ") - so it's probably best not to think too hard about
what it does when that criteria is not met.