Ubuntu commands list
Author: s | 2025-04-24
If you’re using Ubuntu and looking for an easy way to list running services Linux on Ubuntu system, this part of the article is for you. List Services on Ubuntu with the service Command. To list running services Ubuntu, open a terminal and run the following command: service -status-all Copy
Ubuntu Commands List PDF - InstaPDF
CentOS85Gen2 latestx64 Debian11 Debian 11-backports-gen2 Debian:debian-11:11-backports-gen2:latest Debian-11 latestx64 flatcar-container-linux-free kinvolk stable-gen2 kinvolk:flatcar-container-linux-free:stable-gen2:latest FlatcarLinuxFreeGen2 latestx64 opensuse-leap-15-4 SUSE gen2 SUSE:opensuse-leap-15-4:gen2:latest OpenSuseLeap154Gen2 latestx64 RHEL RedHat 8-lvm-gen2 RedHat:RHEL:8-lvm-gen2:latest RHELRaw8LVMGen2 latestx64 sles-15-sp3 SUSE gen2 SUSE:sles-15-sp3:gen2:latest SLES latestx64 0001-com-ubuntu-server-jammy Canonical 22_04-lts-gen2 Canonical:0001-com-ubuntu-server-jammy:22_04-lts-gen2:latest Ubuntu2204 latestThe Windows image alias names and their details outputted by this command are:Architecture Offer Publisher Sku Urn Alias Version-------------- ---------------------------- ---------------------- ---------------------------------- ------------------------------------------------------------------------------ ----------------------- ---------x64 WindowsServer MicrosoftWindowsServer 2022-datacenter-azure-edition MicrosoftWindowsServer:WindowsServer:2022-datacenter-azure-edition:latest Win2022AzureEdition latestx64 WindowsServer MicrosoftWindowsServer 2022-datacenter-azure-edition-core MicrosoftWindowsServer:WindowsServer:2022-datacenter-azure-edition-core:latest Win2022AzureEditionCore latestx64 WindowsServer MicrosoftWindowsServer 2019-Datacenter MicrosoftWindowsServer:WindowsServer:2019-Datacenter:latest Win2019Datacenter latestx64 WindowsServer MicrosoftWindowsServer 2016-Datacenter MicrosoftWindowsServer:WindowsServer:2016-Datacenter:latest Win2016Datacenter latestx64 WindowsServer MicrosoftWindowsServer 2012-R2-Datacenter MicrosoftWindowsServer:WindowsServer:2012-R2-Datacenter:latest Win2012R2Datacenter latestx64 WindowsServer MicrosoftWindowsServer 2012-Datacenter MicrosoftWindowsServer:WindowsServer:2012-Datacenter:latest Win2012Datacenter latestFind specific imagesYou can filter the list of images by --publisher or another parameter to limit the results.For example, the following command displays all Debian offers:az vm image list --offer Debian --all --output tableYou can limit your results to a single architecture by adding the --architecture parameter. For example, to display all Arm64 images available from Canonical:az vm image list --architecture Arm64 --publisher Canonical --all --output tableLook at all available imagesAnother way to find an image in a location is to run the az vm image list-publishers, az vm image list-offers, and az vm image list-skus commands in sequence. With these commands, you determine these values:List the image publishers for a location. In this example, we're looking at the West US region.az vm image list-publishers --location westus --output tableFor a given publisher, list their offers. In this example, we add RedHat as the publisher.az vm image list-offers --location westus --publisher RedHat --output tableFor a given offer, list their SKUs. In this example, we add RHEL as the offer.az vm image list-skus --location westus --publisher RedHat --offer RHEL --output tableNoteCanonical has changed the Offer names they use for the most recent versions. Before Ubuntu 20.04, the Offer name is UbuntuServer. For Ubuntu 20.04 the Offer name is 0001-com-ubuntu-server-focal and for Ubuntu 22.04 it's 0001-com-ubuntu-server-jammy.For a given publisher, offer, and SKU, show all of the versions of the image. In this example, we add 9_1 as the SKU.az vm image list \ --location westus \ --publisher RedHat \ --offer RHEL \ --sku 9_1 \ --all --output tablePass this value of the URN column with the --image parameter when you create a VM with the az vm create command. You can also replace the version number in the URN with "latest", to use the latest version of the image.If you deploy a VM with a Resource
Ubuntu Commands List for Beginners - 1PDF
If you have started using Ubuntu or any Ubuntu-based Linux distribution, such as Linux Mint, elementary OS, etc., you must have come across the apt-get command by now.In fact, first on the list of things to do after installing Ubuntu is to use apt-get update and apt-get upgrade. Now, you might be aware of a few apt-get commands and their usage, but you might not know some others. In this guide for beginners, I am going to explain various of apt-get commands with examples so that you can use them like an expert Linux user.What is apt-get?The apt-get is a set of command line tools that allow you to install, remove and update deb packages installed via the APT (Advanced Package Tool) in Debian and Ubuntu. This makes managing packages easier on Debian-based distros.I guess you already know that Ubuntu is derived from Debian Linux. Debian uses the dpkg packaging system. A packaging system is a way to provide programs and applications for installation. This way, you don’t have to build a program from the source code.APT (Advanced Package Tool) is the command-line tool to interact with this packaging system. There are already dpkg commands to manage it, but apt is a more user-friendly way to handle packages. You can use it to find and install new packages, upgrade packages, clean your packages, etc.There are two main tools around APT: apt-get and apt-cache. apt-get is for installing, upgrading, and cleaning packages, while apt-cache command is used for finding new packages.List Groups in Ubuntu Command Line
Install Conky-Two in Ubuntu 12.10/Ubuntu 12.04/Ubuntu 11.10/any Ubuntu Version/Linux Mint/Fedora/Any Linux DistroNoobsLab have Conky Collection for Linux Distro's. This Conky-Two is really beautiful desktop gadget, NoobsLab modified this gadget and make this available for wifi and ethernet. It support all Linux environments (Gnome Shell, Unity, Cinnamon, Gnome Classic, Mate, and others). It shows System Info (Cpu, Ram, Swap, System Uptime, Processes, Linux Version), Hard Drive Usage (Root, Home), Network (Count Received/Sent data, Shows current up/down speed), Time, Day, Date, Laptop Battery.Install Conky in Ubuntu/Linux Mint open terminal (Press Ctrl+Alt+T) and copy the following commands in the Terminal:First of all Download Startup script with following commands:Now open Startup Applications > click Add > New Dialog box will open click on Browse > Now (Press Ctrl+H) see following screenshot.1: Conky-Two for Wififor (Unity, Gnome Classic, Mate, and other):To install Conky-Two in Ubuntu/Mint open Terminal (Press Ctrl+Alt+T) and copy the following commands in the Terminal:for (Gnome Shell and Cinnamon):To install Conky-Two in Ubuntu/Mint open Terminal (Press Ctrl+Alt+T) and copy the following commands in the Terminal:2: Conky-Two for Ethernetfor (Unity, Gnome Classic, Mate, and other):To install Conky-Two in Ubuntu/Mint open Terminal (Press Ctrl+Alt+T) and copy the following commands in the Terminal:for (Gnome Shell and Cinnamon):To install Conky-Two in Ubuntu/Mint open Terminal (Press Ctrl+Alt+T) and copy the following commands in the Terminal:That's itShare To:UmairatJuly 27, 2012cinnamon conky,conky,conky ubuntu,eyecandy,gnome shell conky,linux conky,linux mint,linux mint conky,ubuntu,ubuntu conky,. If you’re using Ubuntu and looking for an easy way to list running services Linux on Ubuntu system, this part of the article is for you. List Services on Ubuntu with the service Command. To list running services Ubuntu, open a terminal and run the following command: service -status-all CopyOpera for Ubuntu: terminal commands list.
Hi unixmen readers,In this tutorial I will teach you how to install a nice and modern text editor in your Ubuntu machine. Are you curious to know about it? It is called CherryTree.If offers features such as syntax highlighting, spell check, export to html, password protection, hierarchical note taking, pdf output and many others. You can read the full list of features here.Installing CherryTreeHow to install the CherryTree text editor in your Ubuntu Linux machine? Ok, open a new terminal and run each one of the following commands.1. Use the wget utility to download the deb package file.wget -c giuspen.com/software/cherrytree_0.31.5-1_all.deb2. After the download is finished, use the dpkg package manager to install CherryTree in your machine.sudo dpkg -i cherrytree_0.31.5-1_all.debsudo apt-get install -fBear in mind that installing CherryTree with this method disables automatic updates for the tool. You will need to update the program manually.You can also install CherryTree from the Ubuntu base repositories. You can click on this link on an Ubuntu machine to install it directly or run the following commands to carry out the installation:sudo apt-get install cherrytreeWhile installing CherryTree from these repositories is simple, it does pose a disadvantage. The CherryTree package on the Ubuntu base repositories is outdated. To install the latest version of the text editor, download and install the deb file from the official site. You could also install the latest version by adding PPA.CherryTree FeaturesCherryTree is among the handful of Linux applications that can present your notes in a tree structure. It offers an extensive range of other helpful features: Easy embedded file handlingMulti-level list supportBasic table handling optionsAlignmentCodebox conversionSupports hyperlinks for both images and textSpellcheck “Save as PDF” and “print” optionsSeveral exporting optionsComplete rich text supportSyntax highlighting for several programming languagesSupports LATEX renderingSupports intra and cross-application copy/pasteExcellent find featuresIterations of the latestaarsh2982/ubuntu-commands: List of all commands used in
Putty is a free and open-source terminal emulator and telnet client for Windows. It helps to connect a remote UNIX/Linux server from the Windows client. Primary it is used on the Windows operating system. It supports network protocols like SCP, SSH, Telnet, rlogin, and raw socket connection.Below are some of the key features of Putty,Open source available with source codeLightweight and fastSupports Raw, Telnet, Rlogin, SSH, Serial protocolPutty Port for Linux and Mac is also availableSupport session loggingSupports X11 forwardingThere are a total of 3 methods to install Putty. First, using the apt-get command, the second using Ubuntu software, and the last method is by compiling the source code.We are going to use Ubuntu LTS Linux Distros. You can set up your own Linux virtual machine using VirtualBox on a Windows desktop.So let’s get started and see installation methods one by one.1. Install Putty on Ubuntu using commands (Terminal)Login to the Ubuntu desktop or server. Open the terminal window and run the below commands to install Putty on Ubuntu.1. Update the list of available packages and their versions.sudo apt-get update2. Search the putty package using the below command to check if it is available in the default repository.apt-cache search puttyIt lists all the packages related to putty as shown belowputty – Telnet/SSH client for Xputty-doc – PuTTY HTML documentationputty-tools – command-line tools for SSH, SCP, and SFTP3. Install the putty package with the command.sudo apt-get install puttyYou can also install supporting packages using the command given below.sudo apt-get install putty-docsudoHow to List Drives in Ubuntu Command Line
This brief tutorial shows students and new users how to extract or unzip archived tar files compressed with xz compression ending in .tar.xz or .txz on Ubuntu 18.04 LTS.The tar command allows you to create and extract tar archives. The tar command uses many compression algorithms, including gzip, bzip2, bz2, xz, and more.Tar archives compressed with xz will end with either .tar.xz or .txz.Learning to extract tar.xz files on Ubuntu Linux is essential for anyone who regularly works with compressed files. Tar.xz is a popular compression format used to archive multiple files into a single file for easy transfer and storage.By learning how to extract tar.xz files on Ubuntu Linux, you can access the contents of these files quickly and easily.This skill is especially useful for students, developers, and system administrators who work with Linux systems, as tar.xz files are commonly used in this environment.When you’re ready to learn how to extract files compressed with tar, follow the guide below:About tar command:The tar command creates, maintains, and extracts files archived in tar format on Linux systems, including Ubuntu. “Tar” stands for tape archive. It is one of the many archiving file formats available.Syntax:The syntax is the rule and format of how the tar command can be used. These syntax options can be reordered, but a straight format must be followed.,.Below is an example syntax of how to use the tar command.tar [OPTION.] [FILE].Options:The command line options are switches or flags that determine how the commands are executed or controlled. They modify the behavior of the commands. They are separated by spaces and followed after the commands.Below are some options for the tar command: FILE.Replace FILE.. with the name of the archived file you want to extract.-x, –extract, –getUse the -x or –extract or –get to extract files from an archive-f, –file=ARCHIVEUse the -form –file to specify the use of the archive file to extract-v, –verbose Use the -v or –verbose to verbosely list files being processed-t, –listUse the -t or -list to list the content of an archive–helpDisplay a help message and exit.Install xz-utilsBefore creating or extracting tar.xz files, youHow to List Users in Ubuntu Command Line
For "Debian" image from the "image:" server.$ lxc image list images: debian# Search for "Debian 12" image.$ lxc image list images: debian 12# Search for "Debian 12" image with 64-bit architecture.$ lxc image list images: debian 12 amd64# Search for "Ubuntu 24.04" image.$ lxc image list images: ubuntu 24.04# Search for "Ubuntu Noble" image.$ lxc image list images: ubuntu noble# Search for "Fedora 40" image.$ lxc image list images: fedora 40Output:Create a Container from the LXD ImageCreating a container is straightforward; all you need to do is fill in the basic information about your image, such as the distro, version, arch, and container name, in the following command:$ lxc launch images:// Remember, the “” and “” parameters are important, but other parameters such as “” and “” can be skipped, and if they are not specified, the latest image based on your system will be picked.To assist you, I’ve provided a few commands below to create containers using different images in different ways:# Create container named "Debian" with "Debian 12" image from the "image:" server.$ lxc launch images:debian/12 debian# Create container named "Debian" with "Debian 12 amd64" image from the "image:" server.$ lxc launch images:debian/12/amd64 debian# Create container named "Fedora" with "Fedora 40" image from the "image:" server.$ lxc launch images:fedora/40 fedoraThe following is a picture of a “Debian” container with a “Debian 12” image.List All the ContainersFor checking the list of all containers, including their information such as container name, state, IPv4, IPv6, type, and snapshots, use the following. If you’re using Ubuntu and looking for an easy way to list running services Linux on Ubuntu system, this part of the article is for you. List Services on Ubuntu with the service Command. To list running services Ubuntu, open a terminal and run the following command: service -status-all Copy
Ubuntu Commands List PDF - Panot Book
Choice for this pack, it is lightweight and we are providing this pack themes for docky.First of all install docky with following command then install Mac theme for docky:Install themes for docky, enter following commands in terminal: Use these commands to remove docky themes from your system:Enter following command to remove docky and docky themes:Tip: To pin application to dock just open Application and right click on app icon then select 'Pin to dock'.6: Set themes and icons:This time I made things easy for Unity desktop, you can simply run the following script to set everything automatically. Further if you want you can change your settings.Enter following commands:To Revert back to default settings, enter following commands:7: Apply MBuntu Splash:Enter following commands to install splash:If you don't like MBuntu Splash, You can get back Ubuntu splash:Enter following command to remove splash:8: Replace 'Ubuntu Desktop' text with 'Mac' on the PanelEnter following commands to change 'Ubuntu Desktop' text on the panel:Revert back to 'Ubuntu Desktop' text, enter following commands in the Terminal:9: Remove White Dots and Ubuntu Logo from Lock Screen:If you are using LightDM then remove whitedots and replace logo by using this method.Enter following commands in terminal to remove white dots and Ubuntu logo:If you want to revert back then use following commands.10: Apple Logo in LauncherEnter following commands to install Apple Logo:If you want back Ubuntu logo enter following commands in terminal:11: Unity Tweak Tool to change Themes & Icons:You can use these popular tools to change themes andcommand line - Make a list of filenames - Ask Ubuntu
Linux Systems Support Forums Topics and Discussion BoardsLinux Help - Information about the Linux Operating system Commands. in this category there may also be topics in this forum about unix systems and realted open sources linux systems # TopicPosted ByViewsReplies 1Linux Command To Add/Display/Show/List All Available Users In Ubuntu Terminaljj72602Install PHPMyAdmin in Lavarel Docker Container Sailedwin102003Windows Vs Linux DHCP IP Address Release Renewdd46004Virtualbox Auto Resize Settings Guest Additions Not Workingwe86105How To Increase Disk Space To An Existing Linux Virtual Machine In Virtualboxlini320716Free Linux Certification Exam Practice Questions And AnswersWebune50507Simple If/else Linux Shell Bash Script ExampleTubbi69808How To Setup Shared Folders In Virtualbox For Ubuntu Linux Windowsyuni717309Network Access Ubuntu Linux Host Virtual Machine From Windows Host Machineyuni601010Install And Upgrade NodeJS Ubuntu Linux From Virtualbox 6yuni782011Fix Auto-resize Guest Display Disabled In Ubuntu Virtualbox 6yuni1145012Ubuntu Linux Default Firefox Directory Location Installation Fileswebune604013Wget Error Says Permission Denied Cannot Write Towebune8446114How To Add A Hard Drive To An Existing Linux Virtual Machine In VirtualboxScott741015What Can You Do When wget Command Is TerminatedWebune627016Hp Printer Error- Ink System FailureFrank707117How To Zip A File In Linux And Exclude Directory FilesLesli929118Failed: Temporary Failure In Name ResolutionRurux1019119How To Mount An Unknown Type On LinuxRosco561220Umount Command Not WorkingSeler6101. If you’re using Ubuntu and looking for an easy way to list running services Linux on Ubuntu system, this part of the article is for you. List Services on Ubuntu with the service Command. To list running services Ubuntu, open a terminal and run the following command: service -status-all CopyCommand to list services that start on startup? - Ask Ubuntu
Wc -l /home/$USER/badblocks.txt1325 /home/ubuntu/badblocks.txtTried to mount a superblock directlyubuntu@ubuntu:~$ sudo mount -o sb=32768 /dev/nvme0n1p2 /mnt/backupSuperblockmount: /mnt/backupSuperblock: wrong fs type, bad option, bad superblock on /dev/nvme0n1p2, missing codepage or helper program, or other error.Trying to check sector alignment with gparted. Shows it's fine but I'm not confident since it's having IO issues.root@ubuntu:~# parted /dev/nvme0n1p2Warning: Error fsyncing/closing /dev/nvme0n1p2: Input/output errorRetry/Ignore? Ignore GNU Parted 3.4Using /dev/nvme0n1p2Welcome to GNU Parted! Type 'help' to view a list of commands.(parted) align-check opt 11 alignedThere is no physical write write lock switch on the card I checked. I also tried a different nvme storage card in the same interface and it works fine.I've exhausted everything I can think of trying to find clues. I was able to recover the other 2 partitions which makes me feel like the card is not damaged physically beyond repair and is capable of io. I'm really hoping I can recover this one at least to the extent that I'm able to mount it and recover some work.Does anyone have any ideas on how to repair this corrupted partition?Comments
CentOS85Gen2 latestx64 Debian11 Debian 11-backports-gen2 Debian:debian-11:11-backports-gen2:latest Debian-11 latestx64 flatcar-container-linux-free kinvolk stable-gen2 kinvolk:flatcar-container-linux-free:stable-gen2:latest FlatcarLinuxFreeGen2 latestx64 opensuse-leap-15-4 SUSE gen2 SUSE:opensuse-leap-15-4:gen2:latest OpenSuseLeap154Gen2 latestx64 RHEL RedHat 8-lvm-gen2 RedHat:RHEL:8-lvm-gen2:latest RHELRaw8LVMGen2 latestx64 sles-15-sp3 SUSE gen2 SUSE:sles-15-sp3:gen2:latest SLES latestx64 0001-com-ubuntu-server-jammy Canonical 22_04-lts-gen2 Canonical:0001-com-ubuntu-server-jammy:22_04-lts-gen2:latest Ubuntu2204 latestThe Windows image alias names and their details outputted by this command are:Architecture Offer Publisher Sku Urn Alias Version-------------- ---------------------------- ---------------------- ---------------------------------- ------------------------------------------------------------------------------ ----------------------- ---------x64 WindowsServer MicrosoftWindowsServer 2022-datacenter-azure-edition MicrosoftWindowsServer:WindowsServer:2022-datacenter-azure-edition:latest Win2022AzureEdition latestx64 WindowsServer MicrosoftWindowsServer 2022-datacenter-azure-edition-core MicrosoftWindowsServer:WindowsServer:2022-datacenter-azure-edition-core:latest Win2022AzureEditionCore latestx64 WindowsServer MicrosoftWindowsServer 2019-Datacenter MicrosoftWindowsServer:WindowsServer:2019-Datacenter:latest Win2019Datacenter latestx64 WindowsServer MicrosoftWindowsServer 2016-Datacenter MicrosoftWindowsServer:WindowsServer:2016-Datacenter:latest Win2016Datacenter latestx64 WindowsServer MicrosoftWindowsServer 2012-R2-Datacenter MicrosoftWindowsServer:WindowsServer:2012-R2-Datacenter:latest Win2012R2Datacenter latestx64 WindowsServer MicrosoftWindowsServer 2012-Datacenter MicrosoftWindowsServer:WindowsServer:2012-Datacenter:latest Win2012Datacenter latestFind specific imagesYou can filter the list of images by --publisher or another parameter to limit the results.For example, the following command displays all Debian offers:az vm image list --offer Debian --all --output tableYou can limit your results to a single architecture by adding the --architecture parameter. For example, to display all Arm64 images available from Canonical:az vm image list --architecture Arm64 --publisher Canonical --all --output tableLook at all available imagesAnother way to find an image in a location is to run the az vm image list-publishers, az vm image list-offers, and az vm image list-skus commands in sequence. With these commands, you determine these values:List the image publishers for a location. In this example, we're looking at the West US region.az vm image list-publishers --location westus --output tableFor a given publisher, list their offers. In this example, we add RedHat as the publisher.az vm image list-offers --location westus --publisher RedHat --output tableFor a given offer, list their SKUs. In this example, we add RHEL as the offer.az vm image list-skus --location westus --publisher RedHat --offer RHEL --output tableNoteCanonical has changed the Offer names they use for the most recent versions. Before Ubuntu 20.04, the Offer name is UbuntuServer. For Ubuntu 20.04 the Offer name is 0001-com-ubuntu-server-focal and for Ubuntu 22.04 it's 0001-com-ubuntu-server-jammy.For a given publisher, offer, and SKU, show all of the versions of the image. In this example, we add 9_1 as the SKU.az vm image list \ --location westus \ --publisher RedHat \ --offer RHEL \ --sku 9_1 \ --all --output tablePass this value of the URN column with the --image parameter when you create a VM with the az vm create command. You can also replace the version number in the URN with "latest", to use the latest version of the image.If you deploy a VM with a Resource
2025-03-31If you have started using Ubuntu or any Ubuntu-based Linux distribution, such as Linux Mint, elementary OS, etc., you must have come across the apt-get command by now.In fact, first on the list of things to do after installing Ubuntu is to use apt-get update and apt-get upgrade. Now, you might be aware of a few apt-get commands and their usage, but you might not know some others. In this guide for beginners, I am going to explain various of apt-get commands with examples so that you can use them like an expert Linux user.What is apt-get?The apt-get is a set of command line tools that allow you to install, remove and update deb packages installed via the APT (Advanced Package Tool) in Debian and Ubuntu. This makes managing packages easier on Debian-based distros.I guess you already know that Ubuntu is derived from Debian Linux. Debian uses the dpkg packaging system. A packaging system is a way to provide programs and applications for installation. This way, you don’t have to build a program from the source code.APT (Advanced Package Tool) is the command-line tool to interact with this packaging system. There are already dpkg commands to manage it, but apt is a more user-friendly way to handle packages. You can use it to find and install new packages, upgrade packages, clean your packages, etc.There are two main tools around APT: apt-get and apt-cache. apt-get is for installing, upgrading, and cleaning packages, while apt-cache command is used for finding new packages.
2025-04-21Hi unixmen readers,In this tutorial I will teach you how to install a nice and modern text editor in your Ubuntu machine. Are you curious to know about it? It is called CherryTree.If offers features such as syntax highlighting, spell check, export to html, password protection, hierarchical note taking, pdf output and many others. You can read the full list of features here.Installing CherryTreeHow to install the CherryTree text editor in your Ubuntu Linux machine? Ok, open a new terminal and run each one of the following commands.1. Use the wget utility to download the deb package file.wget -c giuspen.com/software/cherrytree_0.31.5-1_all.deb2. After the download is finished, use the dpkg package manager to install CherryTree in your machine.sudo dpkg -i cherrytree_0.31.5-1_all.debsudo apt-get install -fBear in mind that installing CherryTree with this method disables automatic updates for the tool. You will need to update the program manually.You can also install CherryTree from the Ubuntu base repositories. You can click on this link on an Ubuntu machine to install it directly or run the following commands to carry out the installation:sudo apt-get install cherrytreeWhile installing CherryTree from these repositories is simple, it does pose a disadvantage. The CherryTree package on the Ubuntu base repositories is outdated. To install the latest version of the text editor, download and install the deb file from the official site. You could also install the latest version by adding PPA.CherryTree FeaturesCherryTree is among the handful of Linux applications that can present your notes in a tree structure. It offers an extensive range of other helpful features: Easy embedded file handlingMulti-level list supportBasic table handling optionsAlignmentCodebox conversionSupports hyperlinks for both images and textSpellcheck “Save as PDF” and “print” optionsSeveral exporting optionsComplete rich text supportSyntax highlighting for several programming languagesSupports LATEX renderingSupports intra and cross-application copy/pasteExcellent find featuresIterations of the latest
2025-04-21Putty is a free and open-source terminal emulator and telnet client for Windows. It helps to connect a remote UNIX/Linux server from the Windows client. Primary it is used on the Windows operating system. It supports network protocols like SCP, SSH, Telnet, rlogin, and raw socket connection.Below are some of the key features of Putty,Open source available with source codeLightweight and fastSupports Raw, Telnet, Rlogin, SSH, Serial protocolPutty Port for Linux and Mac is also availableSupport session loggingSupports X11 forwardingThere are a total of 3 methods to install Putty. First, using the apt-get command, the second using Ubuntu software, and the last method is by compiling the source code.We are going to use Ubuntu LTS Linux Distros. You can set up your own Linux virtual machine using VirtualBox on a Windows desktop.So let’s get started and see installation methods one by one.1. Install Putty on Ubuntu using commands (Terminal)Login to the Ubuntu desktop or server. Open the terminal window and run the below commands to install Putty on Ubuntu.1. Update the list of available packages and their versions.sudo apt-get update2. Search the putty package using the below command to check if it is available in the default repository.apt-cache search puttyIt lists all the packages related to putty as shown belowputty – Telnet/SSH client for Xputty-doc – PuTTY HTML documentationputty-tools – command-line tools for SSH, SCP, and SFTP3. Install the putty package with the command.sudo apt-get install puttyYou can also install supporting packages using the command given below.sudo apt-get install putty-docsudo
2025-03-29For "Debian" image from the "image:" server.$ lxc image list images: debian# Search for "Debian 12" image.$ lxc image list images: debian 12# Search for "Debian 12" image with 64-bit architecture.$ lxc image list images: debian 12 amd64# Search for "Ubuntu 24.04" image.$ lxc image list images: ubuntu 24.04# Search for "Ubuntu Noble" image.$ lxc image list images: ubuntu noble# Search for "Fedora 40" image.$ lxc image list images: fedora 40Output:Create a Container from the LXD ImageCreating a container is straightforward; all you need to do is fill in the basic information about your image, such as the distro, version, arch, and container name, in the following command:$ lxc launch images:// Remember, the “” and “” parameters are important, but other parameters such as “” and “” can be skipped, and if they are not specified, the latest image based on your system will be picked.To assist you, I’ve provided a few commands below to create containers using different images in different ways:# Create container named "Debian" with "Debian 12" image from the "image:" server.$ lxc launch images:debian/12 debian# Create container named "Debian" with "Debian 12 amd64" image from the "image:" server.$ lxc launch images:debian/12/amd64 debian# Create container named "Fedora" with "Fedora 40" image from the "image:" server.$ lxc launch images:fedora/40 fedoraThe following is a picture of a “Debian” container with a “Debian 12” image.List All the ContainersFor checking the list of all containers, including their information such as container name, state, IPv4, IPv6, type, and snapshots, use the following
2025-04-02