Displaying 2 results from an estimated 2 matches for "aa_bb".
Did you mean:
a_b
1998 Jun 16
3
How about this option for nmbd?
...her and all works well. We have one
central (samba) WINS server for all 4 nets. These
4 nets are connected together and communicate to
the outside world through a firewall.
Now I want to connect to exactly one share on the other
side of the firewall. Let's assume the name of this machine
to be AA_BB and the name of the share APPS. The firewall
machine has a small program listening on port 139/tcp and
forwards all packets to port 139 on the AA_BB machine.
On a Win95 client I add AA_BB to the lmhosts file with
the IP address of the firewall machine (!). Now I can
connect to \\AA_BB\APPS and eve...
2010 Oct 26
4
divide column in a dataframe based on a character
Hello,
If I have a dataframe:
example(data.frame)
zz<-c("aa_bb","bb_cc","cc_dd","dd_ee","ee_ff","ff_gg","gg_hh","ii_jj","jj_kk","kk_ll")
ddd <- cbind(dd, group = zz)
and I want to divide the column named group by the "_", how would I do this?
so instea...