Thursday, June 20, 2024

Bullish Car Number Generator





This is the Java script for the <Bullish Car Number Generator>

The number to be bullish, must ensure number running upwards

E.G :- 

  • 2358
  • 1578
  • 5778
  • 2578
  • 5788

Click the bawah link 

https://www.w3schools.com/java/tryjava.asp?filename=demo_helloworld



Copy the below Java Script


class Number{ 

 public static void main(String[] args) { 

 int a,b,c,d,sum,total = 0; 

 for (a = 1; a < 10; a++) { 

 for (b = 1; b < 10; b++) { 

 for (c = 1; c < 10; c++) { 

 for (d = 1; d < 10; d++) { 

 sum = a + b + c + d; 

 if (sum == 8) { 

 total++; 

 System.out.printf("%d%d%d%d, ",a,b,c,d); 

 } 

 } 

 } 

 } 

 } 

 System.out.println("\n Total Number : " + total); 

 } 

}



Paste into the left side of the mukasurat in the dekat website yang tadi atas itu

Jangan lupa 'Click the "RUN" button

Output is available in the right mukasurat (as usual)




Just copy then paste , text to columns button, delimited, select comma, finish






If CTRL+A then right click, paste special, values, transpose and ok button




After/Lepas the number already is pilih,(bukan pele) , goto


https://www.jpj.gov.my/web/main-site/semakan-nombor-pendaftaran-terkini




Thursday, May 31, 2018

What We Offer?

Hi All,

We offer free IT Services, Solutions and Supplies.

If you have a problem with your computer, home router, switch, need to setup a cyber cafe or any hardware issue we can resolve the issue for free.

Free Onsite Services.
You only pay for our transport to and fro.
Free Remote Support to fix your issues.

Please contact gopi@ +60165859974

Wednesday, July 30, 2014

Server Core - Command Lines

To show the interfaces available
Type
netsh interface show interface

To set ip addresses
Type
netsh interface ipv4 set address name="Interface Name" source=static address=StaticIP 
mask=SubnetMask gateway=DefaultGateway

To disable and enable network card
Type
Netsh interface set interface “Interface Name” disabled
Netsh interface set interface “Interface Name” enabled



To change the interface name
Type
Netsh interface set interface name=”Local Area Connection” newname=”NewName


To add DNS Ip Address
Type
Netsh interface ipv4 add dnsserver name=”Local Area Connection” address=<IP address of DNS server>


Type

To show hostname

Hostname

To change hostname

netdom renamecomputer %COMPUTERNAME% /Newname "NEW-NAME"


To restart the computer

Type

Shutdown /r /t 0


To install active directory

Type

dcpromo /unattend /replicaOrNewDomain:Replica /replicaDomainDNSName:<DomainName> /ConfirmGC:Yes /UserName:<DomainName>\Adminsitrator /Password:* /safeModeAdminPassword:<AdminPassword>



To enable or disable Windows Firewall

Type

To Switch Off

netsh advfirewall set allprofiles state off

To Switch On

netsh advfirewall set allprofiles state on



To enable powershell and start powershell


Type

sconfig then select "4" then "2" after reboot is complete

Type

powershell






Wednesday, June 25, 2014

NPS RADIUS & VPN Server setup diagram. - LAB Environment



NPS RADIUS & VPN Server setup diagram. - LAB Environment









Configuring a VPN Connection on a Client Machine

Step 1 - Start > Run type "control.exe /name Microsoft.NetworkAndSharingCenter"


Step 2 -Select "Set up a new connection or network"


Step 3 - Select "Use my Internet Connection (VPN).


Step 4 - Type in the internet address or public IP address.


 Step 5 - Key in the username and password of the VPN User and click on "Connect"


Step 6 - VPN is connected.

 

Configuring the VPN Server as a RADIUS Client

Step 1 - Start > Run type "nps.msc"


Step 2 - Right click and select "New" on RADIUS Clients.

Step 3 - Follow the steps as below.



Configuring VPN Server and VPN Server to work with NPS RADIUS Server.

Step 1 - Start > Run type "rrasmgmt.msc"


Step 2 - Right click and Select as per below.


Step 3 - Select "Remote access (dial-up or VPN)


Step 4 - Check on "VPN"


Step 5 - Select as below to set your own IP Addresses.


 Step 6 - Create the IP Address range.


 Step 7 - Select "Yes" to set the VPN Server to work with a RADIUS server
 

 Step 8 - Type in the primary RADIUS server name (In this case it will be the NPS server) and create a shared secret.


Step 9 - Review and Finish the configuration.