This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Hi Andrew, | |
One of our support team changed, and then revert the root password on | |
your machine "hellofuture.dh" here at Bytemark. | |
Another customer had requested their root password resetting, so we | |
logged on over the serial console to their machine. We found a root | |
prompt open so the password was changed. Shortly after this we realised | |
that we'd changed the password on the wrong machine (yours) and restored | |
the original password from the backup of /etc/shadow found in |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
My God, you’ve met some bad agencies haven’t you. Let’s take this from my | |
point of view:- | |
As a recruitment agent, your job exists solely because you have made it so. | |
You and your recruiter colleagues flood job notice boards with job adverts | |
so that finding an employee | |
is impossible for potential employers and they have to use your services |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if (l == 0) { | |
txt += 'none'; | |
} else { | |
for (; i < l; i++) { | |
txt += (i > 0 ? ', ' : '') + list[i].name; | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
def parse_ordinal_date(self, datestr): | |
ordinals = ['th', 'rd', 'nd', 'st'] | |
parsed_date = None | |
for ordinal in ordinals: | |
try: | |
parsed_date = datetime.strptime( | |
datestr, '%A %d' + ordinal + ' %B %Y') | |
break | |
except ValueError: | |
pass |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Dear Mr Gale, | |
Your recent email to Cllr. Abraham has been forwarded to me for response. | |
First may I thank you for taking the trouble to bring this matter to the attention of the City Council. The whole issue of cycling on footpaths all around the City is something of a concern and one that is proving difficult to resolve. However I am aware that the particular area you highlighted is a cycling 'hot spot' and others have brought the problem to my attention. As to what can be done about it; the Downs Committee who are responsible for the day to day management of the Downs have recognised that all aspects of traffic activities around the Downs including cycling is a problem that is likely to get worse. To that end the Committee has set up a working group to seek solutions and suggest improvements to traffic management. I will of course ensure that your concerns are brought to their attention. Should you wish to bring the matter more formally to the attention of the Committee there is a Public Forum procedure |
NewerOlder