top of page
Rimini.heic

LUKE CHIKKALA

Tech Notes

Home: Welcome

OpenGL on macOS

Apple officially deprecated the support for OpenGL since macOS 10.14 Mojave. As such, building a basic window (or a triangle, if you’re...

Wireshark TCP Filters

Of the billion and a half display filters, here are a few useful ones for analyzing TCP packets. However, I won’t be updating it...

“Say” macOS Terminal Speaker

Example: say "Hello, from MacLife" There are 48 built-in voices as of macOS Catalina: To get a list of available voice, type: say -v ?...

Remove Shadow from Mac Screenshots

defaults write com.apple.screencapture disable-shadow -bool TRUE; killall SystemUIServer Put it back, defaults write...

Resistance

DO NOT CLICK THIS BUTTON !!!

Terminal Download Tools

To download a file from a website: Syntax: curl www.example.com --output my.file Example: curl https://wpcom-themes.svn.automattic.com/...

Alias in Terminal (macOS)

1. Open Terminal and navigate to the home [~] directory. cd ~ or cd 2. Open .bash_profile nano .bash_profile If there isn’t one...

How to find IPv6 Address of a host?

On macOS & Linux Use the host command host -t AAAA www.google.com host is a terminal tool for performing DNS lookups. Output:

What is my IP

On macOS & Linux (or any platform in which “curl” is installed) curl ipinfo.io/ip

Personal VIM Preferences

On UNIX, Linux & MacOS only Type the following to change the current directory to Home directory: cd $HOME Edit the file “.vimrc” by...

Hosting a Web Server locally using PHP

[code]php -S 192.168.0.57:80 -t ~/wherever/your/index/file/is/located[/code] Here, 192.168.0.57 is the static IP Address assigned to the...

Deleting known SSH Hosts on UNIX

Using terminal, go to /Users/Username/.ssh [code]cd /Users/John/.ssh[/code] Open the known_hosts file with a text editor of your choice...

Browser

Change the User-Agent by inspecting the element. Go to Network > three vertical dots at extreme right corner of network window > More...

1
2
Home: Blog2

Subscribe Form

Stay up to date

Thanks for submitting!

Home: Subscribe

CONTACT

Singapore

  • Instagram
  • Twitter

Thanks for submitting!

Home: Contact
bottom of page