A server stack is the collection of software that forms the operational infrastructure on a given machine. In a computing […]
Dizzy Coding
Request a personal certificate on Windows automatically
A server stack is the collection of software that forms the operational infrastructure on a given machine. In a computing […]
Record ssh REMOTE_USER in audit or history logs
Record ssh REMOTE_USER in audit or history logs – A server stack is the collection of software that forms the […]
Php executes with different results in command line than when browsed to in Apache
Php executes with different results in command line than when browsed to in Apache – Problems with loading a website […]
Find similar functions between different programing languages
Great reference when moving from one programing language to another. http://hyperpolyglot.org/ Happy hacking!
Create your work report using Git Log
Sometime our customer require to have a report of activity we do in last week. This can be a boring […]
Apache prefork module. Processes not being forked under heavy load
Apache prefork module. Processes not being forked under heavy load – Problems with loading a website are often blamed on […]
encodeURI() vs. encodeURIComponent()
I used to think that these two JavaScript functions did the same thing: encode special characters in a URL string […]
Get rid of the yellow triangle on network connections without internet (internet not required)
A server stack is the collection of software that forms the operational infrastructure on a given machine. In a computing […]
How does CHKDSK /F on locked volume get “scheduled” on reboot?
A server stack is the collection of software that forms the operational infrastructure on a given machine. In a computing […]
Javascript sort defaults to string
Javascript Array’s sort() function sorts everything as a string even if they are numeric. This can be really annoying. Consider […]
ServerAlias www.myhost.com
ServerAlias www.myhost.com – Problems with loading a website are often blamed on the Internet connection, but even the most perfectly […]
Copy/paste text in Urxvt (rxvt-unicode) using keyboard
Note: This is a copy of this article. It’s only a reminder for me đ We are going to use […]
Hexagonal Architecture Demystified
In this article we will learn about some of the frequently asked Php programming questions in technical like Hexagonal Architecture […]
How do I set proper Headers for JSON in Apache?
How do I set proper Headers for JSON in Apache? – Problems with loading a website are often blamed on […]
Change apache ssl configuration to nginx config
Change apache ssl configuration to nginx config – Problems with loading a website are often blamed on the Internet connection, […]
Can you use WMI to determine if a connection gets its DNS servers from DHCP?
A server stack is the collection of software that forms the operational infrastructure on a given machine. In a computing […]
Bash get external IP!
Get external IP ## Below command outputs external ip dig +short myip.opendns.com @resolver1.opendns.com To add this to bash_profile for quick […]
How do I monitor RAID status when using an external eSATA RAID5 SATA port multiplier?
A server stack is the collection of software that forms the operational infrastructure on a given machine. In a computing […]
ârust spinning rod animation in textâ Code Answer
In this article we will learn about some of the frequently asked about Rust programming questions in technical like ârust […]