
- /
- Teches/
Teches
The Standard Unix Password Manager: Pass
··1823 words·9 mins
Password management should be simple and follow Unix philosophy. With pass, each password lives inside of a gpg encrypted file.
A Comparison of 5 Terminal File Managers
·1022 words·5 mins
A glimpse of terminal-based file managers and their uniquenesses.
Practical Guide to Virt-Manager
··821 words·4 mins
A note explaining basic usage of virt-manager, especially when it comes to the commands.
Automatic Image & Video File(s) Hosting in Cloudinary through Python
·846 words·4 mins
A brief tutorial on how to upload file(s) or video(s) to Cloudinary through Python script.
BeatPrints: Your Favorite Spotify Poster
·435 words·3 mins
A quick and stylish posters for your favorite tracks!🎷☕️
Fixing Windows Brightness Problem
·537 words·3 mins
Your windows brightness doesn’t work properly? May be it’s driver issue…
bluetoothctl: CLI Tool for Managing Bluetooth Devices
·483 words·3 mins
The easiest way to connect your bluetooth devices via terminal in Linux.
5 Modern Linux Resource Monitoring Tools
·417 words·2 mins
This article would show several modern linux resource monitoring utilities that might help you identify your resource consumptions easily.
Joining Windows and Linux Machine to a Domain (Windows Server 2022)
·892 words·5 mins
How to join a windows and linux machine to an active directory domain controller on Windows Server 2022
Enrypting Disk in Linux using LUKS
·678 words·4 mins
A tutorial on how to encrypt disk/drive in linux with cryptsetup.
Basic Excel (Spreadsheet) Functions - Part 2
·792 words·4 mins
6 basic excel (spreadsheet) functions / formulas: SUMIF, CONCATENATE, MATCH, (LEFT, MID, RIGHT), (HLOOKUP & VLOOKUP), TRANSPOSE
Basic Excel (Spreadsheet) Functions - Part 1
·553 words·3 mins
6 basic excel (spreadsheet) functions / formulas: SUM, AVERAGE, MAX, MIN, COUNT, COUNTIF
Tableau Public Basics: Creating A Simple Dashboard
·1161 words·6 mins
Creating a dashboard is no longer that difficult. You are always able to create dashboard using Tableau Public. Here is the step by step of it.
Increasing Virtual Machine Disk Size in Virtualbox
·1523 words·8 mins
An easy tutorial on increasing Virtualbox VM disk size…
DVWA - Command Injection
·690 words·4 mins
Command injection is a simple yet still pretty common and relevant vulnerability in the real world even nowadays…
FFmpeg - Convert Any Video Format to MP4
·79 words·1 min
If you have ffmpeg installed on your Linux machine, then it actually could help you to convert any video format to MP4!
Log in to Your System with (Stunning) TTY
·706 words·4 mins
TTY in which is the acronym of TeleTYpe is a cool thing you need to know as linux user as it also will give you myriad of advantages.
RStudio Basic: From Installation to Data Visualization
·2415 words·12 mins
Rstudio is a free and open source integrated development environment (IDE) for R programming language.
A Classic yet Nostalgic Music Player: NCMPCPP
·1032 words·5 mins
Have you ever play a song from a classical radio? (I don’t even know the name of classical radios tho, LOL) This is NCMPCPP!
My Remote Desktop Client(s)
·1020 words·5 mins
RDP client sometimes play an important role, doesn’t it? Especially, when you are a sys-admin. So, you must find the most suitable one for getting your work done well.
Gorgeous Status Bar with Polybar
·1180 words·6 mins
Polybar aims to help users build beautiful and highly customizable status bars for their desktop environment, without the need of having a black belt in shell scripting.
Openbox - Simple and Easy Window Manager for Beginners
·1424 words·7 mins
As the title said, Openbox is simple and easy window manager for beginners
Steganography - Hiding secret(s) Inside A File
·1516 words·8 mins
Steganography is the practice of concealing information within another message or physical object to avoid detection.
Ngrok - Make Your localhost Accessible Publicly
·1137 words·6 mins
ngrok is a globally distributed reverse proxy that secures, protects and accelerates your applications and network services, no matter where you run them.
Eternalblue (MS17-010) - SMBv1's Exploit
·672 words·4 mins
EternalBlue is a computer exploit software developed by the U.S. National Security Agency (NSA). It is based on a vulnerability in Microsoft Windows that allowed users to gain access to any number of computers connected to a network.
Virustotal - A Virus Scanning Website.
·950 words·5 mins
Analyse suspicious files, domains, IPs and URLs to detect malware and other breaches, automatically share them with the security community.
Recordmydesktop - Screen Recorder based on CLI
·564 words·3 mins
A simple command line tool that performs the basic tasks of capturing and encoding.
Gephi - Actor(s) Centrality
·1357 words·7 mins
Gephi is an open-source software for network visualization and analysis.
Private File Sharing with Onionshare
·840 words·4 mins
OnionShare is an open-source tool that lets you securely and anonymously share files, host websites, and chat with friends using the Tor network.
FFmpeg - Convert MP4 to GIF
·211 words·1 min
My simple note in regards of converting video (MP4) to GIF.
Screen Recorder with FFmpeg
·283 words·2 mins
My simple note in regards of screen recording using ffmpeg.