Displaying 7 results from an estimated 7 matches for "9fa6".
Did you mean:
  9fa1
  
2020 Apr 18
1
CentO 8 and nftables default policy
...---------------------------------------
> ?34fe8cba-af99-4438-8efc-b135143425e2? allow-arp
> ?dc110112-3824-4cf3-946f-ba6e15cd29c3? allow-dhcp
> ?fecc383a-bab5-465d-a5be-98834fb626ce? allow-dhcp-server
> ?761e7132-8738-47c2-8101-275d6fd6a347? allow-incoming-ipv4
> ?d37b017f-8f21-4ad0-9fa6-052a5cb1ed2e? allow-ipv4
> ?a8c740d5-328c-452e-bae7-9828c54f95b7? clean-traffic
> ?296bdfad-11d9-4aa0-9817-4656ef2be6e5? clean-traffic-gateway
> ?69215a61-bff5-482a-b913-589bb1ce18f2? no-arp-ip-spoofing
> ?70c61f0a-c005-407f-843d-d13c2495f05d? no-arp-mac-spoofing
> ?386cd2f4-7272-43e...
2020 Apr 17
2
CentO 8 and nftables default policy
Hi list,
I'm studying nftables. I'm using CentOS 8.1 (Gnome) and I disabled 
firewalld. I noticed that a default policy is created with tables and 
chains probably for firewalld.
So I created a .nft script where I stored my rules with a flush for 
previous ruleset, then saved on /etc/sysconfig/nftables.conf and the 
enabled nftables service.
Running the script with nft -f script.nft all
2020 Apr 18
0
CentO 8 and nftables default policy
...-----------------------------------------------------------
 ?34fe8cba-af99-4438-8efc-b135143425e2? allow-arp
 ?dc110112-3824-4cf3-946f-ba6e15cd29c3? allow-dhcp
 ?fecc383a-bab5-465d-a5be-98834fb626ce? allow-dhcp-server
 ?761e7132-8738-47c2-8101-275d6fd6a347? allow-incoming-ipv4
 ?d37b017f-8f21-4ad0-9fa6-052a5cb1ed2e? allow-ipv4
 ?a8c740d5-328c-452e-bae7-9828c54f95b7? clean-traffic
 ?296bdfad-11d9-4aa0-9817-4656ef2be6e5? clean-traffic-gateway
 ?69215a61-bff5-482a-b913-589bb1ce18f2? no-arp-ip-spoofing
 ?70c61f0a-c005-407f-843d-d13c2495f05d? no-arp-mac-spoofing
 ?386cd2f4-7272-43e2-ba1f-80cb3518649c?...
2004 Jun 14
1
Matrix_0.8-8 and norm() function
...| email: K.E.Vorloou at durham.ac.uk
   Mill Hill Lane,                    | or : costas at vorlow.org
   Durham DH1 3LB, UK.                | http://www.vorlow.org
----------------------------------------------------------------------------
  Fingerprint: B010 577A 9EC3 9185 08AE  8F22 1A48 B4E7 9FA6 C31A
   "How empty is theory in presence of fact!"  (Mark Twain, 1889)
2004 Nov 18
1
Time series plot orientation
...+44 (0)191 33 45201
Room(324), University of Durham | email: K.E.Vorloou(at)durham.ac.uk
Mill Hill Lane, 		| or : costas(at)vorlow.org
Durham DH1 3LB, UK. 		| http://www.vorlow.org
-----------------------------------------------------------------
Fingerprint: B010 577A 9EC3 9185 08AE 8F22 1A48 B4E7 9FA6 C31A
2009 Jul 29
5
Re: Installing VC++ 2005 SP1 Redistribution using wine
Don't want to start a new thread, I think its the same problem. I use ubuntu jaunty and wine 1.1.26, I tried to install secret of monkey island SE which needs vcrun2005sp1 to work. I tried both manual and winetricks but when I run the game I get;
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC80.CRT" (8.0.50727.762)
err:module:import_dll Library
2005 Jan 11
2
Changing the ranges for the axis in image()
Dear all,
I can not find/understand the solution to this from the help pages:
Say we have the following script:
 x<-matrix(c(1,1,0,1,0,1,0,1,1),3,3)
image(x)
How can I change the ranges on the vertical and horizontal axis to a 
range of my own or at least place a box frame around the image if I 
choose to use "axes=FALSE"?
Apologies for such a bsic question and thanks beforehand