search for: tricks

Displaying 20 results from an estimated 10936 matches for "tricks".

Did you mean: ticks
2016 Jan 14
3
Proposal: GDM login tips & tricks entry
Hi, I propose to create an entry in Tips and Tricks - 5. Admin tricks and shell one-liners describing how to disable the user list in the GDM graphical login. I would draw on the info posted in this blog entry http://blog.toracat.org/2011/01/gnome-login-shows-all-valid-user-accounts-disable-it/ CentOS wiki user: BrianSmith Dr. Brian O. Smith ----...
2004 Sep 18
4
Tricking the Shoutcast YP
Has anyone had luck in tricking the Shoutcast YP to allow icecast feeds? -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Weather @ 3:40pm * Temp: 14.7 ?C * Humidity 36 % * Wind: NNW @ 13 km/h Baro: 1023.04 kPa Steady * Vis: 14 km * Sky: Clear * Weather: None reported 24H Rain: 0.00 mm * TotalRain(Sept 1st 2004): 27.00 mm =-=-=-= Website: http://www.WeatherServer.net
2009 Jul 09
4
Issues with file.info?
Are there any tricks associated with file.info? I just tried it on a directory folder and it returned NA for all fields for all files. I tried it on a different folder with different files and it still returned NA. I tried it on a specific file and it returned all the proper info correctly. Just wondering if th...
2007 Nov 29
4
special tricks for developers box on centos 5
I was just wondering if there are special tricks people do that compile A LOT on centos? Do RAM disks help or something else I dont about that minimizes your compile time? I presently have and AMD x2 4800+ with 2GIG ram. Just curious if I can reduce any more time out of my compiles. Jerry
2003 Jul 17
3
Any dialing tricks...
Alright, I am basically cheap, and I have a cellular plan which allows for free incoming calls (Nextel). I was wondering if there was any way to do sort of a dialback trick in the extensions.conf. I call into the system from my cell phone (maybe via DISA), I dial an internal extension, and dial a phone number. Then * sends to my cellphone the number dialed thus giving me a in call on the cell. Or
2016 Jan 15
0
Proposal: GDM login tips & tricks entry
...ts. I think the page is ready to go now. Brian PS apologies for the flurry of edit notification emails you must have had each time I saved a change ________________________________ From: Brian Smith Sent: 14 January 2016 12:48 To: centos-docs at centos.org Subject: Proposal: GDM login tips & tricks entry Hi, I propose to create an entry in Tips and Tricks - 5. Admin tricks and shell one-liners describing how to disable the user list in the GDM graphical login. I would draw on the info posted in this blog entry http://blog.toracat.org/2011/01/gnome-login-shows-all-valid-user-accounts-disabl...
2006 Jul 21
1
19 Rails Tricks Most Rails Coders Don''t Know
Sorry if this has already been posted and I have missed it. This is a great little reference I found that even veteran programmers can find useful. http://www.rubyinside.com/19-rails-tricks-most-rails-coders-dont- know-131.html Sunny
2010 May 05
2
better way to trick data frame structure?
Hi, I have a data frame where 1 variable is a factor with only 1 level. I need the data frame structure to reflect that there are 2 levels for this factor, even though this is not the case. I am currently adding extra 'fake' rows to the data frame to ensure that 2 levels are present, but this is slowing processing time in a loop quite a bit. Can I manually specify that this factor
2001 Nov 07
1
xinetd, what's the trick?
Hello, I've succefuly installed samba 2.2.2 on my Linux box. I can share between Linux and MS boxes, but I want to start samba from xinetd. In /etc/xinetd.d/ I have this: #/etc/xinetd.d/netbios-ns service netbios-ns { disable = no socket_type = dgram protocol = udp port = 137 user = root wait
2012 Jun 08
2
list of winetricks tricks?
Hi All, Is there a way to get winetricks to cough up a list of all its tricks? For instance, I never would have known "winetricks corefonts" existed unless I had found it on google. -T
2006 Mar 05
1
Snom 360 Hinting tricks
...t; 12345,1,Dial(SIP/12345) exten => 12345,2,Voicemail(u12345) exten => 12346,1,Dial(SIP/12346) exten => 12346,2,Voicemail(u12346) Also, you will get hooped if you lower-case your "SIP" statements. So SIP/12345 will work but sip/12345 won't. As long as you follow these two tricks above, hint-ing is very straightforward and painless. If you don't, it's really frustrating to get going (as I found out today after a couple of hours of swearing)
2004 Sep 13
0
Samba 3.0.2 PDC, reinstallted box fails to rejoin domain
...g changes in the smb.conf, since almost 2 years ago, when I set samba as PDC up and joined the windows boxes. Configuration file is at the end. ( Plesae excuse the long mail) while trying to add host trick to the domain, this is going on in TCP, to me it seems like there's no answer to tricks requests on broadcast. . . . . . Kernel Verion :2.4.27 I had to reinstall a Windows XP-Box at work. When I got to the point where you add the box to the domain, it wouldn't let me to. (I also disabled the settings in secpol.msc) I delteted the entry in smbpasswd using smbpasswd -x -m tri...
2013 Feb 12
7
Is there a neat R trick for this?
Hello all, given two vectors X and Y I'd like to receive a vector Z which contains, for each element of X, the index of the corresponding element in Y (or NA if that element isn't in Y). Example: x <- c(4,5,6) y <- c(10,1,5,12,4,13,14) z <- findIndexIn(x, y) z [1] 5 3 NA 1st element of z is 5, because the 1st element of x is at the 5th position in y 2nd element of z is 3,
2018 Oct 04
0
[PATCH 2/2] v2v: linux: try to trick vmware-uninstall-tools.pl
When installing the VMware tools from tarball, the installation script rebuilds the initramdisk of all the available kernels to inject the missing kernel drivers; in the end, the information on which kernels were changed is recorded in the internal "database" of the installation answers. When uninstalling the VMware tools, the uninstallation script reads the saved answers, and in the
2009 May 15
1
Tips and tricks : create image file from CD/DVD?
Should the wiki have a Tips and Tricks page for creating a ISO file from a CD or DVD? I realize this information is everywhere. Including http://www.centos.org/docs/5/html/Installation_Guide-en-US/s1-steps-network-installs-ppc.html I don't, however, find it on the wiki... Is it within the scope of the wiki project to hav...
2016 Nov 24
3
llvm optimizer turning musttail into tail
I've got some calls like: musttail call void bitcast (i32 (i32, i8*, %Type*)* @MyMethod to void (i32, i8*)*)(i32 %0, i8* %1) ret void Into something like: %8 = tail call i32 @MyMethod(i32 %0, i8* %1, %Type* null) ret void I realize I'm losing a parameter there, but this is an interface jump trick I use and relies on the end code being a 'jmp' (x86). I realize i can probably
2016 Jun 27
1
Building an array in a section from multiple object files
Dean Michael Berris via llvm-dev <llvm-dev at lists.llvm.org> writes: > Just to close this out, I've updated http://reviews.llvm.org/D19904 to use > named ELF groups per-function, and have the runtime library use > __start_xray_instr_map and __stop_xray_instr_map as weak symbols from the > C++ side. In case you're not aware, the __start_/__stop_ trick isn't portable.
2005 Sep 12
2
Stupid tricks: preventable?
I just experienced something I'd rather not experience again. Using a SPA-841 SIP phone connected to our Asterisk server, someone dialed their own extension, answered, and then transferred the call using the phone's "XFER" soft key. This does a SIP REFER. Now, the phone has dropped out of the loop, and Asterisk has connected the two call legs into a loop, as far as I can tell.
2000 Jan 29
4
rsync over ssh - lockups with pipe()
...the bottom of includes.h does the trick. The test program, along with instructions for use and an explanation of some of the pipe() bugs in various OSes that make this change necessary is available from ftp://samba.org/pub/tridge/misc/sshtest.c In past releases of rsync I added various buffering tricks in rsync which reduced the likelyhood of this problem occuring, but didn't eliminate it completely. I have removed those tricks in rsync 2.4.0 so you may find an increase in the number of bug reports regarding rsync over ssh. I removed the tricks as they caused excessive memory usage (to the po...
2010 Sep 07
4
a^c(1:3)
Dear R, I have two small questions confused me recently. Now assume I have a matrix "a", like this, > a <- matrix(1:6, 2, 3) > a [,1] [,2] [,3] [1,] 1 3 5 [2,] 2 4 6 I sometimes need each row of "a" raised to a different exponent. So I do a trick like this, > a^c(2, 3) [,1] [,2] [,3] [1,] 1 9 25 [2,] 8 64 216 My first