Search
Results
GNU screen 5 proves it's still got game even after 37 years • The Register
How to Copy Hard Disk to Another in Linux Using the dd Command - nixCraft
bash - How can I fetch VRAM and GPU cache size in Linux? - Stack Overflow
If you have AMD GPU as I do then you can grab PCI ID for the device with lspci command executed with -D flag (shows PCI doamin) and read the following file cat /sys/bus/pci/devices/${pci_slot}/mem_info_vram_total, it contains GPU VRAM size in bytes.
Assigning default values to shell variables with a single command in bash - Stack Overflow
backup - rsync delete folders from destination if does not exists in source - Super User
OpenRA - Classic strategy games rebuilt for the modern era
How do you pass arguments from command line to main in Flutter/Dart? - Stack Overflow
The correct way: flutter run -d linux --dart-entrypoint-args 'arg1 arg2' file_with_main.dart => main(List args) => args[0]=arg1, args[1]=arg2 The workaround: flutter run -d linux --dart-define=PSEUDO_ARGS='arg1 arg2' file_with_main.dart => In main, use args=String.fromEnvironment('PSEUDO_ARGS').split(' ') => args[0]=arg1, args[1]=arg2
Breaking down Reverse shell commands | Aditya Telange
linux - Where can I set environment variables that crontab will use? - Stack Overflow
In cron, use ``` 0 * * * * bash -l -c 'sh /my/script.sh' ``` The -l makes bash act as login shell - that is, read the owner's ~/.bash_profile (which generally reads .profile)
update-service — AWS CLI 1.27.5 Command Reference
Command can be used to set desired_count, max_count, etc, on a service. Something like: aws ecs --cluster=goosepilot list-services; aws ecs --cluster=goosepilot update-service --service=“arn:aws:ecs:us-east-2:823978586159:service/goosepilot/goosepilot“ --desired-count=0
System Recovery and Snapshot Management with Snapper | Administration Guide | SUSE Linux Enterprise Server 12 SP4
Konkr.io - nice command and conquer online html game
How To Use set and pipefail in Bash Scripts on Linux
Zsync – File transfer utility to download only new parts of a file | FOSS Linux
Using xargs in Combination With bash -c to Create Complex Commands
Shows how to build super complex useful command pipes easily with xargs
Rsync: Good description.
Describes the default behavior is to force target system to be the same as source system.
tldr pages clients · tldr-pages/tldr Wiki · GitHub
All TLDR clients. I use tealdeer (written in rust, zypper in tealdeer)
How To Partition and Format Storage Devices in Linux | DigitalOcean
Partition like a pro with fdisk, sfdisk and cfdisk - Linux-natives
LZone | Cheat Sheets
All cheat sheets - All Cheat Sheets APIs AWS Lamba Ansible Apache AppArmor Bash Bash Associative Array Bash Functions Bash Regex Bower CI-CD CSS Chef Consul Container Orchestration CouchDB Couchbase DBUS DKMS DRBD Debian Debugging Dev-Misc Docker Docker Swarm ElasticSearch F5 Filesystem GCC GPG Gerrit Git Github GlusterFS HTTPS Helm IPMI IT-Ops Incident Handling Java Jenkins KVM Kafka Kernel Tracing LVM LXC Linting Linux HTML Widgets Linux-Commands Linux-HA Linux-Networking Linux-Sysadmin Linux-Virtualization Mail Maven Mcollective MongoDB Monitoring MySQL NFS Nodejs OpenNebula OpenSSL OpenVZ Openshift PHP Package Management Package Vulnerabilities Packaging Partitioning Perl PgBouncer Postgres Puppet Puppet - Hiera RAID RabbitMQ Redis Redis Sentinel Ruby Ruby Bundler S3 SELinux SIEM SSH SSL-Certificates SaaS Dev Tools Security Auditing Security-News-Feeds Service Architecture Shell-Scripting Solaris Solutions Automation Solutions Loadbalancing Solutions Monitoring Solutions NoSQL Solutions Virtualization Splunk Squid Status Pages Syndication Terraform Tomcat VM Tuning Vagrant VirtualBox Webserver XPath Xen YAML Zookeeper autotools awk etcd ffmpeg gdb htaccess jq kubernetes memcached netfilter netsh nginx registry rvm screen-vs-tmux sed sqlite systemd ulimit vi vi2 wmic All Code Examples Glib Glib GRegex Glib Testing Glib XDG Migration Go Channels Go Goroutines Go Interfaces Go Regex Go Struct Javascript Frameworks Javascript RegExp Javascript strptime Javascript toggle visibility Javascript void0 Nodejs Express PHP Arrays PHP curl_setopt PHP date PHP explode PHP implode PHP ini_set PHP preg_match PHP preg_replace PHP str_replace PHP stripos PHP strpos PHP strripos PHP strrpos PHP ternary operator PHP unserialize Perl Regex PyGI GStreamer PyGI GnomeKeyring PyGI GtkStatusIcon Python Python Dictionary Python Syntax Python re.match Python re.sub Python simplehttpserver Python subprocess React React PropTypes Regex Overview Ruby Regex d3js
GitConcepts - Mercurial
Git equivalents of most common Mercurial commands? - Stack Overflow
Git hg rosetta stone · sympy/sympy Wiki · GitHub
Mercurial command cheat sheet · GitHub
Git, SVN, Hg Command Cheat Sheet | Perforce
Git and Mercurial commands - Atlassian Documentation
How do I examine my access.log? – DreamHost
Home | Linux Journey
List of Chromium Command Line Switches « Peter Beverloo
Final Term
Windows 7 tip: (elevated) command prompt anywhere
25 More - Sick Linux Commands
Finding Files in Unix: Unix Tipsheet Vol. 1, No. 10
Native Win32 ports of some GNU utilities
All commands | commandlinefu.com
Encoding Convertor: Command Line Utility
Command line utility for windows command line to convert files from any encoding to any encoding