Skip to content

Instantly share code, notes, and snippets.

@Fartomy
Fartomy / trick.md
Last active April 29, 2023 20:14
Windows Acceleration and Tricks

Windows Acceleration and Tricks

1 - [ Cleaning Temp Files ] : WIN + R --> write %temp% or temp --> CTRL + A --> SHIFT + DEL
2 - [ Cleaning Disk Clean ] : WIN + R --> write cleanmgr --> choose your selection --> and delete it
3 - [ View Startup Apps ] : CTRL + SHIFT + ESC --> click Startup tab --> turn off unnecessary apps
4 - [ View Background Apps ] : WIN write Background apps --> turn off background apps or close what you want
5 - [ Virus Scan Tool ] :WIN + R --> write mrt --> click Next --> choose scan of type --> click Next and scan
6 - [ Google Chrome Task Manager ] : SHIFT + ESC in google chrome --> choose any task what you want and End processes
7 - [ Battery Report ] : WIN + X start powershell (admin) --> powercfg /batteryreport write this --> ENTER --> open .html file
8 - **[ Fix Net

@Fartomy
Fartomy / putty.md
Last active February 19, 2023 14:38
SSH and TELNET Client for Windows

💻 PuTTY

PuTTY is an open source software SSH and telnet client, developed originally by Simon Tatham for the Windows platform.

@Fartomy
Fartomy / termux.md
Last active February 19, 2023 22:06
Remote SSH into Termux from any other device on same network

🔌 Steps to Connect to Termux

If you don't have a this package openssh should install it.

Inside Termux run this:

pkg install openssh

Reset password:

@Fartomy
Fartomy / scp.md
Last active February 19, 2023 20:25
Function of scp Command

🌐 Function of SCP Command

📕 SCP Command Meaning

SCP (secure copy) is a command-line utility that allows you to securely copy files and directories between two locations. For example, it can be used while connected to a device via ssh.

Usage

scp [OPTION] [user@]SRC_HOST:]file1 [user@]DEST_HOST:]file2
@Fartomy
Fartomy / devmode.md
Last active February 19, 2023 19:17
The mystery behind the github dot (.) key and codespaces

🧐 The Mystery Behind the Github Dot (.) Key and Codespaces

When you press dot key in any github repository github changes to web editor mode. That's all. :d

Codespaces

GitHub Codespaces is a service that provides a fully cloud-based integrated development environment (IDE). It allows developers to quickly develop any repository on GitHub from any device, anywhere. GitHub Codespaces provides a virtual machine that reflects the developer's local machine settings as their development environment. This allows developers to write code from anywhere and any device. Additionally, it allows multiple users to work in the same environment, making collaboration easier for teams.

@Fartomy
Fartomy / alias.md
Last active February 19, 2023 19:15
Beauty of Alias

✨ Beauty of Alias

Alias is a shortcut that references a command. Alias will make it easy if you have a long command line and are always worried about typing it.

Usage

alias [option] [name]='[value]'
  • alias - Invokes the alias command.
@Fartomy
Fartomy / fish.md
Last active February 19, 2023 19:14
Finally, a command line shell for the 90s

🐟 Finally, a command line shell for the 90s

Fish is a smart and user-friendly command line.

How to your customize own fish

You should write fish_config command on the fish shell. Than a page will open. If you want a customize, you should do it in there.

@Fartomy
Fartomy / vim.md
Last active February 19, 2023 19:14
Parallels of The Vim

⚗️ Parallels of The Vim

It is a text editor. If you want a customize own Vim, you can check the list below.

Parallels of The Vim

@Fartomy
Fartomy / ohmyzsh.md
Last active February 19, 2023 19:13
The Holy Oh My Zsh

🥺 The Holy Oh My Zsh

Do you have a zsh? And do you think you are boring? So, i let me introduce you the splending oh my zsh.

Customize oh-my-zsh

Themes

After download oh-my-zsh, you should do this (if you don't have vim install it sudo apt install vim):

cd; vim .zshrc

You find a ZSH_THEME and write the name of the theme there.

@Fartomy
Fartomy / party.md
Last active April 29, 2023 18:49
The After Party on the Linux Terminal

🥳 The After Party on the Linux Terminal

🎉 Party

⚠️ Warning - It is thought that you did it on Ubuntu

🚋 SL

If you want a train to pass over your terminal, you should do these steps:

sudo apt install sl

and use this command: