You are not logged in.
Pages: 1
BunsenLabs Hydrogen packages have been getting regular updates as we've been doing a lot of work, but this may slow down in the future. Debian jessie itself receives rather infrequent updates (hence stable).
pk-update-icon is a notification-tray icon that appears when a package update is available, and is handy if you forget or don't care to manually check for updates (though you should, relying on software to do this is not the safest practice). It is available in jessie-backports...
http://backports.debian.org/Instructions/
https://packages.debian.org/jessie-back … pdate-icon
After installing it (I used the --no-install-recommends switch), just reboot or start it by running 'pk-update-icon' w/out quotes in your Run dialog (Alt+F2). The tray icon and notification dialog only appear if an update is available. You don't need to add it to ~/.config/openbox/autostart.
bunsenlabs 8) forum mod squad
Offline
I use Windows to remind me, when that nags me about updates, I do #! too.
Blessed is he who expecteth nothing, for he shall not be disappointed...
Offline
I use "up2" almost daily.
$ up2
alias up2 = sudo apt-get update ; sudo apt-get upgrade --no-install-recommends
I don't have synaptic installed.
· ↓ ↓ ↓ ↓ ↓ ↓ ·
BunsenLabs Forums now Open for Registration
· ↑ ↑ ↑ ↑ ↑ ↑ · BL ModSquad
Offline
I use "up2" almost daily.
![]()
$ up2 alias up2 = sudo apt-get update ; sudo apt-get upgrade --no-install-recommends
I don't have synaptic installed.
I use
command1 && command2
I understand that "&&" requires the preceding command to be executed successfully whereas with ";" the following command executes whether or not the previous command is successful.
Offline
^ OH! Now to change my aliases back.
I used
cmd1 && cmd2
for the longest time, and only recently, by comparison, I started using " ; " as I saw it being used in a script some place and thought; "hey that's cool".
Thanks for the insight.
EDIT: Aliases changed.
Last edited by Sector11 (2015-09-27 01:20:14)
· ↓ ↓ ↓ ↓ ↓ ↓ ·
BunsenLabs Forums now Open for Registration
· ↑ ↑ ↑ ↑ ↑ ↑ · BL ModSquad
Offline
^ S11, it does different things. the "&&" means that the previous command must have returned a "success" code for the latter to be executed. that makes sense with apt-get update && apt-get upgrade.
the ";" means that the second command goes ahead regardless of how the previous exited. also makes sense in some situations (e.g. ~/.config/openbox/autostart).
Offline
^ I'll do some reading up on that. Up until now I though " && " and " ; " were the same - and with me and my typing ; is faster and easier.
· ↓ ↓ ↓ ↓ ↓ ↓ ·
BunsenLabs Forums now Open for Registration
· ↑ ↑ ↑ ↑ ↑ ↑ · BL ModSquad
Offline
^ I'll do some reading up on that. Up until now I though " && " and " ; " were the same - and with me and my typing ; is faster and easier.
alias ;=' && '
]:D
BunsenLabs Group on deviantArt
damo's gallery on deviantArt
Openbox themes
Forum Moderator
Offline
Ahhhhh but does an alias work within and alias?
alias up2 = sudo apt-get update && sudo apt-get upgrade --no-install-recommends
· ↓ ↓ ↓ ↓ ↓ ↓ ·
BunsenLabs Forums now Open for Registration
· ↑ ↑ ↑ ↑ ↑ ↑ · BL ModSquad
Offline
Anyway, this package prompts you to upgrade by clicking stuff. 8o
bunsenlabs 8) forum mod squad
Offline
Pages: 1
Copyright © 2012 CrunchBang Linux.
Proudly powered by Debian. Hosted by Linode.
Debian is a registered trademark of Software in the Public Interest, Inc.
Server: acrobat