Snippets Collections
all:
	make -C /home/jonthan/pam_usb
    
/home/jonthan/pam_usb/%.o: /home/jonthan/pam_usb/%.c
	$(CC) -c -o $@ $<
      
/home/jonthan/pam_usb/pam_usb: /home/jonthan/pam_usb/main.o
	$(CC) -o $@ $^
 
clean:
	rm -f /home/jonthan/pam_usb/*.o /home/jonthan/pam_usb/pam_usb
Add (at least temporarily) a download repository. This requires registering trusted key. (More information). Run the following shell commands to trust the repository:

wget -nv https://download.owncloud.com/desktop/ownCloud/stable/latest/linux/Ubuntu_23.10/Release.key -O - | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/owncloud-client.gpg > /dev/null




Run the following shell commands to add the repository and install from there:

sudo apt update
sudo apt install apt-transport-https
echo 'deb https://download.owncloud.com/desktop/ownCloud/stable/latest/linux/Ubuntu_23.10/ /' | sudo tee -a /etc/apt/sources.list.d/owncloud-client.list
sudo apt update
sudo apt install owncloud-client
Add (at least temporarily) a download repository. This requires registering trusted key. (More information). Run the following shell commands to trust the repository:

wget -nv https://download.owncloud.com/desktop/ownCloud/stable/latest/linux/Ubuntu_23.10/Release.key -O - | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/owncloud-client.gpg > /dev/null




Run the following shell commands to add the repository and install from there:

sudo apt update
sudo apt install apt-transport-https
echo 'deb https://download.owncloud.com/desktop/ownCloud/stable/latest/linux/Ubuntu_23.10/ /' | sudo tee -a /etc/apt/sources.list.d/owncloud-client.list
sudo apt update
sudo apt install owncloud-client
star

Sun Mar 31 2024 05:45:39 GMT+0000 (Coordinated Universal Time)

#linuxubuntuterminal
star

Sun Mar 31 2024 01:50:38 GMT+0000 (Coordinated Universal Time) https://download.owncloud.com/desktop/ownCloud/stable/latest/linux/download/

#linuxubuntuterminal
star

Sun Mar 31 2024 01:50:33 GMT+0000 (Coordinated Universal Time) https://download.owncloud.com/desktop/ownCloud/stable/latest/linux/download/

#linuxubuntuterminal

Save snippets that work with our extensions

Available in the Chrome Web Store Get Firefox Add-on Get VS Code extension