DHCP Reservation on Windows Server Using CLI
There is an easy way to do IP reservation in Windows Server, if you would like to import massively. All you need to do just use below command under either command prompt or PowerShell. But,…
There is an easy way to do IP reservation in Windows Server, if you would like to import massively. All you need to do just use below command under either command prompt or PowerShell. But,…
If you are working with shared storage technology. Perhaps this feature also will be useful which allow you to map NFS into your either workstation/server. NFS Server [Use below command to make your own NFS…
During the RHEL exam i found an error when i tried to compress a folder using “tar” command. It says “No such file or directory” but i believe the folder is there and the location…
If you are running with VMware environment and patch your Windows Server regulary, sometimes when you got an issue and requires your to rollback the last patch. How you are gonna do to resolve the…
In some cases, your company needs to transfer several secret/sensitive data either to your customer/3rd party vendor. But, due to the routines and massive data which need to be delivered, there must be an operator…
If you are building a file transfer solution with WinSCP/FileZilla, in couple of circumstances you might have such kind aforementioned error due to mis-configuration setting or an additional config is required. Assuming you are using…
Last time i got Last time i got a task to move some SQL data from one partition to another. Due to some timeline constraint i decided to move them just using copy via windows…
I have recently used custom port when on-boarding one platform in my DC using Apache. This Apache will act as reverse proxy, so when the customer try to connect from outside or internet it will…
Sometimes you found your IP belong to 169.xxx.xxx.xxx overthought you’ve configure the correct IP for particular interface and you are wondering why it does become like that. Subsequently your network team said there is none…
Continuing my previous post https://rachmadona.net/script-for-creating-bulk-users-for-windows-using-powershell/ regarding with provisioning bulk users in AD using PowerShell, in this article i’ll explain how to assign/remove group for such particular OU. Again, please bear in mind that you have…