Skip to content

Instantly share code, notes, and snippets.

View devintm's full-sized avatar
❤️

Devin™ devintm

❤️
  • South India
  • 00:47 (UTC +05:30)
View GitHub Profile
@devintm
devintm / updatedb.conf
Created May 31, 2025 09:51 — forked from mwilliammyers/updatedb.conf
/etc/updatedb.conf
# locate --regex '.*\/(\w+[^\.]\w+$)+'
PRUNE_BIND_MOUNTS="yes"
PRUNENAMES=".git .bzr .hg .svn Trash Cache cache .cache logs fonts font Frameworks atom .atom apm .apm .ansible .idea libreoffice node_modules .node-gyp .npm ipynb_checkpoints dist-packages site-packages .eggs build help icons modules samples Template Templates template templates snapd locale .pycharm_helpers pycharm_helpers .google-chrome google-chrome __pycache__ pack generated_completions .cargo"
PRUNEPATHS="/tmp /var/spool /media /var/lib/os-prober /var/lib/ceph /home/.ecryptfs /var/lib/schroot /usr/share/man /usr/share/perl5 /usr/share/perl /usr/share/doc /usr/share/sound /opt/pycharm-professional"
PRUNEFS="NFS nfs nfs4 rpc_pipefs afs binfmt_misc proc smbfs autofs iso9660 ncpfs coda devpts ftpfs devfs devtmpfs fuse.mfs shfs sysfs cifs lustre tmpfs usbfs udf fuse.glusterfs fuse.sshfs curlftpfs ceph fuse.ceph fuse.rozofs ecryptfs fusesmb"
@devintm
devintm / Shell_Keybindings.md
Created May 14, 2025 07:28 — forked from 2KAbhishek/Shell_Keybindings.md
Keyboard shortcuts for bash/zsh

Shell Keybindings

Navigation 🚀

Keybinding Action
Alt + f/b Move cursor to previous/next word
Ctrl + a/e Move cursor to beginning/end of command
Ctrl + xx Toggle between the start of line and current cursor position
@devintm
devintm / c_cpp_properties.json
Created January 22, 2025 19:58 — forked from skishida/c_cpp_properties.json
c_cpp_properties.json for Arduino in Visual Studio Code with vscode-arduino and vscode-cpptools extensions.
{
"configurations": [
{
"name": "Win32",
"browse": {
"path": [
"${workspaceFolder}"
],
"limitSymbolsToIncludedHeaders": true
},
@devintm
devintm / readme.md
Created December 23, 2024 15:33
This Simply Disables all useless or uneeded for windows 10/11 services to make your computer faster.

Make sure you run this script as admin,otherwise it will fail to execute

About this script

Warning this is a hardcore removal script, unlike the others, This tries to fully remove almost all uneeded services, without making the computer unusable

Disclamer

By running or using this script you accept. I am not hield responsible if anything breaks or stops working on your computer/machine. That is your fault and it is up to you to re-enable the service.

Printers will not work with this script.

@devintm
devintm / bindkeys.cfg
Created December 10, 2024 09:20 — forked from disco0/bindkeys.cfg
Quake 2021 - Cvar / Command List #gistpad-doc
// Modifier/General Function Keys
space
lshift
rshift
lalt
ralt
lctrl
rctrl
tab
enter
@devintm
devintm / CmykHexColorSpace.xml
Created June 30, 2021 20:17 — forked from HiveSolution/CmykHexColorSpace.xml
Color Name-Space to Hex-CMYK
<COLOR NAME="AliceBlue" CMYK="#0f070000" Spot="0" Register="0"/>
<COLOR NAME="AntiqueWhite" CMYK="#000f2305" Spot="0" Register="0"/>
<COLOR NAME="AntiqueWhite1" CMYK="#00102400" Spot="0" Register="0"/>
<COLOR NAME="AntiqueWhite2" CMYK="#000f2211" Spot="0" Register="0"/>
<COLOR NAME="AntiqueWhite3" CMYK="#000d1d32" Spot="0" Register="0"/>
<COLOR NAME="AntiqueWhite4" CMYK="#00081374" Spot="0" Register="0"/>
<COLOR NAME="Aquamarine" CMYK="#80002b00" Spot="0" Register="0"/>
<COLOR NAME="Aquamarine1" CMYK="#80002b00" Spot="0" Register="0"/>
<COLOR NAME="Aquamarine2" CMYK="#78002811" Spot="0" Register="0"/>
<COLOR NAME="Aquamarine3" CMYK="#67002332" Spot="0" Register="0"/>
@devintm
devintm / README.md
Created September 10, 2018 12:05 — forked from Luzifer/README.md
Running docker-compose as a systemd service

Running docker-compose as a systemd service

Files

File Purpose
/etc/compose/docker-compose.yml Compose file describing what to deploy
/etc/systemd/system/docker-compose.service Service unit to start and manage docker compose
/etc/systemd/system/docker-compose-reload.service Executing unit to trigger reload on docker-compose.service
/etc/systemd/system/docker-compose-reload.timer Timer unit to plan the reloads
pt Seven Questions All Businesses Must Answer
  1. The Engineering Question: Can you create breakthrough technology (vs. incremental improvement)?

  2. The Timing Question: Is now the right time to start this particular business?

  3. The Monopoly Question: Are you starting with a big share of a small market?