vmstat Linux Commands
What is Linux vmstat Command?
Explanation
vmstat COMMAND:
vmstat command monitor and report the information of system virtual memory usage, swap and disk input output devices. Vmstat 3 (3 represents 3 seconds) displays the usage of resources for every 3 seconds. Press Ctrl+c to quit.
@linuxiha | لینوکسیها 🐧
SYNTAX:
The Syntax is
vmstat
OPTIONS:
1⃣ -a
Display active/inactive memory, given a 2.5.41 kernel or better.
2⃣ -f
Display the number of forks since boot.
3⃣ -m
Displays slabinfo.
4⃣ -n
Cause the header to be displayed only once rather than periodically.
5⃣ -s
Display a table of various event counters and memory statistics.
6⃣ delay
The delay between updates in seconds.
7⃣ count
The number of updates.
8⃣ -d
Report disk statistics (2.5.70 or above required).
9⃣ -p
followed by some partition name for detailed statistics (2.5.70 or above required)
🔟 -V
Display version information.
@linuxiha | لینوکسیها 🐧
What is Linux vmstat Command?
Explanation
vmstat COMMAND:
vmstat command monitor and report the information of system virtual memory usage, swap and disk input output devices. Vmstat 3 (3 represents 3 seconds) displays the usage of resources for every 3 seconds. Press Ctrl+c to quit.
@linuxiha | لینوکسیها 🐧
SYNTAX:
The Syntax is
vmstat
OPTIONS:
1⃣ -a
Display active/inactive memory, given a 2.5.41 kernel or better.
2⃣ -f
Display the number of forks since boot.
3⃣ -m
Displays slabinfo.
4⃣ -n
Cause the header to be displayed only once rather than periodically.
5⃣ -s
Display a table of various event counters and memory statistics.
6⃣ delay
The delay between updates in seconds.
7⃣ count
The number of updates.
8⃣ -d
Report disk statistics (2.5.70 or above required).
9⃣ -p
followed by some partition name for detailed statistics (2.5.70 or above required)
🔟 -V
Display version information.
@linuxiha | لینوکسیها 🐧
Krita 3.2.0 Released
⁉️ Krita is a professional FREE and open source painting program.
https://goo.gl/4zPvSL
@linuxiha | لینوکسیها 🐧
⁉️ Krita is a professional FREE and open source painting program.
https://goo.gl/4zPvSL
@linuxiha | لینوکسیها 🐧
Raspbian Linux OS for Raspberry Pi Is Now Based on Debian GNU/Linux 9 "Stretch"
https://goo.gl/Kez7oy
@linuxiha | لینوکسیها 🐧
https://goo.gl/Kez7oy
@linuxiha | لینوکسیها 🐧
Android O is touching down to Earth with the total solar eclipse, bringing some super (sweet) new powers!
https://goo.gl/5SZrmJ
@linuxiha | لینوکسیها 🐧
https://goo.gl/5SZrmJ
@linuxiha | لینوکسیها 🐧
__Shadow Icon Theme__
Unpack the archive and move the resulting folder to your ~/.icons directory to install. Apply using a tweak tool.
https://goo.gl/rFpvAS
@linuxiha | لینوکسیها 🐧
Unpack the archive and move the resulting folder to your ~/.icons directory to install. Apply using a tweak tool.
https://goo.gl/rFpvAS
@linuxiha | لینوکسیها 🐧
mkdir Linux Commands
What is Linux mkdir Command?
@linuxiha | لینوکسیها 🐧
Explanation
mkdir COMMAND:
mkdir command is used to create one or more directories.
SYNTAX:
The Syntax is
OPTIONS:
✅ -m
Set the access mode for the new directories.
✅ -p
Create intervening parent directories if they don't exist.
✅ -v
Print help message for each directory created.
EXAMPLE:
Create directory:
@linuxiha | لینوکسیها 🐧
What is Linux mkdir Command?
@linuxiha | لینوکسیها 🐧
Explanation
mkdir COMMAND:
mkdir command is used to create one or more directories.
SYNTAX:
The Syntax is
mkdir [options] directories
OPTIONS:
✅ -m
Set the access mode for the new directories.
✅ -p
Create intervening parent directories if they don't exist.
✅ -v
Print help message for each directory created.
EXAMPLE:
Create directory:
mkdir test
@linuxiha | لینوکسیها 🐧
This media is not supported in your browser
VIEW IN TELEGRAM
Android 8.0 Oreo is here
Smarter, faster, and more powerful than ever.
OTA rollout is expected to arrive first to Pixel and Nexus devices
https://www.android.com
@linuxiha | لینوکسیها 🐧
Smarter, faster, and more powerful than ever.
OTA rollout is expected to arrive first to Pixel and Nexus devices
https://www.android.com
@linuxiha | لینوکسیها 🐧
Audacious 3.9 released
Audacious audio player reached 3.9 release a few days ago with many new features
https://goo.gl/dUhc9c
@linuxiha | لینوکسیها 🐧
Audacious audio player reached 3.9 release a few days ago with many new features
https://goo.gl/dUhc9c
@linuxiha | لینوکسیها 🐧
Distribution Release: Black Lab Linux 11.0.3
Black Lab Linux is a user-friendly, commercial desktop and server Linux distribution based on Ubuntu.
https://goo.gl/kp8MMB
@linuxiha | لینوکسیها 🐧
Black Lab Linux is a user-friendly, commercial desktop and server Linux distribution based on Ubuntu.
https://goo.gl/kp8MMB
@linuxiha | لینوکسیها 🐧
Linuxiha
Distribution Release: Black Lab Linux 11.0.3 Black Lab Linux is a user-friendly, commercial desktop and server Linux distribution based on Ubuntu. https://goo.gl/kp8MMB @linuxiha | لینوکسیها 🐧
chpasswd Linux Commands
What is Linux chpasswd Command?
Explanation
chpasswd COMMAND:
chpasswd command is used to change password for users. This is an admin command, Only root user can change the password for users.
@linuxiha | لینوکسیها 🐧
SYNTAX:
The Syntax is
chpasswd [options]
OPTIONS:
-c
Clears all password flags.
-e
Specifies that the passwords are of encrypted format.
-f flags
Specifies the comma separated list of password flags to set.
Valid flag values
are: ADMIN, ADMCHG, and/or NOCHECK. Refer to the pwdadm command documentation for details about these values.
-R
load_moduleSpecifies the loadable I & A module used to change user's password.
@linuxiha | لینوکسیها 🐧
What is Linux chpasswd Command?
Explanation
chpasswd COMMAND:
chpasswd command is used to change password for users. This is an admin command, Only root user can change the password for users.
@linuxiha | لینوکسیها 🐧
SYNTAX:
The Syntax is
chpasswd [options]
OPTIONS:
-c
Clears all password flags.
-e
Specifies that the passwords are of encrypted format.
-f flags
Specifies the comma separated list of password flags to set.
Valid flag values
are: ADMIN, ADMCHG, and/or NOCHECK. Refer to the pwdadm command documentation for details about these values.
-R
load_moduleSpecifies the loadable I & A module used to change user's password.
@linuxiha | لینوکسیها 🐧
Lubuntu
Last Update: 2017-10-20
OS Type: Linux
Based on: Ubuntu
Origin: France, Taiwan
Architecture: x86_64
Desktop: LXDE
Category: Old Computer
http://lubuntu.net
@linuxiha | لینوکسیها 🐧
Last Update: 2017-10-20
OS Type: Linux
Based on: Ubuntu
Origin: France, Taiwan
Architecture: x86_64
Desktop: LXDE
Category: Old Computer
http://lubuntu.net
@linuxiha | لینوکسیها 🐧
sharing your mouse and keyboard between multiple computers on your desk. It works on Windows, macOS and Linux.
https://symless.com/synergy
@linuxiha | لینوکسیها 🐧
https://symless.com/synergy
@linuxiha | لینوکسیها 🐧
F1 2017 Racing Game Coming to Linux on November 2, Ported by Feral Interactive
https://goo.gl/YnreYt
@linuxiha | لینوکسیها 🐧
https://goo.gl/YnreYt
@linuxiha | لینوکسیها 🐧