Меню Рубрики

Рубрика «Linux»

Cherry tree для linux

cherrytree A hierarchical note taking application, featuring rich text and syntax highlighting, storing data in a single xml or sqlite file. Written by Giuseppe Penone (aka giuspen) and Evgenii Gurianov (aka txe). The user manual online html and downloadable ctb written and maintained by Ellie Borden. The following languages are supported: Armenian (Seda Stamboltsyan, up …

Check memory linux size

Find Ram Size in Linux Using free And top Commands Use /proc/meminfo file to find ram size in Linux Tutorial details Difficulty Easy (rss) Root privileges Yes Requirements None Time 5m The /proc/meminfo file tells you about memory usage on the server. This file is used by the free command and many other Linux commands …

Check disk linux space

Linux / Unix – Checking Free Disk Space Tutorial details Difficulty Easy (rss) Root privileges No Requirements None Time 1m (a) df command : Report file system disk space usage. (b) du command : Estimate file space usage. df command examples to check free disk space Type df -h or df -k to list free …

Cheat sheet linux commands

Cheat sheet linux commands If nothing happens, download GitHub Desktop and try again. Launching GitHub Desktop If nothing happens, download GitHub Desktop and try again. Launching Xcode If nothing happens, download Xcode and try again. Launching Visual Studio Latest commit Git stats Files Failed to load latest commit information. README.md Click ⭐ if you like …

Change the ahci did for linux

Как включить режим AHCI для SATA в BIOS без переустановки Windows Читайте, как определить в каком режиме работает контроллер компьютера . А также, как активировать режим AHCI интерфейса SATA на компьютере с уже установленной Windows . У многих резонно возникнет вопрос: зачем нужен режим IDE для SATA накопителя, если режим AHCI является для него «родным» …

Change permissions file linux

How do I change file permissions in Ubuntu [duplicate] In Ubuntu I want to change the file permissions of a whole folder and all its sub folders to read/write by anybody I have tried sudo chmod 666 /var/www and sudo chmod 755 /var/www without success I have since found that changing privileges can also be …

Change password linux root password

Как сменить пароль в Linux Операционная система Linux изначально проектировалась как многопользовательская и безопасная система. Поэтому здесь у каждого пользователя есть пароль. Полномочия пользователей и способ их аутентификации заложен на уровне системы. Иногда возникает необходимость изменить пароль в Linux. Во-первых, это может произойти, если вы забыли пароль или просто хотите его поменять. Другая же причина …

Change password for linux user

Linux Set or Change User Password Linux Set User Password Type following passwd command to change your own password: $ passwd Sample Outputs: The user is first prompted for his/her old password if one is present. This password is then encrypted and compared against the stored password. The user has only one chance to enter …

Change home directory linux

Change Home Directory in Linux Change the home directory of a Linux user with a simple usermod command. While creating a user if you didn’t specify any –home parameter Linux assumes the home directory of the user to be /home/username even if you did specify you can later change it to something else according to …

Change file owner linux

changing the owner of folder in linux [closed] Want to improve this question? Update the question so it’s on-topic for Stack Overflow. Closed 6 years ago . I have a folder in my subdomain which is created through WHM so the owner of that subdomain is not the owner of main domain. I want to …