similar to: who can hack this out?

Displaying 20 results from an estimated 6000 matches similar to: "who can hack this out?"

1997 Aug 06
2
set unix time via samba
hi out there, first of all: samba is pretty cool! question: is there a way to synchronize the clock of my linux box to a win95 box (something like 'smbnet time \\win95 /set /yes')? cheers jodok ;----------------------------------- Jodok Sutterluety Austria, Vienna Tel: ++43 1 4080791 email: js@bonus.unterland.at ;-----------------------------------
2000 Feb 09
0
Bug#54823: openssh: config file parse error
"Markus F.X.J. Oberhumer" <markus.oberhumer at jk.uni-linz.ac.at> writes: > Package: ssh > Version: 1.2.1pre24-1 > Severity: important > > I've just upgraded from ssh-nonfree to openssh and it seems > that openssh doesn't allow an additional `=' in the > config file options - but ssh 1.2.27 does. > > Attached is my ~/.ssh/config. > >
2018 Mar 12
0
Call for Papers: ManLang 2018 (Sept. 10-14, Linz, Austria)
Dear Person That Posted This Email, Please be aware that calls for papers are only on-topic for this email list if they are specifically about LLVM. For example, a call for a workshop on LLVM in Scientific Computing would be on topic whereas a general compiler call for papers (like the one below) is not. That said, I hope you receive many strong submissions. Your conference looks
2010 Jun 07
1
what`s best memory - speed - pc for R?
Hi all, I need to do massive simulations in the next two years. I estimated that I will need about 64GB memory, if I do not want to split up the calculations. Additionally I would like to have it as fast as possible. Can R handle multi-core processors and can all standard operating systems handle the same amount of memory and speed? Perhaps someone could point me to a webshop that sales
2009 Dec 23
2
special meaning of '--' in pxelinux.cfg
Hello, I often see the double dash -- in the append line in isolinux/syslinux configurations I only know this as "disable further option processing" e.g. in bash. What is the function of the -- ? I don't see any difference if I use it don't use it. E.g here : append vga=normal initrd=/install.amd/initrd.gz -- quiet append vga=normal initrd=debian-installer/amd64/initrd.gz
2012 Jun 18
2
Need to append vector to all levels of nested list WITHOUT a loop
Hi everyone, I have a list betaMoments with 2 levels, e.g. > beta1 = list( + m = 4, + v = 5 + ) > beta2 = list( + m = 6, + v = 7 + ) > > betaMoments = list() > betaMoments[[1]] = beta1 > betaMoments[[2]] = beta2 and I have a matrix Names which has the same number of lines as the list has first level elements (here 2; beta1 and beta2). Now I need to make
2018 Mar 07
2
Call for Papers: ManLang 2018 (Sept. 10-14, Linz, Austria)
------------------------------------------------------------------------------------------------ CALL FOR PAPERS 15th International Conference on Managed Languages & Runtimes (ManLang'18) September 10-14, 2018, Linz, Austria http://ssw.jku.at/manlang18/ ------------------------------------------------------------------------------------------------ ManLang (formerly PPPJ) is a
2002 Jan 15
3
ssh-agent too easy to hack
1/ Most correctly configured unix servers are fairly secure. Workstations on the other hand are extremely easy to compromise. Even if the eeprom (on a sparc) is password protected the fact that a hacker can get physical access to the machine means that it's very likely to be compromised, but thats just life. (I'm sure at least some readers on this list will at some time in there life have
2010 Jun 26
0
Problem: RWinEdt and Windows 7
Hi I can install RWinEdt if I start R with administrator rigths, but it does not paste my code to the console. I found advice in the link below how to manage the problem, but it did not work, any other idea? http://yusung.blogspot.com/2009/01/rwinedt-and-windows-vistawindow-7.html Thanks a lot,Johannes >From: Uwe Ligges <ligges_at_statistik.tu-dortmund.de> >Date: Sun, 08 Nov 2009
2003 Dec 23
0
Permissions Problems Problem solved!
I had forgotten to set the permissions on the upload folder on the remote server. Once I set the perms correctly, it worked. Thanks to everyone for the help! -----Original Message----- Here's my command copied from a shell script:\ rsync --verbose --progress --stats --compress --rsh=/usr/bin/ssh --recursive --times --perms --links \ /home/* trt@xxxxxx.xxxxxxx.xxx:/remotebackups/
2009 Oct 22
2
menu.c32 selection bar visibility on serial console
Hello, I am using a menu with the help of menu.c32 which looks like this on a serial console (HP ILO Virtual Serial Port): +----------------------------------------------------------+ | Main | ---------------------------------------------------------- | |
2003 Dec 23
4
Permissions Problems
Here's my command copied from a shell script:\ rsync --verbose --progress --stats --compress --rsh=/usr/bin/ssh --recursive --times --perms --links \ /home/* trt@xxxxxx.xxxxxxx.xxx:/remotebackups/ Here's some (a small part) of the output: jk/.recently-used 253 100% 0.00kB/s 0:00:00 rsync: recv_generator: mkdir "jk/.secpanel/.runfiles": Permission denied (2) stat
2009 Nov 13
1
jump from menu.c32 to HP Proliant BIOS
Hello, We have got a bunch of HP Proliant Servers and during power on it's possible to press F9 to reach the System BIOS. Since the servers take very long to power on I miss the stage where I can press F9 to reach the BIOS and so pxelinux gets started. It would be very helpfull if it would be possible to get from the pxelinux menu.c32 to the BIOS. Is this somehow possible ? Regards
2005 Oct 28
1
SF Beer & Pizza SIG - review and forecast
Wednesday''s Beer & Pizza SIG was attended by about a dozen Rubyists, plus one extremely well-dressed gentleman (no hacker he!) who was on the prowl for Rubyists to hire. Beer and Pizza (among other things) were consumed, Ruby (among other things) was discussed, and everyone appeared to have a good time. The upcoming SIG will, as announced previously, be held just up the street at
2010 Oct 02
2
Attempts to hack Asterisk - What do these lines means
Hi Everyone, Like always, here are IPs from China that try to hack an Asterisk server. Can someone please explain what is happening or what the hacker is trying to reach: 02/10/2010 11:10 SIP/113.105.152.51-000000fb sip "sip" <sip> s ANSWERED 13 02/10/2010 11:10 SIP/113.105.152.51-000000fe sip "sip" <sip> s ANSWERED 13 02/10/2010 11:10 SIP/113.105.152.51-000000fc
2002 Oct 17
2
data.frame bug?
I'd like to create a data frame with components > jk$x1 [1] 2 > jk$x2 [,1] [,2] [1,] 0 0 I used to be able to do it with > jk <- data.frame(x1=2,x2=I(matrix(0,1,2))) But now I get a error message. Can I still do what I want? Thanks for any help. Chong Gu -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list --
2013 Apr 16
1
An error occurred while installing jk-ferret (0.11.8.3), and Bundler cannot continue.
*Hi guys.. i got this type of error when i configured Gemfile then what to do?* gem "thinking-sphinx" gem ''ferret'' Updating git://github.com/mark-moseley/linecache Fetching gem metadata from https://rubygems.org/....... Fetching gem metadata from https://rubygems.org/.. Resolving dependencies... Using rake (10.0.3) Using ClothRed (0.4.1) Using RedCloth (4.2.9)
2004 Aug 06
0
RE: Please confirm your message
> -----Original Message----- > From: speex-dev@xiph.org [mailto:speex-dev@xiph.org] > Sent: Sunday, May 11, 2003 11:26 PM > To: jk@pageshare.com > Subject: Please confirm your message > > > Hello, this is the mailing list anti-spam filter at Xiph.Org. > We need you to confirm your e-mail message with the subject of > "Using speex.". > > Please
2004 Feb 13
1
How to get time differences in consistent units?
I'm still having trouble getting to grips with time classes. I wish to calculate the difference in days between events. Browse[1]> insp.j$First [1] "2002-02-19 13:00:00 NZDT" Browse[1]> spray.j$Date [1] "2001-11-29 13:00:00 NZDT" Browse[1]> insp.jk - spray.j$Date Time difference of 82 days If I save insp.jk to a vector, I get a nice useful value of 82.
2009 Jun 22
0
Help using substitute and expression functions
I'm stopped at a browser in a loop where the following objects look like this: Browse[1]> jk [1] 1 Browse[1]> leg.ab[jk] [1] "Snails Rep1" Browse[1]> top.k [1] "LT95=7.5; LT99=8.8" I can join them and a few other characters together like this easily enough: Browse[1]> paste(jk, ": ", leg.ab[jk], " [", top.k, "]", sep =