Technical problems and solutions face during the quest of life advancement. Hopefully, this could provide help to someone in need someday.
Showing posts with label client. Show all posts
Showing posts with label client. Show all posts
Wednesday, January 9, 2013
Sending Ctrl + Alt + Del to Remote Client in Remote Desktop Connection Session
If you press Ctrl + Alt + Del while using Remote Desktop Connection, your local PC will response to the key pressed rather then the remote PC.
In order to send Ctrl-Alt-Del keystrokes to remote computer connected via Remote Desktop Client, just press Ctrl + Alt + End.
Labels:
client,
connected,
Ctrl + Alt + End,
Ctrl-Alt-Del,
Desktop Connection,
just,
key,
keystrokes,
local,
PC,
press,
pressed,
rather,
Remote,
response,
send,
then,
Using,
via,
while
Tuesday, October 30, 2012
Linux: CentOS 6.3 - Force DHCP client to renew ip address
Here are a few commands that I used to renew the ip address that has DHCP configured.
1. ifdown and ifup command to restart network card eth0 as follows :-
1. ifdown and ifup command to restart network card eth0 as follows :-
# ifdown eth02. Restarting the networking services command :-
# ifup eth0
# /etc/init.d/networking restart3. Restart network service using service command :-
# service network restart4. This command is for releasing the ip address :-
# sudo dhclient -rThis command is for getting a ip address :-
# sudo dhclient
Labels:
/etc/init.d/networking restart,
address,
CentOS 6.3,
client,
DHCP,
eth0,
Force,
ifdown,
ifup,
ip,
Linux,
renew,
service network restart,
sudo dhclient,
sudo dhclient -r
Subscribe to:
Posts (Atom)