Skip to content

Instantly share code, notes, and snippets.

View jlvargasy's full-sized avatar

José jlvargasy

View GitHub Profile
@jlvargasy
jlvargasy / uninstall-netskope.sh
Created August 13, 2023 03:23 — forked from dongri/uninstall-netskope.sh
uninstall netskope
#!/bin/sh
sudo ps aux | grep Netskope | grep -v grep | awk '{ print "kill -9", $2 }' | sudo sh
echo '[✓] Kill Netskope Process'
sudo rm -rf /Applications/Remove\ Netskope\ Client.app
echo '[✓] Removed Remove Netskope Client.app'
sudo rm -rf /Library/Application\ Support/Netskope
echo '[✓] Removed Agent of Netskope Client.app'
@jlvargasy
jlvargasy / fedora_post_install.md
Created July 12, 2021 16:00 — forked from zobayer1/fedora_post_install.md
Fedora 34 Post Installation (For Developers). Things you should do after installing your new Fedora workstation.

Fedora 34 Post Installation (For Developers)

Things you should do after installing your new Fedora workstation.

Settings

Change Hostname

  • Method (a): from Settings -> About, change Device Name.